index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Disable some code that is causing some warnings. It's in the process
Reed Kotler
2013-11-07
1
-3
/
+2
|
*
Implement gpword directive for mips, test case added. Stype changes using cla...
Vladimir Medic
2013-11-06
1
-299
/
+313
|
*
Fix definition for Mips16 pc relative load word instructions.
Reed Kotler
2013-11-06
1
-5
/
+3
|
*
Get rid of current calculation function and adjustment scheme
Reed Kotler
2013-11-05
1
-76
/
+13
|
*
Get rid of all references to soimm in MipsConstantIslands pass because
Reed Kotler
2013-11-05
1
-12
/
+7
|
*
Cleanup getUserOffset. Issues related to inline assembler length and
Reed Kotler
2013-11-05
1
-16
/
+1
|
*
Remove the word "thumb" from comments. Remove also an incorrect
Reed Kotler
2013-11-05
1
-24
/
+6
|
*
Fix r194019 as requested by Eric Christopher.
Reed Kotler
2013-11-05
2
-13
/
+1380
|
*
Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant...
NAKAMURA Takumi
2013-11-04
2
-1499
/
+12
|
*
Make sure we don't get a warning from this variable that is only used
Reed Kotler
2013-11-04
1
-0
/
+1
|
*
Submit the basic port of the rest of ARM constant islands code to Mips.
Reed Kotler
2013-11-04
2
-12
/
+1498
|
*
Support for microMIPS branch instructions.
Zoran Jovanovic
2013-11-04
11
-26
/
+158
|
*
Add #include of raw_ostream.h to MipsSEISelLowering.cpp
Hans Wennborg
2013-10-30
1
-0
/
+1
|
*
[mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related tests
Daniel Sanders
2013-10-30
1
-8
/
+29
|
*
[mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...
Daniel Sanders
2013-10-30
3
-10
/
+164
|
*
[mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...
Daniel Sanders
2013-10-30
7
-27
/
+163
|
*
[mips][msa] Combine binsri-like DAG of AND and OR into equivalent VSELECT
Daniel Sanders
2013-10-30
1
-0
/
+108
|
*
[mips] MipsSETargetLowering now reports DAGCombiner changes when using -debug...
Daniel Sanders
2013-10-30
1
-1
/
+9
|
*
[mips][msa] Added support for matching splat.[bhw] from normal IR (i.e. not i...
Daniel Sanders
2013-10-30
3
-26
/
+57
|
*
[mips] Compute stack alignment on the fly.
Akira Hatanaka
2013-10-30
3
-7
/
+3
|
*
[mips] Align the stack to 16-bytes for mfp64.
Akira Hatanaka
2013-10-29
5
-4
/
+11
|
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
2
-2
/
+2
|
*
Support for microMIPS jump instructions
Zoran Jovanovic
2013-10-29
11
-21
/
+138
|
*
The asm printer has a mangler. Use it.
Rafael Espindola
2013-10-29
3
-7
/
+4
|
*
[mips] Simplify LowerFormalArguments using getRegClassFor.
Akira Hatanaka
2013-10-28
1
-15
/
+2
|
*
Prune utf8 chars in comments.
NAKAMURA Takumi
2013-10-28
1
-3
/
+3
|
*
Prune trailing linefeeds.
NAKAMURA Takumi
2013-10-28
1
-1
/
+0
|
*
Make first substantial checkin of my port of ARM constant islands code to Mips.
Reed Kotler
2013-10-27
8
-12
/
+284
|
*
Support for microMIPS relocations 1.
Zoran Jovanovic
2013-10-23
4
-13
/
+107
|
*
[mips][msa] Direct Object Emission support for the LSA instruction.
Matheus Almeida
2013-10-23
2
-8
/
+21
|
*
[mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins...
Daniel Sanders
2013-10-23
3
-4
/
+94
|
*
[mips][msa] Direct Object Emission support for conditional branches.
Matheus Almeida
2013-10-22
2
-25
/
+43
|
*
[mips][msa] Direct Object Emission support for LD/ST instructions.
Matheus Almeida
2013-10-21
3
-24
/
+56
|
*
[mips][msa] Direct Object Emission support for LDI instructions.
Matheus Almeida
2013-10-21
2
-8
/
+13
|
*
[mips][msa] Direct Object Emission support for MOVE.v.
Matheus Almeida
2013-10-21
2
-2
/
+7
|
*
[mips][msa] Direct Object Emission support for CTCMSA and CFCMSA.
Matheus Almeida
2013-10-21
5
-14
/
+137
|
*
[mips][msa] Direct Object Emission of SPLAT instruction.
Matheus Almeida
2013-10-21
1
-12
/
+16
|
*
[mips][msa] Fix definition of SLD instruction.
Matheus Almeida
2013-10-21
2
-8
/
+36
|
*
[mips][msa] Added lsa instruction
Daniel Sanders
2013-10-17
3
-0
/
+30
|
*
[mips][msa] Removed ldx.[bhwd] and stx.[bhwd].
Daniel Sanders
2013-10-17
2
-59
/
+0
|
*
[mips][msa] Correct definition order of ftrunc_[su], ftint_[su], and ftq.
Daniel Sanders
2013-10-17
1
-22
/
+22
|
*
Add a MCAsmInfoELF class and factor some code into it.
Rafael Espindola
2013-10-16
2
-3
/
+2
|
*
[mips][msa] Added support for build_vector for v4f32 and v2f64.
Daniel Sanders
2013-10-15
3
-12
/
+112
|
*
[mips] Define a pseudo instruction which writes to both the lower and higher
Akira Hatanaka
2013-10-15
6
-15
/
+51
|
*
[mips] Use predicates to guard instructions using accumulator registers instead
Akira Hatanaka
2013-10-15
2
-11
/
+12
|
*
[mips] Rename isel nodes.
Akira Hatanaka
2013-10-15
7
-33
/
+31
|
*
[mips] Transfer kill flag to the newly created operand.
Akira Hatanaka
2013-10-15
1
-1
/
+5
|
*
[mips] Set HI/LO registers' HWEncoding field.
Akira Hatanaka
2013-10-15
1
-8
/
+8
|
*
[mips] Delete unnecessary code.
Akira Hatanaka
2013-10-15
1
-3
/
+0
|
*
[mips][msa] Direct Object Emission support for BIT instructions.
Matheus Almeida
2013-10-14
2
-74
/
+130
[prev]
[next]