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
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-09
Remove unused method and default values.
Rafael Espindola
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-11
Fix unnecessary removal of const through cast machinery
David Blaikie
2013-02-05
[MC] Bundle alignment: Invalidate relaxed fragments
Derek Schuff
2013-02-04
Remove the unnecessary hack and document the actually necessary one.
Derek Schuff
2013-02-04
Cherry-pick not-yet-committed upstream change to fix relaxation at bundle end
Derek Schuff
2013-01-31
Cherry-pick r174067
Derek Schuff
2013-01-31
[MC] bundle alignment: prevent padding instructions from crossing bundle boun...
Derek Schuff
2013-01-30
This patch reworks how llvm targets set
Jack Carter
2013-01-15
Optimize the memory usage of MC bundling, by creating a new type of fragment
Eli Bendersky
2013-01-08
Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSize
Eli Bendersky
2013-01-08
Rename statistic for instruction fragments -> relaxable
Eli Bendersky
2013-01-08
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-07
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2012-12-20
Fix an unitialized member variable that may have caused sporadic failures
Eli Bendersky
2012-12-20
Aligned bundling support. Following the discussion here:
Eli Bendersky
2012-12-14
Add more reset methods to make all objects that the backend may use for outpu...
Pedro Artigas
2012-12-12
Make the MCStreamer have a reset method and call that after finalization of t...
Pedro Artigas
2012-12-12
Make naming consistent, add comments and sanity asserts
Eli Bendersky
2012-12-11
Remove the RelaxAll overrule in MCAssembler::fixupNeedsRelaxation,
Eli Bendersky
2012-12-10
Cleanup formatting, comments and naming.
Eli Bendersky
2012-12-10
This patch adds statistics for other non-DWARF fragments emitted by
Eli Bendersky
2012-12-07
Make the contents of encoded sections SmallVector<char, N> instead of
Eli Bendersky
2012-12-07
Refactor MCInstFragment and MCDataFragment to adhere to a common interface,
Eli Bendersky
2012-12-07
Add separate statistics for Data and Inst fragments emitted during relaxation.
Eli Bendersky
2012-12-05
Change std::vector to SmallVector<4> and remove some unused methods.
Eli Bendersky
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-09-18
Tidy up. Minor formatting.
Jim Grosbach
2012-09-14
Fix Doxygen issues:
Dmitri Gribenko
2012-09-12
Release build: guard dump functions with
Manman Ren
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-08-29
Allow targets to specify a minimum supported NOP size when performing NOP pad...
Owen Anderson
2012-08-08
Move [SU]LEB128 encoding to a utility header.
Jim Grosbach
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-03-26
Prune some includes and forward declarations.
Craig Topper
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
[next]