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
*
[SCEVExpander] Make findExistingExpansion smarter
Junmo Park
2016-02-16
1
-3
/
+5
*
[LV] Add support for insertelt/extractelt processing during type truncation
Silviu Baranga
2016-02-15
1
-0
/
+14
*
Tweak the LICM code to reuse the first sub-loop instead of creating a new one
Roman Gareev
2016-02-15
1
-14
/
+32
*
Use ArrayRef to hide SmallVector details, kill a useless vector copy along th...
Benjamin Kramer
2016-02-13
1
-3
/
+2
*
[attrs] Move the norecurse deduction to operate on the node set rather
Chandler Carruth
2016-02-13
1
-15
/
+16
*
[Cloning] Clone every Function's Debug Info
Keno Fischer
2016-02-13
2
-2
/
+3
*
[LIR] Allow merging of memsets in negatively strided loops.
Chad Rosier
2016-02-12
1
-5
/
+7
*
Fix typo in comment.
Justin Lebar
2016-02-12
1
-1
/
+1
*
[SimplifyCFG] Don't fold conditional branches that contain calls to convergen...
Justin Lebar
2016-02-12
1
-14
/
+6
*
[LoopRotate] Don't perform loop rotation if the loop header calls a convergen...
Justin Lebar
2016-02-12
1
-0
/
+5
*
Remove unused variable
David Majnemer
2016-02-12
1
-1
/
+0
*
[GVN] Common code for local and non-local load availability [NFCI]
Philip Reames
2016-02-12
1
-248
/
+148
*
[LIR] Partially revert r252926(NFC), which introduced a very subtle change.
Chad Rosier
2016-02-12
1
-8
/
+8
*
[InstCombine] Don't aggressively replace xor with icmp
David Majnemer
2016-02-12
1
-17
/
+20
*
[attrs] Simplify the convergent removal to directly use the pre-built
Chandler Carruth
2016-02-12
1
-22
/
+10
*
[attrs] Consolidate the test for a non-SCC, non-convergent function call
Chandler Carruth
2016-02-12
1
-20
/
+14
*
[attrs] Run clang-format over a newly added routine in function-attrs
Chandler Carruth
2016-02-12
1
-12
/
+16
*
[msan] Put msan constructor in a comdat.
Evgeniy Stepanov
2016-02-12
2
-14
/
+27
*
[SLP] Add debug output for extract cost (NFC)
Matthew Simpson
2016-02-11
1
-4
/
+6
*
Re-apply r238452, the bug was in clang and was fixed in r260567.
Quentin Colombet
2016-02-11
1
-5
/
+10
*
Revert "Refactor the PassManagerBuilder: extract a "addFunctionSimplification...
Mehdi Amini
2016-02-11
1
-77
/
+73
*
Revert "Define the ThinLTO Pipeline"
Mehdi Amini
2016-02-11
1
-43
/
+1
*
Define the ThinLTO Pipeline
Mehdi Amini
2016-02-11
1
-1
/
+43
*
Refactor the PassManagerBuilder: extract a "addFunctionSimplificationPasses()"
Mehdi Amini
2016-02-11
1
-73
/
+77
*
Set load alignment on aggregate loads.
Pete Cooper
2016-02-11
1
-1
/
+2
*
Fixed typo in r260530
Jun Bum Lim
2016-02-11
1
-5
/
+5
*
[InstCombine] Simplify a known nonzero incoming value of PHI
Jun Bum Lim
2016-02-11
1
-0
/
+36
*
Fix MSVC 2013 build after rL260504
Tamas Berghammer
2016-02-11
1
-1
/
+1
*
Don't propagate dereferenceable attribute through gc.relocate in InstCombine
Artur Pilipenko
2016-02-11
1
-6
/
+0
*
Fixed typo in comment & coding style for LoopVersioningLICM.
Ashutosh Nema
2016-02-11
2
-13
/
+12
*
Fix Windows bot failure in Transforms/FunctionImport/funcimport.ll
Teresa Johnson
2016-02-10
1
-1
/
+1
*
FunctionImport: add a progressive heuristic to limit importing too deep in th...
Mehdi Amini
2016-02-10
1
-26
/
+62
*
Use a StringSet in Internalize, and allow to create the pass from an existing...
Mehdi Amini
2016-02-10
1
-2
/
+12
*
Follow up to 260439, Speculative fix to clang builders
Philip Reames
2016-02-10
1
-1
/
+4
*
Restore "[ThinLTO] Use MD5 hash in function index." with fix
Teresa Johnson
2016-02-10
1
-8
/
+10
*
Revert "[ThinLTO] Use MD5 hash in function index." due to bot failure
Teresa Johnson
2016-02-10
1
-10
/
+8
*
[ThinLTO] Use MD5 hash in function index.
Teresa Johnson
2016-02-10
1
-8
/
+10
*
[PGO] Indirect-call profile annotation in IR level profiling
Rong Xu
2016-02-10
1
-5
/
+46
*
[ThinLTO] Move global processing from Linker to TransformUtils (NFC)
Teresa Johnson
2016-02-10
3
-0
/
+239
*
Rename a member variable to be more accurate with how it is used
Daniel Berlin
2016-02-10
1
-7
/
+5
*
Constify two functions, make them accessible to unit tests
Daniel Berlin
2016-02-10
1
-5
/
+9
*
[PGO] Differentiate Clang instrumentation and IR level instrumentation profiles
Rong Xu
2016-02-10
1
-0
/
+27
*
StructurizeCFG: Initialize SkipUniformRegions in the default constructor
Tom Stellard
2016-02-10
1
-1
/
+1
*
StructurizeCFG: Add an option for skipping regions with only uniform branches
Tom Stellard
2016-02-10
1
-3
/
+38
*
Add convergent-removing bits to FunctionAttrs pass.
Justin Lebar
2016-02-09
1
-0
/
+63
*
Fix GCC build.
Peter Collingbourne
2016-02-09
1
-0
/
+4
*
WholeProgramDevirt: introduce.
Peter Collingbourne
2016-02-09
4
-0
/
+739
*
[InstCombine][GC] Handle gc.relocations of vector type
Philip Reames
2016-02-09
1
-25
/
+22
*
[FunctionAttrs] Fix SCC logic around operand bundles
Sanjoy Das
2016-02-09
1
-2
/
+6
*
Add an "addUsedAAAnalyses" helper function
Sanjoy Das
2016-02-09
3
-0
/
+3
[next]