summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* RegionInfo: Add getMaxRegionExit()Tobias Grosser2010-07-27
* Add function to query RegionInfo about loops.Tobias Grosser2010-07-27
* It's better to have the arrays, which would trigger the creation of stackBill Wendling2010-07-27
* Use AssertingVH for InsertedValues and InsertedPostIncValues, to verifyDan Gohman2010-07-27
* Add a comment.Dan Gohman2010-07-26
* re-commit r109220, the compile error has already been fixedGabor Greif2010-07-26
* Add an initial implementation of LazyValueInfo updating for JumpThreading. D...Owen Anderson2010-07-26
* Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogusDan Gohman2010-07-26
* MC: Add WinCOFFObjectWriter implementation.Michael J. Spencer2010-07-26
* Factored out a bit of common code to mark VNInfos for deletion.Lang Hames2010-07-26
* Hook in GlobalMerge passAnton Korobeynikov2010-07-24
* Add hook to insert late LLVM=>LLVM passes just before iselAnton Korobeynikov2010-07-24
* add a new NullablePtr class which makes it more obvious in APIChris Lattner2010-07-24
* Add an ILP scheduler. This is a register pressure aware scheduler that'sEvan Cheng2010-07-24
* Fix use-after-free error.Owen Anderson2010-07-23
* - Allow target to specify when is register pressure "too high". In most cases,Evan Cheng2010-07-23
* Eliminate getCanonicalInductionVariableIncrement's last user andDan Gohman2010-07-23