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
/
Mips
/
MipsTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[mips] MIPS32R6 compact branch support
Daniel Sanders
2016-03-14
1
-0
/
+6
*
constify the Function parameter to the TTI creation callback and
Eric Christopher
2015-09-16
1
-1
/
+1
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-4
/
+2
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-2
/
+4
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-4
/
+2
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-2
/
+4
*
Make TargetTransformInfo keeping a reference to the Module DataLayout
Mehdi Amini
2015-07-09
1
-1
/
+1
*
fix typo; NFC
Sanjay Patel
2015-07-07
1
-1
/
+1
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-2
/
+2
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
1
-24
/
+20
*
Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC.
Daniel Sanders
2015-06-11
1
-5
/
+5
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-5
/
+9
*
Revert r237789 - [mips] The naming convention for private labels is ABI depe...
Daniel Sanders
2015-05-20
1
-1
/
+0
*
[mips] The naming convention for private labels is ABI dependant.
Daniel Sanders
2015-05-20
1
-0
/
+1
*
Migrate existing backends that care about software floating point
Eric Christopher
2015-05-12
1
-4
/
+3
*
[mips] Add the SoftFloat MipsSubtarget feature.
Toma Tabacu
2015-05-07
1
-5
/
+4
*
[mips] Remove trivial header for the MipsModuleISelDAGToDAG pass. NFC.
Vasileios Kalintiris
2015-03-14
1
-2
/
+1
*
[mips] Remove trivial header for the Mips16HardFloat pass. NFC.
Vasileios Kalintiris
2015-03-14
1
-2
/
+1
*
[mips] Remove trivial header for the MipsOs16 pass. NFC.
Vasileios Kalintiris
2015-03-14
1
-2
/
+2
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
1
-4
/
+8
*
Mips: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-11
/
+5
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
[multiversion] Switch the TTI queries from TargetMachine to Subtarget
Chandler Carruth
2015-02-01
1
-1
/
+1
*
[multiversion] Switch all of the targets over to use the
Chandler Carruth
2015-02-01
1
-12
/
+11
*
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
2015-01-31
1
-5
/
+6
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-1
/
+1
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+32
*
Move the Mips target to storing the ABI in the TargetMachine rather
Eric Christopher
2015-01-26
1
-4
/
+3
*
Make the TargetMachine in MipsSubtarget a reference rather
Eric Christopher
2015-01-08
1
-4
/
+4
*
Enable MachineVerifier in debug mode for X86, ARM, AArch64, Mips.
Matthias Braun
2014-12-11
1
-2
/
+2
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-12
/
+7
*
This reverts commit r224043 and r224042.
Rafael Espindola
2014-12-11
1
-5
/
+10
*
Enable machineverifier in debug mode for X86, ARM, AArch64, Mips
Matthias Braun
2014-12-11
1
-2
/
+2
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-12
/
+7
*
Add out of line virtual destructors to all LLVMTargetMachine subclasses
Reid Kleckner
2014-11-20
1
-0
/
+2
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-1
/
+4
*
Erase fence insertion from SelectionDAGBuilder.cpp (NFC)
Robin Morisset
2014-10-16
1
-0
/
+1
*
Simplify conditional.
Eric Christopher
2014-09-29
1
-1
/
+1
*
Add soft-float to the key for the subtarget lookup in the TargetMachine
Eric Christopher
2014-09-29
1
-1
/
+13
*
Fix build breakage on MSVC 2013
David Majnemer
2014-09-26
1
-1
/
+1
*
Target: Fix build breakage.
David Majnemer
2014-09-26
1
-2
/
+2
*
Add the first backend support for on demand subtarget creation
Eric Christopher
2014-09-26
1
-13
/
+41
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-7
/
+0
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+7
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-7
/
+0
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-0
/
+1
*
Enable partial libcall inlining for all targets by default.
James Molloy
2014-07-23
1
-1
/
+0
*
Fundamentally change the MipsSubtarget replacement machinery:
Eric Christopher
2014-07-18
1
-2
/
+24
*
Avoid caching the relocation model on the subtarget, this is for
Eric Christopher
2014-07-18
1
-1
/
+1
*
Make non-module passes unconditionally added in the pass
Eric Christopher
2014-07-18
1
-15
/
+5
[prev]
[next]