index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-02-11
Fix unnecessary removal of const through cast machinery
David Blaikie
2013-02-05
[MC] Bundle alignment: Invalidate relaxed fragments
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
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
[next]