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
/
VMCore
/
AsmWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix PR422.
Reid Spencer
2004-08-16
1
-2
/
+11
*
Fix #includes of i*.h files => Instructions.h as per PR403
Misha Brukman
2004-07-29
1
-4
/
+1
*
Avoid use of size(), which counts, in favor of other mechanisms.
Reid Spencer
2004-07-25
1
-4
/
+5
*
Adjust to new Module.h interface for dependent libraries
Reid Spencer
2004-07-25
1
-8
/
+12
*
bug 263:
Reid Spencer
2004-07-25
1
-0
/
+11
*
Shrink some code.
Reid Spencer
2004-07-18
1
-4
/
+1
*
bug 122:
Reid Spencer
2004-07-17
1
-23
/
+19
*
Fixes for PR341
Chris Lattner
2004-07-15
1
-11
/
+11
*
Make Argument::print more resilient to non-verifiable IR
Chris Lattner
2004-07-13
1
-1
/
+2
*
Adjust the slot machine to handle Types separately from Values. This was
Reid Spencer
2004-07-04
1
-25
/
+171
*
Don't call getValueType directly. the LLVM optimizer will turn it into the s...
Chris Lattner
2004-06-26
1
-10
/
+12
*
Use a reference instead of a pointer for the ostream. The pointer was only
Misha Brukman
2004-06-21
1
-103
/
+102
*
Fix printing of Argument objects, problem found by Patrick Meredith
Chris Lattner
2004-06-18
1
-1
/
+1
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
1
-1
/
+1
*
Do not dereference end iterators. It's really bad for the asmwriter's health.
Chris Lattner
2004-06-15
1
-1
/
+4
*
Tolerate more errors
Chris Lattner
2004-06-09
1
-1
/
+2
*
Make the asmwriter much more tolerant of errors (which are common when working
Chris Lattner
2004-06-09
1
-16
/
+23
*
Made it possible for the printInfoComment method to invoke getSlot in
Reid Spencer
2004-06-09
1
-17
/
+16
*
Squelch a warning
Chris Lattner
2004-06-04
1
-1
/
+2
*
* No more CachedWriter::setStream()
Misha Brukman
2004-06-04
1
-52
/
+47
*
Modified calcTypeName() so that it does not allocate a std::string for
John Criswell
2004-06-01
1
-24
/
+37
*
Clean up a comment.
Reid Spencer
2004-05-27
1
-1
/
+1
*
Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazy
Reid Spencer
2004-05-26
1
-94
/
+97
*
Part of bug 122. Removed dependency of AsmWriter on SlotCalculator by
Reid Spencer
2004-05-26
1
-52
/
+426
*
Document a couple functions.
Reid Spencer
2004-05-25
1
-0
/
+5
*
Convert to SymbolTable's new iteration interface.
Reid Spencer
2004-05-25
1
-29
/
+34
*
class AssemblyWriter:
Misha Brukman
2004-04-28
1
-103
/
+109
*
* Add ability to print out type as symbolic
Misha Brukman
2004-04-28
1
-3
/
+15
*
Print select instructions correctly
Chris Lattner
2004-03-12
1
-2
/
+3
*
Adjust to new interface
Chris Lattner
2004-03-08
1
-1
/
+3
*
Doxygenify comments.
Misha Brukman
2004-03-02
1
-28
/
+27
*
* If a badref has a name, print it out for ease of debugging
Misha Brukman
2004-03-01
1
-15
/
+17
*
Adjustments to support the new ConstantAggregateZero class
Chris Lattner
2004-02-15
1
-10
/
+2
*
Adjust to the changed StructType interface. In particular, getElementTypes()...
Chris Lattner
2004-02-09
1
-8
/
+6
*
Start using the new and improve interface to FunctionType arguments
Chris Lattner
2004-02-09
1
-11
/
+9
*
vi failed me again. :)
Chris Lattner
2004-02-08
1
-1
/
+1
*
Rename the invoke 'except' destination to the 'unwind' destination
Chris Lattner
2004-02-08
1
-1
/
+1
*
rename the "exceptional" destination of an invoke instruction to the 'unwind'...
Chris Lattner
2004-02-08
1
-1
/
+1
*
SlotCalculator.h moved
Chris Lattner
2004-01-20
1
-3
/
+3
*
Eliminate special case handling for CPR's
Chris Lattner
2004-01-18
1
-17
/
+6
*
The only clients of the slot calculator are now the asmwriter and bcwriter.
Chris Lattner
2004-01-14
1
-6
/
+6
*
Finegrainify namespacification
Chris Lattner
2003-11-21
1
-9
/
+7
*
Don't crash if we are printing an orphaned basic block!
Chris Lattner
2003-11-20
1
-13
/
+17
*
Be a bit more tolerant of broken code
Chris Lattner
2003-11-17
1
-3
/
+3
*
When you hand WriteAsOperand a type, it now prints out its symbolic name.
Brian Gaeke
2003-11-16
1
-0
/
+3
*
Don't print 'No predecessors!' on the entry block
Chris Lattner
2003-11-16
1
-11
/
+13
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Add an assertion
Chris Lattner
2003-11-09
1
-0
/
+1
*
Make use of the new AssemblyAnnotationWriter interface
Chris Lattner
2003-10-30
1
-13
/
+21
*
Print the names of more opaque types
Chris Lattner
2003-10-30
1
-5
/
+7
[prev]
[next]