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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add VBIF/VBIT for disassembly only.
Johnny Chen
2010-02-09
1
-1
/
+19
*
MC/X86: Add a dummy implementation of MCFixup generation for hacky X86 MCCode...
Daniel Dunbar
2010-02-09
1
-8
/
+44
*
MC: First cut at MCFixup, for getting fixup/relocation information out of an ...
Daniel Dunbar
2010-02-09
2
-3
/
+42
*
Added VMRS/VMSR for disassembly only.
Johnny Chen
2010-02-09
1
-0
/
+25
*
port encoder enhancements over to the new encoder.
Chris Lattner
2010-02-09
1
-20
/
+34
*
fix X86 encoder to output [disp] only addresses with no SIB byte
Chris Lattner
2010-02-09
1
-73
/
+85
*
revert r95689: getX86RegNum(BaseReg) != N86::ESP is
Chris Lattner
2010-02-09
1
-2
/
+2
*
simplify.
Chris Lattner
2010-02-09
1
-2
/
+2
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
19
-57
/
+56
*
Radar 7417921
Jim Grosbach
2010-02-09
2
-2
/
+2
*
Added vcvtb/vcvtt (between half-precision and single-precision, VFP).
Johnny Chen
2010-02-09
1
-0
/
+18
*
move PR3462 to here.
Chris Lattner
2010-02-09
1
-1
/
+1
*
add a note from PR6194
Chris Lattner
2010-02-09
1
-0
/
+33
*
Implement x86 asm parsing support for %st and %st(4)
Chris Lattner
2010-02-09
1
-0
/
+35
*
pass stringref by value instead of by const&
Chris Lattner
2010-02-09
2
-2
/
+3
*
move PR6212 to this file.
Chris Lattner
2010-02-09
1
-0
/
+25
*
this is done, tested by CodeGen/ARM/iabs.ll
Chris Lattner
2010-02-08
1
-20
/
+0
*
tighten up eh.setjmp sequence a bit.
Jim Grosbach
2010-02-08
6
-29
/
+37
*
unify the paths for external symbols and global variables:
Chris Lattner
2010-02-08
2
-83
/
+48
*
switch the rest of the "@ concatentation" logic in the X86
Chris Lattner
2010-02-08
4
-127
/
+63
*
Fixed the AT&T AsmLexer to report the proper strings
Sean Callanan
2010-02-08
1
-1
/
+1
*
switch ELF @GOTOFF references to use X86MCTargetExpr.
Chris Lattner
2010-02-08
5
-12
/
+16
*
add an x86 implementation of MCTargetExpr for
Chris Lattner
2010-02-08
4
-3
/
+89
*
Add VCVTR (between floating-point and integer, VFP) for disassembly purpose.
Johnny Chen
2010-02-08
1
-0
/
+31
*
Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect
Dan Gohman
2010-02-08
5
-23
/
+23
*
Add VCMP (VFP floating-point compare without 'E' bit set) for disassembly pur...
Johnny Chen
2010-02-08
1
-0
/
+16
*
Added VMOVRRS/VMOVSRR to ARMInstrVFP.td for disassembly purpose.
Johnny Chen
2010-02-08
1
-0
/
+14
*
Fix x86 JIT stub on MSVC.
Torok Edwin
2010-02-08
1
-0
/
+1
*
Add suport for VASTART on Mips.
Bruno Cardoso Lopes
2010-02-06
2
-0
/
+22
*
First step towards varargs support in Mips:
Bruno Cardoso Lopes
2010-02-06
1
-38
/
+117
*
Run codegen dce pass for all targets at all optimization levels. Previously it's
Evan Cheng
2010-02-06
1
-4
/
+0
*
Fix alignment on ppc linux. This fixes the build of crtend.o
Rafael Espindola
2010-02-06
1
-0
/
+3
*
Do not emit callseq instructions around sibcalls. This eliminated some unnece...
Evan Cheng
2010-02-06
2
-23
/
+27
*
Reintroduce the InlineHint function attribute.
Jakob Stoklund Olesen
2010-02-06
1
-0
/
+1
*
Handle AddrMode6 (for NEON load/stores) in Thumb2's rewriteT2FrameIndex.
Bob Wilson
2010-02-06
1
-11
/
+10
*
fix incorrect encoding of SBB8mi that Kevin noticed.
Chris Lattner
2010-02-05
1
-2
/
+2
*
fix a case where we'd mis-encode fisttp because of an incorrect (and
Chris Lattner
2010-02-05
1
-1
/
+0
*
add note.
Chris Lattner
2010-02-05
1
-0
/
+2
*
port X86InstrInfo::determineREX over to the new encoder.
Chris Lattner
2010-02-05
3
-10
/
+109
*
wire up 64-bit MCCodeEmitter.
Chris Lattner
2010-02-05
3
-9
/
+17
*
really kill off the last MRMInitReg inst, remove logic from encoder.
Chris Lattner
2010-02-05
4
-17
/
+9
*
lower the last of the MRMInitReg instructions in MCInstLower.
Chris Lattner
2010-02-05
3
-9
/
+16
*
teach X86MCInstLower to lower the MOV32r0 and MOV8r0
Chris Lattner
2010-02-05
2
-6
/
+14
*
genericize helpers, use them for MOV16r0/MOV64r0
Chris Lattner
2010-02-05
1
-27
/
+21
*
factor code better in X86MCInstLower::Lower, teach it to
Chris Lattner
2010-02-05
3
-53
/
+40
*
implement the rest of the encoding types.
Chris Lattner
2010-02-05
1
-3
/
+108
*
move functions for decoding X86II values into the X86II namespace.
Chris Lattner
2010-02-05
4
-45
/
+48
*
constant propagate a method away.
Chris Lattner
2010-02-05
2
-11
/
+5
*
change getSizeOfImm and getBaseOpcodeFor to just take
Chris Lattner
2010-02-05
5
-48
/
+46
*
add some more encodings.
Chris Lattner
2010-02-05
1
-1
/
+36
[next]