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
/
CodeGen
/
AsmPrinter.h
Age
Commit message (
Expand
)
Author
2009-03-10
wire up support for emitting "special" values from inline asm
Chris Lattner
2009-02-24
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-18
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-01-30
Enable emitting of constant values in non-default address space as well. The ...
Sanjiv Gupta
2009-01-16
Reverting back 62301.
Sanjiv Gupta
2009-01-16
Few targets do not have a single directive to emit global constants.
Sanjiv Gupta
2009-01-13
Use DwarfWriter to record dbg variables.
Devang Patel
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-12-22
Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separate
Dan Gohman
2008-11-22
Make a convenient helper for printing offsets.
Anton Korobeynikov
2008-11-08
Temporary revert my last commit: it seems it's triggering some subtle bug in ...
Anton Korobeynikov
2008-11-08
Factor out offset printing code into generic AsmPrinter.
Anton Korobeynikov
2008-09-24
Use generic section-handling stuff to emit constant pool entries
Anton Korobeynikov
2008-09-24
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-09-24
Drop obsolete hook and change all usage to new interface
Anton Korobeynikov
2008-09-24
Provide direct function to switch to Section
Anton Korobeynikov
2008-09-03
Do not emit a UsedDirective for things in the llvm.used
Dale Johannesen
2008-08-21
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-17
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
Factor GC metadata table assembly generation out of Collector in preparation ...
Gordon Henriksen
2008-08-16
Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...
Anton Korobeynikov
2008-08-08
Handle visibility printing with all generality. Remove bunch of duplicate code.
Anton Korobeynikov
2008-07-08
Unbreak C++ tests on x86 Darwin.
Evan Cheng
2008-07-08
Avoid unnecessary string construction during asm printing.
Evan Cheng
2008-07-01
Add a version of AsmPrinter::EOL that takes a const char* so that we don't ha...
Owen Anderson
2008-06-04
Change packed struct layout so that field sizes
Duncan Sands
2008-05-19
Handle quoted names when constructing $stub's,
Dale Johannesen
2008-03-15
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-02-29
Don't fill eh frames even though these are text sections.
Evan Cheng
2008-02-28
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...
Evan Cheng
2008-02-05
Unbreak teh build.
Evan Cheng
2008-02-02
SDIsel processes llvm.dbg.declare by recording the variable debug information...
Evan Cheng
2008-02-01
Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...
Evan Cheng
2008-01-07
Enabling the target-independent garbage collection infrastructure by hooking it
Gordon Henriksen
2007-12-31
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-14
Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...
Anton Korobeynikov
2007-11-09
Much improved pic jumptable codegen:
Evan Cheng
2007-11-05
Eliminate the remaining uses of getTypeSize. This
Duncan Sands
2007-10-14
Revert 42908 for now.
Evan Cheng
2007-10-12
Change the names used for internal labels to use the current
Dan Gohman
2007-09-24
Add a routine for emitting .file directives, for setting up
Dan Gohman
2007-09-18
Don't pass back a reference to a temporary.
Bill Wendling
2007-09-18
The exception handling function info should be reset for each new
Bill Wendling
2007-09-18
Objective-C was generating EH frame info like this:
Bill Wendling
2007-08-05
Fix minor doxygen nits.
Reid Spencer
2007-07-25
EmitAlignment() also emits optional fill value.
Evan Cheng
2007-05-31
Fix the asmprinter so that a globalvalue can specify an explicit alignment
Chris Lattner
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
[next]