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] remove fptrunc (select) code; NFCI
Sanjay Patel
2018-05-21
1
-17
/
+0
*
[EarlyCSE] Improve EarlyCSE of some absolute value cases.
Craig Topper
2018-05-21
1
-4
/
+12
*
[VPlan] Reland r332654 and silence unused func warning
Diego Caballero
2018-05-21
9
-42
/
+839
*
[InstCombine] Fix PR37526: MinMax patterns produce an infinite loop.
Alexey Bataev
2018-05-21
1
-3
/
+8
*
revert r332610, it breaks cfi, see D46326
Nico Weber
2018-05-21
1
-82
/
+11
*
[CVP] Require DomTree for new Pass Manager
David Green
2018-05-21
1
-9
/
+13
*
Fix up a few grammar issues.
Eric Christopher
2018-05-21
1
-1
/
+1
*
[X86] Remove mask arguments from permvar builtins/intrinsics. Use a select in...
Craig Topper
2018-05-20
1
-20
/
+12
*
[InstCombine] choose 1 form of abs and nabs as canonical
Sanjay Patel
2018-05-20
1
-0
/
+51
*
[IRCE] Fix miscompile with range checks against negative values
Max Kazantsev
2018-05-19
1
-2
/
+39
*
[MergeICmps] Don't crash when memcmp is not available
Benjamin Kramer
2018-05-19
1
-0
/
+4
*
Fix evaluator for non-zero alloca addr space
Yaxun Liu
2018-05-19
1
-1
/
+2
*
Constant fold launder of null and undef
Piotr Padlewski
2018-05-18
1
-2
/
+3
*
[InstCombine] Qualify a select pattern based transform to restrct to only min...
Craig Topper
2018-05-18
1
-1
/
+1
*
[msan] Don't check divisor shadow in fdiv.
Evgeniy Stepanov
2018-05-18
1
-7
/
+10
*
Reverted r332654 as it has broken some buildbots and left unfixed for a long ...
Galina Kistanova
2018-05-18
9
-838
/
+42
*
[SimplifyCFG] Fix a debug invariant bug in FoldBranchToCommonDest()
David Stenberg
2018-05-18
1
-3
/
+5
*
[asan] Add instrumentation support for Myriad
Walter Lee
2018-05-18
1
-1
/
+33
*
[WebAssembly] Add Wasm personality and isScopedEHPersonality()
Heejin Ahn
2018-05-17
6
-11
/
+12
*
[LV][VPlan] Build plain CFG with simple VPInstructions for outer loops.
Diego Caballero
2018-05-17
9
-42
/
+838
*
Add a limit for phi folding instcombine
Xinliang David Li
2018-05-17
1
-1
/
+9
*
[InstCombine] Propagate the nsw/nuw flags from the add in the 'shifty' abs pa...
Craig Topper
2018-05-17
1
-1
/
+5
*
In thin and full LTO + CFI, direct function calls may go through jump table
Dmitry Mikulin
2018-05-17
1
-11
/
+82
*
[SROA] Handle PHI with multiple duplicate predecessors
Bjorn Pettersson
2018-05-17
1
-1
/
+13
*
[SROA] pr37267: fix assertion failure in integer widening
Hiroshi Inoue
2018-05-17
1
-0
/
+8
*
[STLExtras] Add size() for ranges, and remove distance()
Vedant Kumar
2018-05-16
2
-2
/
+3
*
[InstCombine] Fix the signature of fgets_unlocked.
Benjamin Kramer
2018-05-16
1
-2
/
+2
*
[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
[next]