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
*
Move the Mips only bits of the ELF writer to lib/Target/Mips.
Rafael Espindola
2011-12-22
4
-21
/
+145
*
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-22
3
-0
/
+22
*
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-21
1
-11
/
+12
*
Fix bug in zero-store peephole pattern reported in pr11615.
Akira Hatanaka
2011-12-21
1
-4
/
+8
*
Expand 64-bit CTLZ nodes if target architecture does not support it. Add test
Akira Hatanaka
2011-12-21
1
-1
/
+3
*
Expand 64-bit CTPOP and CTTZ.
Akira Hatanaka
2011-12-21
1
-0
/
+2
*
Expand 64-bit atomic load and store.
Akira Hatanaka
2011-12-21
1
-0
/
+2
*
Add definition of DSBH (Double Swap Bytes within Halfwords) and
Akira Hatanaka
2011-12-20
2
-1
/
+9
*
Add definition of WSBH (Word Swap Bytes within Halfwords), which is an
Akira Hatanaka
2011-12-20
2
-8
/
+10
*
64-bit uint-fp conversion nodes are expanded.
Akira Hatanaka
2011-12-20
1
-0
/
+2
*
Enable custom lowering DYNAMIC_STACKALLOC nodes.
Akira Hatanaka
2011-12-20
1
-0
/
+1
*
Set the correct stack pointer register that should be saved or restored.
Akira Hatanaka
2011-12-20
1
-1
/
+1
*
Add function MipsDAGToDAGISel::SelectMULT and factor out code that generates
Akira Hatanaka
2011-12-20
1
-37
/
+47
*
Fix indentation.
Akira Hatanaka
2011-12-20
1
-115
/
+115
*
64-bit data directive.
Akira Hatanaka
2011-12-20
1
-1
/
+1
*
32-to-64-bit sext_inreg pattern.
Akira Hatanaka
2011-12-20
1
-0
/
+5
*
Add 64-bit extload patterns.
Akira Hatanaka
2011-12-20
1
-2
/
+12
*
Add patterns for matching extloads with 64-bit address. The patterns are enabled
Akira Hatanaka
2011-12-20
1
-5
/
+13
*
Add code in MipsDAGToDAGISel for selecting constant +0.0.
Akira Hatanaka
2011-12-20
1
-0
/
+6
*
Revert part of r146995 that was accidentally commmitted.
Akira Hatanaka
2011-12-20
1
-6
/
+0
*
32-to-64-bit sign extension pattern.
Akira Hatanaka
2011-12-20
2
-0
/
+8
*
Add a pattern for matching zero-store with 64-bit address. The pattern is ena...
Akira Hatanaka
2011-12-20
1
-1
/
+4
*
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-12-20
1
-0
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
8
-1
/
+33
*
Add patterns for matching immediates whose lower 16-bit is cleared. These
Akira Hatanaka
2011-12-19
2
-0
/
+10
*
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-12-19
10
-132
/
+117
*
Remove definitions of double word shift plus 32 instructions. Assembler or
Akira Hatanaka
2011-12-19
1
-21
/
+9
*
Remove unused predicate.
Akira Hatanaka
2011-12-19
1
-3
/
+0
*
Remove the restriction on the first operand of the add node in SelectAddr.
Akira Hatanaka
2011-12-19
1
-3
/
+1
*
Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object
Akira Hatanaka
2011-12-14
4
-6
/
+32
*
Expand .cprestore directive to multiple instructions if the offset does not fit
Akira Hatanaka
2011-12-13
3
-16
/
+35
*
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-12-13
1
-0
/
+4
*
LLVMBuild: Introduce a common section which currently has a list of the
Daniel Dunbar
2011-12-12
1
-0
/
+3
*
Emit B (unconditional branch) when -relocation-model=pic and J (jump) when
Akira Hatanaka
2011-12-12
3
-8
/
+25
*
Fix indentation.
Akira Hatanaka
2011-12-12
1
-1
/
+1
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
4
-4
/
+0
*
Mips: Don't create a dangling IR function just to get the address of a symbol.
Benjamin Kramer
2011-12-11
1
-6
/
+1
*
Rename WrapperPIC. It is now used for both pic and static.
Akira Hatanaka
2011-12-09
5
-25
/
+25
*
jalr should use t9 ($25) for indirect calls regardless of the relocation model
Akira Hatanaka
2011-12-09
1
-4
/
+8
*
Pass a GlobalAddress instead of an ExternalSymbol to LowerCallTo in
Akira Hatanaka
2011-12-08
1
-4
/
+11
*
Implement 64-bit support for thread local storage handling.
Akira Hatanaka
2011-12-08
5
-55
/
+51
*
Modify class ReadHardware and add definition of 64-bit version of instruction
Akira Hatanaka
2011-12-07
2
-3
/
+6
*
Add newline.
Akira Hatanaka
2011-12-07
1
-1
/
+2
*
Add 64-bit HWR29 register.
Akira Hatanaka
2011-12-07
1
-0
/
+2
*
32 to 64-bit anyext pattern.
Akira Hatanaka
2011-12-07
1
-0
/
+4
*
32 to 64-bit zext pattern.
Akira Hatanaka
2011-12-07
1
-0
/
+5
*
Variable cleanup. Based on past patch submittals variable names have
Bruno Cardoso Lopes
2011-12-07
2
-55
/
+60
*
64-bit WrapperPICPat patterns.
Akira Hatanaka
2011-12-07
1
-0
/
+6
*
Define base class for WrapperPICPat.
Akira Hatanaka
2011-12-07
1
-7
/
+7
*
Modify LowerFCOPYSIGN to handle Mips64.
Akira Hatanaka
2011-12-07
1
-14
/
+22
[next]