index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Culling out use of unions for converting FP to bits and vice versa.
Jim Laskey
2005-08-17
1
-18
/
+7
*
Handle 64-bit constant exprs on 64-bit targets.
Chris Lattner
2005-08-08
1
-1
/
+3
*
aCC and STLport complained about this, because they're like that
Duraid Madina
2005-05-15
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-6
/
+6
*
add support for prefix/suffix strings to go around GlobalValue(s)
Duraid Madina
2005-04-02
1
-5
/
+10
*
Print GEP offsets as signed values instead of unsigned values. On X86, this
Chris Lattner
2005-02-14
1
-3
/
+7
*
fix constant pointer outputing on 64 bit machines
Andrew Lenharth
2005-02-04
1
-0
/
+5
*
Silence VS warnings
Chris Lattner
2005-01-08
1
-7
/
+8
*
Fix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.c, and hopefully
Chris Lattner
2004-11-28
1
-1
/
+1
*
Add support for undef
Chris Lattner
2004-10-16
1
-2
/
+2
*
Do not use .xword and friends to emit zeros on V9. Apparently there are issues
Chris Lattner
2004-08-24
1
-6
/
+0
*
Rename var
Chris Lattner
2004-08-18
1
-10
/
+10
*
Add support for targets without a .zero directive
Chris Lattner
2004-08-17
1
-4
/
+23
*
Add support for alignment
Chris Lattner
2004-08-17
1
-0
/
+6
*
Use a designated comment character when printing comments.
Chris Lattner
2004-08-17
1
-9
/
+18
*
Add support for targets that have .quad, drop extra tab inserted
Chris Lattner
2004-08-17
1
-6
/
+6
*
Implement emitGlobalConstant
Chris Lattner
2004-08-17
1
-0
/
+161
*
We now allow targets to use any prefix they want for global symbols. Lets
Chris Lattner
2004-08-17
1
-1
/
+1
*
Some asmwriters want an _ prefix
Chris Lattner
2004-08-17
1
-1
/
+1
*
Initial implementation of the asmprinter base class
Chris Lattner
2004-08-16
1
-0
/
+110