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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GlobalISel]: Fix bug where we can report GISelFailure on erased instructions
Aditya Nandakumar
2017-04-07
2
-38
/
+26
*
Revert "[SelectionDAG] Enable target specific vector scalarization of calls a...
Simon Dardis
2017-04-07
4
-189
/
+65
*
[GlobalISel] implement narrowing for G_CONSTANT.
Igor Breger
2017-04-07
1
-0
/
+20
*
[SelectionDAG] Enable target specific vector scalarization of calls and returns
Simon Dardis
2017-04-07
4
-65
/
+189
*
Turn on -addr-sink-using-gep by default.
Eli Friedman
2017-04-06
1
-1
/
+1
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
7
-23
/
+31
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
7
-31
/
+23
*
[SDAG] Fix visitAND optimization to deal with vector extract case again.
Nirav Dave
2017-04-06
1
-1
/
+1
*
[SelectionDAG] NFC patch removing a redundant check.
Jonas Paulsson
2017-04-06
1
-8
/
+4
*
Revert accidental commit of r299619.
Craig Topper
2017-04-06
1
-15
/
+31
*
Revert accidental commit of r299618
Craig Topper
2017-04-06
1
-3
/
+0
*
bar
Craig Topper
2017-04-06
1
-31
/
+15
*
foo
Craig Topper
2017-04-06
1
-0
/
+3
*
[DAGCombine] Support FMF contract in fused multiple-and-sub too
Adam Nemet
2017-04-05
1
-28
/
+34
*
[DAGCombine] Remove commented-out code from r299096
Adam Nemet
2017-04-05
1
-1
/
+1
*
[ExecutionDepsFix] Don't recurse over the CFG
Keno Fischer
2017-04-05
1
-22
/
+23
*
[DAGCombiner] add and use TLI hook to convert and-of-seteq / or-of-setne to b...
Sanjay Patel
2017-04-05
1
-0
/
+15
*
[DAGCombiner] Don't make a BUILD_VECTOR with operands of illegal type.
Jonas Paulsson
2017-04-05
1
-6
/
+6
*
Allow targets to opt-in to codegen in SCC order
Matt Arsenault
2017-04-04
1
-2
/
+6
*
[ExecutionDepsFix] Don't revisit true dependencies
Keno Fischer
2017-04-04
1
-6
/
+13
*
[tablegen][globalisel] Add support for nested instruction matching.
Daniel Sanders
2017-04-04
1
-0
/
+5
*
DAG: Fix missing legalization for any_extend_vector_inreg operands
Matt Arsenault
2017-04-03
2
-0
/
+17
*
[CodeGenPrep] move aarch64-type-promotion to CGP
Jun Bum Lim
2017-04-03
1
-52
/
+236
*
[DAGCombine][InstCombine] Fix inverted if condition in equivalent comments in...
Craig Topper
2017-04-03
1
-1
/
+1
*
Revert "[DAGCombine] A shuffle of a splat is always the splat itself"
Zvi Rackover
2017-04-03
1
-6
/
+0
*
[APInt] Move isMask and isShiftedMask out of APIntOps and into the APInt clas...
Craig Topper
2017-04-03
2
-3
/
+3
*
[DAGCombiner] Check limits before accessing array element (PR32502)
Simon Pilgrim
2017-04-03
1
-1
/
+1
*
[DAGCombiner] enable vector transforms for any/all {sign} bits set/clear
Sanjay Patel
2017-04-01
1
-13
/
+17
*
[DAGCombiner] Fix fold (or (shuf A, V_0, MA), (shuf B, V_0, MB)) -> (shuf A, ...
Craig Topper
2017-04-01
1
-1
/
+1
*
Revert "Localizer fun"
Quentin Colombet
2017-04-01
3
-122
/
+0
*
Revert "Instrument SDISel C++ patterns"
Quentin Colombet
2017-04-01
1
-0
/
+1
*
[RegBankSelect] Support REG_SEQUENCE for generic mapping
Quentin Colombet
2017-04-01
1
-8
/
+18
*
Instrument SDISel C++ patterns
Quentin Colombet
2017-04-01
1
-1
/
+0
*
Localizer fun
Quentin Colombet
2017-04-01
3
-0
/
+122
*
[DAGCombiner] refactor and/or-of-setcc to get rid of duplicated code; NFCI
Sanjay Patel
2017-03-31
1
-90
/
+39
*
[DAGCombiner] add fold for 'All sign bits set?'
Sanjay Patel
2017-03-31
1
-2
/
+4
*
[DAGCombiner] remove redundant code and add comments; NFCI
Sanjay Patel
2017-03-31
1
-10
/
+13
*
Refactor code to create getFallThrough method in MachineBasicBlock.
Jan Sjodin
2017-03-31
1
-8
/
+14
*
[DAGCombiner] Add ComputeNumSignBits vector demanded elements support to ASHR...
Simon Pilgrim
2017-03-31
1
-1
/
+35
*
[DAGCombiner] Add vector demanded elements support to ComputeNumSignBits
Simon Pilgrim
2017-03-31
2
-9
/
+36
*
[DAGCombiner] Add vector demanded elements support to computeKnownBitsForTarg...
Simon Pilgrim
2017-03-31
2
-3
/
+3
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-31
1
-1
/
+1
*
Move llvm::emitLinkerFlagsForGlobalCOFF() to Mangler.
Peter Collingbourne
2017-03-31
1
-31
/
+0
*
Move llvm::canBeOmittedFromSymbolTable() to Analysis.
Peter Collingbourne
2017-03-31
2
-19
/
+1
*
getPristineRegs is not accurately considering shrink wrapping puts
Eric Christopher
2017-03-30
2
-2
/
+5
*
[DAGCombiner] Initial support for the fast-math flag contract
Adam Nemet
2017-03-30
1
-19
/
+31
*
[CodeGen] Pass SDAG an ORE, and replace FastISel stats with remarks.
Ahmed Bougacha
2017-03-30
2
-242
/
+61
*
[DAGCombiner] add helper function for visitORLike; NFCI
Sanjay Patel
2017-03-30
1
-55
/
+75
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
[APInt] Remove references to integerPartWidth outside of APFloat implentation.
Craig Topper
2017-03-30
1
-3
/
+3
[next]