| Commit message (Expand) | Author | Age | Files | Lines |
* | The second part of support for generating dwarf for assembly source files. This | Kevin Enderby | 2011-12-09 | 2 | -0/+70 |
* | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 2011-12-07 | 1 | -91/+92 |
* | Add a few moreLocal/Global R_MIPS_GOT related fixups and | Bruno Cardoso Lopes | 2011-12-07 | 1 | -0/+1 |
* | First chunk of MachineInstr bundle support. | Evan Cheng | 2011-12-06 | 1 | -0/+4 |
* | Move target-specific logic out of generic MCAssembler. | Jim Grosbach | 2011-12-06 | 2 | -1/+10 |
* | Tidy up. Hard tabs. | Jim Grosbach | 2011-12-06 | 1 | -2/+2 |
* | Tidy up. 80 columns. | Jim Grosbach | 2011-12-06 | 1 | -1/+2 |
* | Switch MCAssembler to method names starting w/ lower-case. | Jim Grosbach | 2011-12-06 | 1 | -15/+15 |
* | Emit the ctors in the proper order on ARM/EABI. | Anton Korobeynikov | 2011-12-03 | 2 | -15/+16 |
* | MC/X86/COFF: Allow quotes in names when targeting MS/Windows, | Michael J. Spencer | 2011-11-29 | 1 | -0/+10 |
* | This patch addresses gp relative fixups/relocations for jump tables. | Akira Hatanaka | 2011-11-23 | 2 | -0/+5 |
* | Sink codegen optimization level into MCCodeGenInfo along side relocation model | Evan Cheng | 2011-11-16 | 1 | -1/+8 |
* | Make headers standalone. | Benjamin Kramer | 2011-11-14 | 1 | -0/+1 |
* | Remove the pubnames section, no one consumes it. | Eric Christopher | 2011-11-09 | 1 | -2/+0 |
* | Add the support code to enable the dwarf accelerator tables. Upcoming patches | Eric Christopher | 2011-11-07 | 1 | -0/+20 |
* | Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco... | Benjamin Kramer | 2011-11-05 | 2 | -2/+4 |
* | First part of support for generating dwarf for assembly source files with the | Kevin Enderby | 2011-11-01 | 1 | -0/+18 |
* | Trailing whitespace. | Jim Grosbach | 2011-10-27 | 1 | -3/+3 |
* | Teach our Dwarf emission to use the string pool. | Nick Lewycky | 2011-10-27 | 1 | -0/+7 |
* | Reflow lines, fix comments for doxygen style, fix whitespace. No functionality | Nick Lewycky | 2011-10-26 | 1 | -3/+3 |
* | This is the first of several patches for Mips direct object generation. | Bruno Cardoso Lopes | 2011-10-25 | 1 | -1/+17 |
* | Add support for a new extension to the .file directive: | Nick Lewycky | 2011-10-17 | 2 | -2/+5 |
* | Use the correct predicate for determining if a branch is conditional or not. | Owen Anderson | 2011-10-17 | 1 | -1/+1 |
* | MCOperand is pod-like. | Benjamin Kramer | 2011-10-17 | 1 | -0/+1 |
* | Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing. | Benjamin Kramer | 2011-10-16 | 1 | -0/+1 |
* | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner | 2011-10-16 | 1 | -3/+8 |
* | MCAtom extending methods need to extend the range of the atom as well. | Owen Anderson | 2011-10-10 | 1 | -9/+2 |
* | Teach the MC to output code/data region marker labels in MachO and ELF modes.... | Owen Anderson | 2011-10-04 | 2 | -0/+70 |
* | Adding back support for printing operands symbolically to ARM's new disassembler | Kevin Enderby | 2011-10-04 | 1 | -1/+14 |
* | Add target hook for pseudo instruction expansion. | Jakob Stoklund Olesen | 2011-09-25 | 1 | -0/+8 |
* | Start stubbing out MCModule and MCAtom, which provide an API for accessing th... | Owen Anderson | 2011-09-22 | 2 | -0/+133 |
* | Restore hasPostISelHook tblgen flag. | Andrew Trick | 2011-09-20 | 1 | -0/+8 |
* | ARM isel bug fix for adds/subs operands. | Andrew Trick | 2011-09-20 | 1 | -8/+0 |
* | Don't attach annotations to MCInst's. Instead, have the disassembler return,... | Owen Anderson | 2011-09-15 | 3 | -19/+9 |
* | Add support for stored annotations to MCInst, and provide facilities for MC-b... | Owen Anderson | 2011-09-15 | 2 | -1/+17 |
* | Move state var to private class member. | Jim Grosbach | 2011-09-14 | 1 | -0/+1 |
* | First step in supporting #line directives in assembler. This step parses the | Kevin Enderby | 2011-09-13 | 1 | -0/+1 |
* | Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ... | James Molloy | 2011-09-07 | 1 | -1/+5 |
* | Darwin wants ctors/dtors to be ordered the other way round to linux. | Duncan Sands | 2011-09-02 | 1 | -0/+12 |
* | Don't drop alignment info on local common symbols. | Benjamin Kramer | 2011-09-01 | 2 | -5/+13 |
* | Fix C++0x narrowing errors when char is unsigned. | Jeffrey Yasskin | 2011-08-30 | 1 | -1/+1 |
* | Follow up to r138791. | Evan Cheng | 2011-08-30 | 1 | -0/+9 |
* | Thumb2 parsing and encoding for IT blocks. | Jim Grosbach | 2011-08-29 | 1 | -0/+12 |
* | Tidy up. 80 columns. | Jim Grosbach | 2011-08-29 | 1 | -1/+1 |
* | Some refactoring so TargetRegistry.h no longer has to include any files | Evan Cheng | 2011-08-23 | 2 | -11/+4 |
* | Add an MCInstrAnalysis version of isCall. | Benjamin Kramer | 2011-08-22 | 1 | -0/+4 |
* | Allow the MCDisassembler to return a "soft fail" status code, indicating an i... | Owen Anderson | 2011-08-17 | 1 | -2/+33 |
* | Remove unused Target argument from AsmParser construction methods. | Jim Grosbach | 2011-08-16 | 1 | -2/+1 |
* | Remove unused forward declaration. | Jim Grosbach | 2011-08-16 | 1 | -1/+0 |
* | Tidy up. Trailing whitespace. | Jim Grosbach | 2011-08-16 | 1 | -45/+45 |