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
...
*
Fix __builtin_setjmp in combination with sjlj exception handling.
Matthias Braun
2015-07-16
1
-0
/
+5
*
[Codegen] Add intrinsics 'absdiff' and corresponding SDNodes for absolute dif...
James Molloy
2015-07-16
1
-0
/
+12
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-1
/
+1
*
Use enum instead of unsigned. NFC.
Pete Cooper
2015-07-15
1
-1
/
+2
*
Use cast<> instead of dyn_cast to remove llvm_unreachable. NFC.
Pete Cooper
2015-07-15
1
-4
/
+2
*
Use another foreach loop. NFC
Pete Cooper
2015-07-15
1
-2
/
+1
*
Use getAnyExtOrTrunc helper instead of manually doing ext/trunc check. NFC.
Pete Cooper
2015-07-15
1
-14
/
+5
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-24
/
+0
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-0
/
+24
*
Remove dead code from old 64-bit SEH lowering
Reid Kleckner
2015-07-09
1
-24
/
+0
*
Extended syntax of vector version of getelementptr instruction.
Elena Demikhovsky
2015-07-09
1
-3
/
+26
*
Make getByValTypeAlignment() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-2
/
+2
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-2
/
+2
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-153
/
+201
*
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
Mehdi Amini
2015-07-09
1
-32
/
+38
*
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
[prev]
[next]