summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* If 'other' was empty 'overlapsFrom(other, other.begin());' will segfault. Thi...Lang Hames2010-07-22
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-21
* Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson2010-07-21
* For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumbJim Grosbach2010-07-21
* tidy upJim Grosbach2010-07-21
* Add the INITIALIZE_PASS macro.Owen Anderson2010-07-21
* Disallow null as a named metadata operand.Dan Gohman2010-07-21
* Use System/DataTypes.h instead of stdint.h, which isn't portable.Daniel Dunbar2010-07-21
* Use TrackingVH instead of WeakVH for NamedMDNode's operands, since nodesDan Gohman2010-07-21
* Move the smarts of AnalysisGroup registration into PassRegistry.Owen Anderson2010-07-21
* Delete an obsolete comment.Dan Gohman2010-07-21
* restore aestheticsGabor Greif2010-07-21
* Teach bottom up pre-ra scheduler to track register pressure. Work in progress.Evan Cheng2010-07-21
* Move the handling of PassRegistrationListener's to PassRegistry.Owen Anderson2010-07-20
* Added support to MachO.h for many defines and structures that are neededGreg Clayton2010-07-20
* Rename removeAllMetadata to clearMetadataHashEntries and simplifyDan Gohman2010-07-20
* Implement loop splitting analysis.Jakob Stoklund Olesen2010-07-20
* Remove an obsolete comment.Dan Gohman2010-07-20
* Add support for remapping metadata kind IDs when reading in aDan Gohman2010-07-20
* Move more functionality from Pass.cpp to PassRegistry.cpp. This global will ...Owen Anderson2010-07-20
* Formatting.Eric Christopher2010-07-20
* Add the rest of the SHT_* values as defined in the System V ABIMatt Fleming2010-07-20
* Remove setDbgMetadata and getDbgMetadata; their users have beenDan Gohman2010-07-20
* I just fail with SVN today.Owen Anderson2010-07-20
* Oops.Owen Anderson2010-07-20
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-20