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
/
TargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
Remove unneeded (& mislayered) include from TargetMachine.cpp on a CodeGen he...
David Blaikie
2018-03-26
1
-1
/
+0
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
Go back to sometimes assuming intristics are local.
Rafael Espindola
2018-03-10
1
-20
/
+25
*
[TLS] use emulated TLS if the target supports only this mode
Chih-Hung Hsieh
2018-02-28
1
-0
/
+8
*
Fix grammar. NFC.
Rafael Espindola
2018-02-22
1
-1
/
+1
*
Bring back r323297.
Rafael Espindola
2018-02-19
1
-7
/
+14
*
Revert "Don't assume a null GV is local for ELF and MachO."
Reid Kleckner
2018-02-06
1
-14
/
+7
*
Don't assume a null GV is local for ELF and MachO.
Rafael Espindola
2018-01-24
1
-7
/
+14
*
Use a got to access a hidden weak undefined on MachO.
Rafael Espindola
2018-01-17
1
-3
/
+1
*
Make internal/private GVs implicitly dso_local.
Rafael Espindola
2018-01-11
1
-1
/
+1
*
(Re-landing) Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-22
1
-4
/
+9
*
Revert "Expose a TargetMachine::getTargetTransformInfo function"
Sanjoy Das
2017-12-21
1
-9
/
+4
*
Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-21
1
-4
/
+9
*
Remove redundant includes from lib/Target/*.cpp.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Attribute nonlazybind should not affect calls to functions with hidden visibi...
Sriraman Tallam
2017-11-08
1
-0
/
+7
*
Move isDSOLocal check and add a comment.
Rafael Espindola
2017-10-30
1
-2
/
+12
*
Handle undefined weak hidden symbols on all architectures.
Rafael Espindola
2017-10-27
1
-3
/
+11
*
Represent runtime preemption in the IR.
Sean Fertile
2017-10-26
1
-1
/
+2
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-0
/
+222
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-222
/
+0
*
IPRA: Allow target to enable IPRA by default
Matt Arsenault
2017-08-14
1
-6
/
+0
*
D36604: PR34148: Do not assume we can use a copy relocation for an `external_...
Richard Smith
2017-08-11
1
-2
/
+3
*
Revert "Feature generic option to setup start/stop-after/before"
Quentin Colombet
2017-04-01
1
-61
/
+0
*
Feature generic option to setup start/stop-after/before
Quentin Colombet
2017-04-01
1
-0
/
+61
*
Remove LessPreciseFPMADOption from TargetOptions along with all of the
Eric Christopher
2017-03-17
1
-1
/
+0
*
Change debug-info-for-profiling from a TargetOption to a function attribute.
Dehao Chen
2017-02-01
1
-6
/
+0
*
Use shouldAssumeDSOLocal in classifyGlobalReference.
Rafael Espindola
2017-01-26
1
-2
/
+5
*
DAG: Recognize no-signed-zeros-fp-math attribute
Matt Arsenault
2017-01-25
1
-0
/
+1
*
Add -debug-info-for-profiling to emit more debug info for sample pgo profile ...
Dehao Chen
2017-01-19
1
-0
/
+6
*
Remove unused lambda captures. NFC
Malcolm Parsons
2017-01-13
1
-1
/
+1
*
[TM] Restore default TargetOptions in TargetMachine::resetTargetOptions.
Justin Lebar
2017-01-10
1
-3
/
+6
*
CodeGen: simplify TargetMachine::getSymbol interface. NFC.
Tim Northover
2016-11-22
1
-3
/
+3
*
Revert "In preparation for removing getNameWithPrefix off of
Eric Christopher
2016-10-14
1
-1
/
+7
*
In preparation for removing getNameWithPrefix off of TargetMachine,
Eric Christopher
2016-10-14
1
-7
/
+1
*
New llc option pie-copy-relocations to optimize access to extern globals.
Sriraman Tallam
2016-10-13
1
-4
/
+3
*
Consistent fp denormal mode names. NFC.
Sjoerd Meijer
2016-10-04
1
-3
/
+3
*
TargetMachine: Make the win32-macho workaround more specific.
Matthias Braun
2016-10-03
1
-1
/
+1
*
X86: Do not produce GOT relocations on windows
Matthias Braun
2016-10-03
1
-2
/
+5
*
Revert "Remove extra argument used once on
Eric Christopher
2016-09-20
1
-2
/
+10
*
Remove more guts of TargetMachine::getNameWithPrefix and migrate one check to...
Eric Christopher
2016-09-20
1
-8
/
+1
*
Remove extra argument used once on TargetMachine::getNameWithPrefix and inlin...
Eric Christopher
2016-09-20
1
-3
/
+2
*
Move the Mangler from the AsmPrinter down to TLOF and clean up the
Eric Christopher
2016-09-16
1
-1
/
+1
*
Clang patch r280064 introduced ways to set the FP exceptions and denormal
Sjoerd Meijer
2016-08-31
1
-0
/
+10
*
Add EnableIPRA to TargetOptions, and move the cl::opt -enable-ipra to TargetM...
Mehdi Amini
2016-07-13
1
-1
/
+8
*
Delete MCCodeGenInfo.
Rafael Espindola
2016-06-30
1
-24
/
+6
*
Don't repeat names in comments. NFC.
Rafael Espindola
2016-06-30
1
-4
/
+3
*
Delete unused includes. NFC.
Rafael Espindola
2016-06-30
1
-1
/
+0
*
Move shouldAssumeDSOLocal to Target.
Rafael Espindola
2016-06-27
1
-1
/
+46
[next]