summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* 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
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* Revert "Remove use of asymmetric std::lower_bound comparator."Ahmed Bougacha2013-07-23
* Add a wrapper for open.Rafael Espindola2013-07-16
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16
* [mc-coff] Resolve aliases when emitting COFF relocationsReid Kleckner2013-07-15
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15
* Put ELF COMDAT relocations into the relevant COMDAT group.Tim Northover2013-07-10
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-09
* Revert: Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-08
* Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.Kai Nacke2013-07-08
* Revert: Fix alignment of unwind data.Kai Nacke2013-07-08
* Revert: Emit personality function and Dwarf EH data for Win64 SEH.Kai Nacke2013-07-08
* Emit personality function and Dwarf EH data for Win64 SEH.Kai Nacke2013-07-06