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
2013-02-05
This patch that sets the EmitAlias flag in td files
Jack Carter
2013-01-09
Check whether MCInst operand isImm before calling getImm.
Tim Northover
2012-10-25
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-10
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-09-15
Revert r163878 as it breaks on targets with alternate register names. Such ta...
Craig Topper
2012-09-14
Allow the second opcode info table to be 8, 16, or 32-bits as needed to repre...
Craig Topper
2012-09-14
Reduce size of register name index tables by using uint16_t for all in tree t...
Craig Topper
2012-09-13
AsmWriterEmitter: OpInfo2 should be unsigned 16-bit.
Manman Ren
2012-09-13
AsmWriterEmitter: increase the number of bits for OpcodeInfo from 32-bit to
Manman Ren
2012-07-27
Clean up includes.
Craig Topper
2012-06-11
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-04-18
Revert "Replace some uses of std:map<std::string,...> with StringMap."
Jim Grosbach
2012-04-18
Replace some uses of std:map<std::string,...> with StringMap.
Jim Grosbach
2012-04-18
Use SmallVector for the requirements on an InstAlias.
Jim Grosbach
2012-04-18
Tidy up. Formatting.
Jim Grosbach
2012-04-04
Convert assert(false) followed by a return to llvm_unreachable
Craig Topper
2012-04-03
Tidy up spacing in some tablegen outputs.
Craig Topper
2012-04-02
Emit the asm writer's mnemonic table with SequenceToOffsetTable.
Benjamin Kramer
2012-04-02
Remove getInstructionName from MCInstPrinter implementations in favor of usin...
Craig Topper
2012-04-02
Use SequenceToOffsetTable to generate instruction name table for AsmWriter.
Craig Topper
2012-03-30
Rip out emission of the regIsInRegClass function for the asm printer.
Benjamin Kramer
2012-03-30
Use SequenceToOffsetTable in emitRegisterNameString.
Jakob Stoklund Olesen
2012-03-15
Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."
Jakob Stoklund Olesen
2012-03-15
Revert r152105: "Use uint16_t to store indices into string table"
Jakob Stoklund Olesen
2012-03-08
Re-commit r152202 hopefully fixing the MSVC linker error.
Craig Topper
2012-03-07
Revert r152202 as it's causing internal buildbot failures.
Chad Rosier
2012-03-07
Use uint16_t to store InstrNameIndices in MCInstrInfo. Add asserts to protect...
Craig Topper
2012-03-06
Use uint16_t to store indices into string table since C++ only allows 64K str...
Craig Topper
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2011-11-15
ARM parsing datatype suffix variants for fixed-writeback VLD1/VST1 instructions.
Jim Grosbach
2011-10-04
TableGen: Privatize CodeGenRegisterClass::TheDef and Name.
Jakob Stoklund Olesen
2011-10-01
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-09-29
Switch to ArrayRef<CodeGenRegisterClass*>.
Jakob Stoklund Olesen
2011-07-06
Remove the AsmWriterEmitter (unused) feature that rely on TargetSubtargetInfo.
Evan Cheng
2011-06-29
Change AsmName's type from StringRef to std::string. AsmName was pointing to ...
Francois Pichet
2011-06-27
Add support for alternative register names, useful for instructions whose ope...
Owen Anderson
2011-06-21
Consolidate some TableGen diagnostic helper functions.
Jim Grosbach
2011-06-18
Store CodeGenRegisters as pointers so they won't be reallocated.
Jakob Stoklund Olesen
2011-06-15
Give CodeGenRegisterClass a real sorted member set.
Jakob Stoklund Olesen
2011-06-15
Improve the heuristic to emit the alias if the number of hard-coded registers
Bill Wendling
2011-06-14
Heuristic: If the number of operands in the alias are more than the number of
Bill Wendling
2011-05-23
Use a more efficient data structure for the "operand map". The number of
Bill Wendling
2011-04-18
Invert the meaning of printAliasInstr's return value. It now returns
Eric Christopher
2011-04-13
Add an option to not print the alias of an instruction. It defaults to "print
Bill Wendling
2011-04-08
Only emit the AvailableFeatures variable if it's used.
Bill Wendling
2011-04-07
Replace the old algorithm that emitted the "print the alias for an instruction"
Bill Wendling
2011-03-21
Call static functions so that they aren't left unused.
Bill Wendling
2011-03-21
A WIP commit of the InstAlias printing cleanup. This code will soon replace the
Bill Wendling
[next]