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
*
Remove IsLittleEndian from TargetLowering and redirect to DataLayout
Mehdi Amini
2015-07-08
1
-1
/
+1
*
[WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologues
Reid Kleckner
2015-07-07
1
-1
/
+1
*
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
2015-07-07
1
-6
/
+6
*
Redirect DataLayout from TargetMachine to Module in SelectionDAG
Mehdi Amini
2015-07-07
1
-31
/
+31
*
Fix an overly aggressive assertion in getCopyFromPartsVector.
Nadav Rotem
2015-07-02
1
-2
/
+3
*
Use function attribute "trap-func-name" and remove TargetOptions::TrapFuncName.
Akira Hatanaka
2015-07-02
1
-1
/
+4
*
[SDAG] Now that we have a way to communicate the exact bit on sdiv use it to ...
Benjamin Kramer
2015-06-27
1
-11
/
+5
*
fix typos; NFC
Sanjay Patel
2015-06-25
1
-4
/
+4
*
Avoid a Symbol -> Name -> Symbol conversion.
Rafael Espindola
2015-06-22
1
-4
/
+2
*
Switch lowering: add heuristic for filling leaf nodes in the weight-balanced ...
Hans Wennborg
2015-06-20
1
-0
/
+54
*
Switch lowering: enable whole-switch jump tables at -O0.
Hans Wennborg
2015-06-18
1
-15
/
+31
*
remove unnecessary casts; NFC
Sanjay Patel
2015-06-17
1
-4
/
+2
*
fix typos in comments; NFC
Sanjay Patel
2015-06-17
1
-2
/
+2
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-9
/
+6
*
propagate IR-level fast-math-flags to DAG nodes, disabled by default
Sanjay Patel
2015-06-16
1
-4
/
+26
*
[WinEH] Add 32-bit SEH state table emission prototype
Reid Kleckner
2015-06-09
1
-0
/
+1
*
[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
[next]