| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 4 | -6/+40 |
* | Merge remote-tracking branch 'upstream/release_34' into merge-20140211 | Stephen Hines | 2014-02-11 | 2 | -1/+21 |
|\ |
|
| * | [mips][msa] Added support for matching splati from normal IR (i.e. not intrin... | Daniel Sanders | 2013-09-27 | 2 | -0/+10 |
| * | [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-24 | 2 | -0/+6 |
| * | [mips] Place parentheses around && to silence warning. | Akira Hatanaka | 2013-09-07 | 1 | -3/+3 |
| * | [mips] Make "b" (unconditional branch) a pseudo. "b" is an assembly idiom, wh... | Akira Hatanaka | 2013-09-06 | 1 | -1/+4 |
| * | [micromips] Print instruction alias "not" if the last operand of a nor is zero. | Akira Hatanaka | 2013-08-21 | 1 | -0/+1 |
* | | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807 | Stephen Hines | 2013-08-07 | 2 | -7/+71 |
|\ \
| |/ |
|
| * | [mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias' | Akira Hatanaka | 2013-08-06 | 1 | -0/+6 |
| * | [mips] Replace usages of register classes with register operands. Also, remove | Akira Hatanaka | 2013-08-06 | 1 | -0/+6 |
| * | [mips] Define "bal" as a pseudo instruction. Also, fix bug in the InstAlias that | Akira Hatanaka | 2013-07-30 | 1 | -0/+3 |
| * | [mips] Add comment and simplify function. | Akira Hatanaka | 2013-07-29 | 1 | -23/+14 |
| * | [mips] Fix FP branch instructions to have explicit FP condition code register | Akira Hatanaka | 2013-07-26 | 1 | -0/+8 |
| * | [mips] Delete register print method MipsInstPrinter::printCPURegs that is not | Akira Hatanaka | 2013-07-26 | 2 | -6/+0 |
| * | [mips] Print instructions "beq", "bne" and "or" using assembler pseudo | Akira Hatanaka | 2013-07-26 | 2 | -1/+57 |
* | | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226 | Stephen Hines | 2013-03-05 | 2 | -1/+12 |
|\ \
| |/ |
|
| * | This patch that sets the EmitAlias flag in td files | Jack Carter | 2013-02-05 | 2 | -1/+6 |
| * | This patch tackles the problem of parsing Mips | Jack Carter | 2013-01-12 | 2 | -0/+6 |
* | | Merge remote-tracking branch 'upstream/master' into merge-llvm | Stephen Hines | 2013-01-21 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | [CMake] Remove dependencies to intrinsics_gen I introduced in r169724. | NAKAMURA Takumi | 2012-12-11 | 1 | -1/+1 |
| * | [CMake] Update dependencies to intrinsics_gen corresponding to r169711. | NAKAMURA Takumi | 2012-12-10 | 1 | -1/+1 |
| * | [mips] Generate big GOT code. | Akira Hatanaka | 2012-11-21 | 1 | -0/+4 |
* | | Apply changes to migrate to LLVM-160668-20120724. | Shih-wei Liao | 2012-08-03 | 1 | -1/+4 |
* | | Merge with LLVM upstream r160668 (Jul 24th 2012) | Shih-wei Liao | 2012-08-03 | 2 | -1/+21 |
|\ \
| |/ |
|
| * | Add HIGHER and HIGHEST relocations to Mips backend. | Akira Hatanaka | 2012-07-21 | 1 | -0/+2 |
| * | Enclose instruction rdhwr with directives, which are needed when target is | Akira Hatanaka | 2012-07-05 | 1 | -0/+18 |
| * | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer | 2012-06-02 | 1 | -1/+1 |
* | | Merge with LLVM upstream r155090. | Shih-wei Liao | 2012-04-24 | 2 | -9/+4 |
|\ \
| |/ |
|
| * | 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 | 1 | -2/+3 |
* | | Merge branch 'upstream' into merge-20120305 | Stephen Hines | 2012-03-05 | 3 | -29/+30 |
|\ \
| |/ |
|
| * | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach | 2012-03-05 | 1 | -1/+2 |
| * | remove blanks, and some code format | Jia Liu | 2012-02-28 | 2 | -6/+6 |
| * | 80 columns of Mips InstPrinter Makefile | 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 | 1 | -1/+1 |
| * | add Emacs tag and fix some comment error in file headers | Jia Liu | 2012-02-17 | 2 | -2/+2 |
| * | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 1 | -1/+1 |
| * | Tidy up. Simplify logic. No functional change intended. | Akira Hatanaka | 2011-12-19 | 1 | -20/+20 |
* | | Merge with LLVM upstream r146714 (Dec 16th 2011) | Logan Chien | 2011-12-16 | 3 | -6/+4 |
|\ \
| |/ |
|
| * | Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object | Akira Hatanaka | 2011-12-14 | 1 | -0/+3 |
| * | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
| * | Add a few moreLocal/Global R_MIPS_GOT related fixups and | Bruno Cardoso Lopes | 2011-12-07 | 1 | -0/+1 |
| * | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar | 2011-11-29 | 1 | -5/+0 |
* | | Add build rules for MIPS. | Logan Chien | 2011-11-27 | 1 | -0/+43 |
|/ |
|
* | Fix printing of MCSymbolRegExpr. Needs three closing parentheses for | Akira Hatanaka | 2011-11-11 | 1 | -1/+4 |
* | Properly handle Mips MC relocations and lower cpload and cprestore macros to ... | Bruno Cardoso Lopes | 2011-11-08 | 1 | -1/+49 |
* | Replace (Lower|Upper)caseString in favor of StringRef's newest methods. | Benjamin Kramer | 2011-11-06 | 1 | -2/+1 |
* | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar | 2011-11-03 | 1 | -0/+24 |
* | These do not need to be conditional on the presence of CommentStream, as they... | Owen Anderson | 2011-09-21 | 1 | -1/+1 |