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
*
Reconfigure config.h and llvm-config.h.
Logan Chien
2012-05-09
2
-0
/
+103
*
Merge with LLVM upstream r155090.
Shih-wei Liao
2012-04-24
35
-431
/
+1535
|
\
|
*
Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRemateri...
Akira Hatanaka
2012-04-18
1
-1
/
+5
|
*
Delete blank line.
Akira Hatanaka
2012-04-18
1
-1
/
+0
|
*
Delete latter half of CMakeLists.txt.
Akira Hatanaka
2012-04-17
1
-15
/
+0
|
*
Add disassembler to MIPS.
Akira Hatanaka
2012-04-17
13
-93
/
+872
|
*
Do not add offset in applyFixup. This has already been accounted for in Value.
Akira Hatanaka
2012-04-16
1
-4
/
+2
|
*
Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,
Akira Hatanaka
2012-04-11
2
-3
/
+9
|
*
Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.
Akira Hatanaka
2012-04-11
3
-0
/
+65
|
*
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
|
*
Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem...
Akira Hatanaka
2012-04-03
4
-0
/
+0
|
*
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
13
-925
/
+104
|
*
MIPS disassembler support.
Akira Hatanaka
2012-04-03
13
-104
/
+925
|
*
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
4
-23
/
+49
|
*
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
2
-5
/
+0
|
*
Remove getInstructionName from MCInstPrinter implementations in favor of usin...
Craig Topper
2012-04-02
2
-3
/
+2
|
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
2
-3
/
+5
|
*
Select static relocation model if it is jitting.
Akira Hatanaka
2012-03-31
1
-1
/
+3
|
*
Expand FREM.
Akira Hatanaka
2012-03-29
1
-0
/
+2
|
*
Turn off post-RA scheduler by default.
Akira Hatanaka
2012-03-28
1
-1
/
+1
|
*
Turn on post register allocation scheduler.
Akira Hatanaka
2012-03-28
4
-0
/
+22
|
*
Sort relocation entries before they are written out to a file. MIPS ABI
Akira Hatanaka
2012-03-28
1
-0
/
+103
|
*
Emit all directives except for ".cprestore" during asm printing rather than emit
Akira Hatanaka
2012-03-28
7
-151
/
+188
|
*
Mark flag neverHasSideEffects of pattern-less instructions that do not have
Akira Hatanaka
2012-03-28
1
-0
/
+5
|
*
Remove trailing white space.
Akira Hatanaka
2012-03-27
1
-1
/
+1
|
*
Add member EmitNOAT and its setter and getter functions to class MipsFunction...
Akira Hatanaka
2012-03-27
1
-1
/
+6
|
*
Prune some includes
Craig Topper
2012-03-27
3
-4
/
+1
|
*
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
*
|
Merge branch 'upstream' into sliao_d
Shih-wei Liao
2012-03-24
18
-86
/
+181
|
\
\
|
|
/
|
*
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
[next]