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
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
44
-347
/
+231
*
[RewriteStatepointsForGC] Fix a relocation bug w.r.t values defined by invoke...
Philip Reames
2015-03-04
1
-0
/
+33
*
InstCombine: Ensure select condition types are identical before merging
David Majnemer
2015-03-03
1
-0
/
+10
*
Teach ComputeNumSignBits about signed divisions.
Nadav Rotem
2015-03-03
1
-0
/
+23
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
52
-644
/
+651
*
LowerBitSets: Use byte arrays instead of bit sets to represent in-memory bit ...
Peter Collingbourne
2015-03-03
1
-19
/
+15
*
LoopIdiom: Give globals for memset_pattern16 private linkage.
Benjamin Kramer
2015-03-03
1
-0
/
+7
*
Revert some changes that were made to fix PR20680.
Sanjoy Das
2015-03-02
3
-19
/
+11
*
Revert r230921, "Revert some changes that were made to fix PR20680.", for now.
NAKAMURA Takumi
2015-03-02
3
-11
/
+19
*
Revert some changes that were made to fix PR20680.
Sanjoy Das
2015-03-01
3
-19
/
+11
*
DebugInfo: Convert DW_OP_piece => DW_OP_bit_piece
Duncan P. N. Exon Smith
2015-02-28
1
-2
/
+2
*
Fix line endings on Transforms/Inline/inline_dbg_declare.ll
Duncan P. N. Exon Smith
2015-02-28
1
-97
/
+97
*
TRE: Just erase dead BBs and tweak the iteration loop not to increment the de...
Benjamin Kramer
2015-02-28
1
-0
/
+21
*
[RewriteStatepointsForGC] Fix another order of iteration bug
Philip Reames
2015-02-28
1
-1
/
+1
*
[RewriteStatepointsForGC] Add tests for the base pointer identification algor...
Philip Reames
2015-02-28
12
-0
/
+467
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
925
-5340
/
+5340
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
781
-4951
/
+4951
*
IRCE: add a test case for r230619.
Sanjoy Das
2015-02-26
1
-0
/
+32
*
[InstCombine/PowerPC] Convert aligned QPX load/store intrinsics into loads/st...
Hal Finkel
2015-02-26
1
-0
/
+162
*
[InstCombine] Add a test for altivec load/store intrinsic simplification
Hal Finkel
2015-02-26
1
-0
/
+131
*
IRCE: generalize to handle loops with decreasing induction variables.
Sanjoy Das
2015-02-26
4
-15
/
+70
*
PlaceSafepoints: use IRBuilder helpers
Ramkumar Ramachandra
2015-02-26
1
-1
/
+1
*
only propagate equality comparisons of FP values that we are certain are non-...
Sanjay Patel
2015-02-25
1
-4
/
+43
*
InstCombine: extract instead of shuffle when performing vector/array type pun...
JF Bastien
2015-02-25
1
-0
/
+137
*
LowerBitSets: Align referenced globals.
Peter Collingbourne
2015-02-25
3
-39
/
+34
*
Bugfix: SCEVExpander incorrectly marks increment operations as no-wrap
Sanjoy Das
2015-02-25
4
-5
/
+5
*
Fix really obscure bug in CannotBeNegativeZero() (PR22688)
Sanjay Patel
2015-02-25
1
-0
/
+26
*
[IC] Turn non-null MD on pointer loads to range MD on integer loads.
Charles Davis
2015-02-25
1
-4
/
+12
*
LowerBitSets: Introduce global layout builder.
Peter Collingbourne
2015-02-24
1
-0
/
+35
*
Revert r230280: "Bugfix: SCEVExpander incorrectly marks increment operations ...
Hans Wennborg
2015-02-24
4
-5
/
+5
*
New instcombine rule: max(~a,~b) -> ~min(a, b)
Sanjoy Das
2015-02-24
1
-0
/
+68
*
Bugfix: SCEVExpander incorrectly marks increment operations as no-wrap
Sanjoy Das
2015-02-23
4
-5
/
+5
*
Revert 230275.
Sanjoy Das
2015-02-23
4
-5
/
+5
*
Fix bug 22641
Sanjoy Das
2015-02-23
4
-5
/
+5
*
Prevent hoisting fmul from THEN/ELSE to IF if there is fmsub/fmadd opportunity.
Chad Rosier
2015-02-23
2
-0
/
+77
*
InstSimplify: simplify 0 / X if nnan and nsz
Mehdi Amini
2015-02-23
1
-0
/
+9
*
IRCE: use SCEVs instead of llvm::Value's for intermediate
Sanjoy Das
2015-02-21
3
-14
/
+24
*
[PlaceSafepoints] Adjust enablement logic to default to off and be GC configu...
Philip Reames
2015-02-21
5
-9
/
+17
*
LoopRotate: When reconstructing loop simplify form don't split edges from ind...
Benjamin Kramer
2015-02-20
1
-0
/
+18
*
Introduce bitset metadata format and bitset lowering pass.
Peter Collingbourne
2015-02-20
3
-0
/
+201
*
Bugfix for 229954
Philip Reames
2015-02-20
1
-0
/
+11
*
[InstCombine] Remove unnecessary variable indexing into single-element arrays
Hal Finkel
2015-02-20
2
-5
/
+51
*
Adjust enablement of RewriteStatepointsForGC
Philip Reames
2015-02-20
1
-4
/
+4
*
Add a pass for constructing gc.statepoint sequences w/explicit relocations
Philip Reames
2015-02-20
1
-0
/
+77
*
[objc-arc-contract] We can not move retains over instructions which can not c...
Michael Gottesman
2015-02-20
1
-24
/
+72
*
[ARM] Re-re-apply VLD1/VST1 base-update combine.
Ahmed Bougacha
2015-02-19
1
-2
/
+2
*
Avoid conversion to float when creating ConstantDataArray/ConstantDataVector.
Rafael Espindola
2015-02-19
2
-0
/
+21
*
Add few simple tests to check statepoint placement for invoke instructions.
Igor Laevsky
2015-02-19
1
-0
/
+110
*
[x86,sdag] Two interrelated changes to the x86 and sdag code.
Chandler Carruth
2015-02-19
1
-2
/
+2
*
Partial fix for bug 22589
Sanjoy Das
2015-02-18
3
-15
/
+20
[next]