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] allow more binop (shuffle X), C transforms
Sanjay Patel
2018-05-16
1
-2
/
+4
*
[SimplifyLibcalls] Replace locked IO with unlocked IO
David Bolvansky
2018-05-16
2
-19
/
+217
*
[LoopUnroll] Split out simplify code after Unroll into a new function. NFC
David Green
2018-05-16
1
-34
/
+46
*
[ObjCARC] Prevent code motion into a catchswitch
Shoaib Meenai
2018-05-16
2
-0
/
+6
*
Fix LSR compile time hang.
Evgeny Stupachenko
2018-05-16
1
-1
/
+6
*
[InstCombine] fix binop (shuffle X), C --> shuffle (binop X, C') to check uses
Sanjay Patel
2018-05-15
1
-1
/
+1
*
StructurizeCFG: fix inverting conditions
Marek Olsak
2018-05-15
1
-2
/
+3
*
[msan] Instrument masked.store, masked.load intrinsics.
Evgeniy Stepanov
2018-05-15
1
-0
/
+87
*
[InstCombine] clean up code for binop-shuffle transforms; NFCI
Sanjay Patel
2018-05-15
1
-39
/
+34
*
[InstCombine] fix binop-of-shuffles to check uses
Sanjay Patel
2018-05-15
1
-12
/
+10
*
[MergeFunctions] Fix merging of small weak functions
whitequark
2018-05-15
1
-35
/
+49
*
[NFC] Add const to method signature
Max Kazantsev
2018-05-15
1
-1
/
+1
*
[InstCombine] fix crash due to ignored addrspacecast
Keno Fischer
2018-05-14
1
-2
/
+3
*
[AggressiveInstCombine] avoid crashing on unsimplified code (PR37446)
Sanjay Patel
2018-05-14
1
-0
/
+4
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
111
-2347
/
+2573
*
Test commit access.
Nicola Zaghen
2018-05-14
1
-1
/
+1
*
[X86] Remove and autoupgrade the cvtusi2sd intrinsic. Use uitofp+insertelemen...
Craig Topper
2018-05-14
1
-1
/
+0
*
[X86] Extend instcombine folds for pclmuldq intrinsics to the 256 and 512 bit...
Craig Topper
2018-05-13
1
-9
/
+12
*
[X86] Remove and autoupgrade masked vpermd/vpermps intrinsics.
Craig Topper
2018-05-13
1
-2
/
+0
*
[X86] Remove an autoupgrade legacy cvtss2sd intrinsics.
Craig Topper
2018-05-13
1
-1
/
+0
*
[X86] Remove and autoupgrade cvtsi2ss/cvtsi2sd intrinsics to match what clang...
Craig Topper
2018-05-12
1
-4
/
+0
*
Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading."
Michael Zolotukhin
2018-05-12
1
-26
/
+30
*
[CodeExtractor] Allow extracting blocks with exception handling
Sergey Dmitriev
2018-05-11
1
-27
/
+91
*
[X86] Remove and autoupgrade a bunch of FMA instrinsics that are no longer us...
Craig Topper
2018-05-11
2
-12
/
+0
*
[Split GEP] handle trunc() in separate-const-offset-from-gep pass.
Artem Belevich
2018-05-11
1
-2
/
+7
*
[InstCombine] Handle atomic memset in the same way as regular memset
Daniel Neilson
2018-05-11
2
-4
/
+6
*
[InstCombine] snprintf optimizations
David Bolvansky
2018-05-11
1
-0
/
+90
*
[Reassociate] Prevent infinite loops when processing PHIs.
Davide Italiano
2018-05-11
1
-1
/
+8
*
[InstCombine] Unify handling of atomic memtransfer with non-atomic memtransfer
Daniel Neilson
2018-05-11
2
-112
/
+32
*
[Coroutines] PR34897: Fix incorrect elisions
Brian Gesiak
2018-05-11
1
-13
/
+37
*
[sanitizer-coverage] don't instrument a function if it's entry block ends wit...
Kostya Serebryany
2018-05-11
1
-0
/
+2
*
Register NetBSD/i386 in AddressSanitizer.cpp
Kamil Rytarowski
2018-05-11
1
-0
/
+3
*
[SampleFDO] Don't treat warm callsite with inline instance in the profile as ...
Wei Mi
2018-05-10
1
-50
/
+51
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
10
-28
/
+18
*
[InstCombine] Replace an 'if' that should always be true with an assert.
Craig Topper
2018-05-10
1
-7
/
+6
*
Revert "[InstCombine] snprintf optimizations"
Martin Storsjo
2018-05-10
1
-90
/
+0
*
[InstCombine] add folds for minnum(-a, -b) --> -maxnum(a, b)
Sanjay Patel
2018-05-10
1
-0
/
+16
*
[InstCombine] Moving overflow computation logic from InstCombine to ValueTrac...
Omer Paparo Bivas
2018-05-10
3
-86
/
+31
*
[PM/LoopUnswitch] Avoid pointlessly creating an exit block set.
Chandler Carruth
2018-05-10
1
-19
/
+4
*
[DSE] Teach the pass about partial overwrite of atomic memory intrinsics
Daniel Neilson
2018-05-10
1
-9
/
+16
*
[PR37339] Fix assertion in FunctionComparator::cmpInlineAsm
whitequark
2018-05-10
1
-1
/
+1
*
[InstCombine] Only propagate known leading zeros from udiv input to output.
Benjamin Kramer
2018-05-10
1
-2
/
+7
*
[InstCombine] Reorder an if condition to put a cheap check in front of a comp...
Craig Topper
2018-05-10
1
-3
/
+3
*
[InstCombine] Use APInt::getBitsSetFrom to shortern a line and fix an 80 colu...
Craig Topper
2018-05-10
1
-2
/
+2
*
[Inscombine] fix a signedness warning which broke -Werror builds
Philip Reames
2018-05-10
1
-1
/
+1
*
[AggressiveInstCombine] convert a chain of 'and-shift' bits into masked compare
Sanjay Patel
2018-05-09
1
-32
/
+81
*
[InstCombine] Widen guards with conditions between
Philip Reames
2018-05-09
1
-1
/
+22
*
[InstCombine] Teach SimplifyDemandedBits that udiv doesn't demand low dividen...
Benjamin Kramer
2018-05-09
1
-0
/
+16
*
[InstCombine] snprintf optimizations
David Bolvansky
2018-05-09
1
-0
/
+90
*
[LV] Change MaxVectorSize bound to 256 in assertion, NFC otherwise
Krzysztof Parzyszek
2018-05-09
1
-2
/
+2
[next]