summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-30
* Fix logic to determine whether to turn a switch into a lookup table. WhenEvan Cheng2012-11-30
* Modified dump() to provide a littlePreston Briggs2012-11-30
* Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.Jordan Rose2012-11-30
* Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInstKevin Enderby2012-11-29
* More comment.Eric Christopher2012-11-29
* Update comment for malloc being a library call now, rather than an instruction.Dan Gohman2012-11-29
* copyFastMathFlags utility and test caseMichael Ilseman2012-11-29
* Add a FileCheck test that makes sure two different CHECKs won't match theEli Bendersky2012-11-29
* Update my email address.Dan Gohman2012-11-29
* Whitespace.Chad Rosier2012-11-29
* Fix 80-column violations.Chad Rosier2012-11-29
* Object: Pass the buffer name through when making a copy.Benjamin Kramer2012-11-29
* Add cortex-a5 subtarget to the supported ARM architecturesQuentin Colombet2012-11-29
* Cleanup recent addition of DAGTypeLegalizer::SplitVecOp_VSELECTJustin Holewinski2012-11-29
* rdar://12100355 (part 1)Shuxin Yang2012-11-29
* Handle the situation where CodeGenPrepare removes a reference to a BB that hasBill Wendling2012-11-29
* Use multiclass for 'transfer' instructions.Jyotsna Verma2012-11-29
* No need to run LICM after loop vectorization because we dont generate invaria...Nadav Rotem2012-11-29
* When broadcasting invariant scalars into vectors, place the broadcast code in...Nadav Rotem2012-11-29
* Documentation for FileCheck: use 'option' and 'program' directives.Dmitri Gribenko2012-11-29
* instcombine: Migrate puts optimizationsMeador Inge2012-11-29
* Documentation for llvm-link: reformatDmitri Gribenko2012-11-29
* Fix a memory leak in MachOObjectFile.Jim Grosbach2012-11-29
* Documentation for llvm-cov: reformatDmitri Gribenko2012-11-29
* Follow up to 168711: It's safe to base this analysis on the found compare, ju...Benjamin Kramer2012-11-29
* Documentation for llvm-stress: reformatDmitri Gribenko2012-11-29
* Documentation for opt: reformatDmitri Gribenko2012-11-29
* Improve isImpliedCond comment a bit.Andrew Trick2012-11-29
* [ASan] Simplify check added in r168861. Bail out from module pass early if th...Alexey Samsonov2012-11-29
* Documentation for llc: reformat.Dmitri Gribenko2012-11-29
* Apply Takumi's patch to suppress unused-variable warnings in -Asserts builds.Matt Beaumont-Gay2012-11-29
* Add options to AddressSanitizer passes to make them configurable by frontend.Alexey Samsonov2012-11-29
* fix a typoShuxin Yang2012-11-29
* Documentation for lit: more formatting: use 'option' and 'program' directives.Dmitri Gribenko2012-11-29
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-29
* Documentation for tblgen: formattingDmitri Gribenko2012-11-29
* Documentation for lit: formatting improvements.Dmitri Gribenko2012-11-29
* Test commit.Patrik Hagglund2012-11-29
* Documentation: formatting improvementsDmitri Gribenko2012-11-29
* instcombine: Migrate fputs optimizationsMeador Inge2012-11-29
* instcombine: Migrate fwrite optimizationsMeador Inge2012-11-29
* instcombine: Migrate fprintf optimizationsMeador Inge2012-11-29
* [msan] Handle vector manipulation instructions.Evgeniy Stepanov2012-11-29
* [msan] Fix getOriginForNaryOp.Evgeniy Stepanov2012-11-29
* Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.Silviu Baranga2012-11-29
* misched: Recompute priority queue when DFSResults are updated.Benjamin Kramer2012-11-29
* [msan] Basic handling of inline asm.Evgeniy Stepanov2012-11-29
* Teach the legalizer how to handle operands for VSELECT nodesJustin Holewinski2012-11-29
* Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...Justin Holewinski2012-11-29