index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
Age
Commit message (
Expand
)
Author
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-15
Fix functions in MipsFrameLowering.cpp and MipsRegisterInfo.cpp. Use 64-bit
Akira Hatanaka
2011-11-15
Set nomacro before emitting the sequence of instructions that set global pointer
Akira Hatanaka
2011-11-15
Simplify function PassByValArg64.
Akira Hatanaka
2011-11-15
Delete files.
Akira Hatanaka
2011-11-15
Remove MipsMCSymbolRefExpr.
Akira Hatanaka
2011-11-14
Unbreak Release builds.
Benjamin Kramer
2011-11-14
32-to-64-bit extended load.
Akira Hatanaka
2011-11-14
AnalyzeCallOperands function for N32/64.
Akira Hatanaka
2011-11-14
Modify LowerFormalArguments to correctly handle vaarg arguments for Mips64.
Akira Hatanaka
2011-11-14
Remove variable that keeps the size of area used to save byval or variable
Akira Hatanaka
2011-11-12
Fix typo.
Akira Hatanaka
2011-11-12
Implement Mips64's handling of byval arguments in LowerCall.
Akira Hatanaka
2011-11-12
Implement Mips64's handling of byval arguments in LowerFormalArguments.
Akira Hatanaka
2011-11-12
64-bit arbitrary immediate pattern.
Akira Hatanaka
2011-11-12
Function for handling byval arguments.
Akira Hatanaka
2011-11-12
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-11
CMake: Fix CMake build for new Mips tblgen file.
Daniel Dunbar
2011-11-11
Mips MC object code emission improvements:
Bruno Cardoso Lopes
2011-11-11
Do not try to detect DAG combine patterns for integer multiply-add/sub if value
Akira Hatanaka
2011-11-11
64-bit atomic instructions.
Akira Hatanaka
2011-11-11
Modify LowerFRAMEADDR. Use 64-bit register FP_64 when ABI is N64.
Akira Hatanaka
2011-11-11
Add 64-bit versions of LEA_ADDiu and DynAlloc. Modify LowerDYNAMIC_STACKALLOC.
Akira Hatanaka
2011-11-11
64-bit versions of jal, jalr and bal.
Akira Hatanaka
2011-11-11
Emit Mips64's sequence of instructions that set global register in prologue.
Akira Hatanaka
2011-11-11
Fix printing of MCSymbolRegExpr. Needs three closing parentheses for
Akira Hatanaka
2011-11-11
LLVMBuild: Add explicit information on whether targets define an assembly pri...
Daniel Dunbar
2011-11-10
llvm-build: Add --native-target and --enable-targets options, and add logic to
Daniel Dunbar
2011-11-10
llvm-build: Add an explicit component type to represent targets.
Daniel Dunbar
2011-11-08
Properly handle Mips MC relocations and lower cpload and cprestore macros to ...
Bruno Cardoso Lopes
2011-11-08
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-11-08
This patch handles unaligned loads and stores in Mips JIT. Mips backend
Bruno Cardoso Lopes
2011-11-07
Various Mips64 floating point instruction patterns.
Akira Hatanaka
2011-11-07
Add definition of the base class for floating point comparison instructions
Akira Hatanaka
2011-11-07
Add code needed for copying between 64-bit integer and floating pointer
Akira Hatanaka
2011-11-07
Add definitions of 64-bit instructions which move data between integer and
Akira Hatanaka
2011-11-07
Add definition of 64-bit load upper immediate.
Akira Hatanaka
2011-11-07
Include RegSaveAreaSize in the computation of stack size.
Akira Hatanaka
2011-11-07
Define functions that get or set the size of area on callee's stack frame which
Akira Hatanaka
2011-11-07
Use array_lengthof to compute the number of iterations of a loop.
Akira Hatanaka
2011-11-07
Fix patterns for unaligned 32-bit load. DSLL32 or DSRL32 should be emitted
Akira Hatanaka
2011-11-07
Make the type of shift amount i32 in order to reduce the number of shift
Akira Hatanaka
2011-11-07
Add 64-bit to 32-bit trunc pattern.
Akira Hatanaka
2011-11-06
Replace (Lower|Upper)caseString in favor of StringRef's newest methods.
Benjamin Kramer
2011-11-04
build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just
Daniel Dunbar
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-10-28
Make changes necessary in LowerFormalArguments to support Mips64.
Akira Hatanaka
2011-10-28
Make changes necessary in LowerCall to support Mips64.
Akira Hatanaka
2011-10-28
Add variable IsO32 to MipsTargetLowering.
Akira Hatanaka
2011-10-25
Corrects previously incorrect $sp change in MipsCompilationCallback.
Bruno Cardoso Lopes
[prev]
[next]