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
*
Fix mapping of unmaterialized global values during metadata linking
Teresa Johnson
2015-11-15
1
-5
/
+15
*
[GlobalOpt] Demote globals to locals more aggressively
James Molloy
2015-11-15
1
-7
/
+76
*
Fixed GEP visitor in the InstCombine pass.
Elena Demikhovsky
2015-11-15
1
-5
/
+10
*
Don't recompute LCSSA after loop-unrolling when possible.
Michael Zolotukhin
2015-11-14
1
-1
/
+11
*
[LIR] Add support for creating memcpys from loops with a negative stride.
Chad Rosier
2015-11-13
1
-12
/
+21
*
[safestack] Rewrite isAllocaSafe using SCEV.
Evgeniy Stepanov
2015-11-13
1
-108
/
+166
*
Add a comment that should have made my last commit.
Chad Rosier
2015-11-13
1
-0
/
+1
*
[LIR] Factor out the code to compute base ptr for negative strided loops.
Chad Rosier
2015-11-13
1
-10
/
+15
*
[GlobalOpt] Make sure all debug lines end with '\n'
James Molloy
2015-11-13
1
-2
/
+2
*
[GlobalOpt] Coding style - remove function names from doxygen comments
James Molloy
2015-11-13
1
-126
/
+115
*
Revert r252990.
Akira Hatanaka
2015-11-13
1
-1
/
+34
*
Provide a way to specify inliner's attribute compatibility and merging.
Akira Hatanaka
2015-11-13
1
-34
/
+1
*
[SimplifyLibCalls] Make a function shorter. NFC.
Davide Italiano
2015-11-12
1
-10
/
+2
*
Revert r252949.
Akira Hatanaka
2015-11-12
1
-1
/
+34
*
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
[next]