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
/
Mips16ISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TargetLowering][ARM][Mips][WebAssembly] Remove the ordered FP compare from R...
Craig Topper
2020-01-10
1
-3
/
+0
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-8
/
+8
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-2
/
+1
*
[TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR...
Simon Pilgrim
2019-06-12
1
-5
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[opaque pointer types] Remove some calls to generic Type subtype accessors.
James Y Knight
2019-01-10
1
-14
/
+9
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
CodeGen: Use MachineInstr& in TargetLowering, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-64
/
+71
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
Mips: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-6
/
+3
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to match
Eric Christopher
2015-05-07
1
-1
/
+1
*
[mips] Add the SoftFloat MipsSubtarget feature.
Toma Tabacu
2015-05-07
1
-1
/
+1
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-1
/
+1
*
Remove most of the TargetMachine::getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-29
1
-32
/
+27
*
[mips] Fix 'jumpy' debug line info around calls.
Daniel Sanders
2015-01-24
1
-2
/
+2
*
Re-commit r221056 and others with fix, "[mips] Move F128 argument handling in...
Daniel Sanders
2014-11-02
1
-4
/
+3
*
Revert r221056 and others, "[mips] Move F128 argument handling into MipsCCSta...
NAKAMURA Takumi
2014-11-02
1
-3
/
+4
*
[mips] Move all ByVal handling into CCState and tablegen-erated code. NFC.
Daniel Sanders
2014-11-01
1
-4
/
+3
*
[mips] For indirect calls we don't need $gp to point to .got. Mips linker
Sasa Stankovic
2014-10-01
1
-2
/
+4
*
Fix spelling and reflow comments.
Eric Christopher
2014-09-29
1
-6
/
+5
*
constify the TargetMachine being passed through the Mips subtarget
Eric Christopher
2014-09-19
1
-2
/
+2
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-0
/
+2
*
Fix typos:
Sylvestre Ledru
2014-08-11
1
-1
/
+1
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-2
/
+0
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-0
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-7
/
+14
*
Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
2014-07-27
1
-3
/
+4
*
In preparation for replacing the whole subtarget on the target machine,
Eric Christopher
2014-07-18
1
-4
/
+6
*
The subtarget in MipsTargetLowering isn't going to change and
Eric Christopher
2014-07-18
1
-1
/
+1
*
Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachine
Eric Christopher
2014-07-18
1
-1
/
+1
*
Remove dead code.
Eric Christopher
2014-07-03
1
-7
/
+0
*
Target: change member from reference to pointer
Saleem Abdulrasool
2014-05-17
1
-3
/
+3
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Retire llvm::array_endof in favor of non-member std::end.
Benjamin Kramer
2014-04-12
1
-11
/
+10
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-6
/
+3
*
Make one statement easier to understand from post commmit feedback from a
Reed Kotler
2014-02-19
1
-1
/
+1
*
This patch has two main functions:
Reed Kotler
2014-02-14
1
-3
/
+27
*
Add address space argument to allowsUnalignedMemoryAccess.
Matt Arsenault
2014-02-05
1
-1
/
+3
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[Mips] Does not take in account 'use-soft-float' attribute's value when
Simon Atanasyan
2013-12-25
1
-2
/
+1
*
Make all the conditional Mips 16 branches get initially set for the
Reed Kotler
2013-11-15
1
-24
/
+24
*
Let rotr and bswap be handled by expansion for Mips16 since we don't
Reed Kotler
2013-10-08
1
-0
/
+5
*
[mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted out
Akira Hatanaka
2013-09-28
1
-3
/
+6
*
[mips] Rewrite MipsTargetLowering::getAddr functions as template functions.
Akira Hatanaka
2013-09-27
1
-1
/
+3
*
Revert r191350.
Akira Hatanaka
2013-09-25
1
-3
/
+1
[next]