index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-24
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
32
-205
/
+133
2014-08-24
TableGen: unique_ptr-ify RecordKeeper
Dylan Noblesmith
4
-24
/
+20
2014-08-24
TableGen: delete no-op code
Dylan Noblesmith
2
-20
/
+0
2014-08-24
TableGen: use auto and for-range
Dylan Noblesmith
3
-27
/
+19
2014-08-24
This code is from r216285, which did not go out to the mailing list for some ...
Aaron Ballman
1
-6
/
+1
2014-08-24
X86 intrinsics table - simplifies intrinsics lowering.
Elena Demikhovsky
3
-456
/
+292
2014-08-24
Silence gcc -Wpedantic.
Patrik Hagglund
1
-1
/
+1
2014-08-24
InstCombine: Properly optimize or'ing bittests together
David Majnemer
2
-0
/
+68
2014-08-23
[PowerPC] Add support for dcbtst and icbt (prefetch)
Hal Finkel
5
-4
/
+52
2014-08-23
Support: add llvm::unique_lock
Dylan Noblesmith
4
-25
/
+93
2014-08-23
Support: make LLVM Mutexes STL-compatible
Dylan Noblesmith
7
-40
/
+42
2014-08-23
Support/Unix: use ScopedLock wherever possible
Dylan Noblesmith
1
-24
/
+22
2014-08-23
cmake: actually test -Wcomment
Dylan Noblesmith
1
-1
/
+1
2014-08-23
cmake: disable -Wnon-virtual-dtor when it gives false positives
Dylan Noblesmith
1
-2
/
+14
2014-08-23
Revert "ARM: improve RTABI 4.2 conformance on Linux"
Chad Rosier
2
-38
/
+58
2014-08-23
Revert "ARM: mark missing functions from RTABI"
Chad Rosier
1
-24
/
+0
2014-08-23
[x86] Start fixing a really subtle and terrible form of miscompile in
Chandler Carruth
2
-28
/
+64
2014-08-23
ProgrammersManual: the flag is called -debug-only
Hans Wennborg
1
-1
/
+1
2014-08-23
llvm-cov: test: add xfail for the big-endian buildbots
Alex Lorenz
3
-0
/
+9
2014-08-23
Revert r215611 because it caused the infinite loop in bug 20736. There is a r...
Nick Lewycky
2
-2
/
+5
2014-08-22
Add a test case for SROA where the store size is bigger than slice size. The
Yunzhong Gao
1
-0
/
+34
2014-08-22
Add support for comdats to the gold plugin.
Rafael Espindola
4
-12
/
+193
2014-08-22
llvm-cov: add code coverage tool that's based on coverage mapping format and ...
Alex Lorenz
32
-34
/
+2737
2014-08-22
[SROA] Fold a PHI node if all its incoming values are the same
Jingyue Wu
2
-41
/
+106
2014-08-22
ARM / x86_64 varargs: Don't save regparms in prologue without va_start
Reid Kleckner
12
-7
/
+61
2014-08-22
Clear the llvm release notes to make room for 3.6.
Rafael Espindola
1
-153
/
+11
2014-08-22
Add the start of the support for llvm-objdump’s -private-headers for Mach-O...
Kevin Enderby
5
-0
/
+302
2014-08-22
Add a few missing mach header flags.
Kevin Enderby
1
-1
/
+4
2014-08-22
Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind
Reid Kleckner
5
-20
/
+70
2014-08-22
R600/SI: Use READ2/WRITE2 instructions for 64-bit mem ops with 32-bit alignment
Tom Stellard
5
-4
/
+116
2014-08-22
R600/SI: Use a ComplexPattern for DS loads and stores
Tom Stellard
8
-120
/
+169
2014-08-22
R600/SI: Wrap local memory pointer in AssertZExt on SI
Tom Stellard
1
-0
/
+12
2014-08-22
R600/SI: Use correct helper class for DS_WRITE2 instructions
Tom Stellard
1
-1
/
+1
2014-08-22
[ARM] Move the implementation of the target hooks related to copy-related
Quentin Colombet
5
-116
/
+118
2014-08-22
InstCombine: Don't unconditionally preserve 'nuw' when shrinking constants
David Majnemer
2
-6
/
+24
2014-08-22
InstCombine: sub nsw %x, C -> add nsw %x, -C if C isn't INT_MIN
David Majnemer
4
-1
/
+38
2014-08-22
[Support] Fix the overflow bug in ULEB128 decoding.
Alex Lorenz
2
-1
/
+2
2014-08-22
[mips] Don't use odd-numbered float registers for double arguments for fastcc
Sasa Stankovic
2
-2
/
+88
2014-08-22
InstCombine: Don't unconditionally preserve 'nsw' when shrinking constants
David Majnemer
2
-1
/
+21
2014-08-22
fix: SLPVectorizer crashes for unreachable blocks containing not schedulable ...
Erik Eckstein
2
-0
/
+48
2014-08-22
[dfsan] Fix non-determinism bug in non-zero label check annotator.
Peter Collingbourne
2
-15
/
+16
2014-08-22
ValueTracking: Figure out more bits when looking at add/sub
David Majnemer
2
-66
/
+51
2014-08-22
SROA: Handle a case of store size being smaller than allocation size
Reid Kleckner
2
-5
/
+54
2014-08-21
Revert "X86: Align the stack on word boundaries in LowerFormalArguments()"
Duncan P. N. Exon Smith
2
-8
/
+2
2014-08-21
Add an explicit move constructor to SrcBuffer
Reid Kleckner
1
-0
/
+5
2014-08-21
[FastISel][AArch64] Add support for variable shift.
Juergen Ributzka
2
-44
/
+253
2014-08-21
Minor refactor to make applying patches from 'Add a "probe-stack" attribute' ...
Philip Reames
1
-1
/
+5
2014-08-21
Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch...
David Blaikie
16
-52
/
+47
2014-08-21
name change: isPow2DivCheap -> isPow2SDivCheap
Sanjay Patel
5
-12
/
+12
2014-08-21
[PeepholeOptimizer] Enable the advanced copy optimization by default.
Quentin Colombet
1
-1
/
+1
[next]