summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* 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
* Fix alignment of unwind data.Kai Nacke2013-07-06
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-07-06
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-06
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-06
* Remove use of asymmetric std::lower_bound comparator.Ahmed Bougacha2013-07-04
* MC: Add .section directive to COFFNico Rieck2013-07-04
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-02
* Remove address spaces from MC.Rafael Espindola2013-07-02
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-01
* Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-27
* [PowerPC] Support @got modifierUlrich Weigand2013-06-25
* DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie2013-06-23
* Improve the time it takes to generating dwarf for assembly source filesKevin Enderby2013-06-21
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-21
* [PowerPC] Support @h modifierUlrich Weigand2013-06-21
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-21
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-20
* [MC] Support @ variants with directional labelsUlrich Weigand2013-06-20
* [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directivesUlrich Weigand2013-06-19
* Allow creation of single-byte MCAtoms.Ahmed Bougacha2013-06-19
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Silence warning in Release builds.Benjamin Kramer2013-06-16
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-14
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-13
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-12