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
/
CodeGen
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...
Clement Courbet
2019-06-26
1
-0
/
+1
*
[ExpandMemCmp][MergeICmps] Move passes out of CodeGen into opt pipeline.
Clement Courbet
2019-06-26
1
-1
/
+0
*
Rename ExpandISelPseudo->FinalizeISel, delay register reservation
Matt Arsenault
2019-06-19
1
-1
/
+1
*
Factor out SelectionDAG's switch analysis and lowering into a separate compon...
Amara Emerson
2019-06-08
1
-0
/
+1
*
[CodeGen] Generic Hardware Loop Support
Sam Parker
2019-06-07
1
-0
/
+1
*
CodeGen: factor out swifterror value tracking.
Tim Northover
2019-05-24
1
-0
/
+1
*
Remove an unnecessary file; NFC.
Aaron Ballman
2018-11-26
1
-1
/
+0
*
Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads.
Martin Elshuber
2018-11-19
1
-0
/
+1
*
[WebAssembly] Add Wasm exception handling prepare pass
Heejin Ahn
2018-05-31
1
-0
/
+1
*
Correct dwarf unwind information in function epilogue
Petar Jovanovic
2018-04-24
1
-0
/
+1
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-0
/
+1
*
Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...
Chandler Carruth
2018-01-22
1
-0
/
+1
*
Separate LoopTraversal, ReachingDefAnalysis and BreakFalseDeps into their own...
Marina Yatsina
2018-01-22
1
-0
/
+3
*
Rename ExecutionDepsFix files to ExecutionDomainFix
Marina Yatsina
2018-01-22
1
-1
/
+1
*
LiveStacks: Rename LiveStack.{h|cpp} to LiveStacks.{h|cpp}; NFC
Matthias Braun
2017-12-18
1
-1
/
+1
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
[CodeGen] Separate MachineOperand implementation from MachineInstr
Francis Visoiu Mistrih
2017-11-28
1
-0
/
+1
*
Rename CountingFunctionInserter and use for both mcount and cygprofile calls,...
Hans Wennborg
2017-11-14
1
-1
/
+0
*
Revert "Correct dwarf unwind information in function epilogue for X86"
Reid Kleckner
2017-11-08
1
-1
/
+0
*
Reland "Correct dwarf unwind information in function epilogue for X86"
Petar Jovanovic
2017-11-07
1
-0
/
+1
*
re-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."
Clement Courbet
2017-11-03
1
-0
/
+1
*
mir-canon: First commit.
Puyan Lotfi
2017-11-02
1
-0
/
+1
*
Revert "Correct dwarf unwind information in function epilogue for X86"
Petar Jovanovic
2017-11-01
1
-1
/
+0
*
Correct dwarf unwind information in function epilogue for X86
Petar Jovanovic
2017-11-01
1
-0
/
+1
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-2
/
+1
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-1
/
+2
*
Update branch coalescing to be a PowerPC specific pass
Lei Huang
2017-09-12
1
-1
/
+0
*
Temporarily revert "Update branch coalescing to be a PowerPC specific pass"
Eric Christopher
2017-08-31
1
-0
/
+1
*
Update branch coalescing to be a PowerPC specific pass
Lei Huang
2017-08-23
1
-1
/
+0
*
Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue"
Daniel Jasper
2017-06-29
1
-2
/
+0
*
[X86] Correct dwarf unwind information in function epilogue
Petar Jovanovic
2017-06-28
1
-0
/
+2
*
Recommit rL305677: [CodeGen] Add generic MacroFusion pass
Florian Hahn
2017-06-19
1
-0
/
+1
*
Revert r305677 [CodeGen] Add generic MacroFusion pass.
Florian Hahn
2017-06-19
1
-1
/
+0
*
[CodeGen] Add generic MacroFusion pass.
Florian Hahn
2017-06-19
1
-0
/
+1
*
Add LiveRangeShrink pass to shrink live range within BB.
Dehao Chen
2017-05-31
1
-0
/
+1
*
Revert r302938 "Add LiveRangeShrink pass to shrink live range within BB."
Hans Wennborg
2017-05-18
1
-1
/
+0
*
[X86] Relocate code of replacement of subtarget unsupported masked memory int...
Ayman Musa
2017-05-15
1
-0
/
+1
*
Add LiveRangeShrink pass to shrink live range within BB.
Dehao Chen
2017-05-12
1
-0
/
+1
*
Add a late IR expansion pass for the experimental reduction intrinsics.
Amara Emerson
2017-05-10
1
-0
/
+1
*
MachineFrameInfo: Move implementation to an own file; NFC
Matthias Braun
2017-04-26
1
-0
/
+1
*
[Outliner] Fixed Asan bot failure in r296418
Jessica Paquette
2017-03-06
1
-0
/
+1
*
Improve scheduling with branch coalescing
Nemanja Ivanovic
2017-03-01
1
-0
/
+1
*
Revert "Add MIR-level outlining pass"
Matthias Braun
2017-02-28
1
-1
/
+0
*
Add MIR-level outlining pass
Matthias Braun
2017-02-28
1
-0
/
+1
*
Add new pass LazyMachineBlockFrequencyInfo
Adam Nemet
2017-02-14
1
-0
/
+1
*
[CMake] Fix pthread handling for out-of-tree builds
Eric Fiselier
2017-02-10
1
-1
/
+1
*
[X86] Implement -mfentry
Nirav Dave
2017-01-31
1
-0
/
+1
*
New OptimizationRemarkEmitter pass for MIR
Adam Nemet
2017-01-25
1
-0
/
+1
*
CodeGen: Add/Factor out LiveRegUnits class; NFCI
Matthias Braun
2017-01-20
1
-0
/
+1
*
Move DwarfGenerator.cpp to unittests
Daniel Jasper
2016-12-08
1
-1
/
+0
[next]