summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Commit message (Expand)AuthorAge
* DAG: move sret demotion into most basic LowerCallTo implementation.Tim Northover2014-06-18
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* Have isInTailCallPosition take the DAG so that we can use theEric Christopher2014-06-10
* [DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact flags to SelectionDAG.Andrea Di Biagio2014-06-09
* SelectionDAG: skip barriers for unordered atomic operationsTim Northover2014-05-30
* ARM: teach AAPCS-VFP to deal with Cortex-M4.Tim Northover2014-05-27
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-17
* Target: change member from reference to pointerSaleem Abdulrasool2014-05-17
* ARM: HFAs must be passed in consecutive registersOliver Stannard2014-05-09
* Implememting named register intrinsicsRenato Golin2014-05-06
* Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...Craig Topper2014-04-30
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-27
* Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...Craig Topper2014-04-26
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-26
* This reapplies r207235 with an additional bugfixes caught by the msanAdrian Prantl2014-04-25
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-25
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-25
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-25
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-25
* Revert "Debug info for optimized code: Support variables that are on the stac...Adrian Prantl2014-04-25
* Debug info for optimized code: Support variables that are on the stack andAdrian Prantl2014-04-24
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Fix unnecessary line breakMatt Arsenault2014-04-21
* Patch by Vadim ChugunovYaron Keren2014-04-19
* Convert SelectionDAG::getVTList to use ArrayRefCraig Topper2014-04-16
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Fix for PR 19261:Eric Christopher2014-04-03
* Avoid storing Twines.Benjamin Kramer2014-03-29
* Add @llvm.clear_cache builtinRenato Golin2014-03-26
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* Fix an assertion caused by using inline asm with indirect register inputs.Kevin Qin2014-03-21
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* Check for dynamic allocas and inline asm that clobbers sp before buildingHans Wennborg2014-03-05
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Rename a few more DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* [DAG] Fix the recognition of opaque constants in the SelectionDAGBuilder.Juergen Ributzka2014-02-13
* [Stackmaps] Improve the stackmap lowering code in the SelectionDAGBuilder.Juergen Ributzka2014-02-12
* [Stackmaps] Fix the ID type to be i64 also for stackmaps (as we claim in the ...Juergen Ributzka2014-02-12
* Pass address space to allowsUnalignedMemoryAccessesMatt Arsenault2014-02-05
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-31
* PGO branch weight: update edge weights in SelectionDAGBuilder.Manman Ren2014-01-31
* Revert r200431 due to bot failures.Manman Ren2014-01-30
* PGO branch weight: update edge weights in SelectionDAGBuilder.Manman Ren2014-01-30
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-25
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-25
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-24