index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Mips
/
MipsISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug in MipsTargetLowering::LowerLOAD. A shift-right-logical node is
Akira Hatanaka
2012-06-04
1
-1
/
+2
*
MIPS TLS: use the model selected by TargetMachine::getTLSModel().
Hans Wennborg
2012-06-04
1
-3
/
+4
*
remove an unused variable.
Chris Lattner
2012-06-02
1
-1
/
+1
*
Set operation actions for load/store nodes in the Mips backend.
Akira Hatanaka
2012-06-02
1
-0
/
+11
*
Define functions MipsTargetLowering::LowerLOAD and LowerSTORE which
Akira Hatanaka
2012-06-02
1
-0
/
+138
*
Define Mips specific unaligned load/store nodes.
Akira Hatanaka
2012-06-02
1
-0
/
+8
*
Expand unaligned i16 loads/stores for the Mips backend.
Akira Hatanaka
2012-06-02
1
-1
/
+0
*
Cleanup and factoring of mips16 tablegen classes. Make register classes
Akira Hatanaka
2012-05-31
1
-0
/
+5
*
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
1
-9
/
+14
*
Make the following changes in MipsISelLowering.cpp:
Akira Hatanaka
2012-05-12
1
-8
/
+8
*
Expand 64-bit shifts if target ABI is O32.
Akira Hatanaka
2012-05-09
1
-3
/
+81
*
Add support for the 'x' constraint.
Eric Christopher
2012-05-07
1
-1
/
+8
*
Add support for the 'l' constraint.
Eric Christopher
2012-05-07
1
-0
/
+7
*
Add support for the 'c' constraint.
Eric Christopher
2012-05-07
1
-1
/
+13
*
Add support for the 'P' constraint.
Eric Christopher
2012-05-07
1
-0
/
+11
*
Add support for the 'O' constraint.
Eric Christopher
2012-05-07
1
-0
/
+11
*
Add support for the 'N' inline asm constraint.
Eric Christopher
2012-05-07
1
-0
/
+11
*
Add support for the 'L' inline asm constraint.
Eric Christopher
2012-05-07
1
-0
/
+11
*
Add support for the inline asm constraint 'K'.
Eric Christopher
2012-05-07
1
-0
/
+11
*
Support the 'J' constraint.
Eric Christopher
2012-05-07
1
-0
/
+11
*
Add support for the 'I' inline asm constraint. Also add tests
Eric Christopher
2012-05-07
1
-0
/
+39
*
Allow 64 bit integer values in gpu registers if arch and abi are 64 bit.
Eric Christopher
2012-05-07
1
-2
/
+4
*
When using inline asm constraints representing
Eric Christopher
2012-05-07
1
-1
/
+1
*
Make ARM and Mips use TargetMachine::getTLSModel()
Hans Wennborg
2012-05-04
1
-3
/
+6
*
llvm/lib/Target: [PR12611] Add "llvm/Support/raw_ostream.h" for Debug build o...
NAKAMURA Takumi
2012-04-21
1
-0
/
+2
*
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
1
-19
/
+19
*
Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,
Akira Hatanaka
2012-04-11
1
-0
/
+5
*
Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.
Akira Hatanaka
2012-04-11
1
-0
/
+63
*
Fix bugs in lowering of FCOPYSIGN nodes.
Akira Hatanaka
2012-04-11
1
-52
/
+91
*
Reapply 154038 without the failing test.
Akira Hatanaka
2012-04-04
1
-3
/
+3
*
Revert r154038. It was causing make check failures.
Owen Anderson
2012-04-04
1
-3
/
+3
*
Fix LowerGlobalAddress to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
1
-3
/
+3
*
Fix LowerJumpTable to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
1
-2
/
+2
*
Fix LowerConstantPool to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
1
-2
/
+2
*
Fix LowerBlockAddress to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
1
-2
/
+2
*
Expand FREM.
Akira Hatanaka
2012-03-29
1
-0
/
+2
*
Pass the llvm IR pointer value and offset to the constructor of
Akira Hatanaka
2012-03-27
1
-9
/
+13
*
Fix bug in LowerConstantPool.
Akira Hatanaka
2012-03-27
1
-1
/
+1
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-2
/
+2
*
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
2012-03-11
1
-10
/
+10
*
Do not custom lower i64 nodes if i64 is not a legal type. Move lines that set
Akira Hatanaka
2012-03-10
1
-11
/
+14
*
Lower SETCC nodes during legalization. Previously, it was lowered in DAG comb...
Akira Hatanaka
2012-03-09
1
-20
/
+15
*
Invoke setTargetDAGCombine for SELECT.
Akira Hatanaka
2012-03-08
1
-0
/
+1
*
Swap the operands of a select node if the false (the second) operand is 0.
Akira Hatanaka
2012-03-08
1
-0
/
+35
*
Set minimum function alignment to 3 if target is Mips64.
Akira Hatanaka
2012-03-08
1
-1
/
+1
*
Changes for migrating to using register mask operands.
Akira Hatanaka
2012-03-01
1
-0
/
+6
*
Fix bugs which were introduced when support for base+index floating point loads
Akira Hatanaka
2012-03-01
1
-1
/
+0
*
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
1
-2
/
+4
*
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
2012-02-28
1
-4
/
+2
*
remove blanks, and some code format
Jia Liu
2012-02-28
1
-39
/
+39
[next]