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
*
DCE'ed this testcase.
Bill Wendling
2008-02-29
1
-229
/
+0
*
If we reload a virtual register that's already been assigned, we want to mark
Bill Wendling
2008-02-29
1
-0
/
+250
*
fix a bug Anders ran into where scalarrepl would crash when promoting
Chris Lattner
2008-02-29
1
-0
/
+16
*
Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp...
Chris Lattner
2008-02-29
1
-0
/
+16
*
Update testcase.
Lauro Ramos Venancio
2008-02-28
1
-1
/
+1
*
Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically w...
Gabor Greif
2008-02-28
1
-1
/
+1
*
Set to default: x86 no longer fold and into test if it has more than one use.
Evan Cheng
2008-02-28
1
-1
/
+0
*
New test for misaligned Altivec laod/store.
Dale Johannesen
2008-02-27
1
-0
/
+37
*
Don't hard-code the mask size to be 32, which is incorrect on ppc64
Dan Gohman
2008-02-27
1
-0
/
+27
*
Fix a bug in dead spill slot elimination.
Evan Cheng
2008-02-27
1
-0
/
+66
*
actually run llc, thanks Dan :)
Chris Lattner
2008-02-27
1
-1
/
+3
*
Don't track max alignment during stack object allocations since they can be d...
Evan Cheng
2008-02-27
1
-0
/
+33
*
Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead
Chris Lattner
2008-02-27
1
-0
/
+10
*
Compile x86-64-and-mask.ll into:
Chris Lattner
2008-02-27
1
-0
/
+12
*
Spiller now remove unused spill slots.
Evan Cheng
2008-02-27
1
-0
/
+1
*
Upgrade testcase.
Bill Wendling
2008-02-26
1
-38
/
+20
*
Add PR number to testcase.
Owen Anderson
2008-02-26
1
-0
/
+1
*
Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting
Owen Anderson
2008-02-26
1
-0
/
+45
*
Enable -coalescer-commute-instrs by default.
Evan Cheng
2008-02-26
3
-3
/
+3
*
Avoid aborting on invalid shift counts.
Dan Gohman
2008-02-26
1
-0
/
+30
*
Fix for pr2093: direct operands aren't necessarily addresses, so don't
Eli Friedman
2008-02-26
1
-0
/
+17
*
fix this test so that the fn name doesn't match the regex
Chris Lattner
2008-02-26
1
-1
/
+1
*
Fix PR2096, a regression introduced with my patch last night. This
Chris Lattner
2008-02-26
1
-0
/
+50
*
Really feed llvm-as with the testcase, do not let it read from stdin. This fi...
Gabor Greif
2008-02-26
2
-2
/
+2
*
unbreak check-one
Gabor Greif
2008-02-26
1
-0
/
+1
*
While hunting for two hanging tests,
Gabor Greif
2008-02-26
2
-1
/
+6
*
This is possible:
Evan Cheng
2008-02-26
1
-0
/
+55
*
Fix isNegatibleForFree to not return true for ConstantFP nodes
Chris Lattner
2008-02-26
1
-0
/
+14
*
Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memory
Evan Cheng
2008-02-26
1
-0
/
+33
*
Update bitcode reader and writer to handle multiple return values.
Devang Patel
2008-02-26
1
-1
/
+1
*
Fix an issue where GVN was performing the return slot optimization when it was
Owen Anderson
2008-02-25
1
-0
/
+32
*
Temporarily reverting 46959.
Evan Cheng
2008-02-25
1
-0
/
+1
*
Fix an issue where GVN would try to use an instruction before its definition ...
Owen Anderson
2008-02-25
2
-1
/
+26
*
Backing out r47521 for now. This has broken a number of tests.
Evan Cheng
2008-02-23
1
-1
/
+1
*
Merge current work back to tree to minimize diffs and drift. Major highlights
Scott Michel
2008-02-23
1
-3
/
+2
*
Testcase for Revision 47478.
Zhou Sheng
2008-02-23
1
-0
/
+9
*
Rematerialization logic was overly conservative when it comes to loads from f...
Evan Cheng
2008-02-23
1
-0
/
+49
*
Update test.
Evan Cheng
2008-02-23
1
-11
/
+13
*
Remat of pic loads are now on by default.
Evan Cheng
2008-02-23
1
-1
/
+1
*
Fix a bug that caused opt and other tools to silently ignore
Dan Gohman
2008-02-23
1
-0
/
+3
*
Properly read and write bitcodes for multiple return values.
Devang Patel
2008-02-23
1
-1
/
+1
*
Really. Why doesn't every arch support MMX?
Evan Cheng
2008-02-23
1
-1
/
+1
*
Test case for PR2082.
Evan Cheng
2008-02-22
1
-0
/
+55
*
Allow re-materialization of pic load (controlled by -remat-pic-load for now).
Evan Cheng
2008-02-22
1
-0
/
+45
*
copy mmx values from/to memory with GPRs on x86-32
Chris Lattner
2008-02-22
1
-2
/
+3
*
Start using GPR's to copy around mmx value instead of mmx regs.
Chris Lattner
2008-02-22
1
-0
/
+14
*
Treat clobber operands like early clobbers: if we have
Chris Lattner
2008-02-21
1
-2
/
+11
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-21
90
-1460
/
+1482
*
testcase for PR1133
Chris Lattner
2008-02-21
1
-0
/
+9
*
Fix a (harmless) but where vregs were added to the used reg lists for
Chris Lattner
2008-02-21
1
-0
/
+15
[next]