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
*
Fix indentation.
Akira Hatanaka
2011-04-07
1
-2
/
+2
*
Update ATUsed every time after expandRegLargeImmPair is called.
Akira Hatanaka
2011-04-07
1
-4
/
+8
*
Fix handling of functions with internal linkage.
Akira Hatanaka
2011-04-07
1
-8
/
+27
*
Move transformation of JmpLink and related nodes done during instruction sele...
Akira Hatanaka
2011-04-04
2
-59
/
+27
*
Undo changes mistakenly made in revision 128750.
Akira Hatanaka
2011-04-02
2
-27
/
+59
*
Insert space before ';' to prevent warnings.
Akira Hatanaka
2011-04-02
3
-60
/
+28
*
Remove redundant code. There are assignments to variables Base and Offset rig...
Akira Hatanaka
2011-04-01
1
-5
/
+0
*
Simplifies logic for printing target flags.
Akira Hatanaka
2011-04-01
3
-34
/
+29
*
Modifies MipsAsmPrinter::isBlockOnlyReachableByFallthrough so that it handles...
Akira Hatanaka
2011-04-01
1
-1
/
+26
*
Add code for analyzing FP branches. Clean up branch Analysis functions.
Akira Hatanaka
2011-04-01
2
-223
/
+138
*
Added support for FP conditional move instructions and fixed bugs in handling...
Akira Hatanaka
2011-03-31
7
-285
/
+377
*
fixed typo
Akira Hatanaka
2011-03-30
1
-2
/
+2
*
silence a conditional assignment -Wuninitialized warning.
Chris Lattner
2011-03-11
1
-1
/
+1
*
Improve varags handling, with testcases. Patch by Sasa Stankovic
Bruno Cardoso Lopes
2011-03-09
1
-29
/
+57
*
Initialize variable.
Bill Wendling
2011-03-04
1
-1
/
+1
*
Improve div/rem node handling on mips. Patch by Akira Hatanaka
Bruno Cardoso Lopes
2011-03-04
4
-34
/
+80
*
Expands register/immediate pairs when the immediate is too large to fit in 16...
Bruno Cardoso Lopes
2011-03-04
3
-8
/
+122
*
Rewrite and simplify o32 vaarg passing, no functional changes. Patch by Sasa ...
Bruno Cardoso Lopes
2011-03-04
1
-37
/
+19
*
Lowers block address. Currently asserts when relocation model is not PIC. Pat...
Bruno Cardoso Lopes
2011-03-04
5
-1
/
+40
*
Fix an old copy-n-paste
Bruno Cardoso Lopes
2011-03-04
1
-2
/
+2
*
Expands FCOS and FSIN nodes when type is f64.
Bruno Cardoso Lopes
2011-03-04
1
-0
/
+2
*
Fixes addc pattern when immediate cannot be represented with 16-bit. Patch by...
Bruno Cardoso Lopes
2011-03-04
1
-1
/
+1
*
Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...
Bruno Cardoso Lopes
2011-03-04
20
-265
/
+265
*
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-20
1
-0
/
+2
*
Fix a lot of o32 CC issues and add a bunch of tests. Patch by Akira Hatanaka ...
Bruno Cardoso Lopes
2011-02-10
1
-47
/
+71
*
Remove more duplicated code.
Rafael Espindola
2011-01-23
1
-2
/
+2
*
Remove duplicated code.
Rafael Espindola
2011-01-23
1
-2
/
+3
*
Ensure Mips::GP is properly reloaded after a function call. Patch by Sasa Sta...
Bruno Cardoso Lopes
2011-01-18
2
-0
/
+9
*
Negative zero is not legal on mips. Patch by Sasa Stankovic
Bruno Cardoso Lopes
2011-01-18
1
-0
/
+2
*
Handle (i32,i32) => f64 in a cleaner way. Patch by Sasa Stankovic
Bruno Cardoso Lopes
2011-01-18
1
-3
/
+2
*
Add support for mips32 madd and msub instructions. Patch by Akira Hatanaka
Bruno Cardoso Lopes
2011-01-18
3
-10
/
+229
*
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
1
-1
/
+1
*
Update CMake stuff
Anton Korobeynikov
2011-01-10
1
-1
/
+1
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
6
-22
/
+24
*
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-23
2
-5
/
+5
*
Change all self assignments X=X to (void)X, so that we can turn on a
Jeffrey Yasskin
2010-12-23
1
-1
/
+1
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
2
-8
/
+8
*
Add ROTR and ROTRV mips32 instructions. Patch by Akira Hatanaka
Bruno Cardoso Lopes
2010-12-09
2
-13
/
+28
*
Fix delay slot filler for non mips1 targets. Patch by Akira Hatanaka
Bruno Cardoso Lopes
2010-12-09
1
-5
/
+9
*
Remove target specific node MipsISD::CMov, which is not used because all cond...
Bruno Cardoso Lopes
2010-12-07
3
-9
/
+1
*
Match a pattern generated by a dag combiner opt where:
Bruno Cardoso Lopes
2010-12-07
2
-2
/
+12
*
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
Wesley Peck
2010-11-23
1
-141
/
+141
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
5
-28
/
+25
*
Attempt to unbreak cmake-based builds
Anton Korobeynikov
2010-11-15
1
-0
/
+1
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
6
-290
/
+366
*
move all the target's asmprinters into the main target. The piece
Chris Lattner
2010-11-14
5
-27
/
+2
*
Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>
Bruno Cardoso Lopes
2010-11-12
3
-3
/
+6
*
Add clo instruction. Patch by Akira Hatanaka (ahatanaka@mips.com) with some m...
Bruno Cardoso Lopes
2010-11-10
2
-8
/
+12
*
Fix trailing whitespace and style, no functionality change
Bruno Cardoso Lopes
2010-11-09
1
-170
/
+95
*
Initial support for Mips32 and Mips32r2. Patch contributed by Akira Hatanaka ...
Bruno Cardoso Lopes
2010-11-08
3
-12
/
+22
[next]