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
/
X86AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the shared asmprinter code for printing special llvm globals
Chris Lattner
2005-12-13
1
-37
/
+5
*
Add ELF and darwin support for static ctors and dtors
Chris Lattner
2005-12-13
1
-0
/
+39
*
Use HasDotTypeDotSizeDirective instead of forELF
Chris Lattner
2005-11-21
1
-13
/
+6
*
Remove a level of indentation by using a continue.
Chris Lattner
2005-11-21
1
-55
/
+55
*
Use subtarget information computed by X86Subtarget instead of rolling our own.
Chris Lattner
2005-11-21
1
-27
/
+20
*
Add a forELF flag, allowing the removal of forCygwin and simplification of
Chris Lattner
2005-11-21
1
-3
/
+8
*
simplify and genericize this code
Chris Lattner
2005-11-21
1
-55
/
+69
*
prune #include
Chris Lattner
2005-11-21
1
-1
/
+0
*
Switch to using the shared constant pool printer, along with using shorter
Chris Lattner
2005-11-21
1
-26
/
+1
*
Adjust to capitalized AsmPrinter method names
Chris Lattner
2005-11-21
1
-5
/
+5
*
convert the rest of this over to use SwitchSection
Chris Lattner
2005-11-21
1
-5
/
+2
*
Start using the AsmPrinter shared SwitchSection code. This allows the X86
Chris Lattner
2005-11-21
1
-7
/
+3
*
Rename SwitchSection -> switchSection to avoid conflicting with a future
Chris Lattner
2005-11-21
1
-4
/
+4
*
Naturally align doubles in the constant pool, set PrivateGlobalPrefix on
Chris Lattner
2005-11-21
1
-6
/
+15
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-8
/
+8
*
A couple more darwinisms
Nate Begeman
2005-07-16
1
-2
/
+5
*
Commit some pending darwin changes before subtarget support.
Nate Begeman
2005-07-12
1
-10
/
+11
*
Fix crazy indentation
Chris Lattner
2005-07-11
1
-75
/
+73
*
Add support for assembling .s files on mac os x for intel
Nate Begeman
2005-07-08
1
-6
/
+53
*
The statistic needs to be in the correct namespace.
Nate Begeman
2005-07-01
1
-1
/
+2
*
Refactor X86AsmPrinter.cpp into multiple files. Patch contributed
Chris Lattner
2005-07-01
1
-557
/
+89
*
Make the x86 asm printer darwin-aware. This mostly entails doing the same
Nate Begeman
2005-06-30
1
-12
/
+15
*
Fixed indentation.
John Criswell
2005-06-20
1
-3
/
+3
*
* Remove trailing whitespace
Misha Brukman
2005-04-21
1
-12
/
+12
*
Fix the missing symbols problem Bill was hitting. Patch contributed by
Chris Lattner
2005-03-17
1
-0
/
+1
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-1
/
+1
*
Patch to make assembly output compatible with mingw compilation (identical
Reid Spencer
2005-03-08
1
-2
/
+3
*
Support Cygwin assembly generation. The cygwin version of Gnu ASsembler
Reid Spencer
2005-01-23
1
-11
/
+37
*
Print a load of a null pointer (in intel mode) like this:
Chris Lattner
2005-01-12
1
-1
/
+1
*
Print a load of a null pointer like this:
Chris Lattner
2005-01-12
1
-1
/
+1
*
Adjust to changes in asmwriter filenames
Chris Lattner
2004-12-16
1
-2
/
+2
*
GhostLinkage should not reach asm printing stage
Misha Brukman
2004-11-14
1
-0
/
+3
*
Don't print unneeded labels
Chris Lattner
2004-11-13
1
-5
/
+7
*
Give the asmprinter the ability to print memrefs with a constant pool index,
Chris Lattner
2004-10-17
1
-26
/
+41
*
Give the X86 asm printer the ability to print out addressing modes that have
Chris Lattner
2004-10-15
1
-25
/
+53
*
* Prune #includes
Chris Lattner
2004-10-04
1
-101
/
+27
*
Add support for emitting AT&T style .s files, and make it the default. Users
Chris Lattner
2004-10-04
1
-128
/
+307
*
Add support for the -x86-asm-syntax flag, which can be used to choose between
Chris Lattner
2004-10-03
1
-11
/
+26
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
Rename var
Chris Lattner
2004-08-18
1
-2
/
+2
*
Start using alignment output routines from AsmPrinter.
Chris Lattner
2004-08-17
1
-10
/
+8
*
Use the AsmPrinter emitGlobalConstant.
Chris Lattner
2004-08-17
1
-137
/
+0
*
Start using the AsmPrinter to emit our first class constants. This also
Chris Lattner
2004-08-16
1
-109
/
+11
*
Remove a dead method
Chris Lattner
2004-08-11
1
-32
/
+0
*
Finally, the entire instruction asmprinter is now generated from tblgen, woo!
Chris Lattner
2004-08-11
1
-296
/
+8
*
Add asmprintergen support for the last X86 instruction that needs it: pcrelat...
Chris Lattner
2004-08-11
1
-0
/
+7
*
Move hacks up
Chris Lattner
2004-08-11
1
-32
/
+30
*
Convert asmprinter to new style of instruction printer
Chris Lattner
2004-08-11
1
-1
/
+17
*
Stop using getValues().
Alkis Evlogimenos
2004-08-04
1
-7
/
+5
*
Get rid of 3 of the 4 'printimplicit' flags. Implicit operands are now
Chris Lattner
2004-08-01
1
-79
/
+1
[next]