summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCAssembler.h
Commit message (Expand)AuthorAge
* Centralize the handling of the thumb bit.Rafael Espindola2014-04-29
* MCAssembler: Simplify implementation of const variants of getSymbolData by ca...David Blaikie2014-04-25
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-24
* Add range access to MCAssembler's symbol collection.David Blaikie2014-04-18
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* Revert debug info compression support.David Blaikie2014-04-10
* MachO: Add linker-optimisation hint framework to MC.Tim Northover2014-03-29
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-27
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-18
* Simplify a really complicated check for Arch == X86_64.Rafael Espindola2014-03-11
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .se...Timur Iskhodzhanov2014-01-30
* Keep the MCSubtargetInfo in the MCRelxableFragment class.David Woodhouse2014-01-28
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-29
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Remove unused method and default values.Rafael Espindola2013-04-09
* This patch reworks how llvm targets set Jack Carter2013-01-30
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-18
* Replace virtual hasFixups with explicit fragment type checksEli Bendersky2013-01-16
* Optimize the memory usage of MC bundling, by creating a new type of fragmentEli Bendersky2013-01-15
* Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSizeEli Bendersky2013-01-08
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-07
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-20
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-12
* Cleanup formatting, comments and naming.Eli Bendersky2012-12-10
* Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky2012-12-07
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-07
* Change std::vector to SmallVector<4> and remove some unused methods.Eli Bendersky2012-12-05
* Remove unused methodsEli Bendersky2012-12-05
* Remove the non-const getInst accessor. It wasn't being used, and isn't veryEli Bendersky2012-12-05
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Remove unnecessary classof()'sSean Silva2012-10-11
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-29
* Make the setInst method take its MCInst parameter by reference, a la Jim'sLang Hames2012-08-23
* MCInstFragment constructor should take by-reference MCInst.Jim Grosbach2012-08-22
* Fix an overzealous assertion. It is legitimate for a target to have multiple...Owen Anderson2012-07-05
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-06
* Tidy up. 80 columns.Jim Grosbach2011-12-06
* Switch MCAssembler to method names starting w/ lower-case.Jim Grosbach2011-12-06
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Add support for the --noexecstack option.Rafael Espindola2011-01-23