index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
AsmPrinter
/
X86IntelInstPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the AsmPrinter directory to InstPrinter for those targets that have
Jim Grosbach
2010-10-01
1
-138
/
+0
*
Clean up asm writer usage for x86 and msp430 to flag that the writer should
Jim Grosbach
2010-09-30
1
-2
/
+0
*
I have manually decoded the imm field of an insertps one too many
Chris Lattner
2010-08-28
1
-0
/
+5
*
Change LEA to have 5 operands for its memory operand, just
Chris Lattner
2010-07-08
1
-13
/
+10
*
fix an ugly wart in the MCInstPrinter api where the
Chris Lattner
2010-04-04
1
-2
/
+2
*
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-04
1
-13
/
+17
*
enhance llvm-mc -show-inst to print the enum of an instruction, like so:
Chris Lattner
2010-02-11
1
-0
/
+4
*
sink handling of target-independent machine instrs (other
Chris Lattner
2010-02-03
1
-1
/
+0
*
remove the MAI argument to MCExpr::print and switch overthing to use << when ...
Chris Lattner
2010-01-18
1
-3
/
+3
*
remove a temporary hack.
Chris Lattner
2009-09-20
1
-3
/
+1
*
kill off printPICLabel now, it's specialness is handled by
Chris Lattner
2009-09-20
1
-6
/
+1
*
Add an intel syntax MCInstPrinter implementation. You can now
Chris Lattner
2009-09-20
1
-0
/
+138