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
*
implement .include in the lexer/parser instead of passing it into the streamer.
Chris Lattner
2009-07-16
1
-6
/
+7
*
Switch invars away from using isTrapping when it really shouldn't be
Eli Friedman
2009-07-15
1
-0
/
+19
*
Don't restrict the set of instructions where we try to constant-fold the
Eli Friedman
2009-07-15
1
-0
/
+13
*
ShortenDeadCopySrcLiveRange needs to be more conservative in multi-kill situa...
Evan Cheng
2009-07-15
1
-0
/
+958
*
Fix test so it works on systems where wchar_t != int.
Dale Johannesen
2009-07-15
1
-10
/
+2
*
Test for llvm-gcc patch 75822.
Dale Johannesen
2009-07-15
1
-0
/
+15
*
Apparently Darwin doesn't have /dev/full :-(.
Dan Gohman
2009-07-15
1
-3
/
+0
*
Fix pattern for LD16S_3r, add basic tests to check load / store instructions
Richard Osborne
2009-07-15
2
-0
/
+74
*
Add a testcase for raw_ostream error checking.
Dan Gohman
2009-07-15
1
-0
/
+3
*
Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs.
Richard Osborne
2009-07-15
1
-0
/
+7
*
Added llvm-mc support for parsing the .dump and .load directives.
Kevin Enderby
2009-07-15
1
-0
/
+8
*
String constants are now output with private linkage.
Duncan Sands
2009-07-15
2
-4
/
+3
*
fix an arm codegen bug (the same as PR4482 on ppc) where available_externally
Chris Lattner
2009-07-15
1
-0
/
+67
*
get the PPC stub temporary label from the mangler instead of
Chris Lattner
2009-07-15
1
-4
/
+4
*
convert this to filecheck style and make it a test of darwin/PPC's
Chris Lattner
2009-07-15
1
-1
/
+57
*
simplify this test to test the esentials.
Chris Lattner
2009-07-15
1
-57
/
+3
*
Added llvm-mc support for parsing the .include directive.
Kevin Enderby
2009-07-14
1
-0
/
+8
*
Added llvm-mc support for parsing the .lsym directive.
Kevin Enderby
2009-07-14
1
-0
/
+8
*
Fix the expansion of umax and smax in the case where one or more of
Dan Gohman
2009-07-14
1
-0
/
+145
*
convert to filecheck style, simplify RUN line, and add comment.
Chris Lattner
2009-07-14
1
-7
/
+7
*
convert this test to filecheck style
Chris Lattner
2009-07-14
1
-12
/
+20
*
Introduce a pointertracking pass.
Edwin Török
2009-07-14
2
-0
/
+87
*
Testcase for PR4556
Chris Lattner
2009-07-14
1
-0
/
+6
*
Reapply my previous asmprinter changes now with more testing and two
Chris Lattner
2009-07-14
2
-7
/
+5
*
Added llvm-mc support for parsing the .desc directive.
Kevin Enderby
2009-07-14
1
-0
/
+8
*
Add a testcase for a bug fixed by r75634.
Dan Gohman
2009-07-14
1
-0
/
+36
*
Revert 75571; I'm convinced this isn't the right thing to do.
Dale Johannesen
2009-07-14
1
-11
/
+0
*
Revert r75610 (and r75620, which was blocking the revert), in the hopes of
Daniel Dunbar
2009-07-14
1
-2
/
+2
*
Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...
Chris Lattner
2009-07-14
1
-2
/
+2
*
Change the internal interface to makeNameProper to take a bool that
Chris Lattner
2009-07-14
2
-8
/
+8
*
Fix trivial todo in instcombine.
Eli Friedman
2009-07-14
1
-0
/
+5
*
Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariant
Dan Gohman
2009-07-14
1
-2
/
+2
*
Fix indvars to not assume that a loop with a single unique exit
Dan Gohman
2009-07-14
1
-0
/
+47
*
Fix detection of valid BFC immediates.
David Goodwin
2009-07-14
1
-0
/
+6
*
Check for the correct unnamed name.
Bill Wendling
2009-07-14
1
-1
/
+1
*
Don't delete asm's just because their inputs are undefined;
Dale Johannesen
2009-07-14
1
-0
/
+11
*
Added llvm-mc support for parsing the .abort directive.
Kevin Enderby
2009-07-13
1
-0
/
+8
*
Check in a reduced version of this testcase.
Dan Gohman
2009-07-13
1
-17376
/
+563
*
Two changes:
Chris Lattner
2009-07-13
1
-2
/
+1
*
PR4548: optimize zext+udiv+trunc to udiv.
Eli Friedman
2009-07-13
1
-0
/
+19
*
Fix bug in run-line.
Eli Friedman
2009-07-13
1
-3
/
+1
*
Add testcases for PR4538, PR4537, and PR4534.
Dan Gohman
2009-07-13
3
-0
/
+17780
*
Canonicalize boolean +/- a constant to a select.
Eli Friedman
2009-07-13
1
-0
/
+31
*
Reapply 75252, with a fix to avoid the infinite recursion case. The
Dan Gohman
2009-07-13
1
-1
/
+0
*
add llvm-mc support for parsing the .subsections_via_symbols directive.
Kevin Enderby
2009-07-13
1
-0
/
+6
*
Move the re-sort of invalidated NonLocalPointerDeps cache earlier
Chris Lattner
2009-07-13
1
-0
/
+67
*
remove tests for removed intrinsics.
Chris Lattner
2009-07-12
2
-49
/
+0
*
add nounwind
Chris Lattner
2009-07-12
1
-1
/
+1
*
Darwin prepends an _ to internal globals, Linux doesn't.
Nick Lewycky
2009-07-11
1
-1
/
+1
*
fix x86-64 static codegen to materialize the address of a global with movl in...
Chris Lattner
2009-07-11
1
-37
/
+37
[next]