summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Be more forgiving when calculating alias interference for physreg coalescing.Jakob Stoklund Olesen2010-07-06
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-06
* Add X86_64 ELF relocation values and ELF64 relocation classes.Matt Fleming2010-07-06
* Add some more ELF OSABI values as found in the System V ApplicationMatt Fleming2010-07-06
* Provide IRBuilder conveniences for creating integer constants at common widths,John McCall2010-07-06
* Provide an abstraction to save and restore the current insertion point ofJohn McCall2010-07-06
* Revert r107655.Dan Gohman2010-07-06
* second round of low-level interface squeeze-out:Gabor Greif2010-07-06
* Add versions of OutputArgReg, AnalyzeReturn, and AnalyzeCallOperandsDan Gohman2010-07-06
* Add a new CCValAssign LocInfo value, and a comment explaining what itDan Gohman2010-07-06
* Make getMinimalPhysRegClass' comment mention what makes it differentDan Gohman2010-07-06
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-06
* Fix up -fstack-protector on linux to use the segmentEric Christopher2010-07-06
* Add default value to setIsNoInline for parity with the other methods of itsNick Lewycky2010-07-06
* Fix typo 'getter' where 'setter' was intended.Nick Lewycky2010-07-06
* back out r107580, I have seen what I wantedGabor Greif2010-07-04
* [another test commit, just to tickle the selfhost buildbots; I'll back out in...Gabor Greif2010-07-04
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-03
* Detect and handle COPY in many places.Jakob Stoklund Olesen2010-07-03
* Document that BasicAA respects noalias, while InterproceduralBasicAADan Gohman2010-07-02
* Add a new target independent COPY instruction and code to lower it.Jakob Stoklund Olesen2010-07-02
* Clean up TargetOpcodes.h a bit, and limit the number of places where the fullJakob Stoklund Olesen2010-07-02
* Remove an unused enum.Dan Gohman2010-07-02
* Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen2010-07-02
* Handle unindexed instructions in SlotIndices.Jakob Stoklund Olesen2010-07-02
* Rematerialize as much as possible before inserting spills and reloads.Jakob Stoklund Olesen2010-07-02
* back out r107480, it was just testing the waters anyway...Gabor Greif2010-07-02
* [test commit, just to tickle the selfhost buildbots; I'll back out in a few m...Gabor Greif2010-07-02
* Comment a non-obvious member variable.Dan Gohman2010-07-02
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-01
* evil hack to coerce external users (projects)Gabor Greif2010-07-01
* MC: Fix some stray hunks I didn't intend to commit.Daniel Dunbar2010-07-01
* MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar2010-07-01
* Remove stray comma.Daniel Dunbar2010-07-01
* MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by MichaelDaniel Dunbar2010-07-01
* Debugging infomration is encoded in llvm IR using metadata. This is designedDevang Patel2010-07-01
* back out r107396 for now, it needs another minor change to function as advert...Gabor Greif2010-07-01
* evil hack to coerce external users (projects)Gabor Greif2010-07-01
* reformulate CallSiteBase::getCallee to adapt to CallInst::ArgOffset, and make...Gabor Greif2010-07-01
* Teach fast-isel to avoid loading a value from memory when it's alreadyDan Gohman2010-07-01
* Trailing whitespace.Mikhail Glushenkov2010-07-01
* Rename NextPowerOfTwo to RoundUpToPowerOfTwo.Duncan Sands2010-06-30
* Clarify that the NextPowerOfTwo template is idempotent.Duncan Sands2010-06-30
* Rather than giving SmallPtrSetImpl a member field SmallArray which is magicallyDuncan Sands2010-06-30
* Begin implementation of an inline spiller.Jakob Stoklund Olesen2010-06-29
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* Fix a buffer overflow noticed by gcc-4.6: zero is written intoDuncan Sands2010-06-29
* NextPowerOfTwo was already used to ensure that SmallSizePowTwo is a powerDuncan Sands2010-06-29
* give PATypeHolder an explicit copy ctor which initializes the type pointer,Chris Lattner2010-06-29