| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add an entry. | Evan Cheng | 2009-07-22 | 1 | -0/+4 |
* | inline the two MergeableConstSection implementations into their | Chris Lattner | 2009-07-22 | 4 | -27/+18 |
* | set the ELF "small" flag on objects that end up in .rodata.cst4 consistently, | Chris Lattner | 2009-07-22 | 2 | -4/+8 |
* | don't set the small flag yet. | Chris Lattner | 2009-07-22 | 1 | -2/+1 |
* | remove the SelectSectionForMachineConst hook, replacing it with | Chris Lattner | 2009-07-22 | 8 | -48/+87 |
* | Let each target determines whether a machine instruction is dead. If true, th... | Evan Cheng | 2009-07-22 | 4 | -25/+36 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 120 | -786/+835 |
* | reimplement Constant::ContainsRelocations as | Chris Lattner | 2009-07-22 | 5 | -67/+51 |
* | Misc. doc fixes following suggestions from Eli. | Dan Gohman | 2009-07-22 | 1 | -5/+9 |
* | Fixing cp island pass. Step 1: Determine whether the constant pool offset can be | Evan Cheng | 2009-07-21 | 1 | -18/+23 |
* | Fix comment. | Evan Cheng | 2009-07-21 | 1 | -1/+1 |
* | simplify code now that it is inlined. | Chris Lattner | 2009-07-21 | 2 | -16/+5 |
* | Exposed PHIElimination pass within CodeGen. | Lang Hames | 2009-07-21 | 2 | -74/+101 |
* | Now that RelocBehaviour() is never overloaded, it doesn't need to be | Chris Lattner | 2009-07-21 | 3 | -17/+10 |
* | Add intrinsic for __builtin_ia32_vec_set_v4si which turns out to be | Eric Christopher | 2009-07-21 | 1 | -0/+3 |
* | this doesn't break any of the 4 ia64 tests. | Chris Lattner | 2009-07-21 | 2 | -6/+0 |
* | alpha doesn't need to redefine this: it only supports PIC codegen anyway. | Chris Lattner | 2009-07-21 | 2 | -7/+0 |
* | Add some support for iterative coalescers to calculate a joined live | David Greene | 2009-07-21 | 2 | -2/+35 |
* | no really, I can spell! | Chris Lattner | 2009-07-21 | 3 | -7/+7 |
* | add an API so target-independent codegen can determine if a constant | Chris Lattner | 2009-07-21 | 3 | -2/+55 |
* | Convert instcombine from using using getAnalysis<TargetData> to | Dan Gohman | 2009-07-21 | 1 | -46/+62 |
* | Permit the IntPtrTy argument to isEliminableCastPair to be null, | Dan Gohman | 2009-07-21 | 2 | -1/+5 |
* | fix typo | Chris Lattner | 2009-07-21 | 1 | -1/+1 |
* | Change ELFCodeEmitter logic to emit the constant pool and jump tables to | Bruno Cardoso Lopes | 2009-07-21 | 3 | -28/+30 |
* | Replace the original ad-hoc code for determining whether (v pred w) implies | Dan Gohman | 2009-07-21 | 3 | -117/+253 |
* | Remove a big test case. | Evan Cheng | 2009-07-21 | 1 | -5384/+0 |
* | Various doc updates from Edward O'Callaghan! | Chris Lattner | 2009-07-21 | 4 | -5/+19 |
* | remove the last bits of SectionFlagsForGlobal. There is some flag here that | Chris Lattner | 2009-07-21 | 2 | -30/+2 |
* | don't mask out the small flag and then reapply it later. | Chris Lattner | 2009-07-21 | 1 | -15/+1 |
* | if Xcore doesn't support TLS, it doesn't have to worry about thread local LLV... | Chris Lattner | 2009-07-21 | 1 | -1/+1 |
* | remove the Xcore implementation of SelectSectionForGlobal. While you have | Chris Lattner | 2009-07-21 | 2 | -22/+0 |
* | simplify based on the fact that darwin always uses L/l. | Chris Lattner | 2009-07-21 | 1 | -8/+4 |
* | make some stuff private. | Chris Lattner | 2009-07-21 | 3 | -14/+10 |
* | improve comments. | Chris Lattner | 2009-07-21 | 1 | -11/+21 |
* | Remove the XCore custom implementation of MergeableConstSection, relying on | Chris Lattner | 2009-07-21 | 2 | -18/+0 |
* | Fix ocaml tests for 64-bit MacOS systems. LLVM is currently built | Bob Wilson | 2009-07-21 | 1 | -1/+6 |
* | Reorder the "Metadata" entry to match the C bindings. | Bob Wilson | 2009-07-21 | 2 | -2/+2 |
* | Add missing include | Daniel Dunbar | 2009-07-21 | 1 | -0/+1 |
* | inline a trivial method into its only call site and fix indentation of cases | Chris Lattner | 2009-07-21 | 2 | -22/+16 |
* | Remove some overridden functions in XCoreTargetAsmInfo that are | Chris Lattner | 2009-07-21 | 4 | -71/+6 |
* | revert r76602, 76603, and r76615, pending design discussions. | Chris Lattner | 2009-07-21 | 7 | -90/+19 |
* | minor cleanups. | Chris Lattner | 2009-07-21 | 1 | -16/+10 |
* | Privatize the ConstantArray table. | Owen Anderson | 2009-07-21 | 6 | -129/+166 |
* | Add a few fairly obvious API changes I noticed while porting some old code. | Torok Edwin | 2009-07-21 | 1 | -0/+8 |
* | Missed a piece of the commit to remove the shift flavor. | Eli Friedman | 2009-07-21 | 1 | -1/+0 |
* | Privatize the first of the value maps. | Owen Anderson | 2009-07-21 | 6 | -50/+330 |
* | Remove shift amount flavor. It isn't actually complete enough to | Eli Friedman | 2009-07-21 | 5 | -20/+0 |
* | Remove a couple of already-implemented notes. | Eli Friedman | 2009-07-21 | 1 | -12/+0 |
* | 80 col violation. | Evan Cheng | 2009-07-21 | 1 | -9/+9 |
* | Prefix IR dumps with LiveInterval indices when possible. This turns | David Greene | 2009-07-21 | 2 | -11/+26 |