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
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-18
1
-2
/
+2
*
Fix some funky indentation.
Evan Cheng
2012-09-18
1
-18
/
+17
*
Fix PR13859
Michael Liao
2012-09-17
1
-6
/
+7
*
Fix bad comment. No functional change.
Craig Topper
2012-09-16
1
-1
/
+1
*
Fix both the test for zero and what we do if we have a zero for
Eric Christopher
2012-09-13
1
-1
/
+4
*
Reformat, remove a couple unused variables and move some variables
Eric Christopher
2012-09-13
1
-8
/
+8
*
Enhance type legalization on bitcast from vector to integer
Michael Liao
2012-09-13
1
-5
/
+34
*
Fix a dagcombine optimization. The optimization attempts to optimize a bitcas...
Nadav Rotem
2012-09-13
1
-1
/
+2
*
Fix PR11985
Michael Liao
2012-09-12
3
-3
/
+14
*
Remove an overly-aggressive assertion. The code following this assertion alr...
Owen Anderson
2012-09-12
1
-2
/
+0
*
Fix constant folding through bitcasts by no longer relying on undefined behav...
Kristof Beyls
2012-09-12
1
-2
/
+2
*
Release build: guard dump functions with
Manman Ren
2012-09-11
2
-4
/
+4
*
Teach DAG combiner to constant fold FABS of a BUILD_VECTOR of ConstantFPs. Fa...
Craig Topper
2012-09-11
1
-22
/
+47
*
Fold multiply by 0 or 1 when in UnsafeFPMath mode in SelectionDAG::getNode().
Michael Ilseman
2012-09-10
1
-0
/
+18
*
whitespace
Michael Ilseman
2012-09-10
1
-10
/
+10
*
Fix an assertion failure when optimising a shufflevector incorrectly into con...
James Molloy
2012-09-10
2
-10
/
+12
*
Teach the DAGBuilder about lifetime markers which are generated from PHINodes.
Nadav Rotem
2012-09-10
1
-18
/
+22
*
Teach DAG combiner to constant fold fneg of a BUILD_VECTOR of constants.
Craig Topper
2012-09-09
1
-1
/
+25
*
Stop emitting lifetime region info when stack coloring is not enabled in O0
Michael Liao
2012-09-07
1
-0
/
+6
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
2
-0
/
+8
*
Fix a few old-GCC warnings. No functional change.
Nadav Rotem
2012-09-06
1
-1
/
+1
*
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-06
7
-7
/
+46
*
Cleanup a few magic numbers.
Chad Rosier
2012-09-05
1
-1
/
+1
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
2
-3
/
+3
*
[ms-inline asm] We only need one bit to represent the AsmDialect in the
Chad Rosier
2012-09-05
1
-4
/
+2
*
Constify this properly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-05
1
-4
/
+4
*
Constify SDNodeIterator an stop its only non-const user being cast stripped
Roman Divacky
2012-09-05
1
-1
/
+1
*
[ms-inline asm] Propagate the asm dialect into the MachineInstr representation.
Chad Rosier
2012-09-05
1
-1
/
+5
*
Fixed the DAG combiner to better handle the folding of AND nodes for vector t...
Silviu Baranga
2012-09-05
1
-1
/
+11
*
Convert vextracti128/vextractf128 intrinsics to extract_subvector at DAG buil...
Craig Topper
2012-09-05
1
-1
/
+15
*
Generic Bypass Slow Div
Preston Gurd
2012-09-04
1
-1
/
+0
*
Fix a typo.
Nadav Rotem
2012-09-02
1
-1
/
+1
*
Generate better select code by allowing the target to use scalar select, and ...
Nadav Rotem
2012-09-02
1
-4
/
+3
*
Only legalise a VSELECT in to bitwise operations if the vector mask bool is z...
Pete Cooper
2012-09-01
1
-1
/
+6
*
Revert "Take account of boolean vector contents when promoting a build vector...
Pete Cooper
2012-09-01
1
-17
/
+1
*
Teach DAG combine a number of tricks to simplify FMA expressions in fast-math...
Owen Anderson
2012-09-01
1
-0
/
+64
*
Fix typo
Michael Liao
2012-09-01
1
-1
/
+1
*
Add MachineInstr::tieOperands, remove setIsTied().
Jakob Stoklund Olesen
2012-08-31
1
-6
/
+2
*
Don't enforce ordered inline asm operands.
Jakob Stoklund Olesen
2012-08-31
1
-10
/
+0
*
Take account of boolean vector contents when promoting a build vector from i1...
Pete Cooper
2012-08-30
1
-1
/
+17
*
Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by co...
Owen Anderson
2012-08-30
1
-1
/
+122
*
Currently targets that do not support selects with scalar conditions and vect...
Nadav Rotem
2012-08-30
1
-1
/
+65
*
Add FMA to switch statement in VectorLegalizer::LegalizeOp so that it can be ...
Craig Topper
2012-08-30
1
-0
/
+1
*
Add support for FMA to WidenVectorResult.
Craig Topper
2012-08-30
2
-0
/
+14
*
Verify the order of tied operands in inline asm.
Jakob Stoklund Olesen
2012-08-29
1
-0
/
+12
*
Set the isTied flags when building INLINEASM MachineInstrs.
Jakob Stoklund Olesen
2012-08-29
1
-4
/
+21
*
Remove extra MayLoad/MayStore flags from atomic_load/store.
Jakob Stoklund Olesen
2012-08-28
1
-18
/
+23
*
Fix bug 13532.
Akira Hatanaka
2012-08-28
1
-1
/
+1
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-3
/
+2
*
Avoid including explicit uses when counting SDNode imp-uses.
Jakob Stoklund Olesen
2012-08-24
1
-3
/
+6
[next]