summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Fix an unitialized member variable that may have caused sporadic failuresEli Bendersky2012-12-20
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-20
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-20
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Add to the disassembler C API an option to print the disassembledKevin Enderby2012-12-18
* Formatting.Eric Christopher2012-12-18
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-18
* Cleanup formatting and whitespace.Eric Christopher2012-12-18
* EmitDebugLabel should by default be the same as EmitLabel everywhere.Reed Kotler2012-12-17
* fix indentationEli Bendersky2012-12-17
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-17
* Teach MachO which sections contain codeTim Northover2012-12-17
* MCPureStreamer.cpp: Try to fix build, pruning EmitDebugLabel().NAKAMURA Takumi2012-12-16
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-16
* Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas2012-12-14
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-14
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-12
* [ms-inline asm] Make sure we fail gracefully on parse errors. Parse errorsChad Rosier2012-12-12
* Make naming consistent, add comments and sanity assertsEli Bendersky2012-12-12
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-12
* Add ARM NONE and PREL31 relocation types.Logan Chien2012-12-12
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-11
* Remove the RelaxAll overrule in MCAssembler::fixupNeedsRelaxation,Eli Bendersky2012-12-11
* Defer call to InitSections until after MCContext has been initialized. IfLang Hames2012-12-10
* Cleanup formatting, comments and naming.Eli Bendersky2012-12-10
* This patch adds statistics for other non-DWARF fragments emitted byEli Bendersky2012-12-10
* Add C API for specifying CPU to the disassembler.Jim Grosbach2012-12-07
* Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky2012-12-07
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-07
* Add separate statistics for Data and Inst fragments emitted during relaxation.Eli Bendersky2012-12-07
* Some common functionality from WinCOFFStreamer::EmitAssignment can be nowEli Bendersky2012-12-07
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-07
* Added Mapping Symbols for ARM ELFTim Northover2012-12-07
* Split MCELFStreamer into a header file.Logan Chien2012-12-07
* fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas2012-12-06
* Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi2012-12-06
* change MCContext to work on the doInitialization/doFinalization modelPedro Artigas2012-12-06
* Change std::vector to SmallVector<4> and remove some unused methods.Eli Bendersky2012-12-05
* Try to unbreak the build on hosts that don't transitively pull in a definitio...Benjamin Kramer2012-12-05
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-05
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-04
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* MC/AsmParser: Avoid unnecessary use of SourceMgr::FindBufferForLoc()Daniel Dunbar2012-12-01
* Add the rest of the experimental fission sections to MC.Eric Christopher2012-11-30
* Add brief support for the fission .debug_info.dwo section forEric Christopher2012-11-28
* Add comments.Eric Christopher2012-11-28
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-27
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-25
* libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer2012-11-24