aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
Commit message (Expand)AuthorAgeFilesLines
...
| * Add the gnu pubnames and pubtypes sections to the mc object fileEric Christopher2013-09-091-0/+10
| * Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-092-3/+5
| * Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-092-0/+10
| * Run clang-format on these header files. Part of a WIP.Bill Wendling2013-09-072-653/+638
| * Remove 'param' label from comments. They aren't used properly here.Bill Wendling2013-09-041-15/+14
| * MCDwarf.h: Prune a few stray \param(s). [-Wdocumentation]NAKAMURA Takumi2013-09-041-3/+3
| * Add comments to the CFI instructions and reformat with clang-format. No funct...Bill Wendling2013-09-031-360/+398
| * [MC] Revert part of my previous change, I was a bit overzealous.Joey Gouly2013-09-031-3/+3
| * [MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...Joey Gouly2013-09-032-6/+6
| * Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-6/+5
| * Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-281-7/+0
| * Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-271-0/+7
| * Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-19/+6
| * Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-6/+19
| * Fix #include guard.Jakub Staszak2013-08-251-2/+2
| * MCFunction.h: Prune \returns to fix a warning in r188881. [-Wdocumentation]NAKAMURA Takumi2013-08-211-1/+0
| * MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-211-0/+41
| * MC CFG: Support disassembly at arbitrary addresses in MCObjectDisassembler.Ahmed Bougacha2013-08-211-0/+30
| * MC CFG: Add an MCObjectSymbolizer in the MCObjectDisassembler.Ahmed Bougacha2013-08-211-0/+9
| * MC CFG: Add MCObjectDisassembler Mach-O implementation.Ahmed Bougacha2013-08-211-0/+31
| * MC CFG: Add "dynamic disassembly" support to MCObjectDisassembler.Ahmed Bougacha2013-08-211-0/+16
| * MC CFG: Add MCObjectDisassembler support for entrypoint + static ctors.Ahmed Bougacha2013-08-211-4/+24
| * MC CFG: Split MCBasicBlocks to mirror atom splitting.Ahmed Bougacha2013-08-212-0/+23
| * MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter.Ahmed Bougacha2013-08-212-0/+10
| * MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-211-0/+5
| * MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy.Ahmed Bougacha2013-08-211-13/+14
| * MC CFG: Add entrypoint address to MCModule.Ahmed Bougacha2013-08-211-1/+7
| * MC CFG: Add more MCFunction container methods (find, empty).Ahmed Bougacha2013-08-211-2/+8
| * MC CFG: Keep pointer to parent MCModule in created MCFunctions.Ahmed Bougacha2013-08-212-5/+7
| * MC CFG: uint64_t -> size_t for vector size.Ahmed Bougacha2013-08-211-1/+1
| * MC CFG: Add a getter for MCDataAtom's data array.Ahmed Bougacha2013-08-211-1/+5
| * Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-141-0/+1
| * [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-092-2/+2
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-0712-133/+176
|\ \ | |/
| * Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ...Daniel Malea2013-08-011-2/+20
| * Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-241-1/+1
| * Revert "Remove use of asymmetric std::lower_bound comparator."Ahmed Bougacha2013-07-231-5/+0
| * MC: mayAffectControlFlow() handling for variadic instructions.Jim Grosbach2013-07-221-2/+14
| * [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-091-0/+2
| * MC: Implement COFF .linkonce directiveNico Rieck2013-07-062-13/+26
| * Remove use of asymmetric std::lower_bound comparator.Ahmed Bougacha2013-07-041-0/+5
| * [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-021-2/+0
| * Remove address spaces from MC.Rafael Espindola2013-07-024-40/+24
| * [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-011-0/+1
| * Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-272-5/+4
| * [PowerPC] Support @got modifierUlrich Weigand2013-06-251-0/+3
| * DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie2013-06-231-2/+2
| * [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-211-0/+22
| * [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-211-0/+4
| * [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-211-0/+1