| Commit message (Expand) | Author | Age | Files | Lines |
| * | [x86] Enable Broadwell target. | Robert Khasanov | 2014-08-21 | 1 | -0/+1 |
| * | Fix whitespace error from r215279, NFC | Duncan P. N. Exon Smith | 2014-08-14 | 1 | -1/+1 |
| * | Initialize X86 DataLayout based on the Triple only. | Eric Christopher | 2014-08-09 | 1 | -12/+14 |
| * | Move some X86 subtarget configuration onto the subtarget that's being | Eric Christopher | 2014-08-09 | 1 | -1/+22 |
| * | Temporarily Revert "Nuke the old JIT." as it's not quite ready to | Eric Christopher | 2014-08-07 | 1 | -1/+2 |
| * | Nuke the old JIT. | Rafael Espindola | 2014-08-07 | 1 | -2/+1 |
| * | Add support for the X86 secure guard extensions instructions in assembler (SGX). | Kevin Enderby | 2014-07-31 | 1 | -0/+1 |
| * | [SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX512VL features. | Robert Khasanov | 2014-07-21 | 1 | -0/+3 |
| * | Move Post RA Scheduling flag bit into SchedMachineModel | Sanjay Patel | 2014-07-15 | 1 | -15/+2 |
| * | Move to a private function to initialize the subtarget dependencies | Eric Christopher | 2014-06-11 | 1 | -12/+12 |
| * | Use unique_ptr for X86Subtarget pointer members. | Eric Christopher | 2014-06-10 | 1 | -13/+6 |
| * | Remove the use of TargetMachine from X86InstrInfo. | Eric Christopher | 2014-06-10 | 1 | -1/+1 |
| * | Delete X86JITInfo in the subtarget destructor. | Eric Christopher | 2014-06-10 | 1 | -0/+1 |
| * | Move all of the x86 subtarget initialized variables down into the x86 subtarget | Eric Christopher | 2014-06-09 | 1 | -2/+56 |
| * | [X86] Use ADD/SUB instead of INC/DEC for Silvermont | Alexey Volkov | 2014-06-09 | 1 | -0/+1 |
| * | Fix compilation issues. | Eric Christopher | 2014-05-21 | 1 | -2/+3 |
| * | Make early if conversion dependent upon the subtarget and add | Eric Christopher | 2014-05-21 | 1 | -0/+12 |
| * | [X86] Tune LEA usage for Silvermont | Alexey Volkov | 2014-05-20 | 1 | -0/+1 |
| * | Reformat a couple of functions for clarity. | Eric Christopher | 2014-05-07 | 1 | -22/+19 |
| * | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -1/+1 |
| * | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -3/+4 |
| * | [cleanup] Lift using directives, DEBUG_TYPE definitions, and even some | Chandler Carruth | 2014-04-22 | 1 | -4/+4 |
| * | X86: Remove TargetMachine CPU auto-detection. | Jim Grosbach | 2014-04-12 | 1 | -281/+15 |
| * | X86: Disable IsLegalToCallImmediateAddr for Win32 | David Majnemer | 2014-03-28 | 1 | -1/+4 |
| * | [x86] Support i386-*-*-code16 triple for emitting 16-bit code | David Woodhouse | 2014-01-20 | 1 | -2/+4 |
| * | Decouple dllexport/dllimport from linkage | Nico Rieck | 2014-01-14 | 1 | -1/+1 |
| * | Revert "Decouple dllexport/dllimport from linkage" | Nico Rieck | 2014-01-14 | 1 | -1/+1 |
| * | Decouple dllexport/dllimport from linkage | Nico Rieck | 2014-01-14 | 1 | -1/+1 |
| * | [x86] Kill gratuitous X86_{32,64}TargetMachine subclasses, use X86TargetMachine | David Woodhouse | 2014-01-08 | 1 | -3/+3 |
| * | [x86] Add basic support for .code16 | Craig Topper | 2014-01-06 | 1 | -1/+9 |
| * | X86: enable AVX2 under Haswell native compilation | Tim Northover | 2013-11-25 | 1 | -1/+6 |
| * | SHLD/SHRD are VectorPath (microcode) instructions known to have poor latency ... | Ekaterina Romanova | 2013-11-21 | 1 | -0/+10 |
| * | Adding a feature flag to the llvm backend for x86 TBM instruction set. | Yunzhong Gao | 2013-09-24 | 1 | -0/+5 |
| * | Prevent extra calls to ToggleFeature for Feature64Bit and FeatureCMOV if they... | Craig Topper | 2013-09-18 | 1 | -2/+2 |
| * | Fix X86 subtarget to not overwrite the autodetected features by calling InitM... | Craig Topper | 2013-09-18 | 1 | -1/+1 |
| * | Adds support for Atom Silvermont (SLM) - -march=slm | Preston Gurd | 2013-09-13 | 1 | -2/+6 |
| * | Move operator to end of previous line to match coding standards. | Craig Topper | 2013-09-13 | 1 | -2/+2 |
| * | Partial support for Intel SHA Extensions (sha1rnds4) | Ben Langmuir | 2013-09-12 | 1 | -0/+5 |
| * | Rename mattr names for AVX-512 to from avx-512 -> avx512f, avx-512-pfi -> av5... | Craig Topper | 2013-08-21 | 1 | -1/+1 |
| * | Fix formatting. No functional change. | Craig Topper | 2013-08-20 | 1 | -1/+1 |
| * | Add AVX-512 and related features to the CPUID detection code. | Craig Topper | 2013-08-20 | 1 | -3/+19 |
| * | Added encoding prefixes for KNL instructions (EVEX). | Elena Demikhovsky | 2013-07-28 | 1 | -0/+3 |
| * | Re-enable AVX detection on x64 platforms. | Michael Kuperstein | 2013-05-07 | 1 | -1/+2 |
| * | Unbreaking the non-x86 build bots by protecting the AVX test code properly. | Aaron Ballman | 2013-05-03 | 1 | -0/+4 |
| * | Correctly testing for AVX support in x86 based off code from Hosts.cpp. | Aaron Ballman | 2013-05-03 | 1 | -1/+18 |
| * | This patch adds the X86FixupLEAs pass, which will reduce instruction | Preston Gurd | 2013-04-25 | 1 | -0/+1 |
| * | Formatting. | Eric Christopher | 2013-04-02 | 1 | -2/+1 |
| * | Add support of RDSEED defined in AVX2 extension | Michael Liao | 2013-03-28 | 1 | -0/+5 |
| * | Add ADX CPUID detection | Michael Liao | 2013-03-28 | 1 | -0/+4 |
| * | For the current Atom processor, the fastest way to handle a call | Preston Gurd | 2013-03-27 | 1 | -0/+1 |