index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86TargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is a large patch for X86 AVX-512 of an optimization for reducing code si...
Gadi Haber
2016-12-28
1
-0
/
+2
*
[GlobalISel] Drop workaround for Legalizer member/class sharing a name. NFC.
Ahmed Bougacha
2016-12-15
1
-1
/
+1
*
MachineScheduler: Export function to construct "default" scheduler.
Matthias Braun
2016-11-28
1
-0
/
+8
*
[X86][GlobalISel] Add minimal call lowering support to the IRTranslator
Zvi Rackover
2016-11-15
1
-1
/
+63
*
Add a pass to optimize patterns of vectorized interleaved memory accesses for
David L Kreitzer
2016-10-14
1
-0
/
+3
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-2
/
+2
*
[Triple] Add triple for Fuchsia
Petr Hosek
2016-10-06
1
-0
/
+2
*
[Target] move reciprocal estimate settings from TargetOptions to TargetLowering
Sanjay Patel
2016-10-04
1
-10
/
+0
*
[CodeGen] Add support for emitting .init_array instead of .ctors on FreeBSD.
Davide Italiano
2016-09-26
1
-0
/
+2
*
Remove the default subtarget from the x86 port as it isn't necessary (or
Eric Christopher
2016-09-20
1
-2
/
+1
*
Remove a use of subtarget initialization in the X86 backend so we can get rid...
Eric Christopher
2016-09-20
1
-1
/
+4
*
[AVX512] Add initial support for the Execution Domain fixing pass to change s...
Craig Topper
2016-07-22
1
-1
/
+1
*
Don't optimize movs to pushes in -O0 builds.
Nico Weber
2016-07-14
1
-1
/
+1
*
Delete some trailing whitespace.
Nico Weber
2016-07-14
1
-2
/
+2
*
[X86] Disable FixupSetCC for CodeGenOpt::None
Michael Kuperstein
2016-07-11
1
-4
/
+4
*
Recommit r274692 - [X86] Transform setcc + movzbl into xorl + setcc
Michael Kuperstein
2016-07-07
1
-1
/
+2
*
Revert r274692 to check whether this is what breaks windows selfhost.
Michael Kuperstein
2016-07-07
1
-2
/
+1
*
[X86] Transform setcc + movzbl into xorl + setcc
Michael Kuperstein
2016-07-06
1
-1
/
+2
*
Address post-review for r270246
David Majnemer
2016-05-20
1
-11
/
+13
*
[X86] Reduce memory allocations in X86TargetMachine::getSubtargetImpl
David Majnemer
2016-05-20
1
-7
/
+12
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-4
/
+40
*
Re-commit r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instruct...
Hans Wennborg
2016-05-18
1
-0
/
+1
*
Trivial cleanups.
Rafael Espindola
2016-05-18
1
-1
/
+1
*
Revert r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions"
Hans Wennborg
2016-05-17
1
-1
/
+0
*
X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions
Hans Wennborg
2016-05-17
1
-0
/
+1
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-0
/
+1
*
[X86] Register and initialize the FixupBW pass.
Ahmed Bougacha
2016-05-07
1
-0
/
+1
*
Remove HasFnAttribute guards to getFnAttribute calls
Nirav Dave
2016-03-30
1
-1
/
+0
*
[PS4] Guarantee an instruction after a 'noreturn' call.
Paul Robinson
2016-03-24
1
-1
/
+3
*
[X86] New pass to change byte and word instructions to zero-extending versions.
Kevin B. Smith
2016-02-11
1
-0
/
+1
*
[X86] Fix stack alignment for MCU target, by Anton Nadolskiy.
Andrey Turetskiy
2016-02-10
1
-2
/
+7
*
Revert r259576: Disable the vzeroupper insertion pass on PS4.
Yunzhong Gao
2016-02-03
1
-3
/
+0
*
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
[next]