| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an explicit keyword. | Dan Gohman | 2009-08-05 | 1 | -1/+1 |
* | Delete an obsolete sentance from a comment. | Dan Gohman | 2009-08-05 | 1 | -2/+1 |
* | Remove unnecessary ProfileInfoLoader methods. | Daniel Dunbar | 2009-08-05 | 1 | -30/+13 |
* | Add StringRef::endswith | Daniel Dunbar | 2009-08-05 | 1 | -0/+5 |
* | only point to dest labels if the graph has them | Andrew Lenharth | 2009-08-05 | 1 | -2/+6 |
* | Remove unused forward decls. | Benjamin Kramer | 2009-08-05 | 2 | -24/+2 |
* | - Remove custom handling of jumptables by the elf writter (this was | Bruno Cardoso Lopes | 2009-08-05 | 1 | -9/+2 |
* | ZIV tester for LDA. | Andreas Bolka | 2009-08-05 | 1 | -0/+2 |
* | expose SectionKindForGlobal to curious clients, named as | Chris Lattner | 2009-08-05 | 1 | -1/+15 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 5 | -150/+119 |
* | 1) Proper emit displacements for x86, using absolute relocations where necessary | Bruno Cardoso Lopes | 2009-08-05 | 3 | -0/+21 |
* | revert r78048, it isn't worth using assertingvh here. | Chris Lattner | 2009-08-04 | 2 | -3/+2 |
* | Factor some of the constants+context related code out into a separate header,... | Owen Anderson | 2009-08-04 | 29 | -30/+30 |
* | Privatize the last bit of Constant-creation state. | Owen Anderson | 2009-08-04 | 1 | -13/+1 |
* | rip out SectionEndDirectiveSuffix support, only uses by | Chris Lattner | 2009-08-04 | 1 | -7/+0 |
* | Add some type traits that are used for Clang's statically-checked | Douglas Gregor | 2009-08-04 | 1 | -0/+27 |
* | enhance codegen to put 16-bit character strings into the | Chris Lattner | 2009-08-04 | 1 | -0/+1 |
* | fix a fixme: don't create an explicit "CStringSection" for ELF, | Chris Lattner | 2009-08-04 | 1 | -2/+0 |
* | make MergeableCString be a SectionKind "abstract class", and | Chris Lattner | 2009-08-04 | 1 | -10/+32 |
* | switch ValueMap to using AssertingVH. This is an old patch I had laying | Chris Lattner | 2009-08-04 | 2 | -2/+3 |
* | Remove unused function. | Daniel Dunbar | 2009-08-04 | 1 | -5/+0 |
* | Remove now unused Module argument to createTargetMachine. | Daniel Dunbar | 2009-08-04 | 1 | -25/+8 |
* | eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p... | Chris Lattner | 2009-08-03 | 1 | -8/+7 |
* | Kill off SwitchToDataSection and SwitchToTextSection, woo. | Chris Lattner | 2009-08-03 | 1 | -28/+0 |
* | Keep track of metadata used by other metadata. | Devang Patel | 2009-08-03 | 1 | -35/+64 |
* | Minor whitespace fix, so this doesn't look like a unary *. | Dan Gohman | 2009-08-03 | 1 | -1/+1 |
* | Add a new Constant::getIntegerValue helper function, and convert a | Dan Gohman | 2009-08-03 | 1 | -0/+6 |
* | Re-apply LiveInterval index dumping patch, with fixes suggested by Bill | David Greene | 2009-08-03 | 4 | -6/+111 |
* | Eliminate textual section switching from the x86 backend, one | Chris Lattner | 2009-08-03 | 1 | -1/+10 |
* | make getObjFileLowering() return a non-const reference. | Chris Lattner | 2009-08-03 | 2 | -2/+2 |
* | llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like... | Benjamin Kramer | 2009-08-03 | 1 | -1/+1 |
* | Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fix... | Anton Korobeynikov | 2009-08-03 | 2 | -18/+29 |
* | Add NamedMDNode destructor. | Devang Patel | 2009-08-03 | 1 | -0/+9 |
* | Fix a race condition in getting the process exit code on Win32. | Daniel Dunbar | 2009-08-03 | 1 | -3/+6 |
* | Remove now unused arguments from TargetRegistry::lookupTarget. | Daniel Dunbar | 2009-08-03 | 1 | -8/+1 |
* | Pass target triple string in to TargetMachine constructor. | Daniel Dunbar | 2009-08-03 | 2 | -4/+20 |
* | Restrict LDA to affine subscripts. | Andreas Bolka | 2009-08-03 | 1 | -0/+9 |
* | Fix some comments referring to std::cerr. | Daniel Dunbar | 2009-08-03 | 7 | -12/+12 |
* | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar | 2009-08-02 | 1 | -0/+16 |
* | Remove unneeded intrinsics from Blackfin backend. | Jakob Stoklund Olesen | 2009-08-02 | 1 | -17/+0 |
* | Adjust comment to distinguish between target name and triple target name they | Daniel Dunbar | 2009-08-02 | 1 | -15/+15 |
* | Scavenger asserts. | Jakob Stoklund Olesen | 2009-08-02 | 1 | -0/+3 |
* | Add some basic blackfin intrinsics. | Jakob Stoklund Olesen | 2009-08-02 | 2 | -0/+52 |
* | Analog Devices Blackfin back-end. | Jakob Stoklund Olesen | 2009-08-02 | 1 | -0/+1 |
* | Remove duplicated colons and spaces. | Benjamin Kramer | 2009-08-02 | 1 | -7/+7 |
* | move dwarf debug info section selection stuff from TAI to | Chris Lattner | 2009-08-02 | 2 | -92/+31 |
* | convert EHFrameSection to be managed by TLOF instead of TAI. | Chris Lattner | 2009-08-02 | 1 | -1/+7 |
* | Move the getInlineAsmLength virtual method from TAI to TII, where | Chris Lattner | 2009-08-02 | 2 | -5/+11 |
* | move a virtual method body to its .cpp file to avoid a #include | Chris Lattner | 2009-08-02 | 1 | -5/+2 |
* | remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo | Chris Lattner | 2009-08-02 | 1 | -26/+0 |