index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
More ARM scheduling itinerary fixes.
Evan Cheng
2010-10-11
4
-377
/
+460
*
MC machine encoding for simple aritmetic instructions that use a shifted
Jim Grosbach
2010-10-11
4
-1
/
+42
*
Second set of ARM/MC/ELF changes.
Jason W Kim
2010-10-11
4
-6
/
+71
*
Proper VST scheduling itineraries.
Evan Cheng
2010-10-11
4
-124
/
+396
*
Use a sane mechanism for that assert.
Eric Christopher
2010-10-11
1
-2
/
+2
*
We're not going to handle dynamic allocas anywhere else.
Eric Christopher
2010-10-11
1
-1
/
+3
*
Make sure that the call stack adjustments have default operands. Also
Eric Christopher
2010-10-11
1
-5
/
+8
*
PowerPC varargs functions store live-in registers on the stack. Make sure we use
Jakob Stoklund Olesen
2010-10-11
1
-33
/
+13
*
Found a bug turning this on by default. Disable again for now.
Eric Christopher
2010-10-11
1
-3
/
+3
*
Fix help text.
Eric Christopher
2010-10-11
1
-1
/
+1
*
Change flag from Enable to Disable since we're enabled by default.
Eric Christopher
2010-10-11
1
-4
/
+8
*
Fixes bug 8297: i386 cmpxchg8b, missing MachineMemOperand
Andrew Trick
2010-10-11
1
-1
/
+3
*
More binary encoding stuff, taking advantage of the new "by name" operand
Jim Grosbach
2010-10-11
2
-25
/
+24
*
Turn on arm fast isel by default.
Eric Christopher
2010-10-11
1
-1
/
+1
*
MSVC hangs on compilation of ARMDisassembler.cpp. PR6866 applied to ARM target.
Francois Pichet
2010-10-11
1
-1
/
+7
*
Copy and pasteo.
Eric Christopher
2010-10-11
1
-1
/
+1
*
Whitespace cleanup in ARM fast isel.
Eric Christopher
2010-10-11
1
-80
/
+80
*
Add srem libcall support to ARM fast isel.
Eric Christopher
2010-10-11
1
-0
/
+25
*
Add i8 sdiv support for ARM fast isel.
Eric Christopher
2010-10-11
1
-1
/
+3
*
Implement select handling for ARM fast-isel.
Eric Christopher
2010-10-11
1
-0
/
+31
*
Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if
Chris Lattner
2010-10-11
45
-7492
/
+0
*
X86: Call ulldiv and ftol2 on Windows instead of their libgcc eqivilents.
Michael J. Spencer
2010-10-11
1
-0
/
+4
*
X86: MinGW should always use libgcc on Windows.
Michael J. Spencer
2010-10-10
1
-1
/
+1
*
X86: Call _alldiv instead of __divdi3 on Windows (excluding cygwin).
Michael J. Spencer
2010-10-10
1
-0
/
+6
*
Fix Whitespace.
Michael J. Spencer
2010-10-10
2
-90
/
+90
*
fix the expansion of va_arg instruction on PPC to know the arg
Chris Lattner
2010-10-10
1
-0
/
+4
*
Fix Whitespace.
Michael J. Spencer
2010-10-09
1
-46
/
+46
*
Add VLD4 scheduling itineraries.
Evan Cheng
2010-10-09
4
-20
/
+64
*
Finish vld3 and vld4.
Evan Cheng
2010-10-09
4
-34
/
+78
*
Complete vld2 instruction itineries.
Evan Cheng
2010-10-09
1
-3
/
+34
*
Multiply instructions are issued on pipeline 0. They do not need to reserve p...
Evan Cheng
2010-10-09
1
-10
/
+5
*
Correct some load / store instruction itinerary mistakes:
Evan Cheng
2010-10-09
4
-306
/
+403
*
Check to make sure that the iterator isn't at the beginning of the basic block
Bill Wendling
2010-10-09
1
-0
/
+4
*
add jit support for the new psuedo instructions I added for
Chris Lattner
2010-10-08
1
-0
/
+14
*
machine a mutable machineinstr down into emitInstruction.
Chris Lattner
2010-10-08
1
-4
/
+3
*
Fix the store part of this as well. Fixes smg2000.
Eric Christopher
2010-10-08
1
-9
/
+4
*
Implement a few more binary encoding bits. Still very early stage proof-of-
Jim Grosbach
2010-10-08
2
-0
/
+49
*
Recommit 116056, now with the missing file...
Cameron Esfahani
2010-10-08
2
-2
/
+7
*
Reapply 116059, this time without the fatfingered pasto at the top.
Jim Grosbach
2010-10-08
2
-22
/
+22
*
Reverting 116059. Bots are unhappy with it.
Jim Grosbach
2010-10-08
2
-23
/
+23
*
reverting 116056: win64_params.ll may need to be conditionalized?
Andrew Trick
2010-10-08
1
-5
/
+1
*
'const'ify getMachineOpValue() and associated helpers.
Jim Grosbach
2010-10-08
2
-23
/
+23
*
Small patch to restore home register stack space allocation for the Win64 cas...
Cameron Esfahani
2010-10-08
1
-1
/
+5
*
Change register allocation order for ARM VFP and NEON registers to put the
Bob Wilson
2010-10-08
1
-6
/
+72
*
fix a subtle bug I introduced in my refactoring, where we stopped preferring
Chris Lattner
2010-10-08
1
-24
/
+36
*
reapply: Use the new TB_NOT_REVERSABLE flag instead of special
Chris Lattner
2010-10-08
3
-38
/
+77
*
reapply the patch reverted in r116033:
Chris Lattner
2010-10-08
4
-65
/
+126
*
Revert "Reimplement (part of) the or -> add optimization. Matching 'or' into
Daniel Dunbar
2010-10-08
4
-126
/
+65
*
Revert "Use the new TB_NOT_REVERSABLE flag instead of special ", which depends
Daniel Dunbar
2010-10-08
1
-26
/
+20
*
Revert "reimplement the second half of the or/add optimization. We should now",
Daniel Dunbar
2010-10-08
3
-51
/
+18
[next]