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
/
Mips16HardFloat.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-1
/
+1
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-1
/
+1
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-1
/
+1
*
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
-6
/
+8
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-3
/
+3
*
[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...
Eugene Zelenko
2017-08-03
1
-37
/
+21
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-6
/
+11
*
Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of A...
Reid Kleckner
2017-05-02
1
-5
/
+4
*
Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of At...
Hans Wennborg
2017-04-28
1
-4
/
+5
*
[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList
Reid Kleckner
2017-04-28
1
-5
/
+4
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-1
/
+1
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-1
/
+1
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-1
/
+1
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-8
/
+8
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
Convert more cases to isPositionIndependent(). NFC.
Rafael Espindola
2016-06-28
1
-3
/
+3
*
[mips] Use range-based for loops. NFC.
Vasileios Kalintiris
2016-03-14
1
-7
/
+5
*
[opaque pointer types] [NFC] CallSite: use getFunctionType() instead of going...
Manuel Jacob
2016-01-17
1
-8
/
+2
*
[mips][mips16] Re-work the inline assembly stubs to work with IAS. NFC.
Daniel Sanders
2015-10-21
1
-89
/
+99
*
Mips: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-1
/
+1
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-2
/
+2
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
1
-4
/
+4
*
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
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-1
/
+2
*
[mips] Remove trivial header for the Mips16HardFloat pass. NFC.
Vasileios Kalintiris
2015-03-14
1
-102
/
+95
*
Move unreferenced passes into the cpp file
Benjamin Kramer
2015-03-09
1
-3
/
+16
*
Rewrite the Mips16HardFloat pass to avoid using the Subtarget.
Eric Christopher
2015-01-06
1
-12
/
+12
*
[mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.
Toma Tabacu
2014-12-17
1
-2
/
+0
*
Fix more instances of -Wsentinel on Windows with s/NULL/nullptr/
Reid Kleckner
2014-11-20
1
-1
/
+1
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-3
/
+3
*
[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
-3
/
+2
*
This patch has two main functions:
Reed Kotler
2014-02-14
1
-4
/
+5
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Fix a problem with mips16 stubs when calls are transformed during
Reed Kotler
2013-12-18
1
-0
/
+18
*
Next step in Mips16 prologue/epilogue cleanup.
Reed Kotler
2013-12-10
1
-4
/
+10
*
Add fabsf to the list of inlined functions; otherwise
Reed Kotler
2013-10-08
1
-0
/
+1
*
Fix a bad typo in the inline assembly code for mips16 pic fp stubs
Reed Kotler
2013-09-25
1
-3
/
+3
*
Set .reorder for the stub so that gas takes care of delay slot processing.
Reed Kotler
2013-09-21
1
-1
/
+3
*
Make sure we don't generate stubs for any of these functions because they
Reed Kotler
2013-09-01
1
-2
/
+21
*
Fix a problem with dual mips16/mips32 mode. When the underlying processor
Reed Kotler
2013-08-30
1
-0
/
+20
*
Start to add the LLVM builtins to the mips16 exclusion lists for fp.
Reed Kotler
2013-08-25
1
-1
/
+1
*
Revert 189161
Shuxin Yang
2013-08-24
1
-1
/
+1
*
Start to add the builtind to the mips16 exclusion lists for fp.
Reed Kotler
2013-08-24
1
-1
/
+1
*
Remove global construction. const char* is sufficient here.
Benjamin Kramer
2013-08-12
1
-2
/
+2
*
Don't generate floating point stubs for mips16 code if the function
Reed Kotler
2013-08-11
1
-1
/
+13
*
Fix some misc. issues with Mips16 fp stubs.
Reed Kotler
2013-08-01
1
-2
/
+7
*
Patch number 2 for mips16/32 floating point interoperability stubs.
Reed Kotler
2013-05-16
1
-3
/
+43
[next]