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
/
MipsISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable -soft-float for MIPS.
Akira Hatanaka
2012-01-04
1
-7
/
+10
*
Have getRegForInlineAsmConstraint return the correct register class when target
Akira Hatanaka
2012-01-04
1
-4
/
+9
*
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
1
-1
/
+3
*
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
*
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-12-19
1
-59
/
+39
*
Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object
Akira Hatanaka
2011-12-14
1
-6
/
+19
*
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-12-13
1
-0
/
+4
*
Fix indentation.
Akira Hatanaka
2011-12-12
1
-1
/
+1
*
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
1
-8
/
+8
*
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
1
-21
/
+18
*
Modify LowerFCOPYSIGN to handle Mips64.
Akira Hatanaka
2011-12-07
1
-14
/
+22
*
Add a few moreLocal/Global R_MIPS_GOT related fixups and
Bruno Cardoso Lopes
2011-12-07
1
-1
/
+1
*
Add definitions of 64-bit extract and insert instrucions and make
Akira Hatanaka
2011-12-05
1
-12
/
+14
*
Have LowerJumpTable support Mips64. Modify 2010-07-20-Switch.ll to test N64 and
Akira Hatanaka
2011-12-05
1
-20
/
+16
*
Lower 64-bit constant pool node.
Akira Hatanaka
2011-11-16
1
-8
/
+12
*
Lower 64-bit block address.
Akira Hatanaka
2011-11-16
1
-9
/
+11
*
Simplify function PassByValArg64.
Akira Hatanaka
2011-11-15
1
-14
/
+18
*
Unbreak Release builds.
Benjamin Kramer
2011-11-14
1
-1
/
+1
*
AnalyzeCallOperands function for N32/64.
Akira Hatanaka
2011-11-14
1
-0
/
+26
*
Modify LowerFormalArguments to correctly handle vaarg arguments for Mips64.
Akira Hatanaka
2011-11-14
1
-14
/
+30
*
Remove variable that keeps the size of area used to save byval or variable
Akira Hatanaka
2011-11-14
1
-1
/
+0
*
Fix typo.
Akira Hatanaka
2011-11-12
1
-1
/
+1
*
Implement Mips64's handling of byval arguments in LowerCall.
Akira Hatanaka
2011-11-12
1
-12
/
+100
*
Implement Mips64's handling of byval arguments in LowerFormalArguments.
Akira Hatanaka
2011-11-12
1
-18
/
+60
*
Function for handling byval arguments.
Akira Hatanaka
2011-11-12
1
-2
/
+40
*
Mips MC object code emission improvements:
Bruno Cardoso Lopes
2011-11-11
1
-0
/
+1
*
Do not try to detect DAG combine patterns for integer multiply-add/sub if value
Akira Hatanaka
2011-11-11
1
-2
/
+4
*
64-bit atomic instructions.
Akira Hatanaka
2011-11-11
1
-21
/
+104
*
Modify LowerFRAMEADDR. Use 64-bit register FP_64 when ABI is N64.
Akira Hatanaka
2011-11-11
1
-1
/
+2
*
Add 64-bit versions of LEA_ADDiu and DynAlloc. Modify LowerDYNAMIC_STACKALLOC.
Akira Hatanaka
2011-11-11
1
-5
/
+5
*
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-11-08
1
-9
/
+9
*
Make changes necessary in LowerFormalArguments to support Mips64.
Akira Hatanaka
2011-10-28
1
-17
/
+17
*
Make changes necessary in LowerCall to support Mips64.
Akira Hatanaka
2011-10-28
1
-25
/
+38
*
Add variable IsO32 to MipsTargetLowering.
Akira Hatanaka
2011-10-28
1
-9
/
+10
*
Fix misc warnings. Patch by Joe Abbey.
Eli Friedman
2011-10-18
1
-2
/
+0
*
Add definitions of conditional moves with 64-bit operands. Comment out code for
Akira Hatanaka
2011-10-17
1
-19
/
+2
*
Modify lowering of GlobalAddress so that correct code is emitted when target is
Akira Hatanaka
2011-10-11
1
-13
/
+19
*
Add definitions of 64-bit loads and stores. Add a patterns for unaligned
Akira Hatanaka
2011-10-11
1
-1
/
+1
*
Add support for 64-bit divide instructions.
Akira Hatanaka
2011-10-03
1
-2
/
+9
*
Add definitions of Mips64 rotate instructions.
Akira Hatanaka
2011-09-30
1
-0
/
+4
*
Set register class of a register according to value of HasMips64.
Akira Hatanaka
2011-09-26
1
-1
/
+1
*
Define variable HasMips64 in MipsTargetLowering.
Akira Hatanaka
2011-09-26
1
-3
/
+3
[next]