summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* remove testing cruft, this can be found in unittests/Support/Casting.cpp nowGabor Greif2010-07-20
* Pull out r108755. After offline discussion with Chris, we're going to go a d...Owen Anderson2010-07-20
* Make getOrInsertCanonicalInductionVariable guarantee that itsDan Gohman2010-07-20
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Grammar.Eric Christopher2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Constify some arguments.Eric Christopher2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* Correct line info for declarations/definitions. Radar 8063111.Stuart Hastings2010-07-19
* ARM has to provide its own TargetLowering::findRepresentativeClass because it...Evan Cheng2010-07-19
* Change the implemented interfaces list on PassInfo from a std::vector to a ma...Owen Anderson2010-07-19
* Regenerate.Owen Anderson2010-07-19
* Teach computeRegisterProperties() to compute "representative" register class ...Evan Cheng2010-07-19
* Expose BasicBlock::moveBefore and moveAfter in C API, patchDuncan Sands2010-07-19
* Render MachineFunctions to HTML pages, with options to render registerLang Hames2010-07-19
* Expose JIT::recompileAndRelinkFunction for use through the C API.Duncan Sands2010-07-19