aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
Commit message (Expand)AuthorAgeFilesLines
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-023-4/+3
* llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in ...NAKAMURA Takumi2012-12-241-2/+0
* Add a missing assertion, the null register has no register units.Jakob Stoklund Olesen2012-12-211-0/+1
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-205-4/+113
* Fix inadvertant delete of 'has'.Jim Grosbach2012-12-201-1/+1
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-202-99/+0
* Clean up some DOxygen comments.Jim Grosbach2012-12-201-37/+33
* Clean up some DOxygen comments.Jim Grosbach2012-12-201-26/+25
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-192-2/+36
* Add isSubRegisterEq() and isSuperRegisterEq().Jim Grosbach2012-12-191-4/+14
* Move isSubRegister() and isSuperRegister to MCRegisterInfo.Jim Grosbach2012-12-191-0/+17
* Fix doc comment. '///' not '//'.Jim Grosbach2012-12-191-3/+3
* Remove edis remnant.Benjamin Kramer2012-12-191-29/+0
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-10/+0
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-181-0/+11
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-171-0/+13
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-164-0/+12
* Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas2012-12-144-0/+23
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-141-1/+2
* Remove extraneous debugging code.Eric Christopher2012-12-131-2/+0
* Add a way of printing out an arbitrary label name for a sectionEric Christopher2012-12-134-0/+29
* 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