summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
...
* MachO: Improve backend diagnostic for overalignment.Jim Grosbach2013-09-24
* Make the size and expr arguments of .fill directive optional.Roman Divacky2013-09-24
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-23
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-22
* ELF: Parse types in directives like binutils gasDavid Majnemer2013-09-21
* Initialize BSSSection explicitly in InitMachOMCObjectFileInfo() to appease msvc.NAKAMURA Takumi2013-09-21
* MC: Tidy up.Jim Grosbach2013-09-20
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* Remove extraneous space, the asm printing infrastructure adds a spaceEric Christopher2013-09-19
* Fix X86 subtarget to not overwrite the autodetected features by calling InitM...Craig Topper2013-09-18
* COFF: Ensure that objects produced by LLVM link with /safesehReid Kleckner2013-09-17
* COFF: Emit all MCSymbols rather than filtering out some of themReid Kleckner2013-09-17
* COFF: Remove ExportSection, which has been dead since r114823Reid Kleckner2013-09-17
* Use reference instead of copy.Jakub Staszak2013-09-16
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-15
* MC: Add support for '?' flags in .section directivesDavid Majnemer2013-09-15
* Fix alignment of unwind data.Kai Nacke2013-09-15
* 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