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