summaryrefslogtreecommitdiff
path: root/include/llvm/MC
Commit message (Expand)AuthorAge
* Flip the ownership of MCStreamer and MCTargetStreamer.Benjamin Kramer2013-10-09
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Fix the documentation of getDefaultSubtargetFeatures.Rafael Espindola2013-10-07
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* reverting per requestJack Carter2013-10-04
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-04
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-26
* Mark the x86 machine model as incomplete. PR17367.Andrew Trick2013-09-25
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-25
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-25
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-23
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-18
* Fix X86 subtarget to not overwrite the autodetected features by calling InitM...Craig Topper2013-09-18
* Somehow this important part of the patch, where I actually check the Mask,Joey Gouly2013-09-12
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* Use the appropriate return type for the compact unwind encoding.Bill Wendling2013-09-11
* Add the gnu pubnames and pubtypes sections to the mc object fileEric Christopher2013-09-09
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-09
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Run clang-format on these header files. Part of a WIP.Bill Wendling2013-09-07
* Remove 'param' label from comments. They aren't used properly here.Bill Wendling2013-09-04
* MCDwarf.h: Prune a few stray \param(s). [-Wdocumentation]NAKAMURA Takumi2013-09-04
* Add comments to the CFI instructions and reformat with clang-format. No funct...Bill Wendling2013-09-03
* [MC] Revert part of my previous change, I was a bit overzealous.Joey Gouly2013-09-03
* [MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...Joey Gouly2013-09-03
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-28
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-27
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* Fix #include guard.Jakub Staszak2013-08-25
* MCFunction.h: Prune \returns to fix a warning in r188881. [-Wdocumentation]NAKAMURA Takumi2013-08-21
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-21
* MC CFG: Support disassembly at arbitrary addresses in MCObjectDisassembler.Ahmed Bougacha2013-08-21
* MC CFG: Add an MCObjectSymbolizer in the MCObjectDisassembler.Ahmed Bougacha2013-08-21
* MC CFG: Add MCObjectDisassembler Mach-O implementation.Ahmed Bougacha2013-08-21
* MC CFG: Add "dynamic disassembly" support to MCObjectDisassembler.Ahmed Bougacha2013-08-21
* MC CFG: Add MCObjectDisassembler support for entrypoint + static ctors.Ahmed Bougacha2013-08-21
* MC CFG: Split MCBasicBlocks to mirror atom splitting.Ahmed Bougacha2013-08-21
* MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter.Ahmed Bougacha2013-08-21
* MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-21
* MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy.Ahmed Bougacha2013-08-21
* MC CFG: Add entrypoint address to MCModule.Ahmed Bougacha2013-08-21
* MC CFG: Add more MCFunction container methods (find, empty).Ahmed Bougacha2013-08-21
* MC CFG: Keep pointer to parent MCModule in created MCFunctions.Ahmed Bougacha2013-08-21
* MC CFG: uint64_t -> size_t for vector size.Ahmed Bougacha2013-08-21
* MC CFG: Add a getter for MCDataAtom's data array.Ahmed Bougacha2013-08-21
* Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-14
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-09