summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* ARM: HFAs must be passed in consecutive registersOliver Stannard2014-05-091-2/+22
* Implememting named register intrinsicsRenato Golin2014-05-061-0/+16
* Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...Craig Topper2014-04-301-6/+5
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-271-6/+5
* Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...Craig Topper2014-04-261-4/+2
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-261-66/+44
* This reapplies r207235 with an additional bugfixes caught by the msanAdrian Prantl2014-04-251-20/+19
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-251-19/+20
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-251-20/+19
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-251-19/+20
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-251-20/+19
* Revert "Debug info for optimized code: Support variables that are on the stac...Adrian Prantl2014-04-251-14/+13
* Debug info for optimized code: Support variables that are on the stack andAdrian Prantl2014-04-241-13/+14
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Fix unnecessary line breakMatt Arsenault2014-04-211-4/+2
* Patch by Vadim ChugunovYaron Keren2014-04-191-0/+5
* Convert SelectionDAG::getVTList to use ArrayRefCraig Topper2014-04-161-10/+10
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-151-5/+13
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-117/+117
* Fix for PR 19261:Eric Christopher2014-04-031-2/+3
* Avoid storing Twines.Benjamin Kramer2014-03-291-22/+19
* Add @llvm.clear_cache builtinRenato Golin2014-03-261-0/+2
* remove a bunch of unused private methodsNuno Lopes2014-03-231-10/+0
* Fix an assertion caused by using inline asm with indirect register inputs.Kevin Qin2014-03-211-1/+1
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-111-4/+6
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-7/+4
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Check for dynamic allocas and inline asm that clobbers sp before buildingHans Wennborg2014-03-051-6/+4
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* Rename a few more DataLayout variables from TD to DL.Rafael Espindola2014-02-211-14/+14
* [DAG] Fix the recognition of opaque constants in the SelectionDAGBuilder.Juergen Ributzka2014-02-131-3/+7
* [Stackmaps] Improve the stackmap lowering code in the SelectionDAGBuilder.Juergen Ributzka2014-02-121-33/+33
* [Stackmaps] Fix the ID type to be i64 also for stackmaps (as we claim in the ...Juergen Ributzka2014-02-121-6/+7
* Pass address space to allowsUnalignedMemoryAccessesMatt Arsenault2014-02-051-1/+5
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-311-2/+24
* PGO branch weight: update edge weights in SelectionDAGBuilder.Manman Ren2014-01-311-10/+61
* Revert r200431 due to bot failures.Manman Ren2014-01-301-61/+10
* PGO branch weight: update edge weights in SelectionDAGBuilder.Manman Ren2014-01-301-10/+61
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-251-0/+3
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-251-3/+0
* Add Constant Hoisting PassJuergen Ributzka2014-01-241-0/+3
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-241-3/+0
* Add Constant Hoisting PassJuergen Ributzka2014-01-241-0/+3
* Fix non-deterministic SDNodeOrder-dependent codegenNico Rieck2014-01-121-0/+1
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-191-1/+1
* [Stackmap] Liveness Analysis PassJuergen Ributzka2013-12-141-0/+6
* Revert "Liveness Analysis Pass"Andrew Trick2013-12-131-6/+0
* Grow the stackmap/patchpoint format to hold 64-bit IDs.Andrew Trick2013-12-131-2/+2
* Liveness Analysis PassAndrew Trick2013-12-131-0/+6
* SelectionDAG: Fix a typo.Benjamin Kramer2013-12-111-1/+1
OpenPOWER on IntegriCloud