summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Revert r109102 for now as it's causing JIT miscompilations.Eric Christopher2010-07-23
* Revert 109220.Eric Christopher2010-07-23
* Simplifying use_iterators by dereferencingGabor Greif2010-07-23
* StringRef'icate.Mikhail Glushenkov2010-07-23
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-23
* give StringMap a new ctor which allows you to initialize itChris Lattner2010-07-23
* modernize stringset interfaceChris Lattner2010-07-23
* Warnings patrol.Eric Christopher2010-07-22
* eliminate the TargetInstrInfo::GetInstSizeInBytes hook. Chris Lattner2010-07-22
* remove the JIT "NeedsExactSize" feature and supporting logic.Chris Lattner2010-07-22
* fit in 80 columnsGabor Greif2010-07-22
* Increase the max physreg size. Patch by Pekka Jääskeläinen.Duncan Sands2010-07-22
* Add new RegionInfo pass.Tobias Grosser2010-07-22
* Initial modifications to MCAssembler and TargetMachine for the MCJIT.Reid Kleckner2010-07-22