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
*
[InstCombine] SSE4A constant folding and conversion to shuffles.
Simon Pilgrim
2015-10-17
1
-53
/
+270
*
[RS4GC] Dont' propagate call attrs related to patchable statepoints
Sanjoy Das
2015-10-16
1
-0
/
+7
*
[RS4GC] Bring legalizeCallAttributes up to LLVM coding style; NFC
Sanjoy Das
2015-10-16
1
-13
/
+11
*
[RS4GC] Use "deopt" operand bundles
Sanjoy Das
2015-10-16
1
-36
/
+175
*
[IndVars] Rename getExtend; NFC
Sanjoy Das
2015-10-16
1
-17
/
+17
*
[IndVars] Have `cloneArithmeticIVUser` guess better
Sanjoy Das
2015-10-16
1
-12
/
+74
*
[IndVars] Extract out a few local variables; NFC
Sanjoy Das
2015-10-16
1
-24
/
+32
*
[IndVars] Split `WidenIV::cloneIVUser`; NFC
Sanjoy Das
2015-10-16
1
-25
/
+71
*
Revert "[safestack] Fast access to the unsafe stack pointer on AArch64/Android."
Evgeniy Stepanov
2015-10-15
1
-1
/
+56
*
[safestack] Fast access to the unsafe stack pointer on AArch64/Android.
Evgeniy Stepanov
2015-10-15
1
-56
/
+1
*
Revert 250343 and 250344
Philip Reames
2015-10-15
1
-117
/
+0
*
Sample Profiles - Adjust integer types. Mostly NFC.
Diego Novillo
2015-10-15
1
-22
/
+29
*
[ScalarOpts] Remove dead code.
Benjamin Kramer
2015-10-15
5
-53
/
+9
*
Recommit r250345, it was reverted in r250366 to investigate a bot failure.
Manman Ren
2015-10-15
1
-5
/
+116
*
Temporarily revert r250345 to sort out bot failure.
Manman Ren
2015-10-15
1
-116
/
+5
*
Update the branch weight metadata in JumpThreading pass.
Cong Hou
2015-10-14
1
-5
/
+116
*
[SimplifyCFG] Speculatively flatten CFG based on profiling metadata
Philip Reames
2015-10-14
1
-7
/
+124
*
[LoopUnswitch] Correct misleading comments.
Chen Li
2015-10-14
1
-2
/
+1
*
Revert r250204 and r250240 due to bot failure. We failed to build PGO-ed clang.
Manman Ren
2015-10-14
1
-118
/
+5
*
[msan] Fix crash on multiplication by a non-integer constant.
Evgeniy Stepanov
2015-10-14
1
-9
/
+15
*
[InlineFunction] Correctly inline TerminatePadInst
David Majnemer
2015-10-13
1
-5
/
+10
*
Typo.
Chad Rosier
2015-10-13
1
-1
/
+1
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
27
-240
/
+240
*
Update the branch weight metadata in JumpThreading pass.
Cong Hou
2015-10-13
1
-5
/
+118
*
[PGO]: Eliminate calls to __llvm_profile_register_function for Linux.
Xinliang David Li
2015-10-13
1
-0
/
+3
*
Scalar: Remove some implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
10
-61
/
+62
*
IPO: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
13
-99
/
+97
*
Instrumentation: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
9
-57
/
+59
*
InstCombine: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
8
-37
/
+38
*
[InstCombine][SSE4A] Remove broken INSERTQI range combining optimization
Simon Pilgrim
2015-10-13
1
-45
/
+4
*
[GlobalsAA] Turn GlobalsAA on again by default
James Molloy
2015-10-13
1
-1
/
+1
*
[IndVars] NFC Cleanup.
Sanjoy Das
2015-10-13
1
-66
/
+62
*
Revert 250089 due to bot failure. It failed when building clang itself with PGO.
Manman Ren
2015-10-13
1
-118
/
+5
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
25
-254
/
+253
*
Update the branch weight metadata in JumpThreading pass.
Cong Hou
2015-10-12
1
-5
/
+118
*
GlobalOpt does not treat externally_initialized globals correctly
Oliver Stannard
2015-10-12
2
-1
/
+5
*
[LoopVectorize] Shrink integer operations into the smallest type possible
James Molloy
2015-10-12
1
-11
/
+180
*
[InstCombine][X86][XOP] Combine XOP integer vector comparisons to native IR
Simon Pilgrim
2015-10-11
1
-0
/
+53
*
[IndVars] Use `auto`; NFC
Sanjoy Das
2015-10-10
1
-6
/
+4
*
Generalize convergent check to handle invokes as well as calls.
Owen Anderson
2015-10-09
1
-4
/
+4
*
Teach LoopUnswitch not to perform non-trivial unswitching on loops containing...
Owen Anderson
2015-10-09
1
-0
/
+14
*
Refine the definition of convergent to only disallow the addition of new cont...
Owen Anderson
2015-10-09
1
-1
/
+2
*
Make HeaderLineno a local variable.
Dehao Chen
2015-10-09
1
-12
/
+8
*
[MemCpyOpt] Fix wrong merging adjacent nontemporal stores into memset calls.
Andrea Di Biagio
2015-10-09
1
-0
/
+10
*
[EarlyCSE] Address post commit review for r249523.
Arnaud A. de Grandmaison
2015-10-09
1
-10
/
+10
*
[RS4GC] Refactoring to make a later change easier, NFCI
Sanjoy Das
2015-10-08
1
-19
/
+22
*
[PlaceSafeopints] Extract out `callsGCLeafFunction`, NFC
Sanjoy Das
2015-10-08
2
-28
/
+18
*
[RS4GC] Don't copy ADT's unneccessarily, NFCI
Sanjoy Das
2015-10-08
1
-3
/
+3
*
New MSan mapping layout (llvm part).
Evgeniy Stepanov
2015-10-08
1
-7
/
+15
*
Add Triple::isAndroid().
Evgeniy Stepanov
2015-10-08
2
-2
/
+2
[next]