aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-01Fix a pretty scary bug I introduced into the always inliner withChandler Carruth
2012-04-01Replace four tiny tests with various uses of grep and not with a singleChandler Carruth
2012-04-01misched: Add finalizeScheduler to complete the target interface.Andrew Trick
2012-04-01Removing a file that's no longer being used after the recent refactoringsEli Bendersky
2012-04-01Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore.Hal Finkel
2012-03-31Add a workaround for building with old versions of clang.Rafael Espindola
2012-03-31Add a triple to the test.Rafael Espindola
2012-03-31Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola
2012-03-31Fix dynamic linking on PPC64.Hal Finkel
2012-03-31Fix a typo reported in IRC by someone reviewing this code.Chandler Carruth
2012-03-31Give the always-inliner its own custom filter. It shouldn't have to payChandler Carruth
2012-03-31Remove a bunch of empty, dead, and no-op methods from all of theseChandler Carruth
2012-03-31Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth
2012-03-31Add support to the InstVisitor for visiting a generic callsite. TheChandler Carruth
2012-03-31Move trivial functions into the class definition.Bill Wendling
2012-03-31Trim headers.Bill Wendling
2012-03-31Indent according to LLVM's style guide.Bill Wendling
2012-03-31Cleanup whitespace and trim some of the #includes.Bill Wendling
2012-03-31Internalize: Remove reference of @llvm.noinline, it was replaced with the noi...Benjamin Kramer
2012-03-31These strings aren't 'const char *' but 'char *'.Bill Wendling
2012-03-31Cleanup whitespace.Bill Wendling
2012-03-31Free the codegen options when deleting LTO code generator object.Bill Wendling
2012-03-31Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.Bill Wendling
2012-03-31Clean up the naming in this test. Someone pointed this out in review atChandler Carruth
2012-03-31FileCheck-ize this test, and generally tidy it up prior to changingChandler Carruth
2012-03-31I noticed in passing that the Metadata getIfExists method was creating a newDuncan Sands
2012-03-31Correctly vectorize powi.Hal Finkel
2012-03-31comment typoAndrew Trick
2012-03-31Select static relocation model if it is jitting.Akira Hatanaka
2012-03-31Introduce Register Units: Give each leaf register a number.Andrew Trick
2012-03-31Add a 2 byte safety margin in offset computations.Jakob Stoklund Olesen
2012-03-31Add more debugging output to ARMConstantIslandPass.Jakob Stoklund Olesen
2012-03-30* Set the scope attributes for the ASM symbol we added to be the value passedBill Wendling
2012-03-30Rip out emission of the regIsInRegClass function for the asm printer.Benjamin Kramer
2012-03-30ARM fix encoding fixup resolution for ldrd and friends.Jim Grosbach
2012-03-30Use SequenceToOffsetTable in emitRegisterNameString.Jakob Stoklund Olesen
2012-03-30Reapply 153764 and 153761 with a fix.Jakob Stoklund Olesen
2012-03-30Revert 153764 and 153761. They broke a --enable-optimized --enable-assertionsRafael Espindola
2012-03-30ARM assembler should prefer non-aliases encoding of cmp.Jim Grosbach
2012-03-30ARM encoding for VSWP got the second operand incorrect.Jim Grosbach
2012-03-30ARM can only use narrow encoding for low regs.Jim Grosbach
2012-03-30Compress SimpleValueType lists by sharing.Jakob Stoklund Olesen
2012-03-30Compress register lists by sharing suffixes.Jakob Stoklund Olesen
2012-03-30Add a SequenceToOffsetTable to TableGen.Jakob Stoklund Olesen
2012-03-30ARM integrated assembler should encoding choice for add/sub imm.Jim Grosbach
2012-03-30Handle unreachable code in the dominates functions. This changes users whenRafael Espindola
2012-03-30Re-factored RuntimeDyLd:Danil Malyshev
2012-03-30ARM assembly parsing needs to be paranoid about negative immediates.Jim Grosbach
2012-03-30Add computeMaskedBitsLoad back, as it was the change to instsimplify thatRafael Espindola
2012-03-30Add a note about a missed cmov -> sbb opportunity.Benjamin Kramer