index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-06
Filtering IR printing for print-after-all/print-before-all
Weiming Zhao
7
-9
/
+52
2016-01-06
Fix option desc in FunctionAttrs; NFC
Weiming Zhao
1
-1
/
+1
2016-01-06
ScheduleDAGInstrs: Bug fix for missed memory dependency.
Geoff Berry
2
-3
/
+34
2016-01-06
[BasicAA] Extract WriteOnly predicate on parameters [NFC]
Philip Reames
1
-5
/
+25
2016-01-06
WebAssembly: add missing expected failures exposed by r256890
JF Bastien
1
-0
/
+1
2016-01-06
[WebAssembly] Add -asm-verbose=false to llc tests.
Dan Gohman
1
-8
/
+8
2016-01-06
WebAssembly: add new expected failures exposed by r256890
JF Bastien
1
-0
/
+17
2016-01-06
Add unittest for new CanReplace flag on MDNodes
Teresa Johnson
1
-0
/
+14
2016-01-06
[Hexagon] Add system instructions for cache manipulation
Krzysztof Parzyszek
2
-0
/
+115
2016-01-06
Revert "GlobalsAA: Take advantage of ArgMemOnly, InaccessibleMemOnly and Inac...
Amaury Sechet
4
-83
/
+22
2016-01-06
[LV] Avoid creating empty reduction entries (NFC)
Matthew Simpson
1
-6
/
+6
2016-01-06
PR25754: avoid generating UDIVREM8_ZEXT_HREG nodes with i64 result
Artyom Skrobov
2
-1
/
+21
2016-01-06
Improve load/store to memcpy for aggregate
Amaury Sechet
2
-9
/
+48
2016-01-06
[X86][SSE] There is no zmm addsubpd/addsubps instruction.
Simon Pilgrim
2
-10
/
+65
2016-01-06
[X86][SSE] An empty target shuffle mask is always a failure.
Simon Pilgrim
1
-7
/
+4
2016-01-06
[X86] Use PS instead of TB for instructions that have PD/XS/XD variations. Us...
Craig Topper
3
-6
/
+7
2016-01-06
[X86] Fix an incorrect usage of In32BitMode that should have been Not64BitMode.
Craig Topper
1
-1
/
+1
2016-01-06
Fix a warning [NFC]
Philip Reames
1
-1
/
+2
2016-01-06
Add != to YAMLParser's basic_collection_iterator.
Jordan Rose
2
-5
/
+90
2016-01-06
[SimplifyLibCalls] Teach SimplifyLibCalls about operand bundles
David Majnemer
2
-23
/
+40
2016-01-06
[BasicAA] Remove special casing of memset_pattern16 in favor of generic attri...
Philip Reames
4
-13
/
+35
2016-01-06
[BasicAA] Delete dead code related to memset/memcpy/memmove intrinsics [NFCI]
Philip Reames
1
-3
/
+5
2016-01-06
Extract helper function to merge MemoryOperand lists [NFC]
Philip Reames
5
-44
/
+49
2016-01-06
Delete trailing whitespace; NFC
Junmo Park
2
-8
/
+8
2016-01-06
Delete trailing whitespace; NFC
Junmo Park
1
-4
/
+4
2016-01-06
Do not define NOGDI. Mingw defines LOGFONTW type in wingdi.h and the mingw
Yunzhong Gao
1
-1
/
+0
2016-01-06
Another attempt at fixing the i686-mingw32-RA-on-linux buildbot. I am getting
Yunzhong Gao
1
-4
/
+2
2016-01-06
Another attempt at fixing the i686-mingw32-RA-on-linux buildbot.
Yunzhong Gao
1
-2
/
+3
2016-01-06
[libFuzzer] extend the dictionary mutator to optionally overwrite data with t...
Kostya Serebryany
1
-5
/
+12
2016-01-06
Hopefully fix a mingw32 buildbot (i686-mingw32-RA-on-linux) which does not have
Yunzhong Gao
1
-1
/
+5
2016-01-06
More fix to coverage documentation
Xinliang David Li
1
-7
/
+19
2016-01-06
Fixing PR25717: fatal IO error writing large outputs to console on Windows.
Yunzhong Gao
2
-1
/
+34
2016-01-06
rangify; NFCI
Sanjay Patel
1
-24
/
+14
2016-01-06
[SelectionDAGBuilder] Set NoUnsignedWrap for inbounds gep and load/store offs...
Dan Gohman
3
-9
/
+250
2016-01-06
use std::max ; NFCI
Sanjay Patel
1
-3
/
+2
2016-01-06
A (B + C) = A B + A C ; NFCI
Sanjay Patel
1
-5
/
+2
2016-01-06
fix typo; NFC
Sanjay Patel
1
-1
/
+1
2016-01-06
[libfuzzer] print_new_cov_pcs experimental option.
Mike Aizatsky
5
-1
/
+28
2016-01-06
fix typos; NFC
Sanjay Patel
1
-7
/
+6
2016-01-06
[libFuzzer] make trace-based fuzzing not crash in presence of threads
Kostya Serebryany
4
-6
/
+46
2016-01-05
[Statepoints] Check for the "gc-leaf-function" attribute on call sites as well.
Manuel Jacob
2
-2
/
+13
2016-01-05
[LibCallSimplfier] use instruction-level fast-math-flags for fmin/fmax transf...
Sanjay Patel
2
-21
/
+18
2016-01-05
AMDGPU/SI: Do not move scratch resource register on Tonga & Iceland
Nicolai Haehnle
4
-45
/
+71
2016-01-05
Implement load to store => memcpy in MemCpyOpt for aggregates
Amaury Sechet
2
-11
/
+120
2016-01-05
[Clang/Support/Windows/Unix] Command lines created by clang may exceed the co...
Oleg Ranevskyy
3
-7
/
+8
2016-01-05
Correct my last commit (revision 256860).
Manuel Jacob
1
-2
/
+2
2016-01-05
[PlaceSafepoints] Add a test.
Manuel Jacob
1
-0
/
+24
2016-01-05
[InstCombine] insert a new shuffle before its uses (PR26015)
Sanjay Patel
2
-8
/
+74
2016-01-05
Add function for testing string attributes to InvokeInst and CallSite. NFC.
Manuel Jacob
3
-15
/
+23
2016-01-05
[X86] Determine if we have an OpaqueSPAdjustment earlier
David Majnemer
1
-4
/
+12
[next]