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
/
MCAssembler.cpp
Age
Commit message (
Expand
)
Author
2012-02-27
ARM BL/BLX instruction fixups should use relocations.
Jim Grosbach
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-27
Source information in 'expected relocatable expression' diagnostic.
Jim Grosbach
2012-01-18
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
Move some ARM specific MCAssmebler bits into the ARMAsmBackend.
Jim Grosbach
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-06
Move target-specific logic out of generic MCAssembler.
Jim Grosbach
2011-12-06
Tidy up. Hard tabs.
Jim Grosbach
2011-12-06
Switch MCAssembler to method names starting w/ lower-case.
Jim Grosbach
2011-11-29
Better fix for ARM MOVT relocation encoding of thumb bit.
Jim Grosbach
2011-11-28
Thumb2 only force the fixup thumb bit for data relocations.
Jim Grosbach
2011-10-26
Trailing whitespace.
Jim Grosbach
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-07-25
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-05-08
Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy with
Rafael Espindola
2011-04-29
MCAsmLayout: Add support for computing the symbol offset of variables. Not
Daniel Dunbar
2011-04-28
Add a small temporary hack for producing identical eh_frame sections on OS X.
Rafael Espindola
2011-04-26
No relocation produces a SLEB or ULEB, make sure they are handled in MC.
Rafael Espindola
2011-04-23
Remove unused STL header includes.
Jay Foad
2011-02-16
Gas is very inconsistent about when a relaxation/relocation is needed. Do
Rafael Espindola
2011-01-23
Add support for the --noexecstack option.
Rafael Espindola
2010-12-28
Relax address updates in the eh_frame section.
Rafael Espindola
2010-12-24
Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We now
Rafael Espindola
2010-12-22
Assert that the AddrDelta expression is really constant and wrap it in a set
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
Layout one section until no relaxations are done and then move to the next
Rafael Espindola
2010-12-17
Thumb's forced-PC-alignment requirement applies to the _total_ displacement, ...
Owen Anderson
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-16
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-15
Fix typo in r121875.
Owen Anderson
2010-12-15
Implement cleanups suggested by Daniel.
Owen Anderson
2010-12-15
Relax alignment fragments.
Rafael Espindola
2010-12-15
Patch by David Meyer to avoid a O(N^2) behaviour when relaxing fragments.
Rafael Espindola
2010-12-14
ARM Fixups relative to thumb functions need to have the low bit of the value
Jim Grosbach
2010-12-09
Fix an issue in some Thumb fixups, where the effective PC address needs to be...
Owen Anderson
2010-12-07
Layout each section independently. With the testcase in PR8711:
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
Use references to simplify the code a bit.
Rafael Espindola
2010-12-06
Remove the instruction fragment to data fragment lowering since it was causing
Rafael Espindola
2010-12-06
Remove the getAddress getter, initialize Ordinal in the constructor and use
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-02
The sections that the ELF object writer has to create are very simple and
Rafael Espindola
2010-12-01
Remove unused argument.
Rafael Espindola
2010-11-23
Invalidate the layout on any relaxation, not just Instructions. Bug found by ...
Rafael Espindola
2010-11-23
Reuse data fragments while lowering. Patch by David Meyer.
Rafael Espindola
[next]