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
/
MC
Age
Commit message (
Expand
)
Author
2010-09-22
Avoid some Mach-O specific alignment being done on ELF.
Rafael Espindola
2010-09-22
allow target-specific label suffixes, patch by Yuri Gribov!
Chris Lattner
2010-09-17
trailing whitespace
Jim Grosbach
2010-09-16
make this non brain dead...
Jim Grosbach
2010-09-16
Remove unnecessary by-reference return.
Jim Grosbach
2010-09-16
store MC FP immediates as a double instead of as an APFloat, thus avoiding an
Jim Grosbach
2010-09-15
Add a InitSections method to the streamer interface.
Rafael Espindola
2010-09-15
Add support for floating point immediates to MC instruction printing. ARM
Jim Grosbach
2010-09-15
trailing whitespace and 80 column cleanup
Jim Grosbach
2010-09-11
fix the asmparser so that the target is responsible for skipping to
Chris Lattner
2010-09-09
Make ELF OS ABI dependent on the OS from target triple.
Roman Divacky
2010-09-02
Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.
Benjamin Kramer
2010-09-02
Fix .debug_range for linux. Patch by Krister Wombell.
Devang Patel
2010-08-31
Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.
Devang Patel
2010-08-31
Remove noisy semicolon.
Benjamin Kramer
2010-08-31
This is the second of three patches to implement support for the .loc directive
Kevin Enderby
2010-08-24
First bit of support for the dwarf .loc directive. This patch updates the
Kevin Enderby
2010-08-21
MC: Add partial x86-64 support to COFF.
Michael J. Spencer
2010-08-17
Add some win64 coff goodness.
Anton Korobeynikov
2010-08-17
Revert r111230, we have to find a better place for the host-specific code.
Benjamin Kramer
2010-08-17
Micro-optimize MCObjectWriter to do a byteswap if necessary and then write the
Benjamin Kramer
2010-08-16
Add ELF ObjectWriter and Streamer support.
Matt Fleming
2010-08-16
Add ELF ObjectWriter and Streamer support.
Matt Fleming
2010-08-16
Layout helper function.
Matt Fleming
2010-08-16
Record a symbol's size which is needed for ELF symbol tables.
Matt Fleming
2010-08-16
ELF entry size support.
Matt Fleming
2010-08-11
llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...
Daniel Dunbar
2010-08-11
MCAsmParser: Add dump() hook to MCParsedAsmOperand.
Daniel Dunbar
2010-08-09
Next bit of support for the dwarf .file directive. This patch takes the
Kevin Enderby
2010-08-08
Remove unused variable.
Benjamin Kramer
2010-08-06
MC: Add default value for AddrSpace argument to EmitValue.
Daniel Dunbar
2010-07-31
Add relax all support to the COFF object streamer.
Michael J. Spencer
2010-07-29
Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...
Benjamin Kramer
2010-07-29
Stop leaking std::strings in GetDwarfFile.
Benjamin Kramer
2010-07-28
Added first bit of support for the dwarf .file directive. This patch collects
Kevin Enderby
2010-07-28
MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh).
Daniel Dunbar
2010-07-22
Initial modifications to MCAssembler and TargetMachine for the MCJIT.
Reid Kleckner
2010-07-19
MC: Add WinCOFFStreamer implementation and merge common code from MachO
Michael J. Spencer
2010-07-18
MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't
Daniel Dunbar
2010-07-18
MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token
Daniel Dunbar
2010-07-18
MC/AsmParser: Fix TokError() to accept a Twine.
Daniel Dunbar
2010-07-18
MC/AsmParser: Hide the AsmParser implementation.
Daniel Dunbar
2010-07-17
MC/AsmParser: Lift Run() and TargetParser to base class.
Daniel Dunbar
2010-07-14
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-13
use a typedef instead of its expansion, patch by Michael Spencer
Chris Lattner
2010-07-12
MC/AsmParser: Move .section parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.
Daniel Dunbar
2010-07-12
MC/AsmParser: Move special section directive parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
MC/AsmParser: Inline AsmParser::CreateSymbol into callers.
Daniel Dunbar
2010-07-12
MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.
Daniel Dunbar
[prev]
[next]