Age | Commit message (Expand) | Author |
2012-08-06 | Add support for the OpenBSD for Bitrig. | Eric Christopher |
2012-07-12 | Update GATHER instructions to support 2 read-write operands. Patch from mysel... | Craig Topper |
2012-06-26 | X86: add GATHER intrinsics (AVX2) in LLVM | Manman Ren |
2012-06-20 | Remove 'static' from inline functions defined in header files. | Chandler Carruth |
2012-06-04 | Better comments for TLS-related X86 MachineOperand flags. | Hans Wennborg |
2012-06-01 | Implement the local-dynamic TLS model for x86 (PR3985) | Hans Wennborg |
2012-05-31 | Added FMA3 Intel instructions. | Elena Demikhovsky |
2012-05-29 | Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex... | Benjamin Kramer |
2012-05-19 | Tidy up some spacing and inconsistent use of pre/post increment. No functiona... | Craig Topper |
2012-05-15 | Allow MCCodeEmitter access to the target MCRegisterInfo. | Jim Grosbach |
2012-05-11 | Implement initial-exec TLS model for 32-bit PIC x86 | Hans Wennborg |
2012-05-05 | Nuke a few dead remnants of the CBE. | Jim Grosbach |
2012-04-30 | Copied all the VEX prefix encoding code from X86MCCodeEmitter to the x86 JIT ... | Pete Cooper |
2012-04-07 | Target/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfCFI (aka DW2) on Cygming. | NAKAMURA Takumi |
2012-04-02 | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper |
2012-03-27 | Prune some includes | Craig Topper |
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 |