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
/
utils
/
TableGen
/
EDEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the encoding of VLD4-dup alignment.
Bob Wilson
2010-11-30
1
-0
/
+1
*
Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ...
Jason W Kim
2010-11-18
1
-0
/
+1
*
Proper encoding for VLDM and VSTM instructions. The register lists for these
Bill Wendling
2010-11-17
1
-0
/
+4
*
ARM fixup encoding for direct call instructions (BL).
Jim Grosbach
2010-11-11
1
-0
/
+2
*
Break ARM addrmode4 (load/store multiple base address) into its constituent
Jim Grosbach
2010-11-03
1
-2
/
+2
*
factor the operand list (and related fields/operations) out of
Chris Lattner
2010-11-01
1
-9
/
+7
*
Shifter ops are not always free. Do not fold them (especially to form
Evan Cheng
2010-10-27
1
-0
/
+1
*
Provide correct encodings for NEON vcvt, which has its own special immediate ...
Owen Anderson
2010-10-27
1
-0
/
+1
*
First part of refactoring ARM addrmode2 (load/store) instructions to be more
Jim Grosbach
2010-10-26
1
-0
/
+4
*
ARM mode encoding information for UBFX and SBFX instructions.
Jim Grosbach
2010-10-15
1
-0
/
+1
*
Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern
Jim Grosbach
2010-10-13
1
-0
/
+1
*
Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH] instructions.
Jim Grosbach
2010-10-13
1
-0
/
+2
*
Fix spelling error.
Cameron Esfahani
2010-10-12
1
-2
/
+2
*
trailing whitespace
Jim Grosbach
2010-10-05
1
-95
/
+95
*
fix bugs in push/pop segment support, rdar://8407242
Chris Lattner
2010-09-08
1
-4
/
+12
*
remove dead code.
Chris Lattner
2010-09-01
1
-37
/
+0
*
Rename sat_shift operand to shift_imm, in preparation for using it for other
Bob Wilson
2010-08-16
1
-1
/
+1
*
Cleaned up the for-disassembly-only entries in the arm instruction table so that
Johnny Chen
2010-08-12
1
-0
/
+1
*
Move the ARM SSAT and USAT optional shift amount operand out of the
Bob Wilson
2010-08-11
1
-0
/
+1
*
Many Thumb2 instructions can reference the full ARM register set (i.e.,
Jim Grosbach
2010-07-30
1
-0
/
+1
*
remove option from tablegen for building static header.
Chris Lattner
2010-07-20
1
-18
/
+0
*
Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!
Bruno Cardoso Lopes
2010-07-19
1
-0
/
+1
*
Start the support for AVX instructions with 256-bit %ymm registers. A couple of
Bruno Cardoso Lopes
2010-07-09
1
-0
/
+2
*
Implement the major chunk of PR7195: support for 'callw'
Chris Lattner
2010-07-07
1
-0
/
+1
*
Add support for the x86 instructions "pusha" and "popa".
Nico Weber
2010-06-23
1
-0
/
+4
*
Next round of tail call changes. Register used in a tail
Dale Johannesen
2010-06-15
1
-0
/
+1
*
Add instruction encoding for the Neon VMOV immediate instruction. This changes
Bob Wilson
2010-06-11
1
-4
/
+1
*
Added a QQQQ register file to model 4-consecutive Q registers.
Evan Cheng
2010-05-14
1
-0
/
+1
*
Eliminated the classification of control registers into %ecr_
Sean Callanan
2010-05-06
1
-2
/
+1
*
Re-apply 103156 and 103157. 103156 didn't break anything. 10315 exposed a coa...
Evan Cheng
2010-05-06
1
-2
/
+3
*
Fixes to edis that mark x86 call targets as
Sean Callanan
2010-04-23
1
-2
/
+2
*
EDis: Don't include inttypes.h. We support compilers which don't provide it. ...
Benjamin Kramer
2010-04-14
1
-2
/
+0
*
Fixed a nasty layering violation in the edis source
Sean Callanan
2010-04-13
1
-51
/
+53
*
Use errs instead of fprintf.
Benjamin Kramer
2010-04-08
1
-5
/
+4
*
Added support for ARM disassembly to edis.
Sean Callanan
2010-04-08
1
-169
/
+410
*
change Target.getInstructionsByEnumValue to return a reference
Chris Lattner
2010-03-19
1
-2
/
+2
*
Check in tablegen changes to fix disassembler related failures caused by r98465.
Evan Cheng
2010-03-14
1
-0
/
+4
*
Updated the enhanced disassembly library's TableGen
Sean Callanan
2010-02-10
1
-8
/
+1
*
Updated the TableGen emitter for the Enhanced
Sean Callanan
2010-02-10
1
-209
/
+24
*
Fixed some indentation in the AsmWriterInst
Sean Callanan
2010-02-09
1
-0
/
+1
*
Quick fix to make the header file for the enhanced
Sean Callanan
2010-01-29
1
-3
/
+3
*
Added a custom TableGen backend to support the
Sean Callanan
2010-01-29
1
-0
/
+856