Age | Commit message (Expand) | Author | Files | Lines |
2014-10-29 | Whitespace. | NAKAMURA Takumi | 1 | -2/+2 |
2014-09-16 | [CodeGenPrepare][AddressingModeMatcher] The promotion mechanism was expecting | Quentin Colombet | 1 | -45/+55 |
2014-09-15 | [CodeGenPrepare][AddressingModeMatcher] Fix a think-o for the sext(zext) -> z... | Quentin Colombet | 1 | -7/+9 |
2014-09-11 | [CodeGenPrepare] Teach the addressing mode matcher how to promote zext. | Quentin Colombet | 1 | -13/+56 |
2014-08-21 | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 1 | -1/+1 |
2014-08-18 | Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi... | Craig Topper | 1 | -1/+1 |
2014-08-17 | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 1 | -1/+1 |
2014-08-04 | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 1 | -1/+2 |
2014-07-29 | CodeGenPrep: fall back to MVT::Other if instruction's type isn't an EVT. | Tim Northover | 1 | -3/+6 |
2014-07-21 | Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite... | Duncan P. N. Exon Smith | 1 | -5/+5 |
2014-07-20 | [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra... | Manuel Jacob | 1 | -5/+5 |
2014-07-16 | Fixed formatting, removed bug reference, renamed testcase | Sanjay Patel | 1 | -3/+4 |
2014-07-16 | trivial fix for PR20314 | Sanjay Patel | 1 | -1/+4 |
2014-06-11 | Create macro INITIALIZE_TM_PASS. | Jiangning Liu | 1 | -13/+2 |
2014-05-30 | Remove use of comma operator. | Richard Trieu | 1 | -2/+5 |
2014-05-22 | Similar to bitcast, treat addrspacecast as a foldable operand. | Eli Bendersky | 1 | -0/+2 |
2014-05-13 | Add missing line breaks to debug output in CodeGenPrepare | Louis Gerbarg | 1 | -3/+3 |
2014-05-13 | [CGP] r205941 changed the logic, so that a cast happens *before* 'Result' is | Joey Gouly | 1 | -1/+1 |
2014-04-27 | Make helper functions static. | Benjamin Kramer | 1 | -2/+2 |
2014-04-26 | Revert r206749 till a final decision about the intrinsics is made. | Michael Zolotukhin | 1 | -236/+0 |
2014-04-25 | This reapplies r207235 with an additional bugfixes caught by the msan | Adrian Prantl | 1 | -1/+6 |
2014-04-25 | Revert "This reapplies r207130 with an additional testcase+and a missing chec... | Adrian Prantl | 1 | -6/+1 |
2014-04-25 | This reapplies r207130 with an additional testcase+and a missing check for | Adrian Prantl | 1 | -1/+6 |
2014-04-25 | Revert "This reapplies r207130 with an additional testcase+and a missing chec... | Adrian Prantl | 1 | -6/+1 |
2014-04-25 | This reapplies r207130 with an additional testcase+and a missing check for | Adrian Prantl | 1 | -1/+6 |
2014-04-25 | Revert "Debug info for optimized code: Support variables that are on the stac... | Adrian Prantl | 1 | -6/+1 |
2014-04-24 | Debug info for optimized code: Support variables that are on the stack and | Adrian Prantl | 1 | -1/+6 |
2014-04-22 | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 1 | -1/+2 |
2014-04-22 | [CodeGenPrepare] Use APInt to check the value of the immediate in a and | Quentin Colombet | 1 | -2/+2 |
2014-04-21 | ARM64: Combine shifts and uses from different basic block to bit-extract inst... | Yi Jiang | 1 | -0/+192 |
2014-04-21 | Reapply r206732. This time without optimization of branches. | Michael Zolotukhin | 1 | -0/+236 |
2014-04-21 | Revert r206732 which is causing llc to crash on most of the build bots. | Chandler Carruth | 1 | -287/+0 |
2014-04-21 | Implement builtins for safe division: safe.sdiv.iN, safe.udiv.iN, safe.srem.iN, | Michael Zolotukhin | 1 | -0/+287 |
2014-04-15 | Use unique_ptr to manage TypePromotionActions owned by TypePromotionTransaction. | David Blaikie | 1 | -28/+19 |
2014-04-14 | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 1 | -39/+40 |
2014-04-12 | Add the ability to use GEPs for address sinking in CGP | Hal Finkel | 1 | -0/+126 |
2014-04-10 | Fix to support properly cleaning up failed address sinking against constants | Jim Grosbach | 1 | -2/+3 |
2014-03-31 | Disable each MachineFunctionPass for 'optnone' functions, unless that | Paul Robinson | 1 | -0/+3 |
2014-03-29 | CodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz inst. | Tim Northover | 1 | -0/+80 |
2014-03-26 | Fix for incorrect address sinking in the presence of potential overflows. | Jim Grosbach | 1 | -1/+8 |
2014-03-13 | CodeGenPrep: sink extends of illegal types into use block. | Manuel Jacob | 1 | -36/+49 |
2014-03-09 | Revert r203230, "CodeGenPrep: sink extends of illegal types into use block." | NAKAMURA Takumi | 1 | -58/+34 |
2014-03-09 | [C++11] Add range based accessors for the Use-Def chain of a Value. | Chandler Carruth | 1 | -44/+34 |
2014-03-07 | CodeGenPrep: sink extends of illegal types into use block. | Tim Northover | 1 | -34/+58 |
2014-03-07 | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 1 | -14/+14 |
2014-03-04 | [Modules] Move ValueMap to the IR library. While this class does not | Chandler Carruth | 1 | -1/+1 |
2014-03-04 | [Modules] Move ValueHandle into the IR library where Value itself lives. | Chandler Carruth | 1 | -1/+1 |
2014-03-04 | [Modules] Move the LLVM IR pattern match header into the IR library, it | Chandler Carruth | 1 | -1/+1 |
2014-03-04 | [Modules] Move CallSite into the IR library where it belogs. It is | Chandler Carruth | 1 | -1/+1 |
2014-03-04 | [Modules] Move GetElementPtrTypeIterator into the IR library. As its | Chandler Carruth | 1 | -1/+1 |