aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-30This patch fixes the Altivec addend construction for the fused multiply-addAdhemerval Zanella
2012-11-30[msan] Tests for vector manipulation instructions.Evgeniy Stepanov
2012-11-30Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth
2012-11-30[asan] simplify the code around doesNotReturn call. It now magically works. Kostya Serebryany
2012-11-30Separate out the tests for whether the compiler suports R-valueChandler Carruth
2012-11-30More strict error checking in parseSpecifier + simplified code.Patrik Hagglund
2012-11-30Fix non-determinism introduced in r168970 and pointed out by Duncan.Chandler Carruth
2012-11-30Rearrange the comments, control flow, and variable names; noChandler Carruth
2012-11-30Add the rest of the experimental fission sections to MC.Eric Christopher
2012-11-30Use multiclass for the store instructions with MEMri operand.Jyotsna Verma
2012-11-30Use multiclass for the load instructions with 'base + register offset'Jyotsna Verma
2012-11-30Move library call simplification statistic to instcombineMeador Inge
2012-11-30Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth
2012-11-29PNaCl: Add ExpandTls pass for expanding out static TLS variablesMark Seaborn
2012-11-30Fix logic to determine whether to turn a switch into a lookup table. WhenEvan Cheng
2012-11-30Modified dump() to provide a littlePreston Briggs
2012-11-30Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.Jordan Rose
2012-11-29Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInstKevin Enderby
2012-11-29More comment.Eric Christopher
2012-11-29Cleanup for comprehensibility:Eli Bendersky
2012-11-29Update comment for malloc being a library call now, rather than an instruction.Dan Gohman
2012-11-29Add isOSNaCl, and add Asm subclasses for NaClDavid Sehr
2012-11-29copyFastMathFlags utility and test caseMichael Ilseman
2012-11-29Add a FileCheck test that makes sure two different CHECKs won't match theEli Bendersky
2012-11-29Update my email address.Dan Gohman
2012-11-29Whitespace.Chad Rosier
2012-11-29Fix 80-column violations.Chad Rosier
2012-11-29Leave NOPS as upstream definesDavid Sehr
2012-11-29Conditionalize delay slot hazard checksDavid Sehr
2012-11-29Make compilation unit number change local to NaClDavid Sehr
2012-11-29Object: Pass the buffer name through when making a copy.Benjamin Kramer
2012-11-29Add cortex-a5 subtarget to the supported ARM architecturesQuentin Colombet
2012-11-29Cleanup recent addition of DAGTypeLegalizer::SplitVecOp_VSELECTJustin Holewinski
2012-11-29rdar://12100355 (part 1)Shuxin Yang
2012-11-29Handle the situation where CodeGenPrepare removes a reference to a BB that hasBill Wendling
2012-11-29Use multiclass for 'transfer' instructions.Jyotsna Verma
2012-11-29No need to run LICM after loop vectorization because we dont generate invaria...Nadav Rotem
2012-11-29When broadcasting invariant scalars into vectors, place the broadcast code in...Nadav Rotem
2012-11-29Documentation for FileCheck: use 'option' and 'program' directives.Dmitri Gribenko
2012-11-29instcombine: Migrate puts optimizationsMeador Inge
2012-11-29Documentation for llvm-link: reformatDmitri Gribenko
2012-11-29Fix a memory leak in MachOObjectFile.Jim Grosbach
2012-11-29Documentation for llvm-cov: reformatDmitri Gribenko
2012-11-29Conditionalize MIPS register reservationDavid Sehr
2012-11-29Follow up to 168711: It's safe to base this analysis on the found compare, ju...Benjamin Kramer
2012-11-29Documentation for llvm-stress: reformatDmitri Gribenko
2012-11-29Documentation for opt: reformatDmitri Gribenko
2012-11-29Improve isImpliedCond comment a bit.Andrew Trick
2012-11-29[ASan] Simplify check added in r168861. Bail out from module pass early if th...Alexey Samsonov
2012-11-29Documentation for llc: reformat.Dmitri Gribenko