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
/
O0-pipeline.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Add an Unoptimized Load Value Injection (LVI) Load Hardening Pass
Scott Constable
2020-06-24
1
-4
/
+1
*
[X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...
Scott Constable
2020-06-24
1
-0
/
+5
*
Revert "[X86] Add a Pass that builds a Condensed CFG for Load Value Injection...
Craig Topper
2020-06-24
1
-4
/
+0
*
[X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...
Scott Constable
2020-06-24
1
-0
/
+4
*
[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
-0
/
+5
*
Revert "[PGO][PGSO] Instrument the code gen / target passes."
Hiroshi Yamauchi
2019-12-06
1
-5
/
+0
*
[PGO][PGSO] Instrument the code gen / target passes.
Hiroshi Yamauchi
2019-12-06
1
-0
/
+5
*
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
*
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] Fix pipeline tests when enabling MIR verification, NFC
Reid Kleckner
2018-10-24
1
-1
/
+4
*
[x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative
Chandler Carruth
2018-09-04
1
-0
/
+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
*
[XRay] Lazily compute MachineLoopInfo instead of requiring it.
Michael Zolotukhin
2018-03-20
1
-2
/
+0
*
[x86] Make the retpoline thunk insertion a machine function pass.
Chandler Carruth
2018-01-31
1
-2
/
+1
*
Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...
Chandler Carruth
2018-01-22
1
-0
/
+3
*
Instrument Control Flow For Indirect Branch Tracking
Oren Ben Simhon
2018-01-09
1
-0
/
+1
*
Rename CountingFunctionInserter and use for both mcount and cygprofile calls,...
Hans Wennborg
2017-11-14
1
-1
/
+1
*
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
*
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
*
[PEI] Add basic opt-remarks support
Francis Visoiu Mistrih
2017-07-19
1
-0
/
+2
*
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
*
CodeGen/LLVMTargetMachine: Refactor ISel pass construction; NFCI
Matthias Braun
2017-06-06
1
-1
/
+1
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-1
/
+1
*
[X86] Relocate code of replacement of subtarget unsupported masked memory int...
Ayman Musa
2017-05-15
1
-0
/
+1
*
Add a late IR expansion pass for the experimental reduction intrinsics.
Amara Emerson
2017-05-10
1
-0
/
+1
*
[CodeGen] Don't require AA in TwoAddress at -O0.
Ahmed Bougacha
2017-05-10
1
-3
/
+0
*
[CodeGen] Don't require AA in SDAGISel at -O0.
Ahmed Bougacha
2017-05-10
1
-3
/
+3
*
[CodeGen] Compute DT/LI lazily in SafeStackLegacyPass. NFC.
Ahmed Bougacha
2017-05-10
1
-3
/
+0
*
[CodeGen] Add an -O0 backend pipeline test. NFC.
Ahmed Bougacha
2017-05-10
1
-0
/
+71