index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAGBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Introduce an GCRelocateInst class [NFC]
Philip Reames
2016-04-12
1
-1
/
+1
*
[SSP] Remove llvm.stackprotectorcheck.
Tim Shen
2016-04-08
1
-13
/
+4
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-1
/
+1
*
Lower @llvm.experimental.deoptimize as a noreturn call
Sanjoy Das
2016-04-06
1
-0
/
+12
*
Swift Calling Convention: swifterror target-independent change.
Manman Ren
2016-04-05
1
-3
/
+197
*
Swift Calling Convention: add swifterror attribute.
Manman Ren
2016-04-01
1
-0
/
+5
*
Don't use an i64 return type with webkit_jscc
Sanjoy Das
2016-04-01
1
-6
/
+7
*
Revert "Protect some assertions with NDEBUG rather than DEBUG()."
Justin Lebar
2016-04-01
1
-7
/
+6
*
Protect some assertions with NDEBUG rather than DEBUG().
Justin Lebar
2016-04-01
1
-6
/
+7
*
Add support for no-jump-tables
Nirav Dave
2016-03-29
1
-2
/
+7
*
Swift Calling Convention: add swiftself attribute.
Manman Ren
2016-03-29
1
-0
/
+5
*
[Codegen] Decrease minimum jump table density.
Kyle Butt
2016-03-29
1
-4
/
+22
*
Add lowering support for llvm.experimental.deoptimize
Sanjoy Das
2016-03-24
1
-0
/
+4
*
Add a hasOperandBundlesOtherThan helper, and use it; NFC
Sanjoy Das
2016-03-22
1
-12
/
+6
*
Add "first class" lowering for deopt operand bundles
Sanjoy Das
2016-03-22
1
-4
/
+33
*
[SelectionDAG] Remove visitStatepoint; NFC
Sanjoy Das
2016-03-17
1
-1
/
+1
*
[SelectionDAG] Extract out populateCallLoweringInfo; NFC
Sanjoy Das
2016-03-16
1
-14
/
+17
*
[DAG] use isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-2
/
+2
*
SelectionDAG: Fix a crash on inline asm when output register supports multipl...
Tom Stellard
2016-03-09
1
-3
/
+7
*
Revert "[mips] Promote the result of SETCC nodes to GPR width."
Vasileios Kalintiris
2016-03-01
1
-11
/
+1
*
[NVPTX] Use different, convergent MIs for convergent calls.
Justin Lebar
2016-03-01
1
-3
/
+5
*
[mips] Promote the result of SETCC nodes to GPR width.
Vasileios Kalintiris
2016-03-01
1
-1
/
+11
*
Fix a bug in isVectorReductionOp() in SelectionDAGBuilder.cpp that may cause ...
Cong Hou
2016-02-26
1
-4
/
+4
*
Detecte vector reduction operations just before instruction selection.
Cong Hou
2016-02-24
1
-0
/
+130
*
NFC. Move isDereferenceable to Loads.h/cpp
Artur Pilipenko
2016-02-24
1
-0
/
+1
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-18
/
+26
*
Revert r261070, it caused PR26652 / PR26653.
Nico Weber
2016-02-17
1
-126
/
+0
*
Detecte vector reduction operations just before instruction selection.
Cong Hou
2016-02-17
1
-0
/
+126
*
[CodeGen] Prefer "if (SDValue R = ...)" to "if (R.getNode())". NFCI.
Ahmed Bougacha
2016-02-09
1
-5
/
+2
*
[X86] Don't zero/sign-extend i1, i8, or i16 return values to 32 bits (PR22532)
Hans Wennborg
2016-02-08
1
-1
/
+1
*
SelectionDAG: Lower some range metadata to AssertZext
Matt Arsenault
2016-02-08
1
-3
/
+40
*
Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...
Benjamin Kramer
2016-01-27
1
-7
/
+7
*
Remove extra whitespace. NFC.
Junmo Park
2016-01-23
1
-4
/
+4
*
[opaque pointer types] [NFC] Add an explicit type argument to ConstantFoldLoa...
Eduard Burtescu
2016-01-22
1
-1
/
+1
*
[NFC] Replace several manual GEP loops with gep_type_iterator.
Eduard Burtescu
2016-01-20
1
-17
/
+7
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
1
-1
/
+8
*
[opaque pointer types] [NFC] CallSite: use getFunctionType() instead of going...
Manuel Jacob
2016-01-17
1
-3
/
+2
*
[WinEH] Rename CatchReturnInst::getParentPad, NFC
Joseph Tremoulet
2016-01-15
1
-1
/
+1
*
Fix Release build warning.
Philip Reames
2016-01-14
1
-0
/
+1
*
[GCRoot] Assert preconditions to clarify behavior
Philip Reames
2016-01-14
1
-8
/
+12
*
[WinEH] Remove calculateCatchReturnSuccessorColors
David Majnemer
2016-01-06
1
-2
/
+7
*
[SelectionDAGBuilder] Set NoUnsignedWrap for inbounds gep and load/store offs...
Dan Gohman
2016-01-06
1
-8
/
+47
*
[Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.
Manuel Jacob
2016-01-05
1
-1
/
+1
*
[X86] Better support for the MCU psABI (LLVM part)
Michael Kuperstein
2015-12-28
1
-2
/
+8
*
Remove deprecated llvm.experimental.gc.result.{int,float,ptr} intrinsics.
Manuel Jacob
2015-12-22
1
-3
/
+0
*
Implemented Support of IA interrupt and exception handlers:
Amjad Aboud
2015-12-21
1
-0
/
+5
*
Clean up the processing of dbg.value in various places
Keno Fischer
2015-12-19
1
-8
/
+4
*
[SelectionDAGBuilder] Adds support for landingpads of token type
Chen Li
2015-12-16
1
-0
/
+7
*
[X86] Part 2 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
2015-12-14
1
-1
/
+2
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-6
/
+2
[prev]
[next]