| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove ^M from the file. | Bill Wendling | 2013-11-08 | 1 | -1419/+1415 |
* | IR: Properly canonicalize PointerType in ConstantExpr GEPs | David Majnemer | 2013-11-07 | 1 | -5/+6 |
* | IR: Do not canonicalize constant GEPs into an out-of-bounds array access | David Majnemer | 2013-11-07 | 2 | -1/+67 |
* | Run clang-format on file. | Bill Wendling | 2013-11-07 | 1 | -14/+9 |
* | Move copying of global initializers below the cloning of functions. | Bill Wendling | 2013-11-07 | 5 | -5/+163 |
* | Support for microMIPS trap instructions 1. | Zoran Jovanovic | 2013-11-07 | 6 | -8/+68 |
* | llvm-c/Support.h: Add a newline at eof. | NAKAMURA Takumi | 2013-11-07 | 1 | -1/+1 |
* | Disable some code that is causing some warnings. It's in the process | Reed Kotler | 2013-11-07 | 1 | -3/+2 |
* | Add the fact that we anticipate switching to use (some subset of) C++11 | Chandler Carruth | 2013-11-07 | 1 | -0/+10 |
* | R600: Fix LowerUDIVREM | Vincent Lejeune | 2013-11-06 | 2 | -9/+22 |
* | [AArch64] Remove NEON from "generic" CPU target. | Amara Emerson | 2013-11-06 | 1 | -2/+1 |
* | Add DT_VERSYM dynamic table entry tag definition. | Simon Atanasyan | 2013-11-06 | 1 | -0/+1 |
* | [SystemZ] Handle vectors in getSetCCResultType | Richard Sandiford | 2013-11-06 | 2 | -5/+8 |
* | Add test case for PR12377, it was fixed by r194116. | Benjamin Kramer | 2013-11-06 | 1 | -4/+30 |
* | [llvm-c] Add parameter names in Target.h for C99 compliance | Peter Zotov | 2013-11-06 | 1 | -21/+23 |
* | Implement gpword directive for mips, test case added. Stype changes using cla... | Vladimir Medic | 2013-11-06 | 2 | -299/+314 |
* | Add newline at EOF in DynamicLibrary.cpp | Peter Zotov | 2013-11-06 | 1 | -1/+1 |
* | [llvm-c] Improve TargetMachine bindings | Peter Zotov | 2013-11-06 | 2 | -0/+59 |
* | [llvm-c] Specify explicit namespace in LLVMLoadLibraryPermanently | Peter Zotov | 2013-11-06 | 1 | -1/+1 |
* | [llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disas... | Peter Zotov | 2013-11-06 | 1 | -6/+6 |
* | [llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disass... | Peter Zotov | 2013-11-06 | 1 | -0/+36 |
* | [llvm-c] Expose LLVMLoadLibraryPermanently | Peter Zotov | 2013-11-06 | 2 | -0/+45 |
* | [OCaml] Impement Llvm_irreader, bindings to LLVM assembly parser | Peter Zotov | 2013-11-06 | 7 | -1/+185 |
* | [llvm-c] Expose IRReader interface | Peter Zotov | 2013-11-06 | 2 | -0/+72 |
* | [OCaml] Implement Llvm.string_of_llvalue | Peter Zotov | 2013-11-06 | 4 | -0/+24 |
* | [llvm-c] Implement LLVMPrintValueToString | Peter Zotov | 2013-11-06 | 2 | -0/+18 |
* | Fix definition for Mips16 pc relative load word instructions. | Reed Kotler | 2013-11-06 | 1 | -5/+3 |
* | Implement AArch64 Neon instruction set Perm. | Jiangning Liu | 2013-11-06 | 6 | -0/+2649 |
* | Implement AArch64 Neon instruction set Bitwise Extract. | Jiangning Liu | 2013-11-06 | 10 | -100/+456 |
* | Rewrite SCEV's backedge taken count computation. | Andrew Trick | 2013-11-06 | 9 | -188/+247 |
* | Remove another unused, and IMHO, not very desirable feature of ErrorOr. | Rafael Espindola | 2013-11-05 | 1 | -29/+7 |
* | Get rid of current calculation function and adjustment scheme | Reed Kotler | 2013-11-05 | 1 | -76/+13 |
* | Slightly change the way stackmap and patchpoint intrinsics are lowered. | Andrew Trick | 2013-11-05 | 2 | -9/+47 |
* | Get rid of all references to soimm in MipsConstantIslands pass because | Reed Kotler | 2013-11-05 | 1 | -12/+7 |
* | Cleanup getUserOffset. Issues related to inline assembler length and | Reed Kotler | 2013-11-05 | 1 | -16/+1 |
* | ARM: permit bare dmb/dsb/isb aliases on Cortex-M0 | Tim Northover | 2013-11-05 | 2 | -4/+34 |
* | Convert comments to documentation comments (// -> ///) | Dmitri Gribenko | 2013-11-05 | 1 | -9/+10 |
* | Use error_code in GVMaterializer. | Rafael Espindola | 2013-11-05 | 4 | -31/+38 |
* | Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA. | Jiangning Liu | 2013-11-05 | 7 | -5/+468 |
* | Convert FindFunctionInStream to return an error_code. | Rafael Espindola | 2013-11-05 | 2 | -5/+6 |
* | [objc-arc] Convert the one directional retain/release relation assert to a co... | Michael Gottesman | 2013-11-05 | 2 | -3/+294 |
* | Provide a test input for opt | Alp Toker | 2013-11-05 | 1 | -6/+6 |
* | Silence GCC warning about dropping off a fully covered switch. | Benjamin Kramer | 2013-11-05 | 1 | -0/+1 |
* | [OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclasses | Peter Zotov | 2013-11-05 | 3 | -0/+8 |
* | [llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subc... | Peter Zotov | 2013-11-05 | 1 | -0/+3 |
* | [OCaml] (PR10016) Add a few missing line in OCamlLangImpl2.rst | Peter Zotov | 2013-11-05 | 1 | -0/+3 |
* | Remove the word "thumb" from comments. Remove also an incorrect | Reed Kotler | 2013-11-05 | 1 | -24/+6 |
* | [OCaml] (PR16318) Add missing argument to Llvm.const_intcast | Peter Zotov | 2013-11-05 | 4 | -5/+17 |
* | [OCaml] (PR11717) Make declare_qualified_global respect address argument | Peter Zotov | 2013-11-05 | 2 | -4/+8 |
* | X86 Disassembler: remove unused bool typedef-name | David Majnemer | 2013-11-05 | 1 | -2/+0 |