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
/
X86
/
X86InstrInfo.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
Long double patch 4 of N: initial x87 implementation.
Dale Johannesen
2007-08-05
1
-0
/
+2
*
Switch some multiplication instructions over to the new scheme for testing.
Evan Cheng
2007-08-02
1
-6
/
+6
*
Mac OS X X86-64 low 4G address not available.
Evan Cheng
2007-08-01
1
-0
/
+1
*
Be more precise.
Evan Cheng
2007-08-01
1
-1
/
+1
*
Change the x86 assembly output to use tab characters to separate the
Dan Gohman
2007-07-31
1
-487
/
+487
*
Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v...
Evan Cheng
2007-07-31
1
-130
/
+8
*
Change the x86 backend to use extract_subreg for truncation operations. Passe...
Christopher Lamb
2007-07-29
1
-8
/
+0
*
In the .loc directive, print the fields as "debug" fields, so they
Dan Gohman
2007-07-26
1
-1
/
+1
*
No more noResults.
Evan Cheng
2007-07-21
1
-8
/
+8
*
Change instruction description to split OperandList into OutOperandList and
Evan Cheng
2007-07-19
1
-526
/
+532
*
Long live the exception handling!
Anton Korobeynikov
2007-07-14
1
-0
/
+16
*
Revert the earlier change that removed the M_REMATERIALIZABLE machine
Dan Gohman
2007-06-26
1
-0
/
+2
*
Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad
Dan Gohman
2007-06-19
1
-2
/
+0
*
Reference correct header
Nate Begeman
2007-05-06
1
-1
/
+1
*
Add SSSE3 as a feature of Core2. Add MMX registers to the list of registers
Bill Wendling
2007-04-25
1
-0
/
+1
*
X86 TLS: optimize the implementation of "local exec" model.
Lauro Ramos Venancio
2007-04-23
1
-3
/
+10
*
X86 TLS: fix and optimize the implementation of "initial exec" model.
Lauro Ramos Venancio
2007-04-22
1
-1
/
+6
*
Implement "general dynamic", "initial exec" and "local exec" TLS models for
Lauro Ramos Venancio
2007-04-20
1
-0
/
+22
*
Implemented correct stack probing on mingw/cygwin for dynamic alloca's.
Anton Korobeynikov
2007-04-17
1
-0
/
+3
*
Add support for our first SSSE3 instruction "pmulhrsw".
Bill Wendling
2007-04-10
1
-0
/
+3
*
Mark re-materializable instructions.
Evan Cheng
2007-03-21
1
-0
/
+2
*
Make LABEL a builtin opcode.
Jim Laskey
2007-01-26
1
-4
/
+0
*
Fix a misencoding of CBW and CWD. This fixes PR1030.
Chris Lattner
2007-01-24
1
-2
/
+2
*
- Switch X86-64 JIT to large code size model.
Evan Cheng
2006-12-05
1
-9
/
+10
*
- Use a different wrapper node for RIP-relative GV, etc.
Evan Cheng
2006-11-30
1
-1
/
+4
*
Custom lower READCYCLECOUNTER for x86-64.
Evan Cheng
2006-11-29
1
-6
/
+2
*
remove dead/redundant vars
Chris Lattner
2006-11-03
1
-2
/
+0
*
Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
Reid Spencer
2006-10-30
1
-3
/
+3
*
Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.
Evan Cheng
2006-10-13
1
-2
/
+2
*
Move the Imp tblgen class from the X86 backend to common code.
Chris Lattner
2006-10-12
1
-5
/
+0
*
Mark ADJCALLSTACKUP/DOWN as clobbering ESP so that virtregmap will notice
Chris Lattner
2006-10-12
1
-2
/
+6
*
Add properties to ComplexPattern.
Evan Cheng
2006-10-11
1
-2
/
+2
*
Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
Evan Cheng
2006-10-09
1
-19
/
+19
*
Delete dead code; fix 80 col violations.
Evan Cheng
2006-09-22
1
-11
/
+4
*
X86ISD::CMP now produces a chain as well as a flag. Make that the chain
Evan Cheng
2006-09-11
1
-11
/
+9
*
Committing X86-64 support.
Evan Cheng
2006-09-08
1
-38
/
+56
*
Eliminate X86ISD::TEST, using X86ISD::CMP instead. Match X86ISD::CMP patterns
Chris Lattner
2006-09-07
1
-24
/
+26
*
Consistency.
Evan Cheng
2006-09-07
1
-1
/
+1
*
CALLSEQ_* produces chain even if that's not needed.
Evan Cheng
2006-08-11
1
-1
/
+1
*
Clean up.
Evan Cheng
2006-07-20
1
-3
/
+3
*
INC / DEC instructions have shorter code size than ADD32ri8, etc.
Evan Cheng
2006-07-19
1
-4
/
+12
*
Emit inc / dec of registers as one byte instruction.
Evan Cheng
2006-07-11
1
-4
/
+4
*
Add shift and rotate by 1 instructions / patterns.
Evan Cheng
2006-06-29
1
-0
/
+113
*
Remove dead code.
Evan Cheng
2006-06-27
1
-6
/
+0
*
X86 call instructions can take variable number of operands. Parameters of
Evan Cheng
2006-06-14
1
-5
/
+6
*
Incorrect AT&T opcode.
Evan Cheng
2006-06-02
1
-1
/
+1
*
Rename ASM modifier trunc8, trunc16 to subreg8, subreg16.
Evan Cheng
2006-05-31
1
-3
/
+3
*
Sign extender
Evan Cheng
2006-05-31
1
-8
/
+10
*
A addressing mode folding enhancement:
Evan Cheng
2006-05-30
1
-1
/
+1
*
Remove unused patterns.
Evan Cheng
2006-05-20
1
-6
/
+2
[next]