| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Reapply r143206, with fixes. Disallow physical register lifetimes | Dan Gohman | 2011-11-03 | 1 | -0/+16 |
* | Revert r143206, as there are still some failing tests. | Dan Gohman | 2011-10-29 | 1 | -16/+0 |
* | Reapply r143177 and r143179 (reverting r143188), with scheduler | Dan Gohman | 2011-10-28 | 1 | -0/+16 |
* | Speculatively disable Dan's commits 143177 and 143179 to see if | Duncan Sands | 2011-10-28 | 1 | -16/+0 |
* | Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUW | Dan Gohman | 2011-10-28 | 1 | -0/+16 |
* | Rename NonScalarIntSafe to something more appropriate. | Lang Hames | 2011-10-26 | 1 | -4/+4 |
* | Fix a bunch of unused variable warnings when doing a release | Duncan Sands | 2011-10-18 | 1 | -0/+1 |
* | Let printf do the formatting instead aligning strings ourselves. | Benjamin Kramer | 2011-10-16 | 1 | -1/+1 |
* | Formatting. | Eric Christopher | 2011-10-11 | 1 | -2/+1 |
* | When inferring the pointer alignment, if the global doesn't have an initializer | Bill Wendling | 2011-09-30 | 1 | -0/+2 |
* | Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId(). | Jim Grosbach | 2011-09-27 | 1 | -2/+2 |
* | Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC. | Nadav Rotem | 2011-09-27 | 1 | -0/+6 |
* | Add vselect target support for targets that do not support blend but do support | Nadav Rotem | 2011-09-13 | 1 | -0/+4 |
* | Make the SelectionDAG verify that all the operands of BUILD_VECTOR have the s... | Eli Friedman | 2011-09-09 | 1 | -1/+4 |
* | Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures... | Eli Friedman | 2011-09-07 | 1 | -2/+17 |
* | Add codegen support for vector select (in the IR this means a select | Duncan Sands | 2011-09-06 | 1 | -8/+20 |
* | Split the init.trampoline intrinsic, which currently combines GCC's | Duncan Sands | 2011-09-06 | 1 | -1/+2 |
* | Basic x86 code generation for atomic load and store instructions. | Eli Friedman | 2011-08-24 | 1 | -3/+58 |
* | Revert r137562 because it caused PR10674 | Nadav Rotem | 2011-08-16 | 1 | -7/+0 |
* | Fix PR 10635. When generating integer constants, the constant element type may | Nadav Rotem | 2011-08-13 | 1 | -0/+7 |
* | Don't create a ridiculous EXTRACT_ELEMENT. PR10563. | Eli Friedman | 2011-08-02 | 1 | -0/+1 |
* | Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be | Eli Friedman | 2011-07-29 | 1 | -8/+20 |
* | Code generation for 'fence' instruction. | Eli Friedman | 2011-07-27 | 1 | -0/+1 |
* | Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a... | Jeffrey Yasskin | 2011-07-18 | 1 | -1/+1 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -9/+9 |