| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Disable the vzeroupper insertion pass on PS4. | Yunzhong Gao | 2016-02-02 | 1 | -0/+3 |
* | LEA code size optimization pass (Part 1): Remove redundant address recalculat... | Alexey Bataev | 2015-12-04 | 1 | -0/+3 |
* | Revert "Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Wi... | Reid Kleckner | 2015-10-09 | 1 | -0/+7 |
* | Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64"" | Reid Kleckner | 2015-10-09 | 1 | -7/+0 |
* | Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64" | NAKAMURA Takumi | 2015-10-01 | 1 | -0/+7 |
* | [WinEH] Emit int3 after noreturn calls on Win64 | Reid Kleckner | 2015-09-30 | 1 | -7/+0 |
* | constify the Function parameter to the TTI creation callback and | Eric Christopher | 2015-09-16 | 1 | -2/+3 |
* | [WinEH] Calculate state numbers for the new EH representation | David Majnemer | 2015-08-18 | 1 | -0/+7 |
* | Add a target environment for CoreCLR. | Pat Gavlin | 2015-08-14 | 1 | -1/+1 |
* | [x86] set default reciprocal (division and square root) codegen to match GCC | Sanjay Patel | 2015-06-22 | 1 | -6/+9 |
* | Clean up redundant copies of Triple objects. NFC | Daniel Sanders | 2015-06-16 | 1 | -4/+4 |
* | Replace string GNU Triples with llvm::Triple in TargetMachine. NFC. | Daniel Sanders | 2015-06-11 | 1 | -5/+6 |
* | [x86] Add a reassociation optimization to increase ILP via the MachineCombine... | Sanjay Patel | 2015-06-10 | 1 | -0/+6 |
* | Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC... | Daniel Sanders | 2015-06-10 | 1 | -2/+2 |
* | make reciprocal estimate code generation more flexible by adding command-line... | Sanjay Patel | 2015-06-04 | 1 | -0/+7 |
* | Revert "make reciprocal estimate code generation more flexible by adding comm... | Rafael Espindola | 2015-06-03 | 1 | -7/+0 |
* | make reciprocal estimate code generation more flexible by adding command-line... | Sanjay Patel | 2015-06-02 | 1 | -0/+7 |
* | Only add the EH state insertion pass on 32-bit Windows | Reid Kleckner | 2015-05-29 | 1 | -2/+2 |
* | 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 |