index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Assembly
/
Writer.h
Age
Commit message (
Expand
)
Author
2009-03-01
simplify handling "don't print top level name" processing, so that we get
Chris Lattner
2009-02-28
move type name population out of TypePrinting class into a static
Chris Lattner
2009-02-28
the module is not required to exist, allow it to default, giving this
Chris Lattner
2009-02-28
disable copying and assignment.
Chris Lattner
2009-02-28
expose TypePrinting as a public API.
Chris Lattner
2009-02-28
Change WriteTypeSymbolic to not put a space out before types, also, remove
Chris Lattner
2008-08-23
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-19
Change WriteTypeSymbolic/WriteAsOperand to return void instead of
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2006-12-06
Remove the 'printname' argument to WriteAsOperand. It is always true, and
Chris Lattner
2006-12-06
remove unused api
Chris Lattner
2006-08-28
Back out last revision which should not have been committed (yet).
Reid Spencer
2006-08-28
For PR387:
Reid Spencer
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-07-04
Add a new, compatible, interface function for writing types as operands.
Reid Spencer
2004-01-08
Remove yet another obsolete comment :)
Chris Lattner
2004-01-08
Fix typos. Rewrite head-of-file comment.
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2002-07-10
Allow specifying a module for context instead of a slot calculator directly
Chris Lattner
2002-04-08
* Trim #includes
Chris Lattner
2002-04-07
VCG output support removed because it was broken and will never be used.
Chris Lattner
2002-03-26
Change uses of Method to Function
Chris Lattner
2002-03-23
Rename Method to Function
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-10-29
Expose some more printing functionality from the assembly writer library
Chris Lattner
2001-10-03
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-10-01
Add more support for new style casts
Chris Lattner
2001-09-28
print out value's by pointer
Chris Lattner
2001-09-18
Move operator << from Value.h to Assembly/Writer.h
Chris Lattner
2001-09-18
Moved debugging interfaces for class Value to Value.h.
Vikram S. Adve
2001-09-10
* Add capability of printing out a global variable
Chris Lattner
2001-09-07
Clean stuff up.
Chris Lattner
2001-07-20
New function: WriteAsOperand.
Chris Lattner
2001-07-12
Made it not inline
Chris Lattner
2001-07-12
Add DebugValue global function
Chris Lattner
2001-07-03
Remove code for printing out Analysis data structures. It got moved
Chris Lattner
2001-07-02
Enable printing of dominator related information.
Chris Lattner
2001-06-21
* Added capability to print out an interval
Chris Lattner
2001-06-13
Implement support for writing VCG format output
Chris Lattner
2001-06-06
Initial revision
Chris Lattner