aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC
AgeCommit message (Expand)Author
2012-12-12This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt
2012-12-12Add ARM NONE and PREL31 relocation types.Logan Chien
2012-12-11This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt
2012-12-10Defer call to InitSections until after MCContext has been initialized. IfLang Hames
2012-12-10Cleanup formatting, comments and naming.Eli Bendersky
2012-12-08Fix Windows build breakage.Logan Chien
2012-12-07Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky
2012-12-07Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky
2012-12-07Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky
2012-12-07Added Mapping Symbols for ARM ELFTim Northover
2012-12-07Split MCELFStreamer into a header file.Logan Chien
2012-12-06fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas
2012-12-06Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi
2012-12-06change MCContext to work on the doInitialization/doFinalization modelPedro Artigas
2012-12-05Change std::vector to SmallVector<4> and remove some unused methods.Eli Bendersky
2012-12-05Remove unused methodsEli Bendersky
2012-12-05Remove the non-const getInst accessor. It wasn't being used, and isn't veryEli Bendersky
2012-12-05Try to unbreak the build on hosts that don't transitively pull in a definitio...Benjamin Kramer
2012-12-05Added a option to the disassembler to print immediates as hex.Kevin Enderby
2012-12-04Remove bundling from the MCAssembler interfaceDavid Sehr
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-30Add the rest of the experimental fission sections to MC.Eric Christopher
2012-11-29Add an MCPhysReg typedef to replace naked uint16_t.Jakob Stoklund Olesen
2012-11-28Add brief support for the fission .debug_info.dwo section forEric Christopher
2012-11-28Rearrange ordering of sections.Eric Christopher
2012-11-28Move and comment accessor routines.Eric Christopher
2012-11-27Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'Derek Schuff
2012-11-27This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt
2012-11-26Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer
2012-11-26Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer
2012-11-25Add support for .cfi_register now that it is easy to extent the representationRafael Espindola
2012-11-25Further cleanups. Thanks for Sean Silva for noticing it.Rafael Espindola
2012-11-24Change the representation of MCCFIInstruction.Rafael Espindola
2012-11-24Give each MCCFIInstruction its own opcode.Rafael Espindola
2012-11-24Move a bit of duplicated code into a helper function.Rafael Espindola
2012-11-24Refactor how MCCFIInstructions are created.Rafael Espindola
2012-11-23Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola
2012-11-21Add relocations used for mips big GOT.Akira Hatanaka
2012-11-15Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'Derek Schuff
2012-11-13Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'Derek Schuff
2012-11-09Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov
2012-11-06Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'Derek Schuff
2012-11-06misched: TargetSchedule interface for machine resources.Andrew Trick
2012-10-26MCRegisterClass should be returned by const ref, not by value.Lang Hames
2012-10-26[ms-inline asm] Add support for the TYPE operator.Chad Rosier
2012-10-25Fix anonymous namespace issue introduced by r166714:Kaelyn Uhrain
2012-10-25[ms-inline asm] Perform field lookups with the dot operator.Chad Rosier
2012-10-25[ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier