summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make ComputeDemandedBits return a deterministic result when computing an Asse...Nadav Rotem2012-07-161-0/+1
* Refactor the code that checks that all operands of a node are UNDEFs.Nadav Rotem2012-07-151-0/+21
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-4/+4
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-251-6/+12
* Typo.Chad Rosier2012-05-211-1/+1
* Use dyn_cast instead of checking opcode and cast.Jakub Staszak2012-05-011-2/+1
* Register DAGUpdateListeners with SelectionDAG.Jakob Stoklund Olesen2012-04-201-55/+37
* Move the constant-folding support for FP_ROUND in SelectionDAG from the one-o...Owen Anderson2012-04-101-1/+10
* Treat f16 the same as f80/f128 for the purposes of generating constants durin...Owen Anderson2012-04-051-1/+2
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-041-108/+61
* Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola2012-03-311-6/+10
* Checking a build_vector for an all-ones value.Jim Grosbach2012-03-211-5/+14
* Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." f...NAKAMURA Takumi2012-03-161-1/+1
* Add a return type.Bill Wendling2012-03-131-1/+1
* Inline the d'tor and add an anchor instead.Bill Wendling2012-03-131-1/+1
* Refactor the SelectionDAG's 'dump' methods into their own .cpp file.Bill Wendling2012-03-131-633/+0
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-6/+9
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-9/+6
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-6/+9
* Put instruction names into an indexed string table on the side, removing a po...Benjamin Kramer2012-02-101-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-4/+2
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-051-17/+15
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-011-10/+7
* remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen.Chris Lattner2012-01-311-7/+4
* rework this logic to not depend on the last argument to GetConstantStringInfo,Chris Lattner2012-01-311-4/+10
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-8/+4
* Add a RegisterMaskSDNode class.Jakob Stoklund Olesen2012-01-181-2/+18
* Truncate of undef is just undef of smaller size.Craig Topper2012-01-151-5/+6
* Update DebugLoc while merging nodes at -O0.Devang Patel2011-12-151-5/+20
* Add missing cases to SDNode::getOperationName(). Patch by Micah Villmow.Eli Friedman2011-12-141-0/+5
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-131-4/+10
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-4/+4
* Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of d...Eli Friedman2011-11-281-18/+9
* Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.Evan Cheng2011-11-281-1/+5
* Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.Bill Wendling2011-11-281-1/+0
* Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad2011-11-151-1/+0
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-081-14/+20
* Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...Eli Friedman2011-11-081-0/+6
* Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman2011-11-031-0/+16
* Revert r143206, as there are still some failing tests.Dan Gohman2011-10-291-16/+0
* Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman2011-10-281-0/+16
* Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands2011-10-281-16/+0
* Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman2011-10-281-0/+16
* Rename NonScalarIntSafe to something more appropriate.Lang Hames2011-10-261-4/+4
* Fix a bunch of unused variable warnings when doing a releaseDuncan Sands2011-10-181-0/+1
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-161-1/+1
* Formatting.Eric Christopher2011-10-111-2/+1
* When inferring the pointer alignment, if the global doesn't have an initializerBill Wendling2011-09-301-0/+2
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-271-2/+2
* Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.Nadav Rotem2011-09-271-0/+6
OpenPOWER on IntegriCloud