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
*
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
*
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
[next]