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
*
Use shouldAssumeDSOLocal in isOffsetFoldingLegal.
Rafael Espindola
2016-06-24
1
-9
/
+14
*
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
2016-06-23
4
-14
/
+26
*
Revert r273456, "Preserve DebugInfo when replacing values in DAGCombiner" as ...
Peter Collingbourne
2016-06-23
4
-20
/
+8
*
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
2016-06-22
4
-8
/
+20
*
AMDGPU: Add convergent flag to INLINEASM instruction.
Wei Ding
2016-06-22
1
-0
/
+2
*
[SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee
Krzysztof Parzyszek
2016-06-22
6
-17
/
+16
*
Strip trailing whitespace
Simon Pilgrim
2016-06-21
1
-4
/
+4
*
[arm+x86] Make GNU variants behave like GNU w.r.t combining sin+cos into sincos.
Daniel Sanders
2016-06-21
1
-2
/
+1
*
Replace silly uses of 'signed' with 'int'
David Majnemer
2016-06-21
2
-9
/
+9
*
Indent consistently.
Joerg Sonnenberger
2016-06-19
1
-1
/
+1
*
Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...
Benjamin Kramer
2016-06-17
1
-1
/
+1
*
[SelectionDAG] Don't treat library calls specially if marked with nobuiltin.
Marcin Koscielnicki
2016-06-17
1
-2
/
+3
*
[DAG] Remove redundant FMUL in Newton-Raphson SQRT code
Sanjay Patel
2016-06-16
1
-53
/
+86
*
Revert "Preserve DebugInfo when replacing values in DAGCombiner"
Nirav Dave
2016-06-15
3
-18
/
+7
*
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
2016-06-15
3
-7
/
+18
*
[X86] Reduce the width of multiplification when its operands are extended fro...
Wei Mi
2016-06-14
1
-0
/
+2
*
[SelectionDAG] Remove exit-on-error flag from test (PR27765)
Diana Picus
2016-06-14
1
-1
/
+3
*
This patch fixes handling long double type when it is
Strahinja Petrovic
2016-06-13
1
-3
/
+20
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
13
-413
/
+376
*
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
[next]