| Commit message (Expand) | Author | Age | Files | Lines |
* | CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext. | Dan Gohman | 2010-07-06 | 2 | -2/+1 |
* | Propagate debug loc. | Devang Patel | 2010-07-06 | 2 | -4/+4 |
* | Be more forgiving when calculating alias interference for physreg coalescing. | Jakob Stoklund Olesen | 2010-07-06 | 1 | -9/+1 |
* | Reapply r107655 with fixes; insert the pseudo instruction into | Dan Gohman | 2010-07-06 | 1 | -0/+5 |
* | Add X86_64 ELF relocation values and ELF64 relocation classes. | Matt Fleming | 2010-07-06 | 1 | -0/+73 |
* | Add some more ELF OSABI values as found in the System V Application | Matt Fleming | 2010-07-06 | 1 | -2/+21 |
* | Provide IRBuilder conveniences for creating integer constants at common widths, | John McCall | 2010-07-06 | 1 | -6/+61 |
* | Provide an abstraction to save and restore the current insertion point of | John McCall | 2010-07-06 | 1 | -0/+42 |
* | Revert r107655. | Dan Gohman | 2010-07-06 | 1 | -5/+0 |
* | second round of low-level interface squeeze-out: | Gabor Greif | 2010-07-06 | 1 | -2/+24 |
* | Add versions of OutputArgReg, AnalyzeReturn, and AnalyzeCallOperands | Dan Gohman | 2010-07-06 | 2 | -0/+21 |
* | Add a new CCValAssign LocInfo value, and a comment explaining what it | Dan Gohman | 2010-07-06 | 1 | -0/+3 |
* | Make getMinimalPhysRegClass' comment mention what makes it different | Dan Gohman | 2010-07-06 | 1 | -1/+2 |
* | Fix a bunch of custom-inserter functions to handle the case where | Dan Gohman | 2010-07-06 | 1 | -0/+5 |
* | Fix up -fstack-protector on linux to use the segment | Eric Christopher | 2010-07-06 | 1 | -0/+8 |
* | Add default value to setIsNoInline for parity with the other methods of its | Nick Lewycky | 2010-07-06 | 1 | -15/+7 |
* | Fix typo 'getter' where 'setter' was intended. | Nick Lewycky | 2010-07-06 | 1 | -2/+2 |
* | back out r107580, I have seen what I wanted | Gabor Greif | 2010-07-04 | 1 | -21/+1 |
* | [another test commit, just to tickle the selfhost buildbots; I'll back out in... | Gabor Greif | 2010-07-04 | 1 | -1/+21 |
* | Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl... | Evan Cheng | 2010-07-03 | 1 | -4/+2 |
* | Detect and handle COPY in many places. | Jakob Stoklund Olesen | 2010-07-03 | 1 | -0/+6 |
* | Document that BasicAA respects noalias, while InterproceduralBasicAA | Dan Gohman | 2010-07-02 | 1 | -2/+5 |
* | Add a new target independent COPY instruction and code to lower it. | Jakob Stoklund Olesen | 2010-07-02 | 3 | -3/+16 |
* | Clean up TargetOpcodes.h a bit, and limit the number of places where the full | Jakob Stoklund Olesen | 2010-07-02 | 2 | -22/+15 |
* | Remove an unused enum. | Dan Gohman | 2010-07-02 | 1 | -21/+0 |
* | Propagate the AlignStack bit in InlineAsm's to the | Dale Johannesen | 2010-07-02 | 1 | -1/+2 |
* | Handle unindexed instructions in SlotIndices. | Jakob Stoklund Olesen | 2010-07-02 | 1 | -7/+12 |
* | Rematerialize as much as possible before inserting spills and reloads. | Jakob Stoklund Olesen | 2010-07-02 | 1 | -0/+6 |
* | back out r107480, it was just testing the waters anyway... | Gabor Greif | 2010-07-02 | 1 | -21/+1 |
* | [test commit, just to tickle the selfhost buildbots; I'll back out in a few m... | Gabor Greif | 2010-07-02 | 1 | -1/+21 |
* | Comment a non-obvious member variable. | Dan Gohman | 2010-07-02 | 1 | -0/+2 |
* | Implement the "linker_private_weak" linkage type. This will be used for | Bill Wendling | 2010-07-01 | 2 | -5/+15 |
* | evil hack to coerce external users (projects) | Gabor Greif | 2010-07-01 | 1 | -0/+11 |
* | MC: Fix some stray hunks I didn't intend to commit. | Daniel Dunbar | 2010-07-01 | 1 | -1/+0 |
* | MC: Pass the target instance to the AsmParser constructor. | Daniel Dunbar | 2010-07-01 | 1 | -1/+4 |
* | Remove stray comma. | Daniel Dunbar | 2010-07-01 | 1 | -1/+1 |
* | MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael | Daniel Dunbar | 2010-07-01 | 2 | -50/+185 |
* | Debugging infomration is encoded in llvm IR using metadata. This is designed | Devang Patel | 2010-07-01 | 2 | -0/+6 |
* | back out r107396 for now, it needs another minor change to function as advert... | Gabor Greif | 2010-07-01 | 1 | -7/+0 |
* | evil hack to coerce external users (projects) | Gabor Greif | 2010-07-01 | 1 | -0/+7 |
* | reformulate CallSiteBase::getCallee to adapt to CallInst::ArgOffset, and make... | Gabor Greif | 2010-07-01 | 1 | -1/+3 |
* | Teach fast-isel to avoid loading a value from memory when it's already | Dan Gohman | 2010-07-01 | 1 | -0/+2 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-07-01 | 5 | -168/+168 |
* | Rename NextPowerOfTwo to RoundUpToPowerOfTwo. | Duncan Sands | 2010-06-30 | 1 | -10/+10 |
* | Clarify that the NextPowerOfTwo template is idempotent. | Duncan Sands | 2010-06-30 | 1 | -1/+1 |
* | Rather than giving SmallPtrSetImpl a member field SmallArray which is magically | Duncan Sands | 2010-06-30 | 1 | -12/+14 |
* | Begin implementation of an inline spiller. | Jakob Stoklund Olesen | 2010-06-29 | 1 | -1/+12 |
* | Revert r107205 and r107207. | Bill Wendling | 2010-06-29 | 6 | -24/+9 |
* | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling | 2010-06-29 | 6 | -9/+24 |
* | Fix a buffer overflow noticed by gcc-4.6: zero is written into | Duncan Sands | 2010-06-29 | 1 | -1/+1 |