aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* 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
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-244-4/+27
* Fix unused warning in opt builds.Daniel Jasper2013-05-241-4/+3
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-246-71/+411
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-247-1/+430
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-231-18/+7
* Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() libraryKevin Enderby2013-05-231-1/+2
* Cleanup relocation sorting for ELF.Rafael Espindola2013-05-151-2/+16
* Remove MCELFObjectTargetWriter::adjustFixupOffset hackUlrich Weigand2013-05-152-7/+0
* Fix two typoSylvestre Ledru2013-05-141-1/+1
* Remove the MachineMove class.Rafael Espindola2013-05-132-42/+7
* Fix a bug in the MC asm parser evaluating expressions. It was treating:Kevin Enderby2013-05-071-1/+1
* MCStreamer: Also clear vector of W64UnwindInfos on reset().Charles Davis2013-05-071-0/+1
* Remove redundant check and use cached FrameArray values.Bob Wilson2013-05-071-12/+8
* [SystemZ] Update non-pic DWARF encodingsUlrich Weigand2013-05-061-6/+13
* [SystemZ] Define DWARF encodingUlrich Weigand2013-05-061-0/+9
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-3/+3
* [PowerPC] Parse platform-specifc variant kinds in AsmParserUlrich Weigand2013-05-031-0/+34
* Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola2013-04-251-0/+2
* Align the __LD,__compact_unwind section.Bill Wendling2013-04-241-7/+16
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-222-2/+2
* [ms-inline asm] Get the OpDecl and remove a redundant lookup.Chad Rosier2013-04-221-2/+1
* COFF: Fix weak external aliases.Peter Collingbourne2013-04-221-28/+29
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-221-5/+2
* Fix indentation. No functional change.Craig Topper2013-04-221-5/+5