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
/
test
/
CodeGen
/
X86
/
O3-pipeline.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...
Scott Constable
2020-06-24
1
-1
/
+4
*
Revert "[X86] Add a Pass that builds a Condensed CFG for Load Value Injection...
Craig Topper
2020-06-24
1
-3
/
+1
*
[X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...
Scott Constable
2020-06-24
1
-1
/
+3
*
[X86] Add RET-hardening Support to mitigate Load Value Injection (LVI)
Scott Constable
2020-06-24
1
-0
/
+1
*
[X86][NFC] Generalize the naming of "Retpoline Thunks" and related code to "I...
Scott Constable
2020-06-24
1
-1
/
+1
*
[CodeGen] Move fentry-insert, xray-instrumentation and patchable-function bef...
Fangrui Song
2020-01-24
1
-3
/
+3
*
[PGO][PGSO] Instrument the code gen / target passes.
Hiroshi Yamauchi
2019-12-09
1
-1
/
+12
*
Revert "[PGO][PGSO] Instrument the code gen / target passes."
Hiroshi Yamauchi
2019-12-06
1
-12
/
+1
*
[PGO][PGSO] Instrument the code gen / target passes.
Hiroshi Yamauchi
2019-12-06
1
-1
/
+12
*
Reapply r374743 with a fix for the ocaml binding
Joerg Sonnenberger
2019-10-14
1
-0
/
+1
*
Revert "Add a pass to lower is.constant and objectsize intrinsics"
Dmitri Gribenko
2019-10-14
1
-1
/
+0
*
Add a pass to lower is.constant and objectsize intrinsics
Joerg Sonnenberger
2019-10-13
1
-0
/
+1
*
[Dominators][CodeGen] Don't mark MachineDominatorTree as preserved in Machine...
Jakub Kuderski
2019-10-01
1
-0
/
+2
*
Revert "Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen...
Dmitri Gribenko
2019-09-10
1
-0
/
+4
*
Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...
Clement Courbet
2019-09-10
1
-4
/
+0
*
[MachineCSE][MachinePRE] Avoid hoisting code from code regions into hot BBs.
Kai Luo
2019-07-19
1
-1
/
+1
*
Revert "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...
Clement Courbet
2019-06-26
1
-0
/
+4
*
[ExpandMemCmp][MergeICmps] Move passes out of CodeGen into opt pipeline.
Clement Courbet
2019-06-26
1
-4
/
+0
*
Rename ExpandISelPseudo->FinalizeISel, delay register reservation
Matt Arsenault
2019-06-19
1
-1
/
+1
*
Delete x86_64 ShadowCallStack support
Vlad Tsyrklevich
2019-03-07
1
-1
/
+0
*
Revert "Revert r347596 "Support for inserting profile-directed cache prefetch...
Mircea Trofin
2018-11-30
1
-0
/
+2
*
Revert r347596 "Support for inserting profile-directed cache prefetches"
Hans Wennborg
2018-11-29
1
-2
/
+0
*
Add new passes to X86 pipeline tests
Mircea Trofin
2018-11-26
1
-0
/
+2
*
[X86] Disable Condbr_merge pass
Rong Xu
2018-11-16
1
-1
/
+0
*
[X86] Fix pipeline tests when enabling MIR verification, NFC
Reid Kleckner
2018-10-24
1
-1
/
+4
*
Recommit r343993: [X86] condition branches folding for three-way conditional ...
Rong Xu
2018-10-09
1
-0
/
+1
*
[X86] Revert r343993 condition branches folding for three-way conditional codes
Rong Xu
2018-10-08
1
-1
/
+0
*
[X86] condition branches folding for three-way conditional codes
Rong Xu
2018-10-08
1
-0
/
+1
*
Re-submitting changes in D51550 because it failed to patch.
Christy Lee
2018-09-24
1
-0
/
+2
*
[x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative
Chandler Carruth
2018-09-04
1
-0
/
+1
*
[ShrinkWrap] Add optimization remarks to the shrink-wrapping pass
Francis Visoiu Mistrih
2018-06-05
1
-1
/
+1
*
Correct dwarf unwind information in function epilogue
Petar Jovanovic
2018-04-24
1
-0
/
+1
*
[x86] Fix PR37100 by teaching the EFLAGS copy lowering to rewrite uses
Chandler Carruth
2018-04-18
1
-0
/
+1
*
[x86] Introduce a pass to begin more systematically fixing PR36028 and simila...
Chandler Carruth
2018-04-10
1
-0
/
+1
*
Remove MachineLoopInfo dependency from AsmPrinter.
Michael Zolotukhin
2018-04-09
1
-2
/
+0
*
Add the ShadowCallStack pass
Vlad Tsyrklevich
2018-04-04
1
-0
/
+1
*
[X86] Reduce Store Forward Block issues in HW - Recommit after fixing Bug 36346
Lama Saba
2018-04-02
1
-0
/
+1
*
[PostRAMachineSink] preserve CFG
Jun Bum Lim
2018-03-28
1
-2
/
+0
*
Reapply "[test] Add tests for llc passes pipelines." with a fix for bots with...
Michael Zolotukhin
2018-03-22
1
-0
/
+170
*
Revert "[test] Add tests for llc passes pipelines."
Jonas Devlieghere
2018-03-22
1
-167
/
+0
*
[test] Add tests for llc passes pipelines.
Michael Zolotukhin
2018-03-21
1
-0
/
+167