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
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[X86] Fix -enable-machine-outliner for x86-32 after D48683
Fangrui Song
2019-12-28
1
-3
/
+1
*
Revert "Honor -fuse-init-array when os is not specified on x86"
Mitch Phillips
2019-12-17
1
-1
/
+11
*
Honor -fuse-init-array when os is not specified on x86
Kamlesh Kumar
2019-12-16
1
-11
/
+1
*
Add Windows Control Flow Guard checks (/guard:cf).
Andrew Paverd
2019-10-28
1
-0
/
+14
*
[Alignment][NFC] Use Align for TargetFrameLowering/Subtarget
Guillaume Chatelet
2019-10-17
1
-4
/
+4
*
Add AutoUpgrade function to add new address space datalayout string to existi...
Amy Huang
2019-09-18
1
-13
/
+3
*
Reland "Change the X86 datalayout to add three address spaces
Amy Huang
2019-09-10
1
-2
/
+15
*
[Windows] Replace TrapUnreachable with an int3 insertion pass
Reid Kleckner
2019-09-09
1
-11
/
+10
*
Revert [Windows] Disable TrapUnreachable for Win64, add SEH_NoReturn
Reid Kleckner
2019-09-03
1
-1
/
+9
*
[Windows] Disable TrapUnreachable for Win64, add SEH_NoReturn
Reid Kleckner
2019-08-30
1
-9
/
+1
*
Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...
Vlad Tsyrklevich
2019-08-28
1
-3
/
+0
*
Change the X86 datalayout to add three address spaces for 32 bit signed,
Amy Huang
2019-08-27
1
-0
/
+3
*
[X86] Making X86OptimizeLEAs pass public. NFC
Pengfei Wang
2019-08-22
1
-0
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-9
/
+9
*
X86: Clean up pass initialization
Tom Stellard
2019-06-13
1
-0
/
+1
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[TargetMachine] error message unsupported code model
Sjoerd Meijer
2019-05-22
1
-1
/
+1
*
[X86] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
1
-0
/
+1
*
[X86] Run CFIInstrInserter on Windows if Dwarf is used
Martin Storsjo
2019-04-29
1
-1
/
+5
*
[GlobalISel] Introduce a CSEConfigBase class to allow targets to define their...
Amara Emerson
2019-04-15
1
-0
/
+6
*
[X86] Preserve operand flag when expanding TCRETURNri
Francis Visoiu Mistrih
2019-04-05
1
-0
/
+1
*
[X86] Make the post machine scheduler macrofusion-aware.
Clement Courbet
2019-04-03
1
-0
/
+7
*
Delete x86_64 ShadowCallStack support
Vlad Tsyrklevich
2019-03-07
1
-2
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Initialize and Register X86CondBrFoldingPass
Craig Topper
2018-12-07
1
-0
/
+1
*
[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...
David Green
2018-12-07
1
-4
/
+8
*
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
*
Support for inserting profile-directed cache prefetches
Mircea Trofin
2018-11-26
1
-0
/
+2
*
[X86] Disable Condbr_merge pass
Rong Xu
2018-11-16
1
-1
/
+1
*
X86: Consistently declare pass initializers in X86.h; NFC
Matthias Braun
2018-11-01
1
-15
/
+0
*
[X86] Change X86 backend to look for 'min-legal-vector-width' attribute inste...
Craig Topper
2018-10-25
1
-4
/
+5
*
Recommit r343993: [X86] condition branches folding for three-way conditional ...
Rong Xu
2018-10-09
1
-0
/
+7
*
[X86] Revert r343993 condition branches folding for three-way conditional codes
Rong Xu
2018-10-08
1
-7
/
+0
*
[X86] condition branches folding for three-way conditional codes
Rong Xu
2018-10-08
1
-0
/
+7
*
[x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative
Chandler Carruth
2018-09-04
1
-7
/
+1
*
[x86] Actually initialize the SLH pass with the x86 backend and use
Chandler Carruth
2018-08-16
1
-0
/
+2
*
Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...
Reid Kleckner
2018-07-23
1
-1
/
+7
*
[SLH] Introduce a new pass to do Speculative Load Hardening to mitigate
Chandler Carruth
2018-07-13
1
-0
/
+7
*
Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC ...
Jonas Devlieghere
2018-06-28
1
-7
/
+1
*
[MachineOutliner] Define MachineOutliner support in TargetOptions
Jessica Paquette
2018-06-28
1
-0
/
+4
*
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
[next]