aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revert r109102 for now as it's causing JIT miscompilations.Eric Christopher2010-07-231-1/+1
* Revert 109220.Eric Christopher2010-07-231-0/+24
* Simplifying use_iterators by dereferencingGabor Greif2010-07-231-24/+0
* StringRef'icate.Mikhail Glushenkov2010-07-231-6/+2
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-235-54/+60
* give StringMap a new ctor which allows you to initialize itChris Lattner2010-07-231-0/+4
* modernize stringset interfaceChris Lattner2010-07-231-4/+3
* Warnings patrol.Eric Christopher2010-07-222-6/+6
* eliminate the TargetInstrInfo::GetInstSizeInBytes hook. Chris Lattner2010-07-221-7/+0
* remove the JIT "NeedsExactSize" feature and supporting logic.Chris Lattner2010-07-222-14/+1
* fit in 80 columnsGabor Greif2010-07-221-1/+1
* Increase the max physreg size. Patch by Pekka Jääskeläinen.Duncan Sands2010-07-221-1/+1
* Add new RegionInfo pass.Tobias Grosser2010-07-226-0/+988
* Initial modifications to MCAssembler and TargetMachine for the MCJIT.Reid Kleckner2010-07-222-1/+25
* If 'other' was empty 'overlapsFrom(other, other.begin());' will segfault. Thi...Lang Hames2010-07-221-0/+2
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-214-125/+16
* Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson2010-07-211-1/+3
* For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumbJim Grosbach2010-07-211-0/+4
* tidy upJim Grosbach2010-07-211-1/+1
* Add the INITIALIZE_PASS macro.Owen Anderson2010-07-211-0/+2
* Disallow null as a named metadata operand.Dan Gohman2010-07-212-5/+4
* Use System/DataTypes.h instead of stdint.h, which isn't portable.Daniel Dunbar2010-07-211-1/+1
* Use TrackingVH instead of WeakVH for NamedMDNode's operands, since nodesDan Gohman2010-07-211-1/+1
* Move the smarts of AnalysisGroup registration into PassRegistry.Owen Anderson2010-07-211-3/+2
* Delete an obsolete comment.Dan Gohman2010-07-211-2/+1
* restore aestheticsGabor Greif2010-07-211-24/+24
* Teach bottom up pre-ra scheduler to track register pressure. Work in progress.Evan Cheng2010-07-211-6/+19
* Move the handling of PassRegistrationListener's to PassRegistry.Owen Anderson2010-07-202-8/+11
* Added support to MachO.h for many defines and structures that are neededGreg Clayton2010-07-201-0/+638
* Rename removeAllMetadata to clearMetadataHashEntries and simplifyDan Gohman2010-07-201-1/+1
* Implement loop splitting analysis.Jakob Stoklund Olesen2010-07-201-0/+6
* Remove an obsolete comment.Dan Gohman2010-07-201-2/+1
* Add support for remapping metadata kind IDs when reading in aDan Gohman2010-07-201-1/+1
* Move more functionality from Pass.cpp to PassRegistry.cpp. This global will ...Owen Anderson2010-07-201-0/+2
* Formatting.Eric Christopher2010-07-201-2/+2
* Add the rest of the SHT_* values as defined in the System V ABIMatt Fleming2010-07-201-16/+23
* Remove setDbgMetadata and getDbgMetadata; their users have beenDan Gohman2010-07-201-10/+0
* I just fail with SVN today.Owen Anderson2010-07-201-2/+0
* Oops.Owen Anderson2010-07-201-0/+67
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-201-10/+7
* remove testing cruft, this can be found in unittests/Support/Casting.cpp nowGabor Greif2010-07-201-67/+0
* Pull out r108755. After offline discussion with Chris, we're going to go a d...Owen Anderson2010-07-201-10/+3
* Make getOrInsertCanonicalInductionVariable guarantee that itsDan Gohman2010-07-201-1/+2
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-205-76/+63
* Grammar.Eric Christopher2010-07-201-1/+1
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-205-63/+76
* Constify some arguments.Eric Christopher2010-07-201-3/+3
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-205-76/+63
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-205-63/+76
* Correct line info for declarations/definitions. Radar 8063111.Stuart Hastings2010-07-191-5/+13