summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Remove FIXME comment that should have been removed with r144351.Bob Wilson2011-11-11
* Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer2011-11-11
* Reenable compact unwinding now that <rdar://problem/10430076> is fixed.Bill Wendling2011-11-11
* Disable compact unwind generation until I can solve the codegen problems.Bill Wendling2011-11-11
* build/MCDisassembler: Fix required libraries list of MCDisassembler to useDaniel Dunbar2011-11-10
* Simplify code. No functionality change.Benjamin Kramer2011-11-09
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-09
* Emit the compact unwind *if* we have a compact unwind encoding.Bill Wendling2011-11-08
* MC/COFF: Correctly emit the size of an empty string table.Michael J. Spencer2011-11-08
* Simplify some uses of utohexstr.Benjamin Kramer2011-11-07
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-07
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-06
* Twinify.Benjamin Kramer2011-11-05
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-05
* Add mips ELF relocation types. Patch by Jack Carter!Bruno Cardoso Lopes2011-11-04
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Replace tabs I added in this new line of code with spaces.Kevin Enderby2011-11-02
* Fixed a bug in the code to create a dwarf file and directory table entires whenKevin Enderby2011-11-01
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-01
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Trailing whitespace.Jim Grosbach2011-10-26
* On an ELF system, ".debug_str" is mergeable and contains null terminated stringsNick Lewycky2011-10-26
* This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes2011-10-25
* Fix parsing of a line with only a # in it.Rafael Espindola2011-10-19
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-16
* Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer2011-10-16
* PR11143: Save the old diagnostic handler and call it when munging diagnostics...Benjamin Kramer2011-10-16
* remove the dead 'ShowLine' argument from SMDiagnostic.Chris Lattner2011-10-16
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-16
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Disable code/data region symbols on ELF targets, where different mapping symb...Owen Anderson2011-10-14
* Finish supporting cpp #file/line comments in assembler for error messages. SoKevin Enderby2011-10-12
* Hoist vector.size() computation out of the loop. No functionality change.Nick Lewycky2011-10-12
* Also create a shndx even if there are no symbols. This lets us testNick Lewycky2011-10-11
* MCAtom extending methods need to extend the range of the atom as well.Owen Anderson2011-10-10
* Don't emit the symbol table entry for the .symtab_shndx section either.Nick Lewycky2011-10-07
* Remove extraneous curlies. No functionality change.Nick Lewycky2011-10-07
* Don't emit a shstrtabindex in the reserved range. Spotted by inspection andNick Lewycky2011-10-07
* Clarify/fix typo. No functionality change.Nick Lewycky2011-10-07
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-04
* Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby2011-10-04
* Add definition of MipsELFObjectWriter.Akira Hatanaka2011-09-30
* Sort CMakeLists.txt.Benjamin Kramer2011-09-24
* PR10989: Don't print .hidden on Windows.Eli Friedman2011-09-23
* Add new files to CMake.Owen Anderson2011-09-22
* Update CMake build.Benjamin Kramer2011-09-22
* Start stubbing out MCModule and MCAtom, which provide an API for accessing th...Owen Anderson2011-09-22
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-21
* MCInstrAnalysis: Don't crash on instructions with no operands.Benjamin Kramer2011-09-19