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
/
utils
/
TableGen
/
AsmWriterEmitter.cpp
Age
Commit message (
Expand
)
Author
2011-03-21
Add the IAPrinter class.
Bill Wendling
2011-03-21
* Add classes that support the "feature" information.
Bill Wendling
2011-02-26
A new TableGen feature! (Not turned on just yet.)
Bill Wendling
2010-12-13
eliminate the Records global variable, patch by Garrison Venn!
Chris Lattner
2010-09-30
Let a target specify whether it wants an assembly printer to be the MC version
Jim Grosbach
2010-09-29
trailing whitespace
Jim Grosbach
2010-09-18
Handle the odd case where we only have one instruction.
Eric Christopher
2010-07-16
Update comment.
Bill Wendling
2010-04-04
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-03-19
make inst_begin/inst_end iterate over InstructionsByEnumValue.
Chris Lattner
2010-03-19
revert 98912
Chris Lattner
2010-03-19
make inst_begin/inst_end iterate over InstructionsByEnumValue.
Chris Lattner
2010-03-19
change Target.getInstructionsByEnumValue to return a reference
Chris Lattner
2010-02-11
enhance llvm-mc -show-inst to print the enum of an instruction, like so:
Chris Lattner
2010-02-09
Fixed some indentation in the AsmWriterInst
Sean Callanan
2010-02-09
Per PR 6219, factored AsmWriterInst and AsmWriterOperand
Sean Callanan
2010-02-03
sink handling of target-independent machine instrs (other
Chris Lattner
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
[prev]
[next]