summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add new intrinsics for Neon VTRN, VZIP and VUZP operations. Modeling theseBob Wilson2009-08-07
* Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.Daniel Dunbar2009-08-07
* remove a bunch of now-dead crud from the asmprinter and TAI interfaces.Chris Lattner2009-08-07
* fix the column output stuff in the asmwriter from being dynamic andChris Lattner2009-08-07
* Modifications to dyn_cast/cast to make them work for objects too, instead of ...Argyrios Kyrtzidis2009-08-07
* fix comment pastosChris Lattner2009-08-07
* To catch bugs like the one fixed inJeffrey Yasskin2009-08-07
* SIV/MIV classification for LDA.Andreas Bolka2009-08-07
* Use std::string() instead of std::string("").Dan Gohman2009-08-07
* Fix a bunch of namespace pollution.Dan Gohman2009-08-07
* Get rid of RegScavenger::backwards() before the bitrot spreads.Jakob Stoklund Olesen2009-08-06
* Remove dead code.Devang Patel2009-08-06
* Fix several fixmes and clean up code by sinking *all* sectionChris Lattner2009-08-06
* Reg Scavenging generalization (Thumb support):John Mosby2009-08-06
* Fix comment.Devang Patel2009-08-06
* Don't search the entire type table just to delete a type by name.Daniel Dunbar2009-08-06
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-05
* Make block and function count available via ProfileInfo.Daniel Dunbar2009-08-05
* Fix some column padding bugs, reorganize things as suggested by ChrisDavid Greene2009-08-05
* remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs.Chris Lattner2009-08-05
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-05
* Add an explicit keyword.Dan Gohman2009-08-05
* Delete an obsolete sentance from a comment.Dan Gohman2009-08-05
* Remove unnecessary ProfileInfoLoader methods.Daniel Dunbar2009-08-05
* Add StringRef::endswithDaniel Dunbar2009-08-05
* only point to dest labels if the graph has themAndrew Lenharth2009-08-05
* Remove unused forward decls.Benjamin Kramer2009-08-05
* - Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes2009-08-05
* ZIV tester for LDA.Andreas Bolka2009-08-05
* expose SectionKindForGlobal to curious clients, named asChris Lattner2009-08-05
* Major calling convention code refactoring.Dan Gohman2009-08-05
* 1) Proper emit displacements for x86, using absolute relocations where necessaryBruno Cardoso Lopes2009-08-05
* revert r78048, it isn't worth using assertingvh here.Chris Lattner2009-08-04
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Privatize the last bit of Constant-creation state.Owen Anderson2009-08-04
* rip out SectionEndDirectiveSuffix support, only uses byChris Lattner2009-08-04
* Add some type traits that are used for Clang's statically-checkedDouglas Gregor2009-08-04
* enhance codegen to put 16-bit character strings into the Chris Lattner2009-08-04
* fix a fixme: don't create an explicit "CStringSection" for ELF,Chris Lattner2009-08-04
* make MergeableCString be a SectionKind "abstract class", andChris Lattner2009-08-04
* switch ValueMap to using AssertingVH. This is an old patch I had layingChris Lattner2009-08-04
* Remove unused function.Daniel Dunbar2009-08-04
* Remove now unused Module argument to createTargetMachine.Daniel Dunbar2009-08-04
* eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p...Chris Lattner2009-08-03
* Kill off SwitchToDataSection and SwitchToTextSection, woo.Chris Lattner2009-08-03
* Keep track of metadata used by other metadata.Devang Patel2009-08-03
* Minor whitespace fix, so this doesn't look like a unary *.Dan Gohman2009-08-03
* Add a new Constant::getIntegerValue helper function, and convert aDan Gohman2009-08-03
* Re-apply LiveInterval index dumping patch, with fixes suggested by BillDavid Greene2009-08-03
* Eliminate textual section switching from the x86 backend, oneChris Lattner2009-08-03