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
*
[simplifycfg][loop-simplify] Preserve loop metadata in 2 transformations.
Florian Hahn
2016-11-18
2
-1
/
+20
*
[InstCombine][AVX-512] Teach InstCombineCalls how to handle the intrinsics fo...
Craig Topper
2016-11-18
1
-0
/
+18
*
[asan] Turn on Mach-O global metadata liveness tracking by default
Anna Zaks
2016-11-17
1
-1
/
+1
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
8
-16
/
+24
*
Use profile info to adjust loop unroll threshold.
Dehao Chen
2016-11-17
2
-0
/
+52
*
Introduce GlobalSplit pass.
Peter Collingbourne
2016-11-16
4
-0
/
+171
*
[InstCombine] replace unreachable with assert and remove unreachable code; NFCI
Sanjay Patel
2016-11-16
1
-20
/
+9
*
[InstCombine] fix formatting and add FIXMEs to foldOperationIntoSelectOperand...
Sanjay Patel
2016-11-16
1
-11
/
+15
*
[LoopVectorize] Fix for non-determinism in codegen
Mandeep Singh Grang
2016-11-16
1
-1
/
+1
*
[sancov] Name the global containing the main source file name
Reid Kleckner
2016-11-16
1
-3
/
+3
*
[X86] Remove the scalar intrinsics for fadd/fsub/fdiv/fmul
Craig Topper
2016-11-16
2
-72
/
+0
*
Fixed the lost FastMathFlags for CALL operations in SLPVectorizer.
Vyacheslav Klochkov
2016-11-16
1
-0
/
+1
*
[BypassSlowDivision] Handle division by constant numerators better.
Justin Lebar
2016-11-16
1
-1
/
+16
*
[BypassSlowDivision] Simplify partially-tautological if statement.
Justin Lebar
2016-11-16
1
-4
/
+3
*
[AddressSanitizer] Add support for (constant-)masked loads and stores.
Filipe Cabecinhas
2016-11-15
1
-14
/
+85
*
[sanitizer-coverage] make sure asan does not instrument coverage guards (repo...
Kostya Serebryany
2016-11-15
1
-1
/
+1
*
Revert r286999 which caused buildbot test failures. Some testcases need to be...
Wei Mi
2016-11-15
1
-5
/
+6
*
[LSR] Allow formula containing Reg for SCEVAddRecExpr related with outerloop.
Wei Mi
2016-11-15
1
-6
/
+5
*
[IndVars] Change the order to compute WidenAddRec in widenIVUse.
Wei Mi
2016-11-15
1
-2
/
+2
*
[AVX-512] Add AVX-512 vector shift intrinsics to memory santitizer.
Craig Topper
2016-11-15
1
-0
/
+31
*
Revert "[JumpThreading] Unfold selects that depend on the same condition"
Pablo Barrio
2016-11-15
1
-77
/
+38
*
Revert "[JumpThreading] Prevent non-deterministic use lists"
Pablo Barrio
2016-11-15
1
-7
/
+8
*
[LoopVectorizer] When estimating reg usage, unused insts may "end" another use
Robert Lougher
2016-11-15
1
-3
/
+4
*
Test commit, remove trailing space.
Florian Hahn
2016-11-15
1
-1
/
+1
*
[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...
Kuba Brecka
2016-11-14
5
-63
/
+171
*
[ThinLTO] Only promote exported locals as marked in index
Teresa Johnson
2016-11-14
2
-16
/
+29
*
[ThinLTO] Make inline assembly handling more efficient in summary
Teresa Johnson
2016-11-14
1
-1
/
+5
*
Remove redundant condition (PR28352) NFCI.
Simon Pilgrim
2016-11-14
1
-2
/
+3
*
[JumpThreading] Prevent non-deterministic use lists
Pablo Barrio
2016-11-14
1
-8
/
+7
*
[InstCombine][AVX-512] Teach InstCombineCalls to handle the new unmasked AVX-...
Craig Topper
2016-11-13
1
-4
/
+18
*
Bitcode: Change module reader functions to return an llvm::Expected.
Peter Collingbourne
2016-11-13
1
-1
/
+4
*
Analysis: Simplify the ScalarEvolution::getGEPExpr() interface. NFCI.
Peter Collingbourne
2016-11-13
2
-6
/
+3
*
[InstCombine][AVX-512] Expand vector shift handling to work on the AVX-512 sh...
Craig Topper
2016-11-13
1
-1
/
+45
*
[InstCombine] use dyn_cast rather isa+cast; NFC
Sanjay Patel
2016-11-11
1
-2
/
+2
*
[InstCombine] clean up foldSelectOpOp(); NFC
Sanjay Patel
2016-11-11
1
-10
/
+4
*
[tsan][llvm] Implement the function attribute to disable TSan checking at run...
Anna Zaks
2016-11-11
1
-0
/
+23
*
[LV] Stop saying "use -Rpass-analysis=loop-vectorize"
Adam Nemet
2016-11-11
1
-2
/
+1
*
FunctionComparator: don't rely on argument evaluation order.
Erik Eckstein
2016-11-11
1
-1
/
+3
*
[cfi] Fix weak functions handling.
Evgeniy Stepanov
2016-11-11
1
-2
/
+74
*
Make the FunctionComparator of the MergeFunctions pass a stand-alone utility.
Erik Eckstein
2016-11-11
3
-1217
/
+924
*
Fixed the lost FastMathFlags for FCmp operations in SLPVectorizer.
Vyacheslav Klochkov
2016-11-11
1
-3
/
+4
*
Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.
Peter Collingbourne
2016-11-11
1
-35
/
+6
*
[sancov] Don't instrument MSVC CRT stdio config helpers
Reid Kleckner
2016-11-11
1
-0
/
+5
*
[cfi] Implement cfi-icall using inline assembly.
Evgeniy Stepanov
2016-11-11
1
-75
/
+159
*
[InstCombine] fix formatting of FoldOpIntoSelect(); NFCI
Sanjay Patel
2016-11-11
1
-41
/
+43
*
Add comments about why we put LoopSink pass at the very late stage.
Dehao Chen
2016-11-10
1
-0
/
+4
*
[InstCombine] avoid infinite loop from shuffle-extract-insert sequence (PR30923)
Sanjay Patel
2016-11-10
1
-0
/
+8
*
Preserve assumption cache in loop-rotate.
Eli Friedman
2016-11-09
1
-0
/
+4
*
Minor unroll pass refacoring.
Evgeny Stupachenko
2016-11-09
1
-35
/
+29
*
Bitcode: Change the materializer interface to return llvm::Error.
Peter Collingbourne
2016-11-09
1
-8
/
+22
[next]