summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce an GCRelocateInst class [NFC]Philip Reames2016-04-121-1/+1
* [SSP] Remove llvm.stackprotectorcheck.Tim Shen2016-04-081-13/+4
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-1/+1
* Lower @llvm.experimental.deoptimize as a noreturn callSanjoy Das2016-04-061-0/+12
* Swift Calling Convention: swifterror target-independent change.Manman Ren2016-04-051-3/+197
* Swift Calling Convention: add swifterror attribute.Manman Ren2016-04-011-0/+5
* Don't use an i64 return type with webkit_jsccSanjoy Das2016-04-011-6/+7
* Revert "Protect some assertions with NDEBUG rather than DEBUG()."Justin Lebar2016-04-011-7/+6
* Protect some assertions with NDEBUG rather than DEBUG().Justin Lebar2016-04-011-6/+7
* Add support for no-jump-tablesNirav Dave2016-03-291-2/+7
* Swift Calling Convention: add swiftself attribute.Manman Ren2016-03-291-0/+5
* [Codegen] Decrease minimum jump table density.Kyle Butt2016-03-291-4/+22
* Add lowering support for llvm.experimental.deoptimizeSanjoy Das2016-03-241-0/+4
* Add a hasOperandBundlesOtherThan helper, and use it; NFCSanjoy Das2016-03-221-12/+6
* Add "first class" lowering for deopt operand bundlesSanjoy Das2016-03-221-4/+33
* [SelectionDAG] Remove visitStatepoint; NFCSanjoy Das2016-03-171-1/+1
* [SelectionDAG] Extract out populateCallLoweringInfo; NFCSanjoy Das2016-03-161-14/+17
* [DAG] use isUndef() ; NFCISanjay Patel2016-03-141-2/+2
* SelectionDAG: Fix a crash on inline asm when output register supports multipl...Tom Stellard2016-03-091-3/+7
* Revert "[mips] Promote the result of SETCC nodes to GPR width."Vasileios Kalintiris2016-03-011-11/+1
* [NVPTX] Use different, convergent MIs for convergent calls.Justin Lebar2016-03-011-3/+5
* [mips] Promote the result of SETCC nodes to GPR width.Vasileios Kalintiris2016-03-011-1/+11
* Fix a bug in isVectorReductionOp() in SelectionDAGBuilder.cpp that may cause ...Cong Hou2016-02-261-4/+4
* Detecte vector reduction operations just before instruction selection.Cong Hou2016-02-241-0/+130
* NFC. Move isDereferenceable to Loads.h/cppArtur Pilipenko2016-02-241-0/+1
* Remove uses of builtin comma operator.Richard Trieu2016-02-181-18/+26
* Revert r261070, it caused PR26652 / PR26653.Nico Weber2016-02-171-126/+0
* Detecte vector reduction operations just before instruction selection.Cong Hou2016-02-171-0/+126
* [CodeGen] Prefer "if (SDValue R = ...)" to "if (R.getNode())". NFCI.Ahmed Bougacha2016-02-091-5/+2
* [X86] Don't zero/sign-extend i1, i8, or i16 return values to 32 bits (PR22532)Hans Wennborg2016-02-081-1/+1
* SelectionDAG: Lower some range metadata to AssertZextMatt Arsenault2016-02-081-3/+40
* Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...Benjamin Kramer2016-01-271-7/+7
* Remove extra whitespace. NFC.Junmo Park2016-01-231-4/+4
* [opaque pointer types] [NFC] Add an explicit type argument to ConstantFoldLoa...Eduard Burtescu2016-01-221-1/+1
* [NFC] Replace several manual GEP loops with gep_type_iterator.Eduard Burtescu2016-01-201-17/+7
* [opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...Eduard Burtescu2016-01-191-1/+8
* [opaque pointer types] [NFC] CallSite: use getFunctionType() instead of going...Manuel Jacob2016-01-171-3/+2
* [WinEH] Rename CatchReturnInst::getParentPad, NFCJoseph Tremoulet2016-01-151-1/+1
* Fix Release build warning.Philip Reames2016-01-141-0/+1
* [GCRoot] Assert preconditions to clarify behaviorPhilip Reames2016-01-141-8/+12
* [WinEH] Remove calculateCatchReturnSuccessorColorsDavid Majnemer2016-01-061-2/+7
* [SelectionDAGBuilder] Set NoUnsignedWrap for inbounds gep and load/store offs...Dan Gohman2016-01-061-8/+47
* [Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.Manuel Jacob2016-01-051-1/+1
* [X86] Better support for the MCU psABI (LLVM part)Michael Kuperstein2015-12-281-2/+8
* Remove deprecated llvm.experimental.gc.result.{int,float,ptr} intrinsics.Manuel Jacob2015-12-221-3/+0
* Implemented Support of IA interrupt and exception handlers:Amjad Aboud2015-12-211-0/+5
* Clean up the processing of dbg.value in various placesKeno Fischer2015-12-191-8/+4
* [SelectionDAGBuilder] Adds support for landingpads of token typeChen Li2015-12-161-0/+7
* [X86] Part 2 to fix x86-64 fp128 calling convention.Chih-Hung Hsieh2015-12-141-1/+2
* [IR] Remove terminatepadDavid Majnemer2015-12-141-6/+2
OpenPOWER on IntegriCloud