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
*
SelectionDAG: Implement expansion of {S,U}MIN/MAX in integer legalization
Jan Vesely
2016-06-09
2
-0
/
+55
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
2
-6
/
+6
*
[stack-protection] Add support for MSVC buffer security check
Etienne Bergeron
2016-06-07
3
-14
/
+77
*
Re-apply "SDAG: Update ChainNodesMatched as nodes are deleted"
Justin Bogner
2016-06-03
1
-4
/
+9
*
Revert "SDAG: Update ChainNodesMatched as nodes are deleted"
Justin Bogner
2016-06-03
1
-9
/
+4
*
SDAG: Update ChainNodesMatched as nodes are deleted
Justin Bogner
2016-06-03
1
-4
/
+9
*
SDAG: Replace some unreachable code with an assert. NFC
Justin Bogner
2016-06-03
1
-6
/
+3
*
transform obscured FP sign bit ops into a fabs/fneg using TLI hook
Sanjay Patel
2016-06-02
1
-0
/
+46
*
[DAG] use getBitcast() to reduce code
Sanjay Patel
2016-06-02
1
-33
/
+25
*
SDAG: Drop a redundant replace and move the dead node removal closer. NFC
Justin Bogner
2016-06-01
1
-6
/
+4
*
[DAG] Improve legalization of INSERT_SUBVECTOR
Michael Kuperstein
2016-06-01
1
-3
/
+22
*
DAGCombiner: Fix broken size check in isAlias
Matt Arsenault
2016-06-01
1
-1
/
+1
*
[CodeGen] Promote FMINNAN/FMAXNAN like other binops.
Ahmed Bougacha
2016-05-31
1
-0
/
+2
*
[X86] Detect SAD patterns and emit psadbw instructions.
Michael Kuperstein
2016-05-27
1
-7
/
+11
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
2
-11
/
+17
*
SDAG: Use an Optional<> instead of a sigil value. NFC
Justin Bogner
2016-05-26
1
-6
/
+6
*
Simplify std::all_of predicate (to one line) by using llvm::all_of. NFCI.
Simon Pilgrim
2016-05-25
1
-2
/
+1
*
Simplify std::all_of predicate (to one line) by using llvm::all_of. NFCI.
Simon Pilgrim
2016-05-25
1
-3
/
+1
*
[SelectionDAG] Add smarts for BSWAP in computeKnownBits.
Chad Rosier
2016-05-25
1
-0
/
+6
*
[SDAG] Add a fallback multiplication expansion
Hal Finkel
2016-05-25
1
-1
/
+43
*
Fix some comment typos in SelectionDAGBuilder. NFC
Diana Picus
2016-05-20
1
-3
/
+3
*
[SelectionDAG] rename/move isKnownToBeAPowerOfTwo() from TargetLowering (NFC)
Sanjay Patel
2016-05-19
2
-32
/
+30
*
reduce indentation; NFCI
Sanjay Patel
2016-05-19
1
-9
/
+7
*
Fix an assert in SelectionDAGBuilder when processing inline asm
Renato Golin
2016-05-17
2
-25
/
+30
*
SelectionDAG: Select min/max when both are used
Matt Arsenault
2016-05-16
1
-1
/
+9
*
Remove extra whitespace. NFC.
Chad Rosier
2016-05-16
1
-1
/
+1
*
[SelectionDAG] Attempt to split BITREVERSE vector legalization into BSWAP and...
Simon Pilgrim
2016-05-12
1
-5
/
+32
*
SDAG: Have SelectNodeTo replace uses if it CSE's instead of morphing a node
Justin Bogner
2016-05-11
2
-9
/
+8
*
fix typos in comments; NFC
Sanjay Patel
2016-05-11
1
-41
/
+40
*
SDAG: Make SelectCodeCommon return void
Justin Bogner
2016-05-10
1
-25
/
+41
*
[PR27599] [SystemZ] [SelectionDAG] Fix extension of atomic cmpxchg result.
Marcin Koscielnicki
2016-05-10
1
-4
/
+17
*
[TargetLowering] make helper function for SetCC + and optimizations (NFC)
Sanjay Patel
2016-05-09
1
-52
/
+40
*
Fix unused variable warning.
Simon Pilgrim
2016-05-07
1
-1
/
+0
*
[SelectionDAG] Added bitreverse(bitreverse(v)) --> v
Simon Pilgrim
2016-05-07
2
-0
/
+18
*
[x86, BMI] add TLI hook for 'andn' and use it to simplify comparisons
Sanjay Patel
2016-05-07
1
-0
/
+49
*
SDAG: Don't leave dangling dead nodes after SelectCodeCommon
Justin Bogner
2016-05-06
1
-1
/
+3
*
[CodeGen] Round [SU]INT_TO_FP result when promoting from f16.
Ahmed Bougacha
2016-05-06
1
-1
/
+6
*
SDAG: Rename Select->SelectImpl and repurpose Select as returning void
Justin Bogner
2016-05-05
1
-17
/
+1
*
SDAG: Remove OPC_MarkGlueResults and associated logic. NFC
Justin Bogner
2016-05-05
1
-60
/
+19
*
clean up; NFCI
Sanjay Patel
2016-05-04
1
-15
/
+15
*
[SelectionDAG] BITREVERSE vector legalization of bit operations (REAPPLIED)
Simon Pilgrim
2016-05-04
1
-2
/
+2
*
Revert r268504
Simon Pilgrim
2016-05-04
1
-2
/
+2
*
[SelectionDAG] BITREVERSE vector legalization of bit operations
Simon Pilgrim
2016-05-04
1
-2
/
+2
*
[CodeGen] Add some space optimized forms of EmitNode and MorphNodeTo that imp...
Craig Topper
2016-05-03
1
-6
/
+17
*
DebugInfo: Avoid propagating incorrect debug locations in SelectionDAG via CSE.
Wolfgang Pieb
2016-05-02
1
-31
/
+37
*
Fix grammar and correct comment - the debug information wasn't incorrect, rat...
Eric Christopher
2016-05-02
1
-2
/
+2
*
[CodeGen] Add OPC_MoveChild0-OPC_MoveChild7 opcodes to isel matching tables t...
Craig Topper
2016-05-02
1
-0
/
+12
*
getelementptr instruction, support index vector of EVT.
Igor Breger
2016-05-01
1
-1
/
+2
*
DAGCombiner: Reduce truncated shl width
Matt Arsenault
2016-04-29
1
-0
/
+19
*
Use SelectionDAG::getTargetConstant* helper functions. NFC.
Simon Pilgrim
2016-04-29
1
-4
/
+4
[next]