| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Reapply: [InstCombine] Fix visitSwitchInst to use right operand types for sub... | Bruno Cardoso Lopes | 2014-12-19 | 1 | -3/+10 |
| * | [LoopVectorize] Remove redundant assignment. | Tilmann Scheller | 2014-12-19 | 1 | -1/+0 |
| * | use -0.0 when creating an fneg instruction | Sanjay Patel | 2014-12-19 | 1 | -1/+1 |
| * | Revert "[InstCombine] Fix visitSwitchInst to use right operand types for sub ... | Bruno Cardoso Lopes | 2014-12-19 | 1 | -4/+2 |
| * | [InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr | Bruno Cardoso Lopes | 2014-12-19 | 1 | -2/+4 |
| * | Rename MapValue(Metadata*) to MapMetadata() | Duncan P. N. Exon Smith | 2014-12-19 | 3 | -18/+18 |
| * | fix formatting; NFC | Sanjay Patel | 2014-12-18 | 1 | -8/+4 |
| * | [Msan] Generalize instrumentation code to support FreeBSD mapping | Viktor Kutuzov | 2014-12-18 | 1 | -27/+106 |
| * | [SROA] Cleanup - remove the use of std::mem_fun_ref nonsense and use | Chandler Carruth | 2014-12-18 | 1 | -1/+3 |
| * | [sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, llvm part | Kostya Serebryany | 2014-12-17 | 1 | -4/+2 |
| * | Revert 224119 "This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them... | Suyog Sarda | 2014-12-17 | 1 | -24/+2 |
| * | Strength reduce intrinsics with overflow into regular arithmetic operations i... | Erik Eckstein | 2014-12-17 | 3 | -0/+61 |
| * | [sanitizer] prevent function call merging for sanitizer-coverage callbacks | Kostya Serebryany | 2014-12-16 | 1 | -0/+7 |
| * | Masked Load and Store Intrinsics in loop vectorizer. | Elena Demikhovsky | 2014-12-16 | 1 | -21/+100 |
| * | Sink store based on alias analysis | Elena Demikhovsky | 2014-12-15 | 2 | -41/+37 |
| * | Loop Vectorizer minor changes in the code - | Elena Demikhovsky | 2014-12-14 | 1 | -3/+3 |
| * | More code format fix from r224133, NFC | Steven Wu | 2014-12-12 | 1 | -2/+1 |
| * | Restructure code from r224097. NFC | Steven Wu | 2014-12-12 | 1 | -12/+12 |
| * | [Reassociate] Use dbgs() instead of errs(). | Chad Rosier | 2014-12-12 | 1 | -2/+2 |
| * | This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them for bundling i... | Suyog Sarda | 2014-12-12 | 1 | -2/+24 |
| * | Fix another infinite loop in InstCombine | Steven Wu | 2014-12-12 | 1 | -9/+12 |
| * | [ASan] Change fake stack and local variables handling. | Alexey Samsonov | 2014-12-11 | 1 | -44/+104 |
| * | [InstCombine][X86] Improved folding of calls to Intrinsic::x86_sse4a_insertqi. | Andrea Di Biagio | 2014-12-11 | 1 | -1/+16 |
| * | The inliner needs to fix up debug information for llvm.dbg.declare, not only ... | Michael Kuperstein | 2014-12-11 | 1 | -0/+6 |
| * | Refactor creation of overflow result tuples in InstCombineCalls. | Erik Eckstein | 2014-12-11 | 2 | -57/+30 |
| * | Rename static functiom "map" to be more descriptive and to avoid | Kaelyn Takata | 2014-12-09 | 1 | -5/+5 |
| * | Remove redundant variable. | Michael Zolotukhin | 2014-12-09 | 1 | -4/+2 |
| * | Revert r223764 which taught instcombine about integer-based elment extraction | Chandler Carruth | 2014-12-09 | 1 | -349/+41 |
| * | Remove unneeded curly braces. | Frederic Riss | 2014-12-09 | 1 | -4/+2 |
| * | Reorder the code to avoid inserting at the beginning of a vector. | Frederic Riss | 2014-12-09 | 1 | -1/+1 |
| * | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 17 | -148/+243 |
| * | Correctly handle complex locations expressions in replaceDbgDeclareForAlloca() | Frederic Riss | 2014-12-09 | 1 | -2/+2 |
| * | Revert "Move function to obtain branch weights into the BranchInst class. NFC." | Juergen Ributzka | 2014-12-09 | 1 | -6/+26 |
| * | Move function to obtain branch weights into the BranchInst class. NFC. | Juergen Ributzka | 2014-12-09 | 1 | -26/+6 |
| * | Teach instcombine to canonicalize "element extraction" from a load of an | Chandler Carruth | 2014-12-09 | 1 | -41/+349 |
| * | InstrProf: An intrinsic and lowering for instrumentation based profiling | Justin Bogner | 2014-12-08 | 3 | -0/+311 |
| * | LLVMInstrumentation requires MC since r223532. | NAKAMURA Takumi | 2014-12-06 | 1 | -1/+1 |
| * | Utils: Style cleanups, NFC | Duncan P. N. Exon Smith | 2014-12-06 | 1 | -7/+7 |
| * | Utils: Avoid RAUW on metadata in CloneFunction() | Duncan P. N. Exon Smith | 2014-12-06 | 1 | -4/+4 |
| * | Recommit of r223513 and r223514. | Kuba Brecka | 2014-12-05 | 1 | -34/+48 |
| * | Reverting r223513 and r223514. | Kuba Brecka | 2014-12-05 | 1 | -48/+34 |
| * | [DFSAN][MIPS][LLVM] Defining ShadowPtrMask variable for MIPS64 | Peter Collingbourne | 2014-12-05 | 1 | -1/+12 |
| * | AddressSanitizer - Don't instrument globals from cstring_literals sections. (... | Kuba Brecka | 2014-12-05 | 1 | -34/+48 |
| * | [msan] Avoid extra origin address realignment. | Evgeniy Stepanov | 2014-12-05 | 1 | -21/+24 |
| * | [InstCombine] Minor optimization for bswap with binary ops | Simon Pilgrim | 2014-12-04 | 2 | -0/+65 |
| * | [msan] allow -fsanitize-coverage=N together with -fsanitize=memory, llvm part | Kostya Serebryany | 2014-12-03 | 2 | -2/+5 |
| * | correct spelling, NFC | Matthias Braun | 2014-12-03 | 1 | -3/+3 |
| * | [SimplifyLibCalls] Improve double->float shrinking to consider constants | Matthias Braun | 2014-12-03 | 1 | -14/+33 |
| * | [SimplifyLibCalls] Enable double to float shrinking for copysign | Matthias Braun | 2014-12-03 | 1 | -0/+1 |
| * | msan] Add compile-time checks for missing origins. | Evgeniy Stepanov | 2014-12-03 | 1 | -10/+13 |