| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable MachineVerifier in debug mode for X86, ARM, AArch64, Mips. | Matthias Braun | 2014-12-11 | 1 | -3/+3 |
* | [CodeGen] Add print and verify pass after each MachineFunctionPass by default | Matthias Braun | 2014-12-11 | 1 | -23/+9 |
* | This reverts commit r224043 and r224042. | Rafael Espindola | 2014-12-11 | 1 | -6/+20 |
* | Enable machineverifier in debug mode for X86, ARM, AArch64, Mips | Matthias Braun | 2014-12-11 | 1 | -3/+3 |
* | [CodeGen] Add print and verify pass after each MachineFunctionPass by default | Matthias Braun | 2014-12-11 | 1 | -23/+9 |
* | Add out of line virtual destructors to all LLVMTargetMachine subclasses | Reid Kleckner | 2014-11-20 | 1 | -2/+2 |
* | This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac... | Aditya Nandakumar | 2014-11-13 | 1 | -0/+20 |
* | Add subtarget caches to aarch64, arm, ppc, and x86. | Eric Christopher | 2014-10-06 | 1 | -0/+40 |
* | [X86] Use the generic AtomicExpandPass instead of X86AtomicExpandPass | Robin Morisset | 2014-09-17 | 1 | -1/+1 |
* | Reinstate "Nuke the old JIT." | Eric Christopher | 2014-09-02 | 1 | -7/+0 |
* | Move some X86 subtarget configuration onto the subtarget that's being | Eric Christopher | 2014-08-09 | 1 | -20/+0 |
* | Temporarily Revert "Nuke the old JIT." as it's not quite ready to | Eric Christopher | 2014-08-07 | 1 | -0/+7 |
* | Nuke the old JIT. | Rafael Espindola | 2014-08-07 | 1 | -7/+0 |
* | X86: expand atomics in IR instead of as MachineInstrs. | Tim Northover | 2014-07-01 | 1 | -0/+7 |
* | Move all of the x86 subtarget initialized variables down into the x86 subtarget | Eric Christopher | 2014-06-09 | 1 | -44/+1 |
* | X86: simplify data layout calculation | Saleem Abdulrasool | 2014-06-08 | 1 | -3/+2 |
* | Replace the use of TargetMachine with a tiny bool variable. | Eric Christopher | 2014-06-06 | 1 | -1/+1 |
* | Remove all local variables from X86SelectionDAGInfo, the DAG has | Eric Christopher | 2014-06-06 | 1 | -1/+1 |
* | Remove X86Subtarget from the X86FrameLowering constructor since | Eric Christopher | 2014-06-05 | 1 | -11/+9 |
* | Remove duplicate copy of InstrItineraryData from the TargetMachine, | Eric Christopher | 2014-06-05 | 1 | -1/+0 |
* | Remove uses of the TargetMachine from X86FrameLowering. | Eric Christopher | 2014-06-05 | 1 | -1/+1 |
* | Avoid using subtarget features when adding X86 specific passes to | Eric Christopher | 2014-05-22 | 1 | -11/+3 |
* | Rename createGlobalBaseRegPass -> createX86GlobalBaseRegPass to make | Eric Christopher | 2014-05-22 | 1 | -1/+1 |
* | Make early if conversion dependent upon the subtarget and add | Eric Christopher | 2014-05-21 | 1 | -11/+2 |
* | [X86] Tune LEA usage for Silvermont | Alexey Volkov | 2014-05-20 | 1 | -1/+2 |
* | Patch by Vadim Chugunov | Yaron Keren | 2014-04-19 | 1 | -0/+7 |
* | isTargetWindows() renamed to isTargetKnownWindowsMSVC() | Yaron Keren | 2014-04-01 | 1 | -2/+2 |
* | Prune includes in X86 target. | Craig Topper | 2014-03-19 | 1 | -1/+0 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-09 | 1 | -5/+5 |
* | [x86] Kill gratuitous X86_{32,64}TargetMachine subclasses, use X86TargetMachine | David Woodhouse | 2014-01-08 | 1 | -38/+13 |
* | Make the llvm mangler depend only on DataLayout. | Rafael Espindola | 2014-01-03 | 1 | -0/+1 |
* | Remove the 's' DataLayout specification | Rafael Espindola | 2014-01-01 | 1 | -4/+0 |
* | Synchronize the NaCl DataLayout strings with the ones in clang. | Rafael Espindola | 2013-12-19 | 1 | -2/+5 |
* | One last cleanup of LLVM's DataLayout strings. | Rafael Espindola | 2013-12-16 | 1 | -5/+4 |
* | The preferred alignment defaults to the abi alignment. Omit if it is the same. | Rafael Espindola | 2013-12-16 | 1 | -3/+3 |
* | On DataLayout, omit the default of p:64:64:64. | Rafael Espindola | 2013-12-16 | 1 | -3/+1 |
* | Assume defaults to produce smaller datalayout strings. | Rafael Espindola | 2013-12-13 | 1 | -5/+2 |
* | Refactor the computation of the x86 datalayout. | Rafael Espindola | 2013-12-10 | 1 | -14/+47 |
* | Mark some command line flags as hidden | Nadav Rotem | 2013-10-18 | 1 | -2/+2 |
* | X86TargetMachine.cpp: Clarify to emit GOT in i686-{cygming|win32}-elf for mcjit. | NAKAMURA Takumi | 2013-08-21 | 1 | -1/+1 |
* | Access the TargetLoweringInfo from the TargetMachine object instead of cachin... | Bill Wendling | 2013-06-19 | 1 | -1/+1 |
* | Remove the MachineMove class. | Rafael Espindola | 2013-05-13 | 1 | -0/+2 |
* | This patch adds the X86FixupLEAs pass, which will reduce instruction | Preston Gurd | 2013-04-25 | 1 | -0/+5 |
* | In this patch, we teach X86_64TargetMachine that it has a ILP32 | Eli Bendersky | 2013-01-25 | 1 | -2/+6 |
* | Provide a place for targets to insert ILP optimization passes. | Jakob Stoklund Olesen | 2013-01-17 | 1 | -6/+10 |
* | Pad Short Functions for Intel Atom | Preston Gurd | 2013-01-08 | 1 | -0/+6 |
* | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth | 2013-01-07 | 1 | -4/+15 |
* | Revert revision 171524. Original message: | Nadav Rotem | 2013-01-05 | 1 | -4/+0 |
* | The current Intel Atom microarchitecture has a feature whereby when a function | Preston Gurd | 2013-01-04 | 1 | -0/+4 |
* | Fix use-before-construction of X86TargetLowering. | Richard Smith | 2012-12-20 | 1 | -2/+2 |