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
/
X86ATTAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't globalize internal functions
Chris Lattner
2005-12-16
1
-1
/
+2
*
No longer track value types for asm printer operands, and remove them as
Nate Begeman
2005-11-30
1
-2
/
+1
*
Use HasDotTypeDotSizeDirective instead of forELF
Chris Lattner
2005-11-21
1
-2
/
+2
*
Use subtarget information computed by X86Subtarget instead of rolling our own.
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
-3
/
+5
*
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
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-1
/
+1
*
Add support for printing the sse scalar comparison instruction mnemonics.
Nate Begeman
2005-07-14
1
-0
/
+16
*
Check in the last of the darwin-specific code necessary to get shootout
Nate Begeman
2005-07-12
1
-11
/
+11
*
Add a note
Chris Lattner
2005-07-12
1
-1
/
+1
*
Commit some pending darwin changes before subtarget support.
Nate Begeman
2005-07-12
1
-1
/
+2
*
Output .size directives to tell the assembler the size of each function.
Chris Lattner
2005-07-11
1
-0
/
+1
*
Add support for assembling .s files on mac os x for intel
Nate Begeman
2005-07-08
1
-0
/
+37
*
Refactor X86AsmPrinter.cpp into multiple files. Patch contributed
Chris Lattner
2005-07-01
1
-0
/
+171