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
Commit message (
Expand
)
Author
Age
Files
Lines
*
make printInstruction return void since its result is omitted. Make the
Chris Lattner
2009-08-08
14
-25
/
+25
*
Fix some -Asserts unused variable warnings.
Daniel Dunbar
2009-08-08
2
-6
/
+5
*
Add another Strong-SIV testcase.
Andreas Bolka
2009-08-08
1
-0
/
+28
*
don't check the result of printInstruction anymore.
Chris Lattner
2009-08-08
6
-24
/
+11
*
Do not generate 32-bit call on win64 when imm does not fit
Anton Korobeynikov
2009-08-07
2
-2
/
+11
*
rename test
Chris Lattner
2009-08-07
1
-0
/
+0
*
merge a bunch of tests together into one, convert to filecheck which
Chris Lattner
2009-08-07
5
-64
/
+60
*
Add new intrinsics for Neon VTRN, VZIP and VUZP operations. Modeling these
Bob Wilson
2009-08-07
1
-0
/
+18
*
Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.
Daniel Dunbar
2009-08-07
2
-7
/
+34
*
Convert more Neon tests to use FileCheck.
Bob Wilson
2009-08-07
9
-40
/
+127
*
code cleanup
Chris Lattner
2009-08-07
1
-20
/
+18
*
Unbreak build.
Benjamin Kramer
2009-08-07
1
-8
/
+8
*
Make NEON single-precision FP support the default for cortex-a8 (again).
David Goodwin
2009-08-07
10
-1
/
+19
*
remove a bunch of now-dead crud from the asmprinter and TAI interfaces.
Chris Lattner
2009-08-07
4
-61
/
+0
*
fix the column output stuff in the asmwriter from being dynamic and
Chris Lattner
2009-08-07
2
-15
/
+47
*
Fix copy-pasto.
Andreas Bolka
2009-08-07
1
-2
/
+2
*
Unbreak the stuff
Anton Korobeynikov
2009-08-07
1
-2
/
+2
*
Modifications to dyn_cast/cast to make them work for objects too, instead of ...
Argiris Kirtzidis
2009-08-07
1
-4
/
+7
*
Added Mac OS X assembler style conditional assembly. I may come back and see if
Kevin Enderby
2009-08-07
4
-2
/
+223
*
fix comment pastos
Chris Lattner
2009-08-07
1
-2
/
+2
*
Back out some of recent register scavenger change by John Mosby. It broke a n...
Evan Cheng
2009-08-07
1
-27
/
+14
*
avoid this libcall with long inline expansion
Andrew Lenharth
2009-08-07
1
-1
/
+30
*
2 more vdup.32 cases
Anton Korobeynikov
2009-08-07
3
-1
/
+34
*
A big oops. Thumb1 default CC is a def of CPSR, not a use of CPSR.
Evan Cheng
2009-08-07
1
-1
/
+1
*
strength reduce anonymous namespace to static.
Chris Lattner
2009-08-07
1
-5
/
+2
*
tidy up
Chris Lattner
2009-08-07
1
-7
/
+4
*
Reformatting of lines. Put multiple DEBUG statements under one DEBUG statement.
Bill Wendling
2009-08-07
1
-45
/
+78
*
Thumb2 32-bit ldm / stm needs .w suffix if submode is ia.
Evan Cheng
2009-08-07
3
-7
/
+11
*
llvm-mc/AsmMatcher: Move emit for register -> enum matcher into a separate ro...
Daniel Dunbar
2009-08-07
1
-11
/
+18
*
XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feels
Daniel Dunbar
2009-08-07
1
-2
/
+3
*
MSVC warning fixes; patch by Stein Roger!
Daniel Dunbar
2009-08-07
2
-1
/
+12
*
llvm-mc/AsmMatcher: Tweaks in response to feedback.
Daniel Dunbar
2009-08-07
2
-15
/
+3
*
To catch bugs like the one fixed in
Jeffrey Yasskin
2009-08-07
4
-19
/
+37
*
This is done.
Evan Cheng
2009-08-07
1
-2
/
+0
*
Use 16-bit tMOVgpr2gpr instead of tMOVr to copy GPR registers in Thumb2 mode.
Evan Cheng
2009-08-07
2
-8
/
+1
*
Fix support to use NEON for single precision fp math.
Evan Cheng
2009-08-07
3
-46
/
+170
*
SIV/MIV classification for LDA.
Andreas Bolka
2009-08-07
2
-6
/
+43
*
Rewrite previous patch to follow Chris' stylistic
Dale Johannesen
2009-08-07
1
-14
/
+22
*
Fix dom frontier update. This fixes PR4667.
Devang Patel
2009-08-07
1
-19
/
+23
*
Fix Strong-SIV testcase.
Andreas Bolka
2009-08-07
1
-1
/
+1
*
Minor fixes to avoid using invalid debugloc.
Sanjiv Gupta
2009-08-07
1
-5
/
+9
*
Simplify code and avoid allocations.
Benjamin Kramer
2009-08-07
1
-10
/
+3
*
Improve disabling of X86 AsmMatcher.
Daniel Dunbar
2009-08-07
1
-0
/
+1
*
Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory on
Daniel Dunbar
2009-08-07
3
-0
/
+25
*
llvm-mc/AsmMatcher: Move to a slightly more sane matching design.
Daniel Dunbar
2009-08-07
3
-336
/
+552
*
Error out, rather than infinite looping, if constant island pass can't converge.
Evan Cheng
2009-08-07
1
-4
/
+12
*
Another coalescer bug. When a dead copy is eliminated, transfer the kill to a...
Evan Cheng
2009-08-07
2
-5
/
+22
*
tBfar is bl, which clobbers LR.
Evan Cheng
2009-08-07
2
-1
/
+3
*
Run memsel inserter just before emit assembly to avoid tinkering by other pas...
Sanjiv Gupta
2009-08-07
2
-2
/
+2
*
Update CMake.
Daniel Dunbar
2009-08-07
1
-1
/
+0
[next]