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
...
*
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
*
Convert a few more comparisons to isPositionIndependent(). NFC.
Rafael Espindola
2016-06-27
1
-0
/
+4
*
Teach shouldAssumeDSOLocal about tls.
Rafael Espindola
2016-06-27
1
-10
/
+8
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-2
/
+2
*
Trivial cleanups.
Rafael Espindola
2016-05-18
1
-2
/
+2
*
Differential Revision: http://reviews.llvm.org/D19733
Sriraman Tallam
2016-04-29
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering.
Peter Collingbourne
2015-11-03
1
-17
/
+1
*
constify the Function parameter to the TTI creation callback and
Eric Christopher
2015-09-16
1
-1
/
+1
*
Make TargetTransformInfo keeping a reference to the Module DataLayout
Mehdi Amini
2015-07-09
1
-2
/
+3
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
1
-1
/
+1
*
Remove DisableTailCalls from TargetOptions and the code in resetTargetOptions
Akira Hatanaka
2015-06-09
1
-1
/
+0
*
Bump SmallString to the minimum required amount for raw_ostream to avoid allo...
Benjamin Kramer
2015-05-23
1
-1
/
+1
*
Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.
Akira Hatanaka
2015-05-23
1
-1
/
+0
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-1
/
+1
*
Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions. NFC.
Akira Hatanaka
2015-05-15
1
-2
/
+0
*
Migrate existing backends that care about software floating point
Eric Christopher
2015-05-12
1
-1
/
+0
*
Add a fixme to resetTargetOptions to explain why it needs to go
Eric Christopher
2015-04-28
1
-0
/
+5
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
1
-1
/
+1
*
Add an MCSubtargetInfo variable to the TargetMachine.
Eric Christopher
2015-03-19
1
-1
/
+3
*
Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that
Eric Christopher
2015-03-19
1
-2
/
+5
*
Revert "Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that"
Eric Christopher
2015-03-18
1
-4
/
+2
*
Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that
Eric Christopher
2015-03-18
1
-2
/
+4
*
COFF: Let globals with private linkage reside in their own section
David Majnemer
2015-03-17
1
-1
/
+1
*
Revert "COFF: Let globals with private linkage reside in their own section"
David Majnemer
2015-03-17
1
-1
/
+1
*
COFF: Let globals with private linkage reside in their own section
David Majnemer
2015-03-17
1
-1
/
+1
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
1
-6
/
+4
*
Target: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-4
/
+2
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Remove mostly unused setters.
Rafael Espindola
2015-02-12
1
-24
/
+0
*
Only access TLOF via the TargetMachine, not TargetLowering.
Eric Christopher
2015-02-03
1
-6
/
+4
*
[multiversion] Switch all of the targets over to use the
Chandler Carruth
2015-02-01
1
-8
/
+2
*
[PM] Port TTI to the new pass manager, introducing a TargetIRAnalysis to
Chandler Carruth
2015-02-01
1
-0
/
+7
*
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
2015-01-31
1
-2
/
+2
[prev]
[next]