| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "make reciprocal estimate code generation more flexible by adding comm... | Rafael Espindola | 2015-05-23 | 1 | -7/+0 |
| * | make reciprocal estimate code generation more flexible by adding command-line... | Sanjay Patel | 2015-05-22 | 1 | -0/+7 |
| * | Reapply r238011 with a fix for the trap instruction. | Quentin Colombet | 2015-05-22 | 1 | -0/+3 |
| * | Revert "[X86] Fix a variable name for r237977 so that it works with every com... | Tamas Berghammer | 2015-05-22 | 1 | -3/+0 |
| * | [X86] Refactor the prologue emission to prepare for shrink-wrapping. | Quentin Colombet | 2015-05-22 | 1 | -0/+3 |
| * | Remove setting FloatABIType from the X86 port, nothing uses it. | Eric Christopher | 2015-05-14 | 1 | -4/+0 |
| * | Migrate existing backends that care about software floating point | Eric Christopher | 2015-05-12 | 1 | -7/+9 |
| * | Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86" | Reid Kleckner | 2015-05-05 | 1 | -0/+9 |
| * | Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86" | Reid Kleckner | 2015-05-01 | 1 | -9/+0 |
| * | Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86" | Reid Kleckner | 2015-05-01 | 1 | -0/+9 |
| * | Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86" | Reid Kleckner | 2015-05-01 | 1 | -9/+0 |
| * | [WinEH] Add an EH registration and state insertion pass for 32-bit x86 | Reid Kleckner | 2015-05-01 | 1 | -0/+9 |
| * | [X86] Use 4 byte preferred aggregate alignment on Win32 | Reid Kleckner | 2015-04-30 | 1 | -1/+1 |
| * | Move the DataLayout to the generic TargetMachine, making it mandatory. | Mehdi Amini | 2015-03-12 | 1 | -2/+2 |
| * | Make NaCl's use of .init_array for static constructors match Linux | Derek Schuff | 2015-03-11 | 1 | -2/+2 |
| * | [X86][ELF] Correct relocation for DWARF TLS references | Paul Robinson | 2015-03-03 | 1 | -1/+1 |
| * | Revert r230979, should apply to all X86 ELF. | Paul Robinson | 2015-03-02 | 1 | -2/+0 |
| * | [PS4] Correct relocation for DWARF TLS references. | Paul Robinson | 2015-03-02 | 1 | -0/+2 |
| * | X86: Canonicalize access to function attributes, NFC | Duncan P. N. Exon Smith | 2015-02-14 | 1 | -7/+3 |
| * | [PM] Remove the old 'PassManager.h' header file at the top level of | Chandler Carruth | 2015-02-13 | 1 | -1/+1 |
| * | Remove the use of getSubtarget in the creation of the X86 | Eric Christopher | 2015-02-05 | 1 | -6/+3 |
| * | [X86] Convert esp-relative movs of function arguments to pushes, step 2 | Michael Kuperstein | 2015-02-01 | 1 | -0/+5 |
| * | Revert r227728 due to bad line endings. | Michael Kuperstein | 2015-02-01 | 1 | -5/+0 |
| * | [multiversion] Switch all of the targets over to use the | Chandler Carruth | 2015-02-01 | 1 | -2/+3 |
| * | [X86] Convert esp-relative movs of function arguments to pushes, step 2 | Michael Kuperstein | 2015-02-01 | 1 | -0/+5 |
| * | [PM] Switch the TargetMachine interface from accepting a pass manager | Chandler Carruth | 2015-01-31 | 1 | -3/+4 |
| * | [PM] Change the core design of the TTI analysis to use a polymorphic | Chandler Carruth | 2015-01-31 | 1 | -4/+0 |
| * | Move DataLayout back to the TargetMachine from TargetSubtargetInfo | Eric Christopher | 2015-01-26 | 1 | -0/+41 |
| * | 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 |