aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
Commit message (Expand)AuthorAgeFilesLines
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-124-9/+19
* Make naming consistent, add comments and sanity assertsEli Bendersky2012-12-121-5/+6
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-121-0/+5
* Add ARM NONE and PREL31 relocation types.Logan Chien2012-12-121-0/+2
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-111-0/+3
* Defer call to InitSections until after MCContext has been initialized. IfLang Hames2012-12-101-0/+13
* Cleanup formatting, comments and naming.Eli Bendersky2012-12-102-6/+8
* Fix Windows build breakage.Logan Chien2012-12-081-2/+1
* Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky2012-12-072-8/+14
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-071-45/+50
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-072-1/+1
* Added Mapping Symbols for ARM ELFTim Northover2012-12-071-0/+35
* Split MCELFStreamer into a header file.Logan Chien2012-12-071-0/+109
* fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas2012-12-061-1/+17
* Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi2012-12-061-11/+0
* change MCContext to work on the doInitialization/doFinalization modelPedro Artigas2012-12-061-0/+11
* Change std::vector to SmallVector<4> and remove some unused methods.Eli Bendersky2012-12-051-6/+3
* Remove unused methodsEli Bendersky2012-12-051-4/+0
* Remove the non-const getInst accessor. It wasn't being used, and isn't veryEli Bendersky2012-12-051-3/+0
* Try to unbreak the build on hosts that don't transitively pull in a definitio...Benjamin Kramer2012-12-051-0/+1
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-051-1/+12
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-041-0/+2
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-0315-20/+20
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-0/+3
* Add the rest of the experimental fission sections to MC.Eric Christopher2012-11-301-1/+16
* Add an MCPhysReg typedef to replace naked uint16_t.Jakob Stoklund Olesen2012-11-291-7/+11
* Add brief support for the fission .debug_info.dwo section forEric Christopher2012-11-281-0/+7
* Rearrange ordering of sections.Eric Christopher2012-11-281-9/+10
* Move and comment accessor routines.Eric Christopher2012-11-281-12/+15
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-271-1/+3
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-261-4/+2
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-261-0/+70
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-252-5/+25
* Further cleanups. Thanks for Sean Silva for noticing it.Rafael Espindola2012-11-251-24/+12
* Change the representation of MCCFIInstruction.Rafael Espindola2012-11-241-42/+35
* Give each MCCFIInstruction its own opcode.Rafael Espindola2012-11-241-16/+16
* Move a bit of duplicated code into a helper function.Rafael Espindola2012-11-241-0/+1
* Refactor how MCCFIInstructions are created.Rafael Espindola2012-11-241-16/+88
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-232-2/+3
* Add relocations used for mips big GOT.Akira Hatanaka2012-11-211-1/+5
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-091-0/+1
* misched: TargetSchedule interface for machine resources.Andrew Trick2012-11-061-0/+4
* MCRegisterClass should be returned by const ref, not by value.Lang Hames2012-10-261-1/+1
* [ms-inline asm] Add support for the TYPE operator.Chad Rosier2012-10-262-8/+16
* Fix anonymous namespace issue introduced by r166714:Kaelyn Uhrain2012-10-251-2/+0
* [ms-inline asm] Perform field lookups with the dot operator.Chad Rosier2012-10-251-0/+2
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-251-1/+35
* Add 'const' qualifier on member functions not changing its fields.Michael Liao2012-10-251-3/+3
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-251-0/+3
* Make branch heavy code for generating marked up disassembly simplerKevin Enderby2012-10-231-0/+4