summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add a missing function.Torok Edwin2010-08-04
* Fix build of DataFlow.hTorok Edwin2010-08-04
* Don't construct a std::string with a literal "".Dan Gohman2010-08-04
* Don't print the filename twice in file-not-found errors.Dan Gohman2010-08-04
* Fix a comment typo and add more 256-bit intrinsicsBruno Cardoso Lopes2010-08-04
* Remove PointerAccessInfo, which nothing was using.Dan Gohman2010-08-03
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-03
* Add support for getting & setting the FPSCR application register on ARM when ...Nate Begeman2010-08-03
* Add an atomic lowering passPeter Collingbourne2010-08-03
* build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar2010-08-03
* Support x86 AVX 256-bit instruction intrinsics. Right now support all of them...Bruno Cardoso Lopes2010-08-03
* Update some comments.Dan Gohman2010-08-03
* Introduce a symbolic constant for ~0u for use with AliasAnalysis.Dan Gohman2010-08-03
* Add a convenient form of AliasAnalysis::alias for the case where the sizesDan Gohman2010-08-03
* Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman2010-08-02
* Sketch up a preliminary Type-Based Alias Analysis implementation.Dan Gohman2010-08-02
* Add explicit constructors. Patch by Renato Golin.Devang Patel2010-08-02
* Targets: Add InitializeNativeTargetAsmPrinter(), patch by Jan Sjodin, althoughDaniel Dunbar2010-08-01
* doxygenize argument accessorsGabor Greif2010-07-31
* Add relax all support to the COFF object streamer.Michael J. Spencer2010-07-31
* The BlockExtractorPass() constructor was not reading the BlockFile and that wasRafael Espindola2010-07-31
* Add a "Compare" flag to the target instruction descriptor. This will be usedBill Wendling2010-07-30
* Move MaximumAlignment to be a member of the Value class.Dan Gohman2010-07-30
* LibCallAliasAnalysis uses multiple inheritance, so it needs to implementNick Lewycky2010-07-30
* Fix the ValueMap copy constructor. The issue is that the map keys are valueDuncan Sands2010-07-30
* remove a layer of cruftGabor Greif2010-07-29
* Add builtins for ssat/usat, similar to RealView's __ssat and __usat intrinsics.Nate Begeman2010-07-29
* Grammar.Eric Christopher2010-07-29
* Add intrinsics __builtin_arm_qadd & __builtin_arm_qsub to allow access to the...Nate Begeman2010-07-29
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-29
* Stop leaking std::strings in GetDwarfFile.Benjamin Kramer2010-07-29
* Speculatively revert r109705 since it seems to be causing some build botEric Christopher2010-07-29
* Factor out some of the code for updating old SCEVUnknown values, andDan Gohman2010-07-29
* Add an erase() method to llvm::ThreadLocal.Owen Anderson2010-07-28
* Add more doxygen comments for llvm::ThreadLocal.Owen Anderson2010-07-28
* Move MaximumAlignment to Value.h, now that GlobalValue.h needs it.Dan Gohman2010-07-28
* Make GlobalValue alignment consistent with load, store, and allocaDan Gohman2010-07-28
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-28
* MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh).Daniel Dunbar2010-07-28
* Define a maximum supported alignment value for load, store, andDan Gohman2010-07-28
* Add some extra friend declarations to fix a gcc-4.0 compile error.Dan Gohman2010-07-28
* Support: Add CrashRecoveryContext helper object.Daniel Dunbar2010-07-28
* we are supposed to only create proper CallSites from an instruction (esp. Cal...Gabor Greif2010-07-28
* Add a comment.Dan Gohman2010-07-28
* Fill out the interface of DenseSet a bit.Owen Anderson2010-07-27
* reintroduce original (asserting) semantics of CallSite(Instruction *II)Gabor Greif2010-07-27
* remove bogus assert, use static_cast for additional checkingGabor Greif2010-07-27
* make lookup failures not fatal.Chris Lattner2010-07-27
* Return -1 only on failure to execute a program.Mikhail Glushenkov2010-07-27
* In commit 91421, isPod was changed from false to true for these value handles.Duncan Sands2010-07-27