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
/
utils
/
TableGen
/
AsmWriterEmitter.cpp
Age
Commit message (
Expand
)
Author
2009-11-06
Don't print a redundant tab for inline asm, and do use the new printKill.
Dan Gohman
2009-10-17
Move UnescapeString to a static function for its sole client; its inefficient...
Daniel Dunbar
2009-09-28
Introduce the TargetInstrInfo::KILL machine instruction and get rid of the
Jakob Stoklund Olesen
2009-09-18
add a comment.
Chris Lattner
2009-09-14
slightly increase prettiness.
Chris Lattner
2009-09-14
emit the register table as a massive string to avoid relocations.
Chris Lattner
2009-09-14
move StringToOffsetTable out to its own header.
Chris Lattner
2009-09-14
factor string table generation out to its own class. This changes
Chris Lattner
2009-09-13
the tblgen produced 'getRegisterName' method does not access
Chris Lattner
2009-09-13
make tblgen produce a function that returns the name for a physreg.
Chris Lattner
2009-09-11
PHI nodes can never reach the asmprinter, assert and die instead of printing
Chris Lattner
2009-09-09
remove DebugLoc from MCInst and eliminate "Comment printing" from
Chris Lattner
2009-09-09
Fix a subtle bug in "return;" generation which caused us to miss
Chris Lattner
2009-09-09
hoist the call to processDebugLoc out of the generated
Chris Lattner
2009-08-23
remove some DOUTs
Chris Lattner
2009-08-22
Record variable debug info at ISel time directly.
Devang Patel
2009-08-17
the MinPad argument to PadToColumn only really makes sense to be 1,
Chris Lattner
2009-08-08
make printInstruction return void since its result is omitted. Make the
Chris Lattner
2009-08-08
don't check the result of printInstruction anymore.
Chris Lattner
2009-08-07
Unbreak build.
Benjamin Kramer
2009-08-07
fix the column output stuff in the asmwriter from being dynamic and
Chris Lattner
2009-08-05
Suppress compiler warning.
Daniel Dunbar
2009-08-05
Fix some column padding bugs, reorganize things as suggested by Chris
David Greene
2009-07-31
Simplify operand padding by keying off tabs in the asm stream. If
David Greene
2009-07-29
Re-enable comment and operand padding.
David Greene
2009-07-29
Revert AsmWriterEmitter.cpp to 74742. The recent changes are causing serious ...
Evan Cheng
2009-07-21
Make a bunch of changes suggested by Chris and others to improve
David Greene
2009-07-20
Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comes
David Greene
2009-07-20
Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb.
Evan Cheng
2009-07-18
Revert 76177 for now. It's messing up ARM asm printing. Also this significant...
Evan Cheng
2009-07-17
Add logic to align instruction operands to columns for pretty-printing.
David Greene
2009-07-15
Get rid of postInstructionAction and call EmitComments directly.
David Greene
2009-07-13
Add infrastructure to allow post instruction printing action triggers.
David Greene
2009-07-03
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-06-19
allow clients of the asmprinter to opt-out of the boilerplate with a #define.
Chris Lattner
2009-05-07
Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo...
Argyrios Kyrtzidis
2009-05-04
Restore minor deletion.
Mike Stump
2009-04-30
Make DebugLoc independent of DwarfWriter.
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
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-03-13
Fix escaping in asm string literals correctly by having tblgen unescape
Chris Lattner
2009-02-24
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit
Bill Wendling
2009-02-20
We have logic in there to emit a default debugging label at the beginning of a
Bill Wendling
2009-02-20
Add an accessor method to DwarfWriter to tell of debugging info should be emi...
Bill Wendling
2009-02-19
Print out a new label only if the debug location *tuple* is different. The debug
Bill Wendling
2009-02-19
Forgot to check that debug information is supported.
Bill Wendling
2009-02-18
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
[next]