index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-05
LICM: Don't sink stores out of loops that may throw.
Eli Friedman
1
-0
/
+71
2016-06-05
Add safety check to InstCombiner::commonIRemTransforms
Sanjoy Das
1
-0
/
+116
2016-06-05
Add test case for InstCombiner::commonIRemTransforms; NFC
Sanjoy Das
1
-0
/
+23
2016-06-05
[Internalize] Test that __stack_chk_{guard, fail} are not internalized.
Davide Italiano
1
-0
/
+9
2016-06-05
[BitCode] Make sure atomicrmw's argument is an actual PointerType
Filipe Cabecinhas
2
-0
/
+5
2016-06-05
[BitCode] Make sure storeatomic's argument is an actual PointerType
Filipe Cabecinhas
2
-0
/
+5
2016-06-05
[BitCode] Diagnose GEPs with no indices
Filipe Cabecinhas
2
-0
/
+5
2016-06-05
[BitCode] Don't allow constants of void type.
Filipe Cabecinhas
2
-0
/
+5
2016-06-05
[PM] Port IndVarSimplify to the new pass manager
Sanjoy Das
3
-0
/
+3
2016-06-05
[IndVars] Remove -liv-reduce
Sanjoy Das
1
-56
/
+0
2016-06-05
fix checks
Sanjay Patel
1
-3
/
+3
2016-06-05
[InstCombine] allow vector icmp bool transforms
Sanjay Patel
2
-5
/
+5
2016-06-05
add tests to show missing vector transforms
Sanjay Patel
1
-0
/
+20
2016-06-05
regenerate checks
Sanjay Patel
1
-57
/
+78
2016-06-05
update test to use FileCheck
Sanjay Patel
1
-93
/
+175
2016-06-05
update test to use FileCheck
Sanjay Patel
1
-11
/
+16
2016-06-05
update test to FileCheck
Sanjay Patel
1
-8
/
+12
2016-06-05
[X86][XOP] Added VPERMIL2PD/VPERMIL2PS raw mask decoding for target shuffle c...
Simon Pilgrim
1
-4
/
+1
2016-06-05
[X86][XOP] Added VPERMIL2PD/VPERMIL2PS as a target shuffle type
Simon Pilgrim
1
-10
/
+14
2016-06-05
[AVX512] Add support for lowering PALIGNR for v64i8.
Craig Topper
1
-0
/
+21
2016-06-05
[AVX512] Split command lines and regenerate a test to prepare for a future co...
Craig Topper
1
-8
/
+20
2016-06-05
[AVX512] Fix PANDN combining for v4i32/v8i32 when VLX is enabled.
Craig Topper
1
-0
/
+48
2016-06-05
[PM] Port GCOVProfiler pass to the new pass manager
Xinliang David Li
7
-0
/
+33
2016-06-04
[SimplifyCFG] Don't kill empty cleanuppads with multiple uses
David Majnemer
1
-0
/
+24
2016-06-04
[InstCombine] allow vector constants for cast+icmp fold
Sanjay Patel
2
-8
/
+12
2016-06-04
[X86][XOP] Added VPERMIL2PD/VPERMIL2PS shuffle mask comment decoding
Simon Pilgrim
2
-5
/
+89
2016-06-04
[InstCombine] add test for missing vector optimization
Sanjay Patel
1
-2
/
+15
2016-06-04
[InstCombine] add test for missing vector optimization
Sanjay Patel
1
-2
/
+16
2016-06-04
[InstCombine] minimize test case and use FileCheck
Sanjay Patel
1
-27
/
+13
2016-06-04
[Analysis] Enabled BITREVERSE as a vectorizable intrinsic
Simon Pilgrim
1
-288
/
+633
2016-06-04
X86: enable TLS on Windows itanium
Saleem Abdulrasool
1
-0
/
+30
2016-06-04
[X86][AVX2] Fix v16i16 SHL lowering (PR27730)
Simon Pilgrim
8
-61
/
+61
2016-06-04
[InstCombine][MMX] Extend SimplifyDemandedUseBits MOVMSK support to MMX
Simon Pilgrim
1
-0
/
+20
2016-06-04
[sancov] Revert r271695 which broke all of the PPC bots.
Chandler Carruth
7
-10
/
+5
2016-06-04
[llvm-profdata] Revert r271709 and the 3 subsequent commits - the code
Chandler Carruth
1
-16
/
+0
2016-06-04
Testcase cleanup: Remove a redundant test input.
Adrian Prantl
2
-153
/
+1
2016-06-04
MIR: Support MachineMemOperands without associated value
Matthias Braun
2
-24
/
+15
2016-06-03
Reapply r271728 after adding move cobstructor for ProfileSummaryInfo
Easwaran Raman
1
-0
/
+39
2016-06-03
[esan|wset] Optionally assume intra-cache-line accesses
Derek Bruening
2
-10
/
+169
2016-06-03
Revert r271728 as it breaks Windows build
Easwaran Raman
1
-39
/
+0
2016-06-03
pdbdump: print out TPI hashes.
Rui Ueyama
1
-1
/
+11
2016-06-03
Analysis pass to access profile summary info
Easwaran Raman
1
-0
/
+39
2016-06-03
[Symbolize] Check if the PE file has a PDB and emit an error if we can't load it
Reid Kleckner
2
-0
/
+17
2016-06-03
[AArch64] Move tests from r271677 to a more appropriately named file. NFC.
Chad Rosier
2
-88
/
+88
2016-06-03
[AArch64] Spot SBFX-compatible code expressed with sign_extend.
Chad Rosier
1
-0
/
+10
2016-06-03
[llvm-profdata] Add option to ingest filepaths from a file
Vedant Kumar
1
-0
/
+16
2016-06-03
[WebAssembly] Emit type signatures for declared functions
Derek Schuff
1
-0
/
+73
2016-06-03
[sancov] Disable these tests if there is no X86 backend
Reid Kleckner
1
-0
/
+4
2016-06-03
[sancov] Run sancov tests on more platforms
Reid Kleckner
7
-5
/
+10
2016-06-03
[yaml2obj] Sort MachO LinkEdit write operations based on offset
Chris Bieneman
1
-0
/
+266
[next]