summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-31
* Remove debug print added in r182949.Ahmed Bougacha2013-05-30
* Use the const_cast only where necessary.Bill Wendling2013-05-30
* MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.Ahmed Bougacha2013-05-30
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Add support for DWARF line number table entries for values in the instructionCameron Zwarich2013-05-25
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-24
* Fix unused warning in opt builds.Daniel Jasper2013-05-24
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-23
* Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() libraryKevin Enderby2013-05-23
* Cleanup relocation sorting for ELF.Rafael Espindola2013-05-15
* Remove MCELFObjectTargetWriter::adjustFixupOffset hackUlrich Weigand2013-05-15
* Fix two typoSylvestre Ledru2013-05-14
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Fix a bug in the MC asm parser evaluating expressions. It was treating:Kevin Enderby2013-05-07
* MCStreamer: Also clear vector of W64UnwindInfos on reset().Charles Davis2013-05-07
* Remove redundant check and use cached FrameArray values.Bob Wilson2013-05-07
* [SystemZ] Update non-pic DWARF encodingsUlrich Weigand2013-05-06
* [SystemZ] Define DWARF encodingUlrich Weigand2013-05-06
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* [PowerPC] Parse platform-specifc variant kinds in AsmParserUlrich Weigand2013-05-03
* Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola2013-04-25
* Align the __LD,__compact_unwind section.Bill Wendling2013-04-24
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-22
* [ms-inline asm] Get the OpDecl and remove a redundant lookup.Chad Rosier2013-04-22
* COFF: Fix weak external aliases.Peter Collingbourne2013-04-22
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-22
* Fix indentation. No functional change.Craig Topper2013-04-22
* Put 'else' on same line as preceding curly brace per coding standards. No fun...Craig Topper2013-04-22
* Remove an unreachable 'break' following a 'return'.Craig Topper2013-04-22
* Relax this assert. It may not hold in all cases.Bill Wendling2013-04-18
* Assert if we're trying to generate a null compact unwind entry.Bill Wendling2013-04-18
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Use object file specific section type for initial text sectionNico Rieck2013-04-14
* [ms-inline asm] Add the implementation for the AOK_Delete kind, which was addedChad Rosier2013-04-12
* [ms-inline asm] Remove brackets from around a symbol reference in the targetChad Rosier2013-04-11
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-10
* No need to have this return a bool.Bill Wendling2013-04-10
* Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling2013-04-10
* Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier2013-04-10
* Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne2013-04-10
* Remove unused method and default values.Rafael Espindola2013-04-09
* Revert r179115 as it looks to have killed the ASan tests.Chad Rosier2013-04-09
* [ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier2013-04-09
* [ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,Chad Rosier2013-04-09
* [ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier2013-04-08
* Fix the fde encoding used by mips to match gas.Rafael Espindola2013-04-03