summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
...
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-09-15
* Remove unused StringRef that no compiler warned about, I wonder why.Benjamin Kramer2013-09-14
* Remove unused functions.Eli Friedman2013-09-10
* MCObjectFileInfo.cpp: Fix a couple of possible typo(s), s/DwarfPub/DwarfGnuPu...NAKAMURA Takumi2013-09-10
* Set the encoding to '0' if we don't have an MAB.Bill Wendling2013-09-09
* 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
* Improve handling of .file, .include and .incbin directives toYunzhong Gao2013-09-05
* Fix comments to reflect reality.Bill Wendling2013-09-05
* Add names for mach-o permissions bits and use the symbol names in place of ma...Nick Kledzik2013-09-04
* Add missing header line.Bill Wendling2013-09-04
* Use ArrayRef instead of explicit container.Bill Wendling2013-09-04
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* The integrated darwin assembler can hang in an infinite loop (or get an assert Kevin Enderby2013-08-28
* 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
* Support/MachO: Add a bunch of defines.Charles Davis2013-08-27
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-08-27
* MC CFG: Remap enough for data too, analoguous to r188873.Ahmed Bougacha2013-08-21
* Style cleanup following David's review for r188876.Ahmed Bougacha2013-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: Use data structures more appropriate than std::set.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: When disassembly is impossible, fallback to data bytes.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 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: Don't insert preds/succs again.Ahmed Bougacha2013-08-21
* MC CFG: Remap enough for the inserted instruction.Ahmed Bougacha2013-08-21
* Fix style issues in AsmParser.cppVladimir Medic2013-08-20
* Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-14
* [-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for...David Majnemer2013-08-13
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-09
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* Fix a FIXME, on darwin all virtual sections have a zerofill type.Eric Christopher2013-08-07
* Move assert above first use of variable that we'd be asserting on.Eric Christopher2013-08-07
* AsmParser: Store MacroLikeBodies on the side so they don't get leaked.Benjamin Kramer2013-08-04
* Pacify GCC, which worries about falling off the end of the switch.Duncan Sands2013-08-02
* Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ...Daniel Malea2013-08-01
* MC: Support larger COFF string tablesNico Rieck2013-07-29