index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MCTargetDesc
Age
Commit message (
Expand
)
Author
2012-04-03
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
MIPS disassembler support.
Akira Hatanaka
2012-04-02
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-03-31
Select static relocation model if it is jitting.
Akira Hatanaka
2012-03-28
Sort relocation entries before they are written out to a file. MIPS ABI
Akira Hatanaka
2012-03-27
Prune some includes
Craig Topper
2012-03-27
Retrieve and add the offset of a symbol in applyFixup rather than retrieve and
Akira Hatanaka
2012-03-27
Define function MipsGetSymAndOffset which returns a fixup's symbol and the
Akira Hatanaka
2012-03-27
Rewrite computation of Value in adjustFixupValue so that the upper 48-bits are
Akira Hatanaka
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2012-03-21
Add typecast to silence -Wswitch warning introduced by r153153.
Craig Topper
2012-03-21
Incremental big endian patch by Jack Carter.
Akira Hatanaka
2012-03-05
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-01
Pass endian information to constructors. Define separate functions to create
Akira Hatanaka
2012-02-28
remove blanks, and some code format
Jia Liu
2012-02-24
comment fix
Jia Liu
2012-02-24
some comment fix
Jia Liu
2012-02-24
replace a balnk with -
Jia Liu
2012-02-17
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
add Emacs tag and fix some comment error in file headers
Jia Liu
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-03
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-01-28
Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...
James Molloy
2012-01-24
Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...
Owen Anderson
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-18
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-11
Add big endian mips support. Based on a patch by Jack Carter.
Rafael Espindola
2011-12-22
Move the Mips only bits of the ELF writer to lib/Target/Mips.
Rafael Espindola
2011-12-22
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-21
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-20
64-bit data directive.
Akira Hatanaka
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-19
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-12-14
Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object
Akira Hatanaka
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-07
Variable cleanup. Based on past patch submittals variable names have
Bruno Cardoso Lopes
2011-12-07
Add a few moreLocal/Global R_MIPS_GOT related fixups and
Bruno Cardoso Lopes
2011-12-06
Add register HWR29 numbering. Patch by Jack Carter
Bruno Cardoso Lopes
2011-12-06
MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.
NAKAMURA Takumi
2011-12-06
Move target-specific logic out of generic MCAssembler.
Jim Grosbach
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-23
This patch makes the following changes necessary for MIPS' direct code emission.
Akira Hatanaka
2011-11-23
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-11
Mips MC object code emission improvements:
Bruno Cardoso Lopes
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-10-18
Coding style cleanups. No functionality change.
Bill Wendling
2011-10-14
Definition of function getMipsRegisterNumbering.
Akira Hatanaka
2011-10-14
Fixup enumerations.
Akira Hatanaka
[prev]
[next]