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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-7
/
+35
*
Swift Calling Convention: swifterror target-independent change.
Manman Ren
2016-04-05
5
-4
/
+353
*
fix typos; NFC
Sanjay Patel
2016-04-04
1
-2
/
+2
*
Swift Calling Convention: add swifterror attribute.
Manman Ren
2016-04-01
3
-0
/
+9
*
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
*
fix typo; NFC
Sanjay Patel
2016-03-31
1
-2
/
+1
*
Prevent X86ISelLowering from merging volatile loads
Nirav Dave
2016-03-31
2
-14
/
+9
*
LegalizeDAG: Don't replace vector store with integer if not legal
Matt Arsenault
2016-03-30
3
-41
/
+87
*
LegalizeDAG: Don't replace vector load with integer unless legal
Matt Arsenault
2016-03-30
3
-28
/
+71
*
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
3
-0
/
+9
*
[Codegen] Decrease minimum jump table density.
Kyle Butt
2016-03-29
2
-8
/
+23
*
Minor code cleanup. NFC.
Junmo Park
2016-03-26
1
-1
/
+1
*
Prevent construction of cycle in DAG store merge
Nirav Dave
2016-03-25
3
-40
/
+44
*
CXX TLS: collect return blocks after SelectAllBasicBlocks.
Manman Ren
2016-03-24
1
-7
/
+15
*
Reduce code duplication by extracting out a helper function; NFC
Sanjoy Das
2016-03-24
2
-30
/
+21
*
Lower varargs correctly in deopt bundle lowering
Sanjoy Das
2016-03-24
1
-0
/
+1
*
Add lowering support for llvm.experimental.deoptimize
Sanjoy Das
2016-03-24
3
-0
/
+40
*
[Statepoints] Fix yet another issue around gc pointer uniqueing
Sanjoy Das
2016-03-24
2
-19
/
+22
*
Minor cosmestic changes (NFC)
Sanjoy Das
2016-03-24
1
-7
/
+7
*
CodeGen: extend RHS when splitting ATOMIC_CMP_SWAP_WITH_SUCCESS.
Tim Northover
2016-03-24
1
-3
/
+18
*
Remove unsafe AssertZext after promoting result of FP_TO_FP16
Pirama Arumuga Nainar
2016-03-24
1
-4
/
+1
*
SelectionDAG: Remove a tautological dyn_cast. NFC
Justin Bogner
2016-03-23
1
-3
/
+2
*
Remove stale comment
Sanjoy Das
2016-03-23
1
-2
/
+1
*
[StatepointLowering] Don't do two DenseMap lookups; nfci
Sanjoy Das
2016-03-23
1
-2
/
+3
*
[StatepointLowering] Minor NFC cleanups
Sanjoy Das
2016-03-23
1
-11
/
+12
*
[StatepointLowering] Minor nfc refactoring
Sanjoy Das
2016-03-23
1
-29
/
+6
*
[StatepointLowering] Schedule gc relocates before uniqueing them
Sanjoy Das
2016-03-23
2
-9
/
+13
*
[SelectionDAG] Ensure constant folded legalized vector element types are comp...
Simon Pilgrim
2016-03-22
1
-1
/
+1
*
CodeGen: check return types match when emitting tail call to builtin.
Tim Northover
2016-03-22
1
-2
/
+5
*
Allow lowering call sites with both funclets and deopt state
Sanjoy Das
2016-03-22
1
-5
/
+1
*
Add a hasOperandBundlesOtherThan helper, and use it; NFC
Sanjoy Das
2016-03-22
1
-12
/
+6
*
[X86][SSE] Reapplied: Simplify vector LOAD + EXTEND on pre-SSE41 hardware
Simon Pilgrim
2016-03-22
2
-0
/
+102
*
Add "first class" lowering for deopt operand bundles
Sanjoy Das
2016-03-22
4
-24
/
+99
*
[DAGCombine] Catch the case where extract_vector_elt can cause an any_ext whi...
Silviu Baranga
2016-03-21
1
-0
/
+1
*
[CXX_FAST_TLS] fix issues with O0 on ARM, AArch64 and X86.
Manman Ren
2016-03-18
1
-1
/
+1
*
[SelectionDAG] Remove visitStatepoint; NFC
Sanjoy Das
2016-03-17
3
-11
/
+2
*
Fix indentation; NFC
Sanjoy Das
2016-03-16
1
-3
/
+2
*
Extract out a SelectionDAGBuilder::LowerAsStatepoint; NFC
Sanjoy Das
2016-03-16
2
-144
/
+197
*
Tweak some atomics functions in preparation for larger changes; NFC.
James Y Knight
2016-03-16
2
-2
/
+2
*
[SelectionDAG] Extract out populateCallLoweringInfo; NFC
Sanjoy Das
2016-03-16
3
-30
/
+31
*
Removed trailing whitespace
Simon Pilgrim
2016-03-16
1
-12
/
+12
*
[StatepointLowering] Move an assertion; NFCI
Sanjoy Das
2016-03-15
1
-6
/
+4
*
Temporarily Revert "[X86][SSE] Simplify vector LOAD + EXTEND on
Eric Christopher
2016-03-14
2
-40
/
+0
*
[DAG] use !isUndef() ; NFCI
Sanjay Patel
2016-03-14
4
-13
/
+11
*
[DAG] use isUndef() ; NFCI
Sanjay Patel
2016-03-14
5
-98
/
+94
*
Make gc relocates more strongly typed; NFC
Sanjoy Das
2016-03-12
1
-10
/
+13
[next]