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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor some of the "disassembly-only" instructions into a base class. This
Bill Wendling
2010-11-29
1
-36
/
+21
*
fix PR8677, patch by Jakub Staszak!
Chris Lattner
2010-11-29
1
-2
/
+4
*
Update fastisel for the changes in r120272.
Eric Christopher
2010-11-29
1
-3
/
+7
*
Transform (extractvalue (load P), ...) to (load (gep P, 0, ...)) if the load ...
Frits van Bommel
2010-11-29
1
-3
/
+30
*
Rename t2 TBB and TBH instructions to reference that they encode the jump table
Jim Grosbach
2010-11-29
5
-14
/
+14
*
Improving the factoring of several instruction encodings.
Owen Anderson
2010-11-29
1
-89
/
+51
*
Teach ConstantFoldInstruction() how to fold insertvalue and extractvalue.
Frits van Bommel
2010-11-29
1
-1
/
+12
*
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
18
-18
/
+18
*
Add support for NEON VLD3-dup instructions.
Bob Wilson
2010-11-29
6
-0
/
+93
*
Fix copy-and-paste errors in VLD2-dup scheduling itineraries.
Bob Wilson
2010-11-29
2
-4
/
+4
*
ARM Pseudo-ize tBR_JTr.
Jim Grosbach
2010-11-29
5
-28
/
+19
*
Thumb2 encodings for MSR and MRS.
Owen Anderson
2010-11-29
1
-10
/
+24
*
Thumb2 encodings for system instructions.
Owen Anderson
2010-11-29
1
-8
/
+50
*
Thumb2 encodings for branches and IT blocks.
Owen Anderson
2010-11-29
1
-0
/
+15
*
The ARM BR_JT* pseudos don't need to use the printer jtblock_operand node to
Jim Grosbach
2010-11-29
1
-4
/
+4
*
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-11-29
6
-7
/
+7
*
Switch ARM BR_JTm and BR_JTr instructions to be MC-expanded pseudos.
Jim Grosbach
2010-11-29
3
-43
/
+95
*
Missed a spot.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
115
-310
/
+287
*
Handle lshr for i128 correctly on SPU also when
Kalle Raiskila
2010-11-29
1
-2
/
+5
*
Enable PostRA scheduling for SPU.
Kalle Raiskila
2010-11-29
2
-0
/
+25
*
Allow machine LICM to do its job on SPU.
Kalle Raiskila
2010-11-29
2
-1
/
+9
*
Add missing i128 case.
Kalle Raiskila
2010-11-29
1
-0
/
+3
*
Add some dead stores to pacify my least favorite GCC warning: may be
Chandler Carruth
2010-11-29
1
-3
/
+3
*
Add more Thumb encodings.
Bill Wendling
2010-11-29
1
-12
/
+30
*
More Thumb encodings.
Bill Wendling
2010-11-29
1
-24
/
+76
*
Add Thumb encodings for REV instructions.
Bill Wendling
2010-11-29
1
-19
/
+37
*
Add more Thumb encodings.
Bill Wendling
2010-11-29
1
-24
/
+58
*
Make EmitIntValue non virtual.
Rafael Espindola
2010-11-28
3
-58
/
+18
*
Forgot the MCPureStreamer::EmitValue in the previous commit.
Rafael Espindola
2010-11-28
1
-21
/
+0
*
Move EmitValue to MCObjectStreamer.
Rafael Espindola
2010-11-28
4
-65
/
+19
*
Move lowering of TLS_addr32 and TLS_addr64 to X86MCInstLower.
Rafael Espindola
2010-11-28
3
-46
/
+67
*
PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be
Jay Foad
2010-11-28
3
-10
/
+6
*
fix PR8686, accepting a 'b' suffix at the end of all the setcc
Chris Lattner
2010-11-28
1
-0
/
+5
*
add a function to the C api to get the context out of a module, patch
Chris Lattner
2010-11-28
1
-0
/
+6
*
When emitting a single function with cppgen=function, you don't want to emit
Nicolas Geoffray
2010-11-28
1
-10
/
+26
*
Fixed verson of r120245.
Rafael Espindola
2010-11-28
4
-47
/
+26
*
Revert previous patch while I debug the darwin bootstrap failure.
Rafael Espindola
2010-11-28
4
-23
/
+54
*
Factor some duplicated code into MCObjectStreamer::EmitLabel.
Rafael Espindola
2010-11-28
4
-54
/
+23
*
Avoid code duplication in the many unsupported EmitGPRel32Value implementations.
Rafael Espindola
2010-11-28
5
-14
/
+4
*
Move the PTXMCAsmStreamer class to the .cpp file.
Rafael Espindola
2010-11-28
3
-206
/
+181
*
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-28
14
-93
/
+46
*
Add support for NEON VLD2-dup instructions.
Bob Wilson
2010-11-28
8
-8
/
+255
*
Fix a comment typo.
Bob Wilson
2010-11-28
1
-1
/
+1
*
Another minor refactoring for VLD1DUP instructions.
Bob Wilson
2010-11-28
1
-22
/
+20
*
Add entry in getTargetNodeName() for ARMISD::VBICIMM.
Bob Wilson
2010-11-28
1
-1
/
+2
*
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
29
-778
/
+779
*
Move callee-saved regs spills / reloads to TFI
Anton Korobeynikov
2010-11-27
25
-600
/
+613
*
Lower TLS_addr32 and TLS_addr64.
Rafael Espindola
2010-11-27
3
-9
/
+50
*
Implement the data16 prefix.
Rafael Espindola
2010-11-27
2
-1
/
+4
[next]