| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR11985 | Michael Liao | 2012-09-12 | 1 | -3/+8 |
* | Fix constant folding through bitcasts by no longer relying on undefined behav... | Kristof Beyls | 2012-09-12 | 1 | -2/+2 |
* | Fold multiply by 0 or 1 when in UnsafeFPMath mode in SelectionDAG::getNode(). | Michael Ilseman | 2012-09-10 | 1 | -0/+18 |
* | whitespace | Michael Ilseman | 2012-09-10 | 1 | -10/+10 |
* | Fix an assertion failure when optimising a shufflevector incorrectly into con... | James Molloy | 2012-09-10 | 1 | -10/+6 |
* | Add a new optimization pass: Stack Coloring, that merges disjoint static allo... | Nadav Rotem | 2012-09-06 | 1 | -0/+2 |
* | Remove extra MayLoad/MayStore flags from atomic_load/store. | Jakob Stoklund Olesen | 2012-08-28 | 1 | -18/+23 |
* | Fix integer undefined behavior due to signed left shift overflow in LLVM. | Richard Smith | 2012-08-24 | 1 | -3/+2 |
* | Add a roundToIntegral method to APFloat, which can be parameterized over vari... | Owen Anderson | 2012-08-13 | 1 | -0/+18 |
* | Add SelectionDAG::getTargetIndex. | Jakob Stoklund Olesen | 2012-08-07 | 1 | -0/+25 |
* | Consider address spaces for hashing and CSEing DAG nodes. Otherwise two load... | Pete Cooper | 2012-07-30 | 1 | -0/+22 |
* | Replace some explicit compare loops with std::equal. | Benjamin Kramer | 2012-07-19 | 1 | -7/+1 |
* | Make ComputeDemandedBits return a deterministic result when computing an Asse... | Nadav Rotem | 2012-07-16 | 1 | -0/+1 |
* | Refactor the code that checks that all operands of a node are UNDEFs. | Nadav Rotem | 2012-07-15 | 1 | -0/+21 |
* | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and | Bill Wendling | 2012-06-28 | 1 | -4/+4 |
* | Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall | Justin Holewinski | 2012-05-25 | 1 | -6/+12 |
* | Typo. | Chad Rosier | 2012-05-21 | 1 | -1/+1 |
* | Use dyn_cast instead of checking opcode and cast. | Jakub Staszak | 2012-05-01 | 1 | -2/+1 |
* | Register DAGUpdateListeners with SelectionDAG. | Jakob Stoklund Olesen | 2012-04-20 | 1 | -55/+37 |
* | Move the constant-folding support for FP_ROUND in SelectionDAG from the one-o... | Owen Anderson | 2012-04-10 | 1 | -1/+10 |
* | Treat f16 the same as f80/f128 for the purposes of generating constants durin... | Owen Anderson | 2012-04-05 | 1 | -1/+2 |
* | Always compute all the bits in ComputeMaskedBits. | Rafael Espindola | 2012-04-04 | 1 | -108/+61 |
* | Teach CodeGen's version of computeMaskedBits to understand the range metadata. | Rafael Espindola | 2012-03-31 | 1 | -6/+10 |
* | Checking a build_vector for an all-ones value. | Jim Grosbach | 2012-03-21 | 1 | -5/+14 |
* | Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." f... | NAKAMURA Takumi | 2012-03-16 | 1 | -1/+1 |
* | Add a return type. | Bill Wendling | 2012-03-13 | 1 | -1/+1 |
* | Inline the d'tor and add an anchor instead. | Bill Wendling | 2012-03-13 | 1 | -1/+1 |
* | Refactor the SelectionDAG's 'dump' methods into their own .cpp file. | Bill Wendling | 2012-03-13 | 1 | -633/+0 |
* | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng | 2012-02-28 | 1 | -6/+9 |
* | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 1 | -9/+6 |
* | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng | 2012-02-28 | 1 | -6/+9 |
* | Put instruction names into an indexed string table on the side, removing a po... | Benjamin Kramer | 2012-02-10 | 1 | -1/+1 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-05 | 1 | -4/+2 |
* | reapply the patches reverted in r149470 that reenable ConstantDataArray, | Chris Lattner | 2012-02-05 | 1 | -17/+15 |
* | Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes... | Argyrios Kyrtzidis | 2012-02-01 | 1 | -10/+7 |
* | remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen. | Chris Lattner | 2012-01-31 | 1 | -7/+4 |
* | rework this logic to not depend on the last argument to GetConstantStringInfo, | Chris Lattner | 2012-01-31 | 1 | -4/+10 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -8/+4 |
* | Add a RegisterMaskSDNode class. | Jakob Stoklund Olesen | 2012-01-18 | 1 | -2/+18 |
* | Truncate of undef is just undef of smaller size. | Craig Topper | 2012-01-15 | 1 | -5/+6 |
* | Update DebugLoc while merging nodes at -O0. | Devang Patel | 2011-12-15 | 1 | -5/+20 |
* | Add missing cases to SDNode::getOperationName(). Patch by Micah Villmow. | Eli Friedman | 2011-12-14 | 1 | -0/+5 |
* | Initial CodeGen support for CTTZ/CTLZ where a zero input produces an | Chandler Carruth | 2011-12-13 | 1 | -4/+10 |
* | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky | 2011-12-02 | 1 | -4/+4 |
* | Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of d... | Eli Friedman | 2011-11-28 | 1 | -18/+9 |
* | Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead. | Evan Cheng | 2011-11-28 | 1 | -1/+5 |
* | Remove dead llvm.eh.sjlj.dispatchsetup intrinsic. | Bill Wendling | 2011-11-28 | 1 | -1/+0 |
* | Remove some unnecessary includes of PseudoSourceValue.h. | Jay Foad | 2011-11-15 | 1 | -1/+0 |
* | Added invariant field to the DAG.getLoad method and changed all calls. | Pete Cooper | 2011-11-08 | 1 | -14/+20 |
* | Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'... | Eli Friedman | 2011-11-08 | 1 | -0/+6 |