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
...
*
[SDAG switch lowering] Fix switch case -> or merging for 0 and INT_MIN
Benjamin Kramer
2015-06-04
1
-9
/
+5
*
Erase constant dbgloc on reuse in PHI node
Sergey Dmitrouk
2015-06-04
1
-1
/
+10
*
[SDag switch lowering] Simplify code a bit. No functional change intended.
Benjamin Kramer
2015-06-04
1
-10
/
+9
*
Switch lowering: fix assert in buildBitTests (PR23738)
Hans Wennborg
2015-06-04
1
-1
/
+2
*
Don't create a MIN/MAX node if the underlying compare has more than one use.
James Molloy
2015-06-04
1
-1
/
+5
*
[SelectionDAG] Fix PR23603.
Sanjoy Das
2015-06-02
1
-1
/
+11
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-4
/
+4
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
1
-1
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-2
/
+2
*
Preserve the order of READ_REGISTER and WRITE_REGISTER
Hal Finkel
2015-05-18
1
-2
/
+6
*
Revert r237579, as it broke windows buildbots
Oliver Stannard
2015-05-18
1
-1
/
+2
*
[LLVM - ARM/AArch64] Add ACLE special register intrinsics
Oliver Stannard
2015-05-18
1
-2
/
+1
*
[SDAGBuilder] Make the AArch64 builder happier.
James Molloy
2015-05-15
1
-4
/
+4
*
Add SDNodes for umin, umax, smin and smax.
James Molloy
2015-05-15
1
-9
/
+37
*
Revert r237046. See the testcase on the thread where r237046 was committed.
Nick Lewycky
2015-05-13
1
-20
/
+4
*
propagate IR-level fast-math-flags to DAG nodes; 2nd try; NFC
Sanjay Patel
2015-05-11
1
-4
/
+20
*
Switch lowering: cluster adjacent fall-through cases even at -O0
Hans Wennborg
2015-05-08
1
-3
/
+5
*
Fix coding standart based on post submit comments.
Igor Laevsky
2015-05-08
1
-4
/
+4
*
Switch lowering: handle zero-weight branch probabilities
Hans Wennborg
2015-05-07
1
-16
/
+7
*
Allow 0-weight branches in BranchProbabilityInfo.
Diego Novillo
2015-05-06
1
-1
/
+5
*
Revert r236546, "propagate IR-level fast-math-flags to DAG nodes (NFC)"
NAKAMURA Takumi
2015-05-06
1
-20
/
+2
*
[SelectionDAG] Move RegsForValue into SelectionDAGBuilder.h. NFC.
Sanjoy Das
2015-05-05
1
-85
/
+16
*
[SelectionDAG] Pass explicit type to lowerCallOperands. NFC.
Sanjoy Das
2015-05-05
1
-4
/
+5
*
propagate IR-level fast-math-flags to DAG nodes (NFC)
Sanjay Patel
2015-05-05
1
-2
/
+20
*
Inline local variable to silence unused warning.
Daniel Jasper
2015-04-30
1
-2
/
+1
*
Switch lowering: use profile info to build weight-balanced binary search trees
Hans Wennborg
2015-04-30
1
-7
/
+35
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-8
/
+8
*
Fixed masked gather/scatter switch-case
Elena Demikhovsky
2015-04-29
1
-0
/
+2
*
fixed comments, blanks, nullptr; NFC
Elena Demikhovsky
2015-04-29
1
-5
/
+4
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-233
/
+268
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-268
/
+233
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-233
/
+268
*
Masked gather and scatter: Added code for SelectionDAG.
Elena Demikhovsky
2015-04-28
1
-0
/
+150
*
Switch lowering: use uint32_t for weights everywhere
Hans Wennborg
2015-04-27
1
-5
/
+11
*
Switch lowering: Take branch weight into account when ordering for fall-through
Hans Wennborg
2015-04-27
1
-3
/
+4
*
Switch lowering: order bit tests by branch weight.
Hans Wennborg
2015-04-27
1
-1
/
+4
*
[SEH] Implement GetExceptionCode in __except blocks
Reid Kleckner
2015-04-24
1
-0
/
+12
*
Switch lowering: fix APInt overflow causing infinite loop / OOM
Hans Wennborg
2015-04-24
1
-1
/
+2
*
Re-commit r235560: Switch lowering: extract jump tables and bit tests before ...
Hans Wennborg
2015-04-23
1
-663
/
+781
*
Revert r235560; this commit was causing several failed assertions in Debug bu...
Aaron Ballman
2015-04-23
1
-780
/
+663
*
Switch lowering: extract jump tables and bit tests before building binary tre...
Hans Wennborg
2015-04-22
1
-663
/
+780
*
[patchpoint] Add support for symbolic patchpoint targets to SelectionDAG and the
Lang Hames
2015-04-22
1
-6
/
+12
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-5
/
+3
*
DebugInfo: Assert dbg.declare/value insts are valid
Duncan P. N. Exon Smith
2015-04-21
1
-5
/
+3
*
Revert the switch lowering change (r235101, r235103, r235106)
Hans Wennborg
2015-04-16
1
-780
/
+663
*
Switch lowering: extract jump tables and bit tests before building binary tre...
Hans Wennborg
2015-04-16
1
-663
/
+780
*
DebugInfo: Gut DIVariable and DIGlobalVariable
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
*
SelectionDAG: Stop using DIVariable::isInlinedFnArgument()
Duncan P. N. Exon Smith
2015-04-13
1
-1
/
+3
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
1
-8
/
+29
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-6
/
+2
[prev]
[next]