| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove 'static' from inline functions defined in header files. | Chandler Carruth | 2012-06-20 | 1 | -7/+7 |
* | Better comments for TLS-related X86 MachineOperand flags. | Hans Wennborg | 2012-06-04 | 1 | -9/+18 |
* | Implement the local-dynamic TLS model for x86 (PR3985) | Hans Wennborg | 2012-06-01 | 1 | -0/+27 |
* | Added FMA3 Intel instructions. | Elena Demikhovsky | 2012-05-31 | 1 | -2/+6 |
* | Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex... | Benjamin Kramer | 2012-05-29 | 1 | -2/+3 |
* | Tidy up some spacing and inconsistent use of pre/post increment. No functiona... | Craig Topper | 2012-05-19 | 1 | -15/+15 |
* | Allow MCCodeEmitter access to the target MCRegisterInfo. | Jim Grosbach | 2012-05-15 | 2 | -0/+2 |
* | Implement initial-exec TLS model for 32-bit PIC x86 | Hans Wennborg | 2012-05-11 | 1 | -0/+7 |
* | Nuke a few dead remnants of the CBE. | Jim Grosbach | 2012-05-05 | 1 | -17/+0 |
* | Copied all the VEX prefix encoding code from X86MCCodeEmitter to the x86 JIT ... | Pete Cooper | 2012-04-30 | 1 | -1/+3 |
* | Target/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfCFI (aka DW2) on Cygming. | NAKAMURA Takumi | 2012-04-07 | 1 | -0/+3 |
* | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper | 2012-04-02 | 1 | -2/+3 |
* | Prune some includes | Craig Topper | 2012-03-27 | 1 | -1/+0 |
* | Put Is64BitMemOperand into !defined(NDEBUG) for now. | Joerg Sonnenberger | 2012-03-21 | 1 | -0/+2 |
* | Fix generation of the address size override prefix. Add assertions for | Joerg Sonnenberger | 2012-03-21 | 1 | -5/+51 |
* | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 2012-03-17 | 1 | -1/+1 |
* | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach | 2012-03-05 | 1 | -2/+3 |
* | Minimal changes for LLVM to compile under VS11. | Michael J. Spencer | 2012-03-01 | 1 | -0/+4 |
* | Add vmfunc instruction to X86 assembler and disassembler. | Craig Topper | 2012-02-19 | 2 | -12/+16 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 4 | -4/+4 |
* | Add X86 assembler and disassembler support for AMD SVM instructions. Original... | Craig Topper | 2012-02-18 | 2 | -71/+52 |
* | Add support for implicit TLS model used with MS VC runtime. | Anton Korobeynikov | 2012-02-11 | 3 | -2/+14 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-05 | 1 | -0/+1 |
* | Convert assert(0) to llvm_unreachable in X86 Target directory. | Craig Topper | 2012-02-05 | 3 | -15/+15 |
* | PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina. | Evan Cheng | 2012-01-30 | 1 | -1/+2 |
* | Keep source location information for X86 MCFixup's. | Jim Grosbach | 2012-01-27 | 1 | -18/+20 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 2 | -8/+15 |
* | Tidy up. MCAsmBackend naming conventions. | Jim Grosbach | 2012-01-18 | 1 | -8/+8 |
* | Separate the concept of having memory access in operand 4 from the concept of... | Craig Topper | 2011-12-30 | 2 | -21/+13 |
* | Section relative fixups are a coff concept, not a x86 one. Replace the | Rafael Espindola | 2011-12-24 | 3 | -6/+6 |
* | Move x86 specific bits of the COFF writer to lib/Target/X86. | Rafael Espindola | 2011-12-24 | 4 | -1/+74 |
* | Move the X86 specific bits of the ELF writer to the Target/X86 directory. | Rafael Espindola | 2011-12-21 | 4 | -13/+232 |
* | Reduce the exposure of Triple::OSType in the ELF object writer. This will | Rafael Espindola | 2011-12-21 | 1 | -14/+16 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 2 | -4/+20 |
* | Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the | Rafael Espindola | 2011-12-17 | 2 | -1/+5 |
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
* | XOP encoding bits and logic. | Jan Sjödin | 2011-12-12 | 2 | -5/+39 |
* | Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gas | Rafael Espindola | 2011-12-10 | 1 | -12/+28 |
* | Src2 and src3 were accidentally swapped for the FMA4 rr patterns. Undo this a... | Jan Sjödin | 2011-12-08 | 1 | -11/+8 |
* | Move target-specific logic out of generic MCAssembler. | Jim Grosbach | 2011-12-06 | 1 | -0/+13 |
* | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar | 2011-11-29 | 1 | -7/+0 |
* | MC/X86/COFF: Allow quotes in names when targeting MS/Windows, | Michael J. Spencer | 2011-11-29 | 3 | -5/+23 |
* | This patch contains support for encoding FMA4 instructions and | Bruno Cardoso Lopes | 2011-11-25 | 2 | -6/+38 |
* | Sink codegen optimization level into MCCodeGenInfo along side relocation model | Evan Cheng | 2011-11-16 | 1 | -2/+3 |
* | build: Attempt to rectify inconsistencies between CMake and LLVMBuild version... | Daniel Dunbar | 2011-11-12 | 1 | -1/+0 |
* | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar | 2011-11-03 | 1 | -0/+24 |
* | Add X86 RORX instruction | Craig Topper | 2011-10-23 | 2 | -0/+12 |
* | Remove NaClMode | David Meyer | 2011-10-18 | 1 | -4/+0 |
* | Don't use inline assembly in 64-bit Visual Studio. Unfortunately, this means ... | Craig Topper | 2011-10-17 | 1 | -16/+10 |
* | Add X86 PEXTR and PDEP instructions. | Craig Topper | 2011-10-16 | 2 | -5/+17 |