index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
The most common simplification missed by instsimplify in unoptimized bitcode
Duncan Sands
2011-01-13
1
-0
/
+7
*
Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
Evan Cheng
2011-01-13
2
-2
/
+23
*
Experiment with changing the default 32-bit linux stack alignment to
Eric Christopher
2011-01-13
5
-62
/
+80
*
Keep unnamed_addr when linking.
Rafael Espindola
2011-01-13
4
-0
/
+33
*
Reject uses of unnamed_addr in declarations.
Rafael Espindola
2011-01-13
2
-0
/
+16
*
Try again enabling LiveDebugVariables.
Jakob Stoklund Olesen
2011-01-12
3
-5
/
+4
*
Sort the register list based on the *actual* register numbers rather than the
Bill Wendling
2011-01-12
1
-0
/
+8
*
Implement RETURNADDR and FRAMEADDR lowering in SPARC backend.
Venkatraman Govindaraju
2011-01-12
1
-0
/
+46
*
revert 123144, reenabling the rest of memset formation.
Chris Lattner
2011-01-12
1
-4
/
+3
*
Fix SPARC backend call instruction so that arguments passed through registers
Venkatraman Govindaraju
2011-01-12
1
-0
/
+13
*
revert r123146 which disabled code that wasn't the root cause
Chris Lattner
2011-01-12
1
-6
/
+4
*
1. Support ELF pcrel relocations for movw/movt:
Jason W Kim
2011-01-12
1
-0
/
+25
*
Workaround for bug 8721.
Jason W Kim
2011-01-11
1
-0
/
+14
*
The world is not ready for LiveDebugVariables yet.
Jakob Stoklund Olesen
2011-01-11
3
-4
/
+5
*
Enable LiveDebugVariables by default.
Jakob Stoklund Olesen
2011-01-11
3
-5
/
+4
*
SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CC
Venkatraman Govindaraju
2011-01-11
1
-0
/
+76
*
Fix PR8946, a missing reg/reg form of movdqu.
Chris Lattner
2011-01-11
1
-0
/
+2
*
McARM: Add more hard coded logic to SplitMnemonicAndCC to also split out the
Daniel Dunbar
2011-01-11
1
-9
/
+18
*
Revert the testcase from the previous reverted commit.
Eric Christopher
2011-01-11
1
-2
/
+0
*
merge tests into one crash.ll test.
Chris Lattner
2011-01-11
6
-116
/
+109
*
remove a bogus assertion: the latch block of a loop is not
Chris Lattner
2011-01-11
1
-0
/
+31
*
Teach constant folding to perform conversions from constant floating
Chandler Carruth
2011-01-11
1
-0
/
+33
*
FileCheck-ize a test, and move a no-longer calling test case to another
Chandler Carruth
2011-01-11
2
-19
/
+21
*
Fix a random missed optimization by making InstCombine more aggressive when d...
Owen Anderson
2011-01-11
1
-0
/
+17
*
Even if we don't have 7 bytes of stack space we may need to save and
Eric Christopher
2011-01-11
1
-0
/
+40
*
Fix PR 8916 (qv for analysis), at least the immediate problem.
Dale Johannesen
2011-01-10
1
-0
/
+15
*
McARM: Flush out hard coded known non-predicated mnemonic list.
Daniel Dunbar
2011-01-10
3
-4
/
+0
*
Teach instcombine about the rest of the SSE and SSE2 conversion
Chandler Carruth
2011-01-10
1
-0
/
+55
*
Fold two related tests into the newly FileCheck-ized test, migrating
Chandler Carruth
2011-01-10
3
-33
/
+36
*
Clean up and FileCheck-ize a test.
Chandler Carruth
2011-01-10
1
-19
/
+19
*
fix typo
Chris Lattner
2011-01-10
1
-1
/
+1
*
another (more) aggressive attempt to bring llvm-gcc-i386-linux-selfhost
Chris Lattner
2011-01-10
1
-4
/
+6
*
temporarily disable memset formation from memsets in an effort to restore bui...
Chris Lattner
2011-01-09
1
-3
/
+4
*
add a testcase I missed in previous commit.
Chris Lattner
2011-01-09
1
-0
/
+2
*
Instcombine: Fix pattern where the sext did not dominate the icmp using it
Tobias Grosser
2011-01-09
1
-0
/
+11
*
teach SCEV analysis of PHI nodes that PHI recurences formed
Chris Lattner
2011-01-09
1
-2
/
+40
*
reduce indentation. Print <nuw> and <nsw> when dumping SCEV AddRec's
Chris Lattner
2011-01-09
1
-1
/
+1
*
Merge memsets followed by neighboring memsets and other stores into
Chris Lattner
2011-01-08
1
-0
/
+28
*
fix an issue in IsPointerOffset that prevented us from recognizing that
Chris Lattner
2011-01-08
1
-0
/
+12
*
enhance memcpyopt to merge a store and a subsequent
Chris Lattner
2011-01-08
1
-0
/
+18
*
merge two tests and filecheckify
Chris Lattner
2011-01-08
2
-103
/
+113
*
When loop rotation happens, it is *very* common for the duplicated condbr
Chris Lattner
2011-01-08
1
-11
/
+5
*
Three major changes:
Chris Lattner
2011-01-08
1
-2
/
+2
*
First step in fixing PR8927:
Rafael Espindola
2011-01-08
1
-0
/
+18
*
Fix a bug in r123034 (trying to sext/zext non-integers) and clean up a little.
Frits van Bommel
2011-01-08
1
-0
/
+6
*
Have loop-rotate simplify instructions (yay instsimplify!) as it clones
Chris Lattner
2011-01-08
1
-3
/
+2
*
Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call.
Evan Cheng
2011-01-08
2
-2
/
+11
*
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-07
1
-7
/
+9
*
Speculatively revert r123032.
Devang Patel
2011-01-07
3
-2
/
+4
*
Lower some BUILD_VECTORS using VEXT+shuffle.
Bob Wilson
2011-01-07
1
-0
/
+59
[next]