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-07-28
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-27
hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating
Chris Lattner
2009-07-27
simplify #includes.
Chris Lattner
2009-07-22
Put comment printing under asm-verbose.
David Greene
2009-07-21
make AsmPrinter::doFinalization iterate over the global variables
Chris Lattner
2009-07-17
remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead.
Chris Lattner
2009-07-17
Untangle a snarl that I discovered when updating the mangler,
Chris Lattner
2009-07-15
Get rid of postInstructionAction and call EmitComments directly.
David Greene
2009-07-15
remove printSuffixedName.
Chris Lattner
2009-07-14
Have asm printers use formatted_raw_ostream directly to avoid a
David Greene
2009-07-14
Do not use Mangler to remove '1' from linkage name.
Devang Patel
2009-07-13
Use AsmPrinter's Mangler to remove leading '1' from linkage names.
Devang Patel
2009-07-13
Add infrastructure to allow post instruction printing action triggers.
David Greene
2009-07-01
Remove unused AsmPrinter OptLevel argument, and propogate.
Daniel Dunbar
2009-06-25
Privatize some more debug-related static data.
Owen Anderson
2009-06-24
Didn't mean to commit this part.
Owen Anderson
2009-06-24
Down with statics!
Owen Anderson
2009-06-24
Move local statics to per-instance variables.
Owen Anderson
2009-06-24
sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...
Chris Lattner
2009-06-24
eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates
Chris Lattner
2009-05-07
Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo...
Argyrios Kyrtzidis
2009-04-30
Fix compilation for some targets other than x86.
Argyrios Kyrtzidis
2009-04-29
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
Second attempt:
Bill Wendling
2009-04-28
Initialized arrays can be in any address space.
Sanjiv Gupta
2009-04-28
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-10
Pass in the std::string parameter instead of returning it by value.
Bill Wendling
2009-04-10
Constify getter methods.
Bill Wendling
2009-04-09
StringMap<DIE*>::iterator::first() returns a pointer to the first character of
Bill Wendling
2009-03-25
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
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
[next]