summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-031-22/+14
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-031-2/+2
* Debug Info: clean up usage of Verify.Manman Ren2013-06-281-2/+8
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-179/+218
* During SelectionDAG building explicitly set a node to constant zero when theQuentin Colombet2013-06-181-0/+8
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-161-19/+20
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-061-16/+16
* Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd2013-05-271-0/+3
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-251-39/+2
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-219/+220
* Track IR ordering of SelectionDAG nodes 1/4.Andrew Trick2013-05-251-3/+3
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-1/+1
* Unify formatting of debug output.Adrian Prantl2013-05-221-1/+1
* Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.Justin Holewinski2013-05-211-0/+5
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-181-6/+9
* Generate debug info for by-value struct args even if they are not used.Adrian Prantl2013-05-161-1/+7
* [inline asm] Return an undef SDValue of the expected value type, rather thanChad Rosier2013-05-011-1/+1
* Only pass 'returned' to target-specific lowering code when the value of entir...Stephen Lin2013-04-301-24/+42
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-301-3/+2
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-301-2/+3
* [inline asm] Fix a crasher for an invalid value type/register class.Chad Rosier2013-04-241-4/+11
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-201-7/+11
* Remove the type legality check from the SelectionDAGBuilder when it lowers @l...Owen Anderson2013-03-231-1/+0
* Revert r176154 in favor of a better approach.Bill Wendling2013-03-081-7/+0
* Generate an error message instead of asserting or segfaulting when we can'tChad Rosier2013-03-011-0/+1
* Fix PR10475Michael Liao2013-03-011-1/+1
* A small refactoring + adding comments.Eli Bendersky2013-02-281-3/+1
* SelectionDAG: If llvm.donothing has a landingpad, we should clearManman Ren2013-02-271-0/+7
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-251-2/+2
* Fix the root cause of PR15348 by correctly handling alignment 0 onChandler Carruth2013-02-251-0/+6
* Remove unnecessary code.Evan Cheng2013-02-111-4/+0
* Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.Bob Wilson2013-02-081-2/+1
* Tweak check to avoid integer overflow (for insanely large alignments)Evan Cheng2013-02-061-2/+2
* Fix errant fallthrough in the generation of the lifetime markers.Nadav Rotem2013-02-011-0/+1
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-221-1/+2
* Remove unused parameter. Also use the AttributeSet query methods instead of t...Bill Wendling2013-01-181-2/+1
* For inline asm:Eric Christopher2013-01-111-0/+6
* Remove unneeded includes from FunctionLoweringInfo.h.Jakub Staszak2013-01-101-1/+1
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-101-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-13/+13
* Remove the Function::getRetAttributes method in favor of using the AttributeS...Bill Wendling2012-12-301-7/+8
* Remove Function::getParamAttributes and use the AttributeSet accessor methods...Bill Wendling2012-12-301-8/+8
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-1/+2
* Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT.Patrik Hagglund2012-12-191-4/+5
* Split the usage of 'EVT PartVT' into 'MVT PartVT' and 'EVT PartEVT'.Patrik Hagglund2012-12-191-38/+38
* Change RegVT in BitTestBlock and RegsForValue, to contain MVTs,Patrik Hagglund2012-12-191-12/+11
* Change TargetLowering::getTypeForExtArgOrReturn to take and returnPatrik Hagglund2012-12-191-1/+1
* Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT,Patrik Hagglund2012-12-191-5/+9
* Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund2012-12-191-10/+10
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-18/+18
OpenPOWER on IntegriCloud