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
/
lib
/
VMCore
/
AsmWriter.cpp
Age
Commit message (
Expand
)
Author
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
2002-10-06
Global variables are now external if they don't have initializers, not
Chris Lattner
2002-10-02
- Print the predecessors of a basic block instead of the number of uses of
Chris Lattner
2002-09-10
Add support for printing constpointerrefs more nicely
Chris Lattner
2002-08-16
Changed parser to always use parenthesis on ConstExprs to be consistent
Chris Lattner
2002-08-15
Write constexpr casts using the cast X to Y notation, not using the implicit
Chris Lattner
2002-07-31
Fix bug: test/Regression/Assembler/2002-07-31-SlashInString.llx
Chris Lattner
2002-07-30
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-25
Fix typeo that caused bug:
Chris Lattner
2002-07-25
Fix bug: test/Regression/Assembler/2002-07-25-QuoteInString.llx
Chris Lattner
2002-07-23
Register Writer passes
Chris Lattner
2002-07-14
Added support to write out ConstantExpr nodes.
Vikram S. Adve
2002-07-10
*** empty log message ***
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-26
Support opaque type printing a little bit at least
Chris Lattner
2002-05-22
Print out function name with % style instead of "" style
Chris Lattner
2002-05-14
Avoid emitting a useless comment for a basic block with no uses (which
Chris Lattner
2002-05-06
Print functions with curly braces instead of begin/end
Chris Lattner
2002-05-02
The implementation keyword is no longer neccesary
Chris Lattner
2002-04-29
Changes so that iMemory.h doesn't include DerivedTypes.h
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-28
Todo has been implemented, remove it
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
Module's are no longer values
Chris Lattner
2002-04-18
Pull all of the getStrValue implementation cruft out of Constants.cpp and
Chris Lattner
2002-04-16
Changes to:
Chris Lattner
2002-04-13
Minor bugfix for previous checkin
Chris Lattner
2002-04-13
* Remove obselete code for unsized arrays
Chris Lattner
2002-04-13
* Clean up code to use isa & dyncast instead of poking directly into instruct...
Chris Lattner
2002-04-12
* Add comment
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-08
* Narrow AsmWriter interface
Chris Lattner
2002-04-07
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
Chris Lattner
2002-04-07
Update comments
Chris Lattner
2002-03-29
s/Method/Function
Chris Lattner
2002-03-26
Change references from Method to Function
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-14
Don't waste as much horizontal space on #uses flag when printing
Chris Lattner
[next]