aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Use std::string() instead of std::string("").Dan Gohman2009-08-071-1/+1
* Fix a bunch of namespace pollution.Dan Gohman2009-08-071-2/+2
* Get rid of RegScavenger::backwards() before the bitrot spreads.Jakob Stoklund Olesen2009-08-061-8/+3
* Remove dead code.Devang Patel2009-08-061-6/+0
* Fix several fixmes and clean up code by sinking *all* sectionChris Lattner2009-08-061-15/+23
* Reg Scavenging generalization (Thumb support):John Mosby2009-08-061-0/+4
* Fix comment.Devang Patel2009-08-061-2/+1
* Don't search the entire type table just to delete a type by name.Daniel Dunbar2009-08-061-0/+10
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-052-6/+11
* Make block and function count available via ProfileInfo.Daniel Dunbar2009-08-051-0/+6
* Fix some column padding bugs, reorganize things as suggested by ChrisDavid Greene2009-08-052-2/+11
* remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs.Chris Lattner2009-08-051-14/+0
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-051-4/+4
* Add an explicit keyword.Dan Gohman2009-08-051-1/+1
* Delete an obsolete sentance from a comment.Dan Gohman2009-08-051-2/+1
* Remove unnecessary ProfileInfoLoader methods.Daniel Dunbar2009-08-051-30/+13
* Add StringRef::endswithDaniel Dunbar2009-08-051-0/+5
* only point to dest labels if the graph has themAndrew Lenharth2009-08-051-2/+6
* Remove unused forward decls.Benjamin Kramer2009-08-052-24/+2
* - Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes2009-08-051-9/+2
* ZIV tester for LDA.Andreas Bolka2009-08-051-0/+2
* expose SectionKindForGlobal to curious clients, named asChris Lattner2009-08-051-1/+15
* Major calling convention code refactoring.Dan Gohman2009-08-055-150/+119
* 1) Proper emit displacements for x86, using absolute relocations where necessaryBruno Cardoso Lopes2009-08-053-0/+21
* revert r78048, it isn't worth using assertingvh here.Chris Lattner2009-08-042-3/+2
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-0429-30/+30
* Privatize the last bit of Constant-creation state.Owen Anderson2009-08-041-13/+1
* rip out SectionEndDirectiveSuffix support, only uses byChris Lattner2009-08-041-7/+0
* Add some type traits that are used for Clang's statically-checkedDouglas Gregor2009-08-041-0/+27
* enhance codegen to put 16-bit character strings into the Chris Lattner2009-08-041-0/+1
* fix a fixme: don't create an explicit "CStringSection" for ELF,Chris Lattner2009-08-041-2/+0
* make MergeableCString be a SectionKind "abstract class", andChris Lattner2009-08-041-10/+32
* switch ValueMap to using AssertingVH. This is an old patch I had layingChris Lattner2009-08-042-2/+3
* Remove unused function.Daniel Dunbar2009-08-041-5/+0
* Remove now unused Module argument to createTargetMachine.Daniel Dunbar2009-08-041-25/+8
* eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p...Chris Lattner2009-08-031-8/+7
* Kill off SwitchToDataSection and SwitchToTextSection, woo.Chris Lattner2009-08-031-28/+0
* Keep track of metadata used by other metadata.Devang Patel2009-08-031-35/+64
* Minor whitespace fix, so this doesn't look like a unary *.Dan Gohman2009-08-031-1/+1
* Add a new Constant::getIntegerValue helper function, and convert aDan Gohman2009-08-031-0/+6
* Re-apply LiveInterval index dumping patch, with fixes suggested by BillDavid Greene2009-08-034-6/+111
* Eliminate textual section switching from the x86 backend, oneChris Lattner2009-08-031-1/+10
* make getObjFileLowering() return a non-const reference.Chris Lattner2009-08-032-2/+2
* llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...Benjamin Kramer2009-08-031-1/+1
* Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fix...Anton Korobeynikov2009-08-032-18/+29
* Add NamedMDNode destructor.Devang Patel2009-08-031-0/+9
* Fix a race condition in getting the process exit code on Win32.Daniel Dunbar2009-08-031-3/+6
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-031-8/+1
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-032-4/+20
* Restrict LDA to affine subscripts.Andreas Bolka2009-08-031-0/+9