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
*
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
*
Add T9 to the list of live-in registers of the entry basic block.
Akira Hatanaka
2012-03-27
1
-0
/
+2
*
Retrieve and add the offset of a symbol in applyFixup rather than retrieve and
Akira Hatanaka
2012-03-27
2
-67
/
+67
*
Define function MipsGetSymAndOffset which returns a fixup's symbol and the
Akira Hatanaka
2012-03-27
1
-0
/
+30
*
Rewrite computation of Value in adjustFixupValue so that the upper 48-bits are
Akira Hatanaka
2012-03-27
1
-1
/
+1
*
Reserve hardware registers.
Akira Hatanaka
2012-03-27
1
-0
/
+4
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-7
/
+1
*
Add typecast to silence -Wswitch warning introduced by r153153.
Craig Topper
2012-03-21
1
-1
/
+1
*
Incremental big endian patch by Jack Carter.
Akira Hatanaka
2012-03-21
2
-13
/
+30
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
13
-20
/
+16
*
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
2012-03-11
1
-10
/
+10
*
Use uint16_t to store registers and opcode in static tables in the target spe...
Craig Topper
2012-03-11
1
-2
/
+2
*
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
2
-20
/
+16
*
Remove unused header files.
Akira Hatanaka
2012-03-09
1
-2
/
+0
*
Fix undefined behavior in the Mips backend.
Ahmed Charles
2012-03-09
2
-15
/
+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
*
This patch eliminates redundant instructions that produce 0.
Akira Hatanaka
2012-03-08
1
-1
/
+50
*
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
2
-2
/
+4
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
2
-3
/
+3
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-1
/
+1
*
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-04
2
-2
/
+2
*
Changes for migrating to using register mask operands.
Akira Hatanaka
2012-03-01
6
-48
/
+45
*
Fix bugs which were introduced when support for base+index floating point loads
Akira Hatanaka
2012-03-01
4
-10
/
+35
*
Pass endian information to constructors. Define separate functions to create
Akira Hatanaka
2012-03-01
5
-57
/
+55
*
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
2
-3
/
+5
*
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
2012-02-28
2
-5
/
+3
*
remove blanks, and some code format
Jia Liu
2012-02-28
34
-156
/
+156
*
Some ARM implementaions, e.g. A-series, does return stack prediction. That is,
Evan Cheng
2012-02-28
2
-3
/
+5
*
Add comments.
Akira Hatanaka
2012-02-28
1
-0
/
+4
*
Do not reserve $gp as a dedicated global base register if the target ABI is n...
Akira Hatanaka
2012-02-28
1
-1
/
+2
*
Add support for floating point base register + offset register addressing mode
Akira Hatanaka
2012-02-28
6
-4
/
+91
*
Remove unnecessary template parameters.
Akira Hatanaka
2012-02-27
1
-15
/
+13
*
Fix instruction predicates that were not set correctly.
Akira Hatanaka
2012-02-27
1
-8
/
+10
*
delete useless comment&blank
Jia Liu
2012-02-27
1
-16
/
+14
*
Add definitions of floating point multiply add/sub and negative multiply
Akira Hatanaka
2012-02-25
3
-8
/
+71
*
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
2012-02-24
16
-98
/
+247
*
comment fix
Jia Liu
2012-02-24
1
-1
/
+1
*
some comment fix
Jia Liu
2012-02-24
1
-3
/
+3
*
replace a balnk with -
Jia Liu
2012-02-24
1
-1
/
+1
*
80 columns of Mips InstPrinter Makefile
Jia Liu
2012-02-24
1
-1
/
+1
*
Make all pointers to TargetRegisterClass const since they are all pointers to...
Craig Topper
2012-02-22
1
-3
/
+3
*
Use a function in MathExtras to do sign extension.
Akira Hatanaka
2012-02-22
1
-1
/
+1
*
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
1
-4
/
+1
*
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
27
-27
/
+27
*
Do not promote i32 arguments to i64. This was causing unnecessary sign extension
Akira Hatanaka
2012-02-17
2
-14
/
+16
*
add Emacs tag and fix some comment error in file headers
Jia Liu
2012-02-17
29
-28
/
+41
[next]