aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM has to provide its own TargetLowering::findRepresentativeClass because it...Evan Cheng2010-07-191-6/+6
* Change the implemented interfaces list on PassInfo from a std::vector to a ma...Owen Anderson2010-07-191-3/+10
* Regenerate.Owen Anderson2010-07-191-0/+6
* Teach computeRegisterProperties() to compute "representative" register class ...Evan Cheng2010-07-191-0/+32
* Expose BasicBlock::moveBefore and moveAfter in C API, patchDuncan Sands2010-07-191-0/+3
* Render MachineFunctions to HTML pages, with options to render registerLang Hames2010-07-191-0/+5
* Expose JIT::recompileAndRelinkFunction for use through the C API.Duncan Sands2010-07-191-0/+2
* MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer2010-07-191-0/+11
* TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut...Daniel Dunbar2010-07-191-1/+7
* llvmc: Add a new option type (switch_list).Mikhail Glushenkov2010-07-191-0/+1
* Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar2010-07-191-5/+8
* MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar2010-07-182-1/+11