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
*
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
*
Definition of function getMipsRegisterNumbering.
Akira Hatanaka
2011-10-14
1
-0
/
+113
*
Fixup enumerations.
Akira Hatanaka
2011-10-14
1
-0
/
+90
*
Register the MC object streamer.
Akira Hatanaka
2011-09-30
1
-0
/
+18
*
Register Asm backend. Add functions to MipsAsmBackend.
Akira Hatanaka
2011-09-30
3
-0
/
+55
*
Add MCELFObjectTargetWriter and MCAsmBackend classes.
Akira Hatanaka
2011-09-30
2
-0
/
+72
*
Update CMake build.
Benjamin Kramer
2011-09-30
1
-1
/
+2
*
Initial implementation of MipsMCCodeEmitter.
Akira Hatanaka
2011-09-30
3
-1
/
+68
*
Add a base class for Mips TargetMachines and add Mips64 TargetMachines.
Akira Hatanaka
2011-09-21
3
-1
/
+26
*
Support for PSP is gone too.
Akira Hatanaka
2011-09-13
1
-7
/
+2
*
It is not necessary to search for mipsallegrex in target triple string.
Akira Hatanaka
2011-09-13
1
-2
/
+1
*
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-09-07
1
-1
/
+2
*
Fix typo in MipsMCTargetDesc.h; Patch supplied by Liu (proljc@gmail.com)
James Molloy
2011-08-30
1
-4
/
+4
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
Some refactoring so TargetRegistry.h no longer has to include any files
Evan Cheng
2011-08-23
1
-0
/
+1
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-2
/
+8
[next]