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
/
lib
/
MC
Age
Commit message (
Expand
)
Author
2010-12-10
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-09
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
Use const references.
Rafael Espindola
2010-12-09
Fix an issue in some Thumb fixups, where the effective PC address needs to be...
Owen Anderson
2010-12-09
Rename CB/CBZ specific fixup accordingly.
Jim Grosbach
2010-12-09
Add assert to catch an attempt to emit .byte 256
Devang Patel
2010-12-08
ARM/MC/ELF TPsoft is now a proper pseudo inst.
Jason W Kim
2010-12-08
Support the "target" encodings for the CB[N]Z instructions.
Bill Wendling
2010-12-08
Add support for loading from a constant pool.
Bill Wendling
2010-12-08
Let target asm backends see assembler flags as they go by. Use that to handle
Jim Grosbach
2010-12-07
Layout each section independently. With the testcase in PR8711:
Rafael Espindola
2010-12-07
Fix absolute recording of differences of symbols in two sections. Reduced fro...
Rafael Espindola
2010-12-07
Fix relocations with weak definitions.
Rafael Espindola
2010-12-07
Fix pcrel relocations that cross sections.
Rafael Espindola
2010-12-07
Fix a crash reduced from gcc produced assembly.
Rafael Espindola
2010-12-07
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-12-06
Add fixup for Thumb1 BL/BLX instructions.
Jim Grosbach
2010-12-06
Use references to simplify the code a bit.
Rafael Espindola
2010-12-06
Refactor ELFObjectWriter.
Jason W Kim
2010-12-06
use getSymbolOffset.
Rafael Espindola
2010-12-06
Another use of getSymbolOffset.
Rafael Espindola
2010-12-06
Remove the instruction fragment to data fragment lowering since it was causing
Rafael Espindola
2010-12-06
Second try at making direct object emission produce the same results
Rafael Espindola
2010-12-06
Revert previous two patches while I try to find out how to make both
Rafael Espindola
2010-12-06
Add an EmitAbsValue helper method and use it in cases where we want to be sure
Rafael Espindola
2010-12-06
Remove the getAddress getter, initialize Ordinal in the constructor and use
Rafael Espindola
2010-12-06
Simplify a bit.
Rafael Espindola
2010-12-06
Use getSymbolOffset on the COFF writer.
Rafael Espindola
2010-12-06
Don't use PadSectionToAlignment on windows.
Rafael Espindola
2010-12-06
Add a getSymbolOffset method and use it in the ELF writer.
Rafael Espindola
2010-12-04
Once the layout is done we don't need to keep updating which fragments are
Rafael Espindola
2010-12-04
Remember the contents of leb and dwarfline fragments when relaxing. This avoids
Rafael Espindola
2010-12-04
There are two reasons why we might want to use
Rafael Espindola
2010-12-04
Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid
Rafael Espindola
2010-12-03
First step in fixing MC. Make it clear that we are avoiding a bug in the
Rafael Espindola
2010-12-03
Make EmitIntValue more efficient and more like what we do for leb128. The
Rafael Espindola
2010-12-03
Do with uleb the same trick we now do with dwarf line/address advances. This
Rafael Espindola
2010-12-03
Try to resolve symbol differences early, and if successful create a plain
Rafael Espindola
2010-12-03
It may not be an option to skip .debug_line if there are file reference in al...
Devang Patel
2010-12-02
Use set directive for StartMinusEndExpr.
Devang Patel
2010-12-02
Add a fast path to EvaluateSymbolicAdd. This avoids computing symbol addresses
Rafael Espindola
2010-12-02
Move EmitValueToOffset to the ObjectStreamer.
Rafael Espindola
2010-12-02
Add EmitInstToFragment to the generic object streamer.
Rafael Espindola
2010-12-02
The sections that the ELF object writer has to create are very simple and
Rafael Espindola
2010-12-02
If tehre are not any line entry then do not try to emit .debug_line section.
Devang Patel
2010-12-02
Add support for binary encoding of ARM 'adr' instructions referencing constant
Jim Grosbach
2010-12-01
Remove unused argument.
Rafael Espindola
2010-12-01
Rename temporary symbols if they conflict with artificial symbols created
Rafael Espindola
2010-12-01
Add correct encodings for STRD and LDRD, including fixup support. Additional...
Owen Anderson
[next]