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
*
Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comes
David Greene
2009-07-20
4
-1
/
+2925
*
Forgot this test earlier.
Evan Cheng
2009-07-20
1
-0
/
+1323
*
Assembly and Bitcode support for unsigned/signed overflow flags and
Dan Gohman
2009-07-20
5
-0
/
+202
*
Use TII->findCommutedOpIndices to find the commute operands (rather than gues...
Evan Cheng
2009-07-20
1
-0
/
+11
*
Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as
Kevin Enderby
2009-07-20
1
-8
/
+0
*
Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resu...
Evan Cheng
2009-07-20
2
-0
/
+198
*
Revert the addition of hasNoPointerOverflow to GEPOperator.
Dan Gohman
2009-07-20
5
-132
/
+35
*
xfail for now.
Evan Cheng
2009-07-20
1
-0
/
+1
*
implement a new magic global "llvm.compiler.used" which is like llvm.used, but
Chris Lattner
2009-07-20
1
-0
/
+9
*
Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb.
Evan Cheng
2009-07-20
1
-0
/
+288
*
This test should be run with -m32.
Daniel Dunbar
2009-07-19
1
-1
/
+1
*
Fix http://llvm.org/bugs/show_bug.cgi?id=4583
Jakob Stoklund Olesen
2009-07-19
1
-0
/
+11
*
Canonicalize bitcasts between types like <1 x i64> and i64 to
Eli Friedman
2009-07-18
1
-0
/
+22
*
Back out 76300; apparently the preference is to canonicalize the other
Eli Friedman
2009-07-18
1
-12
/
+0
*
Add combine: X sdiv (1 << Y) -> X udiv (1 << Y) when X doesn't have the
Eli Friedman
2009-07-18
1
-0
/
+9
*
Canonicalize insert/extractelement from single-element vectors into
Eli Friedman
2009-07-18
1
-0
/
+12
*
Fix simplifylibcalls memset recognition to work on 64-bit platforms
Eli Friedman
2009-07-18
1
-0
/
+12
*
Catch more coalescing opportunities.
Evan Cheng
2009-07-18
2
-3
/
+3
*
Enable cross register class coalescing.
Evan Cheng
2009-07-18
5
-5
/
+48
*
Fix pr4552. Stack slot coloring with register must take care not to generate ...
Evan Cheng
2009-07-17
1
-0
/
+55
*
llvm-mc: Add -triple, and start fetching the target asm printer.
Daniel Dunbar
2009-07-17
20
-25
/
+25
*
Fix x86 inline ams 'q' constraint support. In 32-bit mode, it's just like 'Q'...
Evan Cheng
2009-07-17
1
-0
/
+10
*
rename test.
Chris Lattner
2009-07-17
1
-0
/
+0
*
Testcase for PR4214.
Duncan Sands
2009-07-17
1
-0
/
+4
*
Make promotion in operation legalization for SETCC work correctly.
Eli Friedman
2009-07-17
1
-0
/
+6
*
Emit cross regclass register moves for thumb2.
Anton Korobeynikov
2009-07-16
1
-0
/
+35
*
Assume an inline asm might be a call, so we get
Dale Johannesen
2009-07-16
1
-1
/
+1
*
Emit line numbers in asm comments when available.
David Greene
2009-07-16
1
-0
/
+27
*
Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm ope...
Jakob Stoklund Olesen
2009-07-16
1
-0
/
+16
*
Changed my mind. We now allow remat of instructions whose defs have subreg in...
Evan Cheng
2009-07-16
1
-4
/
+1
*
this should be xfailed on darwin. Darwin doesn't use the libstdc++ in the ll...
Chris Lattner
2009-07-16
1
-0
/
+1
*
With recent MC changes, RIP base register is explicitly modeled. Make sure we...
Evan Cheng
2009-07-16
1
-0
/
+102
*
Fill in some holes in ScalarEvolution's loop iteration condition
Dan Gohman
2009-07-16
1
-0
/
+38
*
Make xfail proper
Anton Korobeynikov
2009-07-16
1
-1
/
+1
*
Temporary disable 16 bit bswap
Anton Korobeynikov
2009-07-16
1
-0
/
+1
*
Add bswap patterns
Anton Korobeynikov
2009-07-16
1
-0
/
+48
*
Fix logic inversion for RI-mode address selection
Anton Korobeynikov
2009-07-16
1
-0
/
+32
*
Unbreak the test
Anton Korobeynikov
2009-07-16
1
-1
/
+2
*
Expand 32-bit bitconverts via memory
Anton Korobeynikov
2009-07-16
1
-0
/
+15
*
Fix incomin arg stack frame offset in case we need to generate stack frame
Anton Korobeynikov
2009-07-16
1
-0
/
+22
*
Revert the commit, it just hides the real bug
Anton Korobeynikov
2009-07-16
7
-182
/
+14
*
Lower anyext to zext, 32-bit stuff does not have any implicit zero-extension ...
Anton Korobeynikov
2009-07-16
7
-14
/
+182
*
Provide consistent subreg idx scheme. This (hopefully) fixes remaining divide...
Anton Korobeynikov
2009-07-16
2
-5
/
+5
*
Implement 'large' PIC model
Anton Korobeynikov
2009-07-16
2
-0
/
+56
*
Implement shifts properly (hopefilly - finally!)
Anton Korobeynikov
2009-07-16
1
-0
/
+25
*
Properly handle divides. As a bonus - implement memory versions of them.
Anton Korobeynikov
2009-07-16
2
-4
/
+68
*
32 bit shifts have only 12 bit displacements
Anton Korobeynikov
2009-07-16
1
-0
/
+27
*
Consolidate reg-imm / reg-reg-imm address mode selection logic in one place.
Anton Korobeynikov
2009-07-16
1
-1
/
+16
*
Add support for 12 bit displacements
Anton Korobeynikov
2009-07-16
3
-3
/
+132
*
Emit proper lowering of load from arg stack slot
Anton Korobeynikov
2009-07-16
1
-0
/
+19
[next]