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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LoopStrengthReduce] Don't bother fixing up PHIs from EH Pad preds
David Majnemer
2015-11-08
1
-0
/
+3
*
Unbreak the build
Sanjoy Das
2015-11-07
1
-1
/
+1
*
[FunctionAttrs] Add comment and clarify assertion message; NFC
Sanjoy Das
2015-11-07
1
-1
/
+6
*
[FunctionAttrs] Add handling for operand bundles
Sanjoy Das
2015-11-07
1
-4
/
+31
*
[FunctionAttrs] Fix an iterator wraparound bug
Sanjoy Das
2015-11-07
1
-18
/
+19
*
[InstCombine] Teach FoldPHIArgZextsIntoPHI about EHPads
David Majnemer
2015-11-07
1
-0
/
+6
*
ADT: Remove last implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-07
3
-6
/
+7
*
[InstCombine] Don't insert an instruction after a terminator
David Majnemer
2015-11-06
1
-0
/
+6
*
Add 'notail' marker for call instructions.
Akira Hatanaka
2015-11-06
1
-2
/
+4
*
[InstCombine] Don't RAUW tokens with undef
David Majnemer
2015-11-06
1
-2
/
+3
*
[SimplifyLibCalls] Don't hardcode the function name.
Davide Italiano
2015-11-06
1
-1
/
+2
*
Fix SLPVectorizer commutativity reordering
Mehdi Amini
2015-11-06
1
-76
/
+69
*
[ValueTracking] Add parameters to isImpliedCondition; NFC
Sanjoy Das
2015-11-06
2
-2
/
+4
*
[LIR] Simplify code by making DataLayout globally accessible. NFC.
Chad Rosier
2015-11-06
1
-11
/
+10
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
6
-52
/
+24
*
[ASan] Disable instrumentation for inalloca variables.
Alexey Samsonov
2015-11-05
1
-1
/
+4
*
[SimplifyLibCalls] Use hasFloatVersion(). NFCI.
Davide Italiano
2015-11-05
1
-15
/
+13
*
[SimplifyCFG] Tweak heuristic for merging conditional stores
James Molloy
2015-11-05
1
-7
/
+13
*
[FunctionAttrs] Remove a loop, NFC refactor
Sanjoy Das
2015-11-05
1
-16
/
+14
*
[PGO] Use template file to define runtime structures
Xinliang David Li
2015-11-05
1
-26
/
+24
*
[SimplifyLibCalls] New transformation: tan(atan(x)) -> x
Davide Italiano
2015-11-04
1
-1
/
+38
*
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
2015-11-04
3
-17
/
+15
*
[SimplifyCFG] Merge conditional stores
James Molloy
2015-11-04
1
-3
/
+312
*
[CVP] Fold return values if possible
Philip Reames
2015-11-04
1
-0
/
+51
*
Fix unused variable warning from r252017
Adam Nemet
2015-11-04
1
-3
/
+2
*
LLE 6/6: Add LoopLoadElimination pass
Adam Nemet
2015-11-03
4
-0
/
+566
*
InstCombine: fix sinking of convergent calls
Fiona Glaser
2015-11-03
1
-0
/
+6
*
[LAA] LLE 3/6: Rename InterestingDependence to Dependences, NFC
Adam Nemet
2015-11-03
1
-6
/
+5
*
[SimplifyLibCalls] Add a new transformation: pow(exp(x), y) -> exp(x*y)
Davide Italiano
2015-11-03
1
-0
/
+26
*
LoopVectorizer - skip 'bitcast' between GEP and load.
Elena Demikhovsky
2015-11-03
1
-2
/
+28
*
Revert "[IndVarSimplify] Rewrite loop exit values with their initial values f...
Tobias Grosser
2015-11-03
1
-73
/
+0
*
Restore "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-03
1
-0
/
+39
*
[SimplifyLibCalls] Remove variables that are not used. NFC.
Davide Italiano
2015-11-02
1
-7
/
+2
*
Add a flag vectorizer-maximize-bandwidth in loop vectorizer to enable using l...
Cong Hou
2015-11-02
1
-28
/
+102
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-11-02
1
-2
/
+2
*
[SimplifyLibCalls] Merge two if statements. NFC.
Davide Italiano
2015-11-02
1
-4
/
+1
*
Revert "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-02
1
-39
/
+0
*
[IndVarSimplify] Rewrite loop exit values with their initial values from loop...
Chen Li
2015-11-02
1
-0
/
+73
*
Support for ThinLTO function importing and symbol linking.
Teresa Johnson
2015-11-02
1
-0
/
+39
*
StringRef-ify DiagnosticInfoSampleProfile::Filename
David Blaikie
2015-11-02
1
-3
/
+2
*
Clang format a few prior patches (NFC)
Teresa Johnson
2015-11-02
1
-13
/
+14
*
Preserve load alignment and dereferenceable metadata during some transformations
Artur Pilipenko
2015-11-02
4
-7
/
+32
*
[SCEV][LV] Add SCEV Predicates and use them to re-implement stride versioning
Silviu Baranga
2015-11-02
1
-97
/
+95
*
Simplify a check. NFC.
Davide Italiano
2015-11-01
1
-2
/
+2
*
[SimplifyLibCalls] Factor out other common code.
Davide Italiano
2015-10-31
1
-21
/
+10
*
SamplePGO - Count sample records in embedded profiles when computing coverage.
Diego Novillo
2015-10-31
1
-30
/
+54
*
[SimplifyLibCalls] Remove dead code.
Davide Italiano
2015-10-31
1
-6
/
+0
*
[FunctionAttrs] Inline the prototype attribute inference to an existing
Chandler Carruth
2015-10-31
1
-21
/
+6
*
[PM] Port StripDeadPrototypes to the new pass manager
Justin Bogner
2015-10-30
2
-22
/
+32
*
[PM] Port ADCE to the new pass manager
Justin Bogner
2015-10-30
2
-27
/
+34
[next]