Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
e831b6b802c3c95227dcd8baa7614e1befd026c0
/
lib
/
Target
/
X86
/
Printer.cpp
0285a33
* Convert to a MachineFunctionPass
by Chris Lattner
· 23 years ago
eca1f63
Add printer support for Pseudo instructions
by Chris Lattner
· 23 years ago
facc9fb
Add support for the bswap instruction
by Chris Lattner
· 23 years ago
f0eb7be
Give passes nice names!
by Chris Lattner
· 23 years ago
d909683
Use MachineOperand::isFoo methods instead of our own global functions
by Chris Lattner
· 23 years ago
3faae2d
Print X86 PHI nodes in a sane manner
by Chris Lattner
· 23 years ago
95780cc
by Brian Gaeke
· 23 years ago
a0f38c8
Rename MemArg* to Arg*
by Chris Lattner
· 23 years ago
86764d7
Target/X86/Printer.cpp: Add sizePtr function, and use it instead of
by Brian Gaeke
· 23 years ago
ac573f6
Fix bogus assertion failures
by Chris Lattner
· 23 years ago
6d66944
Avoid bad assertion
by Chris Lattner
· 23 years ago
dbf30f7
Add support for referencing global variables/functions
by Chris Lattner
· 23 years ago
ea1ddab
Split the machine code emitter completely out of the printer
by Chris Lattner
· 23 years ago
a5855c8
Remove comment Remove handling of OtherFrm
by Chris Lattner
· 23 years ago
f8bafe8
Add rawfrm flags
by Chris Lattner
· 23 years ago
1d53ce4
Handle cmp Reg, 0 correctly
by Chris Lattner
· 23 years ago
128a7a9
Fix off by one bug
by Chris Lattner
· 23 years ago
47b4a9b
Minor code cleanups
by Chris Lattner
· 23 years ago
1804233
Implement printing of store instructions
by Chris Lattner
· 23 years ago
3d3067b
The big change here is to handle printing/emission of X86II::MRMSrcMem
by Chris Lattner
· 23 years ago
675dd2c
Add printing support for /0 /1 type instructions
by Chris Lattner
· 23 years ago
77875d8
Support Registers of the form (B8+ rd) for example
by Chris Lattner
· 23 years ago
233ad71
Implement printing more, implement opcode output more
by Chris Lattner
· 23 years ago
644e1ab
Print another class of instructions correctly, giving us: xorl EDX, EDX
by Chris Lattner
· 23 years ago
e1f0d81
Check not only for MO_VirtualRegister, but MO_MachineRegister as well when
by Misha Brukman
· 23 years ago
f9f6088
Start trying to print instructions more correctly. For now we also print out the opcode for each instruction as well.
by Chris Lattner
· 23 years ago
927dd09
Arrange to have a TargetMachine available in X86InstrInfo::print
by Chris Lattner
· 23 years ago
dbb61c6
Reorganize printing interface a bit
by Chris Lattner
· 23 years ago
6559bb9
include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inline
by Brian Gaeke
· 23 years ago
b4f68ed
Convert backend to use passes, implement X86TargetMachine
by Chris Lattner
· 23 years ago
75276f1
Initial stab at MachineInstr'ication
by Chris Lattner
· 23 years ago
7261408
Initial checkin of X86 backend.
by Chris Lattner
· 23 years ago