index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
AsmWriter.cpp
Age
Commit message (
Expand
)
Author
2008-11-10
Use utohex_buffer instead of utohexstr to avoid creating a temporary
Chris Lattner
2008-10-28
Reuse PrintEscapedString for printing names in .ll
Daniel Dunbar
2008-10-21
Privatize PrintModulePass and PrintFunctionPass and add
Daniel Dunbar
2008-10-15
Fix a missing space after the return type in invoke statements.
Dan Gohman
2008-10-14
Prevent assert when using '"' in names (via hexadecimal).
Daniel Dunbar
2008-10-14
Change getLLVMName to use raw_ostream & PrintLLVMName.
Daniel Dunbar
2008-10-09
Rename APFloat::convertToAPInt to bitcastToAPInt to
Dale Johannesen
2008-10-01
add a new form of Type::dump that takes a module for type names,
Chris Lattner
2008-10-01
Make some implicit conversions explicit, to avoid compiler warnings.
Dan Gohman
2008-10-01
Don't prepend a space character for constants in Value::print.
Dan Gohman
2008-09-29
Support inreg, zext and sext as return value attributes.
Devang Patel
2008-09-26
Implement function notes as function attributes.
Devang Patel
2008-09-26
Now Attributes are divided in three groups
Devang Patel
2008-09-26
Fix missing whitespace in the printing of function notes.
Dan Gohman
2008-09-26
Add "inreg" field to CallSDNode (doesn't increase
Dale Johannesen
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-25
Avoid a spurious extra space character when printing empty structs.
Dan Gohman
2008-09-24
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
Devang Patel
2008-09-23
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Devang Patel
2008-09-23
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
Use parameter attribute store (soon to be renamed) for
Devang Patel
2008-09-23
Rationalize the names of passes that print information:
Duncan Sands
2008-09-22
Add hasNote() to check note associated with a function.
Devang Patel
2008-09-14
Fix WriteAsOperand to not emit a leading space character. Adjust
Dan Gohman
2008-09-03
Avoid extra comma.
Devang Patel
2008-09-03
Parse and print opt_size note.
Devang Patel
2008-09-02
s/FP_AlwaysInline/FN_NOTE_AlwaysInline/g
Devang Patel
2008-09-02
Use bitwise AND.
Devang Patel
2008-09-02
Print function notes.
Devang Patel
2008-08-29
Asmprint nameless instructions as:
Chris Lattner
2008-08-25
Fix pasto (values -> types) noticed by Josh Conner
Chris Lattner
2008-08-25
flush stream after dumping.
Chris Lattner
2008-08-24
add a hack to temporarily allow pseudo source values.
Chris Lattner
2008-08-23
minor cleanups.
Chris Lattner
2008-08-23
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-19
more cleanups, random methods shouldn't return ostreams.
Chris Lattner
2008-08-19
more cleanup, eliminate getLLVMName when printing out
Chris Lattner
2008-08-19
random cleanups, factor some printing code for linkage and visibility
Chris Lattner
2008-08-19
Change WriteTypeSymbolic/WriteAsOperand to return void instead of
Chris Lattner
2008-08-19
rearrange code and make more legible.
Chris Lattner
2008-08-19
put SlotTracker in an anon namespace since it is private.
Chris Lattner
2008-08-19
Reid had to call this class "slot machine" out of some strange reference
Chris Lattner
2008-08-18
Fix a bug daniel pointed out to me, where asmprinter started
Chris Lattner
2008-08-17
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
getLLVMName is only used for types now, which always pass in LocalPrefix. Sp...
Chris Lattner
2008-08-17
switch valuemap's from std::map to densemap. This speeds up llvm-dis
Chris Lattner
2008-08-17
avoid an extraneous std::string construction
Chris Lattner
2008-08-17
Rework the routines that convert AP[S]Int into a string. Now, instead of
Chris Lattner
2008-08-17
avoid string thrashing when formatting names in output. This
Chris Lattner
2008-08-17
random cleanups.
Chris Lattner
[next]