Age | Commit message (Expand) | Author |
2012-03-21 | Put Is64BitMemOperand into !defined(NDEBUG) for now. | Joerg Sonnenberger |
2012-03-21 | Fix generation of the address size override prefix. Add assertions for | Joerg Sonnenberger |
2012-03-17 | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper |
2012-03-05 | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach |
2012-03-01 | Minimal changes for LLVM to compile under VS11. | Michael J. Spencer |
2012-02-19 | Add vmfunc instruction to X86 assembler and disassembler. | Craig Topper |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2012-02-18 | Add X86 assembler and disassembler support for AMD SVM instructions. Original... | Craig Topper |
2012-02-11 | Add support for implicit TLS model used with MS VC runtime. | Anton Korobeynikov |
2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-02-05 | Convert assert(0) to llvm_unreachable in X86 Target directory. | Craig Topper |
2012-01-30 | PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina. | Evan Cheng |
2012-01-27 | Keep source location information for X86 MCFixup's. | Jim Grosbach |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-18 | Tidy up. MCAsmBackend naming conventions. | Jim Grosbach |
2011-12-30 | Separate the concept of having memory access in operand 4 from the concept of... | Craig Topper |
2011-12-24 | Section relative fixups are a coff concept, not a x86 one. Replace the | Rafael Espindola |
2011-12-24 | Move x86 specific bits of the COFF writer to lib/Target/X86. | Rafael Espindola |
2011-12-21 | Move the X86 specific bits of the ELF writer to the Target/X86 directory. | Rafael Espindola |
2011-12-21 | Reduce the exposure of Triple::OSType in the ELF object writer. This will | Rafael Espindola |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-12-17 | Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the | Rafael Espindola |
2011-12-12 | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar |
2011-12-12 | XOP encoding bits and logic. | Jan Sjödin |
2011-12-10 | Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gas | Rafael Espindola |
2011-12-08 | Src2 and src3 were accidentally swapped for the FMA4 rr patterns. Undo this a... | Jan Sjödin |
2011-12-06 | Move target-specific logic out of generic MCAssembler. | Jim Grosbach |
2011-11-29 | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar |
2011-11-29 | MC/X86/COFF: Allow quotes in names when targeting MS/Windows, | Michael J. Spencer |
2011-11-25 | This patch contains support for encoding FMA4 instructions and | Bruno Cardoso Lopes |
2011-11-16 | Sink codegen optimization level into MCCodeGenInfo along side relocation model | Evan Cheng |
2011-11-12 | build: Attempt to rectify inconsistencies between CMake and LLVMBuild version... | Daniel Dunbar |
2011-11-03 | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar |
2011-10-23 | Add X86 RORX instruction | Craig Topper |
2011-10-18 | Remove NaClMode | David Meyer |
2011-10-17 | Don't use inline assembly in 64-bit Visual Studio. Unfortunately, this means ... | Craig Topper |
2011-10-16 | Add X86 PEXTR and PDEP instructions. | Craig Topper |
2011-10-16 | Add X86 BZHI instruction as well as BMI2 feature detection. | Craig Topper |
2011-10-16 | Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3... | Craig Topper |
2011-10-16 | Add X86 feature detection support for BMI instructions. Added new cpuid funct... | Craig Topper |
2011-10-15 | Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ... | Craig Topper |
2011-10-13 | Simplify assertion, and avoid undefined shift. Based on patch by Ahmed Charles. | Eli Friedman |
2011-10-04 | Add support in the disassembler for ignoring the L-bit on certain VEX instruc... | Craig Topper |
2011-09-20 | Tidy up a bit more, fix tab and remove trailing whitespaces | Bruno Cardoso Lopes |
2011-09-20 | Tidy up code! | Bruno Cardoso Lopes |
2011-09-07 | Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ... | James Molloy |
2011-09-05 | Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certain | Nick Lewycky |
2011-08-24 | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng |
2011-08-23 | Some refactoring so TargetRegistry.h no longer has to include any files | Evan Cheng |
2011-08-19 | Re-write part of VEX encoding logic, to be more easy to read! Also fix | Bruno Cardoso Lopes |