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
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add disassembler to MIPS.
Akira Hatanaka
2012-04-17
1
-1
/
+40
*
Do not add offset in applyFixup. This has already been accounted for in Value.
Akira Hatanaka
2012-04-16
1
-4
/
+2
*
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
1
-40
/
+1
*
MIPS disassembler support.
Akira Hatanaka
2012-04-03
1
-1
/
+40
*
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
4
-23
/
+49
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
1
-1
/
+2
*
Select static relocation model if it is jitting.
Akira Hatanaka
2012-03-31
1
-1
/
+3
*
Sort relocation entries before they are written out to a file. MIPS ABI
Akira Hatanaka
2012-03-28
1
-0
/
+103
*
Prune some includes
Craig Topper
2012-03-27
1
-1
/
+1
*
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
*
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
*
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
1
-1
/
+2
*
Pass endian information to constructors. Define separate functions to create
Akira Hatanaka
2012-03-01
5
-57
/
+55
*
remove blanks, and some code format
Jia Liu
2012-02-28
2
-2
/
+2
*
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
*
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
6
-6
/
+6
*
add Emacs tag and fix some comment error in file headers
Jia Liu
2012-02-17
6
-6
/
+6
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-0
/
+1
*
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
1
-0
/
+1
*
Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...
James Molloy
2012-01-28
1
-1
/
+1
*
Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...
Owen Anderson
2012-01-24
1
-1
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
2
-3
/
+0
*
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
1
-4
/
+4
*
Add big endian mips support. Based on a patch by Jack Carter.
Rafael Espindola
2012-01-11
3
-16
/
+20
*
Move the Mips only bits of the ELF writer to lib/Target/Mips.
Rafael Espindola
2011-12-22
4
-21
/
+145
*
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-22
3
-0
/
+22
*
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-21
1
-11
/
+12
*
64-bit data directive.
Akira Hatanaka
2011-12-20
1
-1
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
2
-0
/
+3
*
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-12-19
1
-1
/
+2
*
Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object
Akira Hatanaka
2011-12-14
1
-0
/
+7
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+0
*
Variable cleanup. Based on past patch submittals variable names have
Bruno Cardoso Lopes
2011-12-07
2
-55
/
+60
*
Add a few moreLocal/Global R_MIPS_GOT related fixups and
Bruno Cardoso Lopes
2011-12-07
4
-46
/
+43
*
Add register HWR29 numbering. Patch by Jack Carter
Bruno Cardoso Lopes
2011-12-06
1
-0
/
+1
*
MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.
NAKAMURA Takumi
2011-12-06
1
-0
/
+1
*
Move target-specific logic out of generic MCAssembler.
Jim Grosbach
2011-12-06
1
-0
/
+10
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-7
/
+0
*
This patch makes the following changes necessary for MIPS' direct code emission.
Akira Hatanaka
2011-11-23
1
-10
/
+27
*
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-23
1
-1
/
+7
*
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
1
-2
/
+3
*
Mips MC object code emission improvements:
Bruno Cardoso Lopes
2011-11-11
5
-26
/
+426
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
1
-0
/
+24
*
Coding style cleanups. No functionality change.
Bill Wendling
2011-10-18
1
-6
/
+5
[next]