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
2011-02-21
Use a vector of pairs to implement the section stack, not two
Joerg Sonnenberger
2011-02-16
Gas is very inconsistent about when a relaxation/relocation is needed. Do
Rafael Espindola
2011-02-16
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-14
Move broken HasCommonSymbols to ELFWriter.cpp.
Rafael Espindola
2011-02-11
Remove trailing whitespace.
Jim Grosbach
2011-02-11
Remove trailing whitespace.
Jim Grosbach
2011-02-03
Remove trailing whitespace
Bob Wilson
2011-01-23
Add support for the --noexecstack option.
Rafael Espindola
2011-01-23
Remove more duplicated code.
Rafael Espindola
2011-01-23
Remove duplicated code.
Rafael Espindola
2011-01-14
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-13
Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
Evan Cheng
2010-12-29
MC/Mach-O/Thumb: Set the thumb bit in the symbol table.
Daniel Dunbar
2010-12-29
Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks
Rafael Espindola
2010-12-28
Implement .cfi_remember_state and .cfi_restore_state.
Rafael Espindola
2010-12-28
Relax address updates in the eh_frame section.
Rafael Espindola
2010-12-28
Start adding basic support for emitting the call frame instructions.
Rafael Espindola
2010-12-27
Add support for .cfi_lsda.
Rafael Espindola
2010-12-27
Add support for the same encodings of the personality function that gnu as
Rafael Espindola
2010-12-26
Add basic support for .cfi_personality.
Rafael Espindola
2010-12-24
Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We now
Rafael Espindola
2010-12-22
Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a much
Rafael Espindola
2010-12-22
Use references and simplify.
Rafael Espindola
2010-12-21
Don't relax org or align. They change size as the relaxation happens, but they
Rafael Espindola
2010-12-21
MC/Mach-O: Shuffle enums a bit to make it harder to inadvertently use the wrong
Daniel Dunbar
2010-12-21
Layout one section until no relaxations are done and then move to the next
Rafael Espindola
2010-12-18
Add support for lexing single quotes like 'c'.
Roman Divacky
2010-12-18
Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.
Rafael Espindola
2010-12-18
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-18
Revert 122011, 122012, 122013, 122023 adding back an important optimization.
Rafael Espindola
2010-12-18
Move some data to the TargetWriter.
Rafael Espindola
2010-12-17
Stub out explicit MCELFObjectTargetWriter interface.
Rafael Espindola
2010-12-17
Move createELFObjectWriter to its own header.
Rafael Espindola
2010-12-17
MC/Mach-O: On second thought, use a custom hook for enabling aggressive
Daniel Dunbar
2010-12-17
MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format s...
Daniel Dunbar
2010-12-17
MC/Assembler: Strip out object writer arguments, now that it is always available
Daniel Dunbar
2010-12-17
MC/Assembler: Make the MCObjectWriter available through the lifetime of the
Daniel Dunbar
2010-12-17
MC/Expr: Simplify.
Daniel Dunbar
2010-12-17
MC: Remove another dead MCAssembler argument, and update clients.
Daniel Dunbar
2010-12-17
MC: Remove dead MCAssembler argument -- Rafael, can you check the FIXME I added
Daniel Dunbar
2010-12-17
Fix 80-col viola.
Daniel Dunbar
2010-12-16
MC/Mach-O: Lift some MachObjectWriter arguments into the target specific
Daniel Dunbar
2010-12-16
MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.
Daniel Dunbar
2010-12-16
MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.
Daniel Dunbar
2010-12-16
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-16
MC: Make TargetAsmBackend available to the AsmStreamer.
Daniel Dunbar
2010-12-16
MC: Split MCFixupKindInfo out into its own header.
Daniel Dunbar
2010-12-16
MC: Remove a FIXME I no longer agree with.
Daniel Dunbar
2010-12-15
Implement cleanups suggested by Daniel.
Owen Anderson
2010-12-15
Relax alignment fragments.
Rafael Espindola
[next]