aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-05[SjLj Prepare] When demoting an invoke instructions to the stack, if the normalChad Rosier
2013-02-05Remove liveout lists from MachineRegisterInfo.Jakob Stoklund Olesen
2013-02-05Remove special-casing of return blocks for liveness.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to AArch64 return instructions.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to XCore return instructions.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to Sparc return instructions.Jakob Stoklund Olesen
2013-02-05Hexagon: Use multiclass for absolute addressing mode stores.Jyotsna Verma
2013-02-05Move MRI liveouts to MSP430 return instructions.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to Mips return instructions.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to PowerPC return instructions.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to MBlaze return instructions.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to Hexagon return instructions.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to ARM return instructions.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to X86 return instructions.Jakob Stoklund Olesen
2013-02-05[MC] Bundle alignment: Invalidate relaxed fragmentsDerek Schuff
2013-02-05Don't use MRI liveouts in R600.Jakob Stoklund Olesen
2013-02-05Avoid using MRI::liveout_iterator for computing VRSAVEs.Jakob Stoklund Olesen
2013-02-05Remove getBundleSize methods from NaCl Asm backendsDerek Schuff
2013-02-05R600: Fold remaining CONST_COPY after expand pseudo instTom Stellard
2013-02-05R600: improve inputs/interpolation handlingTom Stellard
2013-02-05R600: Emit function name in the AsmPrinterTom Stellard
2013-02-05R600/SI: Add patterns for fcos and fsin.Tom Stellard
2013-02-05Fix commentsEli Bendersky
2013-02-05Hexagon: Add V4 compare instructions. Enable relationship mappingJyotsna Verma
2013-02-05Fix signed-unsigned comparison warning.Tim Northover
2013-02-05Loop Vectorizer: Handle pointer stores/loads in getWidestType()Arnold Schwaighofer
2013-02-05Fix remaining StringRef abuse.Tim Northover
2013-02-05Revert r174343, "When the target-independent DAGCombiner inferred a higher al...NAKAMURA Takumi
2013-02-05Link .ARM.exidx with corresponding text section.Logan Chien
2013-02-05ARM cost model: Cost for scalar integer casts and floating point conversionsArnold Schwaighofer
2013-02-05Fix formatting in AArch64 backend.Tim Northover
2013-02-05Remove cyclic dependency in AArch64 librariesTim Northover
2013-02-05This patch that sets the Mips ELF header flag for Jack Carter
2013-02-05This patch that sets the EmitAlias flag in td files Jack Carter
2013-02-05Add target-dependent versions of addAttribute/removeAttribute to AttrBuilder.Bill Wendling
2013-02-05This patch changes a static_cast to dyn_castJack Carter
2013-02-05Construct a skeleton cu for each compile unit in the module, not justEric Christopher
2013-02-05Add support for emitting a stub DW_AT_GNU_dwo_id as part of theEric Christopher
2013-02-05Use the do-while(0) thing for this #define.Bill Wendling
2013-02-05When the target-independent DAGCombiner inferred a higher alignment for a load,Owen Anderson
2013-02-05Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman
2013-02-04[Stack Alignment] emit warning instead of a hard errorManman Ren
2013-02-04Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling
2013-02-04Remove the unnecessary hack and document the actually necessary one.Derek Schuff
2013-02-04Merge remote-tracking branch 'origin/master'Derek Schuff
2013-02-04Cherry-pick not-yet-committed upstream change to fix relaxation at bundle endDerek Schuff
2013-02-04Make some LLVM localmods compile when building with --disable-assertions.Jan Voung
2013-02-04Hexagon: Add V4 combine instructions and some more Def Pats for V2.Jyotsna Verma
2013-02-04Disable a couple more vector splat optimizations on PPC.Benjamin Kramer
2013-02-04Fix some abuses of StringRefTim Northover