index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86CodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-30
/
+30
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-2
/
+2
*
Allow inline asm nodes with empty bodies inside JIT.
Anton Korobeynikov
2008-08-21
1
-2
/
+6
*
Clean up whitespace.
Bill Wendling
2008-08-21
1
-5
/
+7
*
Make x86-64 JIT changes Darwin-specific.
Dale Johannesen
2008-08-12
1
-1
/
+12
*
In the absence of a linker to build the GOT, use the 32-bit
Dale Johannesen
2008-08-12
1
-1
/
+3
*
Some fixes for x86-64 JIT. Make it use small code
Dale Johannesen
2008-08-11
1
-12
/
+8
*
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
Dan Gohman
2008-07-01
1
-1
/
+2
*
runOnMachineFunction should set IsPIC because relocation model may have been ...
Evan Cheng
2008-05-20
1
-0
/
+1
*
Change target-specific classes to use more precise static types.
Dan Gohman
2008-05-14
1
-7
/
+7
*
- Fix atomic operation JIT encoding.
Evan Cheng
2008-04-18
1
-1
/
+4
*
Infrastructure for getting the machine code size of a function and an instruc...
Nicolas Geoffray
2008-04-16
1
-147
/
+12
*
Fix x86-64 encoding bug. REX prefix must always follow 0x0F prefix. For examp...
Evan Cheng
2008-04-03
1
-10
/
+13
*
Unbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF.
Evan Cheng
2008-03-17
1
-0
/
+1
*
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-03-15
1
-8
/
+0
*
Add debugging stuff.
Evan Cheng
2008-03-14
1
-0
/
+4
*
Ignore debugging related instructions if they get this far.
Evan Cheng
2008-03-05
1
-0
/
+4
*
Rather than asserting. Dump out the MI that we are not able to encode and abort.
Evan Cheng
2008-03-05
1
-1
/
+6
*
Add lock prefix support to x86. Also add the instructions necessary for the ...
Andrew Lenharth
2008-03-01
1
-0
/
+3
*
De-tabify
Bill Wendling
2008-02-26
1
-2
/
+2
*
Enable exception handling int JIT
Nicolas Geoffray
2008-02-13
1
-5
/
+12
*
Avoid needlessly casting away const qualifiers.
Dan Gohman
2008-02-08
1
-3
/
+3
*
IMPLICIT_USE and IMPLICIT_DEF are dead, remove them.
Chris Lattner
2008-01-10
1
-2
/
+0
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-12
/
+12
*
rename hasVariableOperands() -> isVariadic(). Add some comments.
Chris Lattner
2008-01-07
1
-2
/
+1
*
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
Chris Lattner
2008-01-07
1
-2
/
+2
*
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
1
-2
/
+2
*
X86 JIT PIC jumptable support.
Evan Cheng
2008-01-05
1
-9
/
+14
*
Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be mov...
Evan Cheng
2008-01-05
1
-14
/
+23
*
Unbreak tailcall opt in JIT.
Evan Cheng
2008-01-04
1
-1
/
+2
*
X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.
Evan Cheng
2008-01-04
1
-30
/
+53
*
Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be used
Evan Cheng
2008-01-03
1
-48
/
+48
*
X86 PIC JIT bug fix: relocations for constantpool and jumptable.
Evan Cheng
2008-01-02
1
-7
/
+6
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-11
/
+11
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Preliminary PIC JIT support for X86 (32-bit) / Darwin.
Evan Cheng
2007-12-22
1
-61
/
+70
*
Add parameter to getDwarfRegNum to permit targets
Dale Johannesen
2007-11-13
1
-1
/
+0
*
Fix x86-64 jit: remove reliance on Dwarf numbers.
Evan Cheng
2007-11-13
1
-6
/
+13
*
Move getX86RegNum into X86RegisterInfo and use it
Duncan Sands
2007-08-29
1
-54
/
+1
*
Change the x86 backend to use extract_subreg for truncation operations. Passe...
Christopher Lamb
2007-07-29
1
-12
/
+0
*
Trampoline codegen support for X86-32.
Duncan Sands
2007-07-27
1
-8
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-2
/
+6
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
1
-7
/
+7
*
Add support for our first SSSE3 instruction "pmulhrsw".
Bill Wendling
2007-04-10
1
-0
/
+8
*
Clean up.
Evan Cheng
2007-03-14
1
-3
/
+4
*
X86-64 JIT is in large code model. Need stubs for direct calls.
Evan Cheng
2007-03-14
1
-1
/
+1
*
Make LABEL a builtin opcode.
Jim Laskey
2007-01-26
1
-0
/
+2
*
eliminate static ctors for Statistic objects.
Chris Lattner
2006-12-19
1
-4
/
+2
[next]