index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a typo noticed by Alain Frisch.
Gordon Henriksen
2007-12-01
1
-4
/
+6
*
Allow some reloads to be folded in multi-use cases. Specifically testl r, r -...
Evan Cheng
2007-12-01
2
-1
/
+59
*
Do not fold reload into an instruction with multiple uses. It issues one extr...
Evan Cheng
2007-11-30
1
-0
/
+81
*
Update tests.
Evan Cheng
2007-11-29
1
-1
/
+1
*
New testcase for PR1744
Chris Lattner
2007-11-28
1
-0
/
+8
*
upgrade this test
Chris Lattner
2007-11-28
1
-49
/
+63
*
make this test have a deterministic result.
Chris Lattner
2007-11-28
1
-2
/
+2
*
Add some convenience methods for querying attributes, and
Duncan Sands
2007-11-28
1
-1
/
+1
*
Revert previous "fix" - the breakage was due to some
Duncan Sands
2007-11-28
1
-1
/
+1
*
This test somehow got an extra "not" during the
Duncan Sands
2007-11-28
1
-2
/
+2
*
xfail a test
Chris Lattner
2007-11-28
1
-0
/
+1
*
update this test after the fmrrd fix
Chris Lattner
2007-11-28
1
-3
/
+2
*
Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...
Tanya Lattner
2007-11-28
30
-63
/
+60
*
commit testcase I forgot to svn add.
Chris Lattner
2007-11-27
1
-0
/
+13
*
Fix a crash on invalid code due to memcpy lowering.
Chris Lattner
2007-11-27
2
-0
/
+39
*
something wrong with this opt
Andrew Lenharth
2007-11-27
1
-0
/
+13
*
Add testcase for last llvm-gcc tweaks
Anton Korobeynikov
2007-11-27
1
-0
/
+12
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
7
-8
/
+11
*
Make this pass for CYGWIN.
Zhou Sheng
2007-11-27
1
-1
/
+2
*
Make this testcase compatible with CYGWIN.
Zhou Sheng
2007-11-27
1
-1
/
+5
*
Change &| to |&.
Dan Gohman
2007-11-27
2
-2
/
+2
*
Change grep '' to grep {}.
Dan Gohman
2007-11-27
3
-3
/
+3
*
Don't redirect llvm-as's stderr to llvm-dis.
Dan Gohman
2007-11-27
1
-1
/
+1
*
Remove unnecessary && from the RUN lines of this test.
Dan Gohman
2007-11-27
1
-2
/
+2
*
Don't lower srem/urem X%C to X-X/C*C unless the division is actually
Dan Gohman
2007-11-26
1
-0
/
+6
*
Allow GVN to eliminate read-only function calls when it can detect that they ...
Owen Anderson
2007-11-26
1
-1
/
+1
*
Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.
Nick Lewycky
2007-11-25
3
-2
/
+32
*
Implement PR1822
Chris Lattner
2007-11-25
1
-3
/
+11
*
Fix PR1816. If a bitcast of a function only exists because of a
Duncan Sands
2007-11-25
1
-0
/
+12
*
Fix a long standing deficiency in the X86 backend: we would
Chris Lattner
2007-11-25
1
-0
/
+35
*
upgrade this test
Chris Lattner
2007-11-24
1
-8
/
+6
*
Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros.
Chris Lattner
2007-11-23
1
-0
/
+8
*
Ding dong, the DoesntAccessMemoryFns and
Duncan Sands
2007-11-23
7
-80
/
+83
*
Fix a bug where we'd try to find a scev value for a bitcast operand,
Chris Lattner
2007-11-23
1
-0
/
+20
*
Fix PR1817.
Chris Lattner
2007-11-22
1
-0
/
+16
*
Turn invokes of nounwind functions into ordinary calls.
Duncan Sands
2007-11-22
1
-0
/
+14
*
Teach alias analysis about readnone/readonly functions.
Duncan Sands
2007-11-22
1
-0
/
+33
*
Readonly/readnone functions are allowed to throw
Duncan Sands
2007-11-22
1
-10
/
+12
*
Create nodes for inline asm so that we don't crash looking for the node later.
Nick Lewycky
2007-11-22
1
-0
/
+8
*
Fix a bug in which node A is replaced by node B, but later
Duncan Sands
2007-11-21
1
-0
/
+161
*
Be more careful when transforming | to +. Patch from Wojciech Matyjewicz.
Nick Lewycky
2007-11-20
1
-0
/
+18
*
Testcase for PR1811
Chris Lattner
2007-11-19
1
-0
/
+16
*
Add support in SplitVectorOp for remainder operators.
Dan Gohman
2007-11-19
1
-0
/
+15
*
fix bogus test that the more strict lexer is finding.
Chris Lattner
2007-11-18
1
-1
/
+1
*
Add support for vectors to int <-> float casts.
Nate Begeman
2007-11-17
1
-0
/
+5
*
Typo.
Evan Cheng
2007-11-16
1
-1
/
+1
*
Testcase from PR 1508 (although its's somewhat
Dale Johannesen
2007-11-16
1
-0
/
+133
*
Fix PR1800 by correcting mistaken logic.
Chris Lattner
2007-11-16
1
-0
/
+10
*
Reverted r44163 per request
Anton Korobeynikov
2007-11-15
1
-0
/
+1
*
Fix a thinko in post-allocation coalescer.
Evan Cheng
2007-11-15
1
-0
/
+67
[next]