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
...
*
SelectionDAGBuilder, mach-o: Skip trap after noreturn call (for Mach-O)
Matthias Braun
2018-06-28
1
-1
/
+3
*
Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...
Reid Kleckner
2018-06-25
1
-1
/
+7
*
Revert r335297 "[X86] Implement more of x86-64 large and medium PIC code models"
Reid Kleckner
2018-06-21
1
-4
/
+1
*
[X86] Implement more of x86-64 large and medium PIC code models
Reid Kleckner
2018-06-21
1
-1
/
+4
*
[MS][ARM64] Hoist __ImageBase handling into TargetLoweringObjectFileCOFF
Reid Kleckner
2018-06-12
1
-2
/
+0
*
Correct dwarf unwind information in function epilogue
Petar Jovanovic
2018-04-24
1
-0
/
+6
*
MachO: trap unreachable instructions
Tim Northover
2018-04-13
1
-1
/
+2
*
[x86] Introduce a pass to begin more systematically fixing PR36028 and simila...
Chandler Carruth
2018-04-10
1
-0
/
+3
*
Add the ShadowCallStack pass
Vlad Tsyrklevich
2018-04-04
1
-0
/
+3
*
[X86] Reduce Store Forward Block issues in HW - Recommit after fixing Bug 36346
Lama Saba
2018-04-02
1
-0
/
+3
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
Revert r325128 ("[X86] Reduce Store Forward Block issues in HW").
Richard Smith
2018-02-23
1
-1
/
+0
*
[X86] Reduce Store Forward Block issues in HW - Recommit after fixing Bug 36346
Lama Saba
2018-02-14
1
-0
/
+1
*
Revert r324835 "[X86] Reduce Store Forward Block issues in HW"
Hans Wennborg
2018-02-12
1
-1
/
+0
*
[X86] Reduce Store Forward Block issues in HW
Lama Saba
2018-02-11
1
-0
/
+1
*
[X86] Don't make 512-bit vectors legal when preferred vector width is 256 bit...
Craig Topper
2018-02-11
1
-3
/
+18
*
Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...
Chandler Carruth
2018-01-22
1
-0
/
+10
*
Separate LoopTraversal, ReachingDefAnalysis and BreakFalseDeps into their own...
Marina Yatsina
2018-01-22
1
-1
/
+1
*
Rename ExecutionDepsFix files to ExecutionDomainFix
Marina Yatsina
2018-01-22
1
-1
/
+1
*
Separate ExecutionDepsFix into 4 parts:
Marina Yatsina
2018-01-22
1
-9
/
+14
*
[X86] Add support for passing 'prefer-vector-width' function attribute into X...
Craig Topper
2018-01-20
1
-2
/
+20
*
Instrument Control Flow For Indirect Branch Tracking
Oren Ben Simhon
2018-01-09
1
-0
/
+2
*
(Re-landing) Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-22
1
-4
/
+3
*
Revert "Expose a TargetMachine::getTargetTransformInfo function"
Sanjoy Das
2017-12-21
1
-3
/
+4
*
Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-21
1
-4
/
+3
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Revert "Correct dwarf unwind information in function epilogue for X86"
Reid Kleckner
2017-11-08
1
-7
/
+0
*
Reland "Correct dwarf unwind information in function epilogue for X86"
Petar Jovanovic
2017-11-07
1
-0
/
+7
*
Revert "Correct dwarf unwind information in function epilogue for X86"
Petar Jovanovic
2017-11-01
1
-7
/
+0
*
Correct dwarf unwind information in function epilogue for X86
Petar Jovanovic
2017-11-01
1
-0
/
+7
*
X86: Register the X86CallFrameOptimization pass
Zvi Rackover
2017-10-24
1
-0
/
+2
*
[X86] Add a pass to convert instruction chains between domains.
Guy Blank
2017-10-22
1
-0
/
+7
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-1
/
+1
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-1
/
+1
*
[X86][NFC] Add X86CmovConverterPass to the pass registry.
Amjad Aboud
2017-10-02
1
-0
/
+2
*
[GlobalISel] Make GlobalISel a non-optional library.
Quentin Colombet
2017-08-03
1
-4
/
+0
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-3
/
+15
*
[X86] X86::CMOV to Branch heuristic based optimization.
Amjad Aboud
2017-07-16
1
-0
/
+1
*
[X86] Move GISel accessor initialization from TargetMachine to Subtarget.
Quentin Colombet
2017-07-01
1
-47
/
+0
*
[Solaris] emit .init_array instead of .ctors on Solaris (Sparc/x86)
Davide Italiano
2017-06-21
1
-0
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Add LiveRangeShrink pass to shrink live range within BB.
Dehao Chen
2017-05-31
1
-0
/
+1
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-2
/
+2
*
[globalisel][tablegen] Demote OptForSize/OptForMinSize/ForCodeSize to per-fun...
Daniel Sanders
2017-05-19
1
-8
/
+1
*
Revert r302938 "Add LiveRangeShrink pass to shrink live range within BB."
Hans Wennborg
2017-05-18
1
-1
/
+0
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-2
/
+2
*
[X86] Replace slow LEA instructions in X86
Lama Saba
2017-05-18
1
-0
/
+2
*
Only enable LiveRangeShrink for x86.
Dehao Chen
2017-05-17
1
-0
/
+1
*
Revert "[X86] Replace slow LEA instructions in X86"
Reid Kleckner
2017-05-16
1
-2
/
+0
*
[X86] Replace slow LEA instructions in X86
Lama Saba
2017-05-16
1
-0
/
+2
[prev]
[next]