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
*
Provide a way to specify inliner's attribute compatibility and merging
Akira Hatanaka
2015-11-12
1
-34
/
+1
*
Revert "Fix bug 25440: GVN assertion after coercing loads"
Tobias Grosser
2015-11-12
1
-41
/
+13
*
[LIR] Minor refactoring. NFCI.
Chad Rosier
2015-11-12
1
-21
/
+44
*
Fix bug 25440: GVN assertion after coercing loads
Weiming Zhao
2015-11-12
1
-13
/
+41
*
[InstCombine] Add trivial folding (bitreverse (bitreverse x)) -> x
James Molloy
2015-11-12
1
-0
/
+10
*
Revert "Revert "[FunctionAttrs] Identify norecurse functions""
James Molloy
2015-11-12
1
-1
/
+78
*
Revert "[FunctionAttrs] Identify norecurse functions"
James Molloy
2015-11-12
1
-78
/
+1
*
[FunctionAttrs] Identify norecurse functions
James Molloy
2015-11-12
1
-1
/
+78
*
[LIR] General refactor to improve compile-time and simplify code.
Chad Rosier
2015-11-11
1
-16
/
+26
*
[IR] Add support for empty tokens
David Majnemer
2015-11-11
1
-1
/
+3
*
SamplePGO - Fix PR 25482 - Do not rely on llvm.dbg.cu for discriminators
Diego Novillo
2015-11-11
1
-2
/
+2
*
[SLP] Enable -slp-vectorize-hor by default.
Charlie Turner
2015-11-11
1
-1
/
+1
*
[ASan] Enable optional ASan recovery.
Yury Gribov
2015-11-11
1
-18
/
+33
*
Revert "Strip metadata when speculatively hoisting instructions"
Renato Golin
2015-11-10
2
-9
/
+0
*
Strip metadata when speculatively hoisting instructions
Igor Laevsky
2015-11-10
2
-0
/
+9
*
[sanitizer] Use same shadow offset for ASAN on aarch64
Adhemerval Zanella
2015-11-09
1
-15
/
+2
*
Add discriminators for call instructions that are from the same line and same...
Dehao Chen
2015-11-09
1
-0
/
+32
*
Simplify. NFC.
Chad Rosier
2015-11-09
1
-4
/
+1
*
GlobalOpt should maintain externally_initialized when splitting aggregates
Oliver Stannard
2015-11-09
1
-0
/
+2
*
[LoopVectorize] Address post-commit feedback on r250032
James Molloy
2015-11-09
1
-3
/
+4
*
Allow LLE/LD and the loop versioning infrastructure to use SCEV predicates
Silviu Baranga
2015-11-09
3
-28
/
+90
*
[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
[next]