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
...
*
Distribute the weight on the edge from switch to default statement to edges g...
Cong Hou
2015-09-01
1
-17
/
+39
*
Revert "Revert "New interface function is added to VectorUtils Value *getSpla...
Renato Golin
2015-08-30
1
-17
/
+13
*
Revert "New interface function is added to VectorUtils Value *getSplatValue(V...
Renato Golin
2015-08-30
1
-13
/
+17
*
New interface function is added to VectorUtils
Elena Demikhovsky
2015-08-30
1
-17
/
+13
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-13
/
+39
*
Fixed a bug that edge weights are not assigned correctly when lowering switch...
Cong Hou
2015-08-27
1
-1
/
+1
*
Assign weights to edges to jump table / bit test header when lowering switch ...
Cong Hou
2015-08-26
1
-5
/
+15
*
Remove the final bit test during lowering switch statement if all cases in bi...
Cong Hou
2015-08-25
1
-6
/
+16
*
Generate FMINNAN/FMINNUM/FMAXNAN/FMAXNUM from SDAGBuilder.
James Molloy
2015-08-17
1
-12
/
+33
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-12
/
+13
*
fix minsize detection: minsize attribute implies optimizing for size
Sanjay Patel
2015-08-11
1
-4
/
+3
*
Add support for floating-point minnum and maxnum
James Molloy
2015-08-11
1
-1
/
+2
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-4
/
+4
*
[PM/AA] Simplify the AliasAnalysis interface by removing a wrapper
Chandler Carruth
2015-08-06
1
-5
/
+7
*
revert r243687: enable fast-math-flag propagation to DAG nodes
Sanjay Patel
2015-08-05
1
-1
/
+1
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-0
/
+1
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-2
/
+1
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-0
/
+24
*
enable fast-math-flag propagation to DAG nodes
Sanjay Patel
2015-07-30
1
-1
/
+1
*
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
[prev]
[next]