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
*
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
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-0
/
+6
*
Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision
Lang Hames
2015-01-09
1
-1
/
+15
*
Revert r224935 "Refactor duplicated code. No intended functionality change."
Lang Hames
2015-01-06
1
-2
/
+1
*
Refactor duplicated code.
Rafael Espindola
2014-12-29
1
-1
/
+2
*
Move resetTargetOptions from taking a MachineFunction to a Function
Eric Christopher
2014-09-26
1
-12
/
+8
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+3
*
[pr19844] Add thread local mode to aliases.
Rafael Espindola
2014-05-28
1
-9
/
+6
*
Use alias linkage and visibility to decide tls access mode.
Rafael Espindola
2014-05-23
1
-13
/
+10
*
Move the verbose asm option to be part of the options struct and
Eric Christopher
2014-05-20
1
-11
/
+3
*
Move the function and data section flags into the options struct and
Eric Christopher
2014-05-20
1
-15
/
+6
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
Remove unused llvm namespace bool variable.
Eric Christopher
2014-05-15
1
-1
/
+0
*
Move the TargetMachine MC options to MCTargetOptions. No functional
Eric Christopher
2014-05-15
1
-4
/
+0
*
Remove MCUseCFI from TargetMachine.
Rafael Espindola
2014-05-12
1
-1
/
+0
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
Create MCTargetOptions.
Evgeniy Stepanov
2014-04-23
1
-0
/
+3
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-1
/
+1
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-1
/
+1
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-1
/
+1
*
move getNameWithPrefix and getSymbol to TargetMachine.
Rafael Espindola
2014-02-19
1
-0
/
+30
*
Remove support for not using .loc directives.
Rafael Espindola
2014-02-05
1
-1
/
+0
*
Revert r199871 and replace it with a simple check in the debug info
Eric Christopher
2014-01-28
1
-1
/
+0
*
Add a variable to track whether or not we've used a unique section,
Eric Christopher
2014-01-23
1
-0
/
+1
*
Add a RequireStructuredCFG Field to TargetMachine.
Vincent Lejeune
2013-12-07
1
-0
/
+1
*
Teach ISel not to optimize 'optnone' functions (revised).
Paul Robinson
2013-11-22
1
-0
/
+5
*
Whitespace.
NAKAMURA Takumi
2013-11-21
1
-1
/
+1
*
Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."
NAKAMURA Takumi
2013-11-21
1
-5
/
+0
*
Teach ISel not to optimize 'optnone' functions.
Paul Robinson
2013-11-21
1
-0
/
+5
[next]