aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* COFF: Ensure that objects produced by LLVM link with /safesehReid Kleckner2013-09-171-5/+14
* COFF: Emit all MCSymbols rather than filtering out some of themReid Kleckner2013-09-171-19/+3
* COFF: Remove ExportSection, which has been dead since r114823Reid Kleckner2013-09-171-5/+0
* Use reference instead of copy.Jakub Staszak2013-09-161-1/+1
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-152-5/+12
* MC: Add support for '?' flags in .section directivesDavid Majnemer2013-09-151-2/+20
* Fix alignment of unwind data.Kai Nacke2013-09-151-7/+12
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-09-151-5/+21
* Remove unused StringRef that no compiler warned about, I wonder why.Benjamin Kramer2013-09-141-1/+0
* Remove unused functions.Eli Friedman2013-09-101-11/+0
* MCObjectFileInfo.cpp: Fix a couple of possible typo(s), s/DwarfPub/DwarfGnuPu...NAKAMURA Takumi2013-09-101-2/+2
* Set the encoding to '0' if we don't have an MAB.Bill Wendling2013-09-091-2/+1
* Add the gnu pubnames and pubtypes sections to the mc object fileEric Christopher2013-09-091-0/+24
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-095-14/+15
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-092-0/+10
* Improve handling of .file, .include and .incbin directives toYunzhong Gao2013-09-051-12/+16
* Fix comments to reflect reality.Bill Wendling2013-09-051-6/+2
* Add names for mach-o permissions bits and use the symbol names in place of ma...Nick Kledzik2013-09-041-2/+4
* Add missing header line.Bill Wendling2013-09-041-0/+1
* Use ArrayRef instead of explicit container.Bill Wendling2013-09-041-2/+2
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-013-56/+55
* The integrated darwin assembler can hang in an infinite loop (or get an assert Kevin Enderby2013-08-283-4/+53
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-281-1/+0
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-271-0/+4
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-273-55/+56
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-273-56/+55
* Support/MachO: Add a bunch of defines.Charles Davis2013-08-271-1/+1
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-08-272-4/+5
* MC CFG: Remap enough for data too, analoguous to r188873.Ahmed Bougacha2013-08-211-1/+1
* Style cleanup following David's review for r188876.Ahmed Bougacha2013-08-211-5/+4
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-212-0/+462
* MC CFG: Support disassembly at arbitrary addresses in MCObjectDisassembler.Ahmed Bougacha2013-08-211-7/+206
* MC CFG: Use data structures more appropriate than std::set.Ahmed Bougacha2013-08-211-10/+16
* MC CFG: Add an MCObjectSymbolizer in the MCObjectDisassembler.Ahmed Bougacha2013-08-211-1/+2
* MC CFG: Add MCObjectDisassembler Mach-O implementation.Ahmed Bougacha2013-08-211-0/+89
* MC CFG: Add "dynamic disassembly" support to MCObjectDisassembler.Ahmed Bougacha2013-08-211-1/+11
* MC CFG: When disassembly is impossible, fallback to data bytes.Ahmed Bougacha2013-08-211-16/+30
* MC CFG: Add MCObjectDisassembler support for entrypoint + static ctors.Ahmed Bougacha2013-08-211-2/+49
* MC CFG: Split MCBasicBlocks to mirror atom splitting.Ahmed Bougacha2013-08-213-2/+42
* MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter.Ahmed Bougacha2013-08-212-5/+20
* MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-211-1/+76
* MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy.Ahmed Bougacha2013-08-211-100/+122
* MC CFG: Add more MCFunction container methods (find, empty).Ahmed Bougacha2013-08-211-0/+12
* MC CFG: Keep pointer to parent MCModule in created MCFunctions.Ahmed Bougacha2013-08-212-5/+9
* MC CFG: Don't insert preds/succs again.Ahmed Bougacha2013-08-211-2/+4
* MC CFG: Remap enough for the inserted instruction.Ahmed Bougacha2013-08-211-2/+2
* Fix style issues in AsmParser.cppVladimir Medic2013-08-201-9/+11
* Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-141-1/+53
* [-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for...David Majnemer2013-08-131-0/+6
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-097-19/+32