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
2004-04-28
class AssemblyWriter:
Misha Brukman
2004-04-28
* Add ability to print out type as symbolic
Misha Brukman
2004-03-12
Print select instructions correctly
Chris Lattner
2004-03-08
Adjust to new interface
Chris Lattner
2004-03-02
Doxygenify comments.
Misha Brukman
2004-03-01
* If a badref has a name, print it out for ease of debugging
Misha Brukman
2004-02-15
Adjustments to support the new ConstantAggregateZero class
Chris Lattner
2004-02-09
Adjust to the changed StructType interface. In particular, getElementTypes()...
Chris Lattner
2004-02-09
Start using the new and improve interface to FunctionType arguments
Chris Lattner
2004-02-08
vi failed me again. :)
Chris Lattner
2004-02-08
Rename the invoke 'except' destination to the 'unwind' destination
Chris Lattner
2004-02-08
rename the "exceptional" destination of an invoke instruction to the 'unwind'...
Chris Lattner
2004-01-20
SlotCalculator.h moved
Chris Lattner
2004-01-18
Eliminate special case handling for CPR's
Chris Lattner
2004-01-14
The only clients of the slot calculator are now the asmwriter and bcwriter.
Chris Lattner
2003-11-21
Finegrainify namespacification
Chris Lattner
2003-11-20
Don't crash if we are printing an orphaned basic block!
Chris Lattner
2003-11-17
Be a bit more tolerant of broken code
Chris Lattner
2003-11-16
When you hand WriteAsOperand a type, it now prints out its symbolic name.
Brian Gaeke
2003-11-16
Don't print 'No predecessors!' on the entry block
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-09
Add an assertion
Chris Lattner
2003-10-30
Make use of the new AssemblyAnnotationWriter interface
Chris Lattner
2003-10-30
Print the names of more opaque types
Chris Lattner
2003-10-30
Make sure to print opaque types names if they are available.
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-18
Add support for the new varargs intrinsics and instructions
Chris Lattner
2003-10-17
Eliminate some extraneous code in SlotCalculator::insertVal().
Alkis Evlogimenos
2003-10-16
Add support for 'weak' linkage.
Chris Lattner
2003-10-10
Fix spelling/grammar.
Misha Brukman
2003-09-08
Add support for volatile loads/stores
Chris Lattner
2003-09-03
Fix bug where we couldn't print a function without a name
Chris Lattner
2003-08-24
Support new 'any' support for pointer size and endianness
Chris Lattner
2003-08-22
If an "LLVM name" has wierd characters in it, print it out in double quotes i...
Chris Lattner
2003-08-05
Implement TODO: print out short form of Invoke if possible
Chris Lattner
2003-07-23
Remove redundant const qualifiers from cast<> expressions
Chris Lattner
2003-07-23
Simplify code by using ConstantInt::getRawValue instead of checking to see
Chris Lattner
2003-07-14
The word `separate' only has one `e'.
Misha Brukman
2003-06-28
Avoid printing out huge structures or arrays if they are just filled with zeros
Chris Lattner
2003-06-17
lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here
Brian Gaeke
2003-06-01
Don't print out unique identifier for opaque types
Chris Lattner
2003-05-14
Print opaque types
Chris Lattner
2003-05-08
Add support for the new va_arg instruction
Chris Lattner
2003-05-08
Remove using declarations
Chris Lattner
2003-04-22
Emit information about target
Chris Lattner
2003-04-16
Add new linkage types to support a real frontend
Chris Lattner
2003-04-16
Improve the efficiency and cleanup writing a bit
Chris Lattner
2003-03-06
Clean up cruft
Chris Lattner
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-10-13
- Change Function's so that their argument list is populated when they are
Chris Lattner
[next]