aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ...Daniel Malea2013-08-011-6/+49
* MC: Support larger COFF string tablesNico Rieck2013-07-291-12/+15
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-2/+3
* Revert "Remove use of asymmetric std::lower_bound comparator."Ahmed Bougacha2013-07-231-18/+12
* Add a wrapper for open.Rafael Espindola2013-07-161-1/+1
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-161-1/+1
* [mc-coff] Resolve aliases when emitting COFF relocationsReid Kleckner2013-07-151-2/+3
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-2/+2
* Put ELF COMDAT relocations into the relevant COMDAT group.Tim Northover2013-07-101-2/+9
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-092-0/+4
* Revert: Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-082-5/+4
* Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.Kai Nacke2013-07-081-21/+5
* Revert: Fix alignment of unwind data.Kai Nacke2013-07-081-12/+7
* Revert: Emit personality function and Dwarf EH data for Win64 SEH.Kai Nacke2013-07-081-10/+5
* Emit personality function and Dwarf EH data for Win64 SEH.Kai Nacke2013-07-061-5/+10
* Fix alignment of unwind data.Kai Nacke2013-07-061-7/+12
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-07-061-5/+21
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-062-4/+5
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-065-12/+123
* Remove use of asymmetric std::lower_bound comparator.Ahmed Bougacha2013-07-041-12/+18
* MC: Add .section directive to COFFNico Rieck2013-07-041-0/+172
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-022-4/+0
* Remove address spaces from MC.Rafael Espindola2013-07-028-88/+64
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-012-0/+4
* Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-273-3/+17
* [PowerPC] Support @got modifierUlrich Weigand2013-06-251-0/+9
* DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie2013-06-231-2/+2
* Improve the time it takes to generating dwarf for assembly source filesKevin Enderby2013-06-211-1/+19
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-212-0/+88
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-211-0/+12
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-211-0/+3
* [PowerPC] Support @h modifierUlrich Weigand2013-06-211-0/+3
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-212-55/+55
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-201-8/+8
* [MC] Support @ variants with directional labelsUlrich Weigand2013-06-201-2/+12
* [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directivesUlrich Weigand2013-06-191-0/+13
* Allow creation of single-byte MCAtoms.Ahmed Bougacha2013-06-192-2/+2
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-187-98/+95
* Silence warning in Release builds.Benjamin Kramer2013-06-161-0/+1
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-141-2/+4
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-131-0/+1
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-123-31/+24
* Move PathV2.h to Path.hRafael Espindola2013-06-111-1/+1
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-311-9/+8
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-311-0/+13
* Remove debug print added in r182949.Ahmed Bougacha2013-05-301-1/+0
* Use the const_cast only where necessary.Bill Wendling2013-05-301-4/+4
* MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.Ahmed Bougacha2013-05-301-10/+46
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-301-4/+8
* Add support for DWARF line number table entries for values in the instructionCameron Zwarich2013-05-251-0/+2