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
/
X86IntelAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
No longer track value types for asm printer operands, and remove them as
Nate Begeman
2005-11-30
1
-2
/
+1
*
Fixed a minor bug: - -offset != offset iff offset == MININT
Evan Cheng
2005-11-30
1
-1
/
+1
*
Use HasDotTypeDotSizeDirective instead of forELF
Chris Lattner
2005-11-21
1
-1
/
+1
*
Add a forELF flag, allowing the removal of forCygwin and simplification of
Chris Lattner
2005-11-21
1
-1
/
+1
*
Switch to using the shared constant pool printer, along with using shorter
Chris Lattner
2005-11-21
1
-2
/
+2
*
Adjust to capitalized AsmPrinter method names
Chris Lattner
2005-11-21
1
-2
/
+2
*
Use PrivateGlobalPrefix for basic block labels. This allows the x86 darwin
Chris Lattner
2005-11-21
1
-2
/
+4
*
convert the rest of this over to use SwitchSection
Chris Lattner
2005-11-21
1
-1
/
+1
*
Naturally align doubles in the constant pool, set PrivateGlobalPrefix on
Chris Lattner
2005-11-21
1
-1
/
+1
*
Add support for printing the sse scalar comparison instruction mnemonics.
Nate Begeman
2005-07-14
1
-0
/
+16
*
Percolate the call up to the right superclass
Chris Lattner
2005-07-03
1
-1
/
+1
*
Refactor X86AsmPrinter.cpp into multiple files. Patch contributed
Chris Lattner
2005-07-01
1
-0
/
+205