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-11-10
Use MCSectionELF in places we know we have an ELF section.
Rafael Espindola
2010-11-10
Update ARMConstantPoolValue to not use a modifier string. Use an explicit
Jim Grosbach
2010-11-09
Fixed version of 118639 with an extra assert to catch similar problems
Rafael Espindola
2010-11-09
Revert previous patch. Missed a case.
Rafael Espindola
2010-11-09
Remove IsExplicit. It was always false.
Rafael Espindola
2010-11-07
Relax dwarf line fragments. This fixes a crash in the included testcase.
Rafael Espindola
2010-11-05
Add '.code 32' assembler directive to MC streamers.
Jim Grosbach
2010-11-05
MC'ize the '.code 16' and '.thumb_func' ARM directives.
Jim Grosbach
2010-11-05
Trailing whitespace.
Jim Grosbach
2010-11-05
Allow targets to specify the MachO CPUType/CPUSubtype information.
Jim Grosbach
2010-11-02
Do relaxations with FT_Org fragments. Fixes the FIXME:
Rafael Espindola
2010-11-02
Add support for expressions in .sleb/.uleb directives.
Rafael Espindola
2010-11-01
Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.
Rafael Espindola
2010-11-01
Implement .weakref.
Rafael Espindola
2010-10-28
Implement TLSLD.
Rafael Espindola
2010-10-28
Implement DTPOFF.
Rafael Espindola
2010-10-28
Implement TLSLDM.
Rafael Espindola
2010-10-28
Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.
Rafael Espindola
2010-10-22
Making the e_machine configurable by the target backend in ELFObjectWriter.
Wesley Peck
2010-10-19
Move the definition of this to the source file to anchor the vtable.
Chandler Carruth
2010-10-18
Add a virtual destructor to silence a GCC warning.
Chandler Carruth
2010-10-16
Add a MCObjectFormat class so that code common to all targets that use a
Rafael Espindola
2010-10-12
Comment grammar tweakage.
Jim Grosbach
2010-10-11
Second set of ARM/MC/ELF changes.
Jason W Kim
2010-10-11
Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if
Chris Lattner
2010-10-08
Allow << streaming of MCOperand.
Jim Grosbach
2010-10-07
Add output stream operator for MCInst.
Jim Grosbach
2010-10-06
Cleanup Whitespace.
Michael J. Spencer
2010-10-05
On ELF we need to know which symbols are used in relocations to decide if
Rafael Espindola
2010-10-04
Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!
Kevin Enderby
2010-10-04
Add hook in MCSection to decide when to use "optimized nops", for each
Jan Wen Voung
2010-09-30
Did my commit for the last patch for the .loc directory from the wrong place and
Kevin Enderby
2010-09-30
Move logic of determining ELF entsize from the .s printer to initialization
Jan Wen Voung
2010-09-30
Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()
Jason W Kim
2010-09-30
Make it possible for the MCObjectWriter to decide if a given fixup is fully
Rafael Espindola
2010-09-27
MC/AsmParser: Handle exponents in floating point literals.
Daniel Dunbar
2010-09-27
Remove unused argument.
Rafael Espindola
2010-09-24
MC/Lexer: Add 'Real' token type for floating point literals.
Daniel Dunbar
2010-09-23
trailing whitespace
Jim Grosbach
2010-09-22
Add support for ELF PLT references for ARM MC asm printing. Adding a
Jim Grosbach
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
[next]