aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-19Add missing mayLoad flag to LHAUX8 and LWAUX.Ulrich Weigand
2013-03-19Rewrite LHAU8 pattern to use standard memory operand.Ulrich Weigand
2013-03-19Rewrite pre-increment store patterns to use standard memory operands.Ulrich Weigand
2013-03-19Extend TableGen instruction selection matcher to improve handlingUlrich Weigand
2013-03-19Fix sub-operand size mismatch in tocentry operands.Ulrich Weigand
2013-03-19Remove an invalid and unnecessary Pat pattern from the X86 backend:Ulrich Weigand
2013-03-19Prepare to make r0 an allocatable register on PPCHal Finkel
2013-03-19Optimize sext <4 x i8> and <4 x i16> to <4 x i64>.Nadav Rotem
2013-03-19Annotate X86InstrExtension.td with SchedRW lists.Jakob Stoklund Olesen
2013-03-19Annotate a lot of X86InstrInfo.td with SchedRW lists.Jakob Stoklund Olesen
2013-03-19[ms-inline asm] Move the size directive asm rewrite into the target specificChad Rosier
2013-03-19Update documentation of llvm-link to reflect recent cleanups.Eli Bendersky
2013-03-19Remove stale commentEli Bendersky
2013-03-19Fix for r177390: map values are pointers, use DeleteContainerSeconds() instea...Alexey Samsonov
2013-03-19The Linker interface has some dead code after the cleanup in r172749Eli Bendersky
2013-03-19Cleanup PPC64 unaligned i64 load/storeHal Finkel
2013-03-19[docs] Remove incorrect information about lit.Sean Silva
2013-03-19llvm-symbolizer: flush internal caches functionalityDmitry Vyukov
2013-03-19The testing to ensure a vector of zeros of type floating point isn't misclass...David Tweed
2013-03-19Enable -Wnon-virtual-dtor build warningAlexey Samsonov
2013-03-19Improve long vector sext/zext lowering on ARMRenato Golin
2013-03-19Don't reserve R31 on PPC64 unless the frame pointer is neededHal Finkel
2013-03-19Revert "Cleanup some SCEV logic a bit."Andrew Trick
2013-03-19Cleanup some SCEV logic a bit.Andrew Trick
2013-03-19Tighten up an internal LSR API that should check for NULL.Andrew Trick
2013-03-19Emit the linkage name instead of the function name, when available. This meansNick Lewycky
2013-03-18Fix a sign-extension bug in PPCCTRLoopsHal Finkel
2013-03-18Move #include of BitVector from .h to .cpp file.Jakub Staszak
2013-03-18Add some constantness.Jakub Staszak
2013-03-18Remove unneeded #includes.Jakub Staszak
2013-03-18Make methods const.Jakub Staszak
2013-03-18Make method private. Keep coding standard.Jakub Staszak
2013-03-18[ms-inline asm] Avoid emitting a redundant sizing directive, if we've alreadyChad Rosier
2013-03-18Change NULL to 0.Jakub Staszak
2013-03-18Register the flush function for each compile unit.Bill Wendling
2013-03-18Remove trailing spaces.Jakub Staszak
2013-03-18Fix PPC unaligned 64-bit loads and storesHal Finkel
2013-03-18ARM cost model: Make some vector integer to float casts cheaperArnold Schwaighofer
2013-03-18ARM cost model: Correct cost for some cheap float to integer conversionsArnold Schwaighofer
2013-03-18Extend global merge pass to optionally consider global constant variables.Quentin Colombet
2013-03-18Change test cases to handle unaligned references.Bill Schmidt
2013-03-18Remove unnecessary leading comment characters in lit-only fileDavid Blaikie
2013-03-18Add SchedRW annotations to most of X86InstrSSE.td.Jakob Stoklund Olesen
2013-03-18Annotate X86 arithmetic instructions with SchedRW lists.Jakob Stoklund Olesen
2013-03-18Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.Manman Ren
2013-03-18TableGen fix for the new machine model.Andrew Trick
2013-03-18Include '.test' suffix in target specific lit configs that need itDavid Blaikie
2013-03-18Make the fields in the diagram match the descriptive text above them.Eric Christopher
2013-03-18UpdateBill Wendling
2013-03-18Fix 80-col. violations in PPCCTRLoopsHal Finkel