- 1343fbc Remove some unnecessary temporary strings. by Benjamin Kramer · 12 years ago
- f008d34 [arm] Refine ARMBuildAttrs.h. by Logan Chien · 12 years ago
- ea99884 [PM] Start sketching out the new module and function pass manager. by Chandler Carruth · 12 years ago
- 49837ef Move the old pass manager infrastructure into a legacy namespace and by Chandler Carruth · 12 years ago
- 9defe9a This exposes the new calling conventions (WebKit_JS and AnyReg) via the C API by adding them to the enumeration in Core.h. by Filip Pizlo · 12 years ago
- 3481cdc Switch to allow implicit construction. In many cases, we're wrapping by Chandler Carruth · 12 years ago
- c197a3a Test the polymorphic behavior of this utility. by Chandler Carruth · 12 years ago
- 8caea72 Use something really explicit to test "move semantics" on builds without by Chandler Carruth · 12 years ago
- ca020d4 Add the critically missing 'clone' method. =] by Chandler Carruth · 12 years ago
- cd7a191 Move the test type out of the function and into the anonymous namespace by Chandler Carruth · 12 years ago
- aec4277 Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat silly by Chandler Carruth · 12 years ago
- 332cbf1 include/llvm/CodeGen/PBQP: Update @param(s) in comments. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
- 91935b8 Fix whitespace. by NAKAMURA Takumi · 12 years ago
- a91d7b1 Re-apply r194300 with fixes for warnings. by Lang Hames · 12 years ago
- 9583022 [mips] Make sure there is a chain edge dependency between loads that read by Akira Hatanaka · 12 years ago
- ceb0d9c Revert r194300 which broke the build. by Nick Lewycky · 12 years ago
- d4f5a61 [Stackmap] Materialize the jump address within the patchpoint noop slide. by Juergen Ributzka · 12 years ago
- 999ffb6 Revert "Move copying of global initializers below the cloning of functions." by Adrian Prantl · 12 years ago
- ab6f27c Revert "Run clang-format on file." by Adrian Prantl · 12 years ago
- fc93ae6 Rewrite the PBQP graph data structure. by Lang Hames · 12 years ago
- 623d2e6 [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic. by Juergen Ributzka · 12 years ago
- d900b117 increase the accuracy of register pressure computation in the presence of dead definitions by using live intervals, if available, to identify dead definitions and proceed accordingly. by Pedro Artigas · 12 years ago
- dc7eb3e X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable() by Jim Grosbach · 12 years ago
- de753f4 Fix some minor issues with r194282 to get the tree healthy again. by Lang Hames · 12 years ago
- c87e438 Add a method to get the object-file appropriate stack map section. by Lang Hames · 12 years ago
- ab09d1e Remove dead code from LoopUnswitch by Hal Finkel · 12 years ago
- d241fa7 Revert "CalculateSpillWeights does not need to be a pass" by Arnaud A. de Grandmaison · 12 years ago
- f0c6ab6 [VirtRegMap] Fix for PR17825. Do not ignore noreturn definitions when setting by Quentin Colombet · 12 years ago
- 071a4f1 Make PrintAsmOperand call to the superclass to handle 'n' and 'c' operand modifiers. by Richard Barton · 12 years ago
- 663fcde CalculateSpillWeights does not need to be a pass by Arnaud A. de Grandmaison · 12 years ago
- fffdcac Add ImmutableSet profiling info for 'bool'. by Jordan Rose · 12 years ago
- 323ac85 ARM: fold prologue/epilogue sp updates into push/pop for code size by Tim Northover · 12 years ago
- 2b01682 [ARM] Handling for coprocessor instructions that are undefined starting from ARMv8 (Thumb encodings) by Artyom Skrobov · 12 years ago
- c5c991b [ARM] Handling for coprocessor instructions that are undefined starting from ARMv8 (ARM encodings) by Artyom Skrobov · 12 years ago
- fa840ba [ARM] Handling for coprocessor instructions that are undefined starting from ARMv8 (ARM encodings) by Artyom Skrobov · 12 years ago
- 62ab265 Export MCDisassembler's SubtargetInfo, to allow architecture-aware disassembly by Artyom Skrobov · 12 years ago
- bf1757d CalculateSpillWeights cleanup: remove unneeded includes by Arnaud A. de Grandmaison · 12 years ago
- c9af1ad Test for microMIPS trap instructions. by Zoran Jovanovic · 12 years ago
- 6af8781 llvm-ar: Let opening a directory failed in llvm-ar. by NAKAMURA Takumi · 12 years ago
- de71238 [mips][msa] Update encoding of LDI instruction. by Matheus Almeida · 12 years ago
- 1b91231 [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as operands for coprocessor instructions, resulting in encodings that clash with FP/NEON instruction encodings by Artyom Skrobov · 12 years ago
- 5f72591 Remove ^M from the file. by Bill Wendling · 12 years ago
- f9c692c IR: Properly canonicalize PointerType in ConstantExpr GEPs by David Majnemer · 12 years ago
- 0ab2058 IR: Do not canonicalize constant GEPs into an out-of-bounds array access by David Majnemer · 12 years ago
- 5ebdcd2 Run clang-format on file. by Bill Wendling · 12 years ago
- 5d5f2c3 Move copying of global initializers below the cloning of functions. by Bill Wendling · 12 years ago
- 9f47175 Support for microMIPS trap instructions 1. by Zoran Jovanovic · 12 years ago
- 0f0f1ac llvm-c/Support.h: Add a newline at eof. by NAKAMURA Takumi · 12 years ago
- 1101cde Disable some code that is causing some warnings. It's in the process by Reed Kotler · 12 years ago
- bdd55d2 Add the fact that we anticipate switching to use (some subset of) C++11 by Chandler Carruth · 12 years ago
- 69239a9 R600: Fix LowerUDIVREM by Vincent Lejeune · 12 years ago
- 1b484ab [AArch64] Remove NEON from "generic" CPU target. by Amara Emerson · 12 years ago
- 4411ba0 Add DT_VERSYM dynamic table entry tag definition. by Simon Atanasyan · 12 years ago
- d975a82 [SystemZ] Handle vectors in getSetCCResultType by Richard Sandiford · 12 years ago
- 02707cb Add test case for PR12377, it was fixed by r194116. by Benjamin Kramer · 12 years ago
- 573a231 [llvm-c] Add parameter names in Target.h for C99 compliance by Peter Zotov · 12 years ago
- 2263a2c Implement gpword directive for mips, test case added. Stype changes using clang-format are also included. by Vladimir Medic · 12 years ago
- 54edcc2 Add newline at EOF in DynamicLibrary.cpp by Peter Zotov · 12 years ago
- 1acb212 [llvm-c] Improve TargetMachine bindings by Peter Zotov · 12 years ago
- 92198d4 [llvm-c] Specify explicit namespace in LLVMLoadLibraryPermanently by Peter Zotov · 12 years ago
- e669e09 [llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disassembler by Peter Zotov · 12 years ago
- 43b2558 [llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disassembler by Peter Zotov · 12 years ago
- 87265f9 [llvm-c] Expose LLVMLoadLibraryPermanently by Peter Zotov · 12 years ago
- ec7270c [OCaml] Impement Llvm_irreader, bindings to LLVM assembly parser by Peter Zotov · 12 years ago
- c6099db [llvm-c] Expose IRReader interface by Peter Zotov · 12 years ago
- ba0c7cd [OCaml] Implement Llvm.string_of_llvalue by Peter Zotov · 12 years ago
- 14bbb1d [llvm-c] Implement LLVMPrintValueToString by Peter Zotov · 12 years ago
- 7851bc1 Fix definition for Mips16 pc relative load word instructions. by Reed Kotler · 12 years ago
- 8458f37 Implement AArch64 Neon instruction set Perm. by Jiangning Liu · 12 years ago
- 2581152 Implement AArch64 Neon instruction set Bitwise Extract. by Jiangning Liu · 12 years ago
- 10bb82e Rewrite SCEV's backedge taken count computation. by Andrew Trick · 12 years ago
- c86cf04 Remove another unused, and IMHO, not very desirable feature of ErrorOr. by Rafael Espindola · 12 years ago
- c9080b7 Get rid of current calculation function and adjustment scheme by Reed Kotler · 12 years ago
- dc8224d Slightly change the way stackmap and patchpoint intrinsics are lowered. by Andrew Trick · 12 years ago
- 14cfb10 Get rid of all references to soimm in MipsConstantIslands pass because by Reed Kotler · 12 years ago
- 1fa282d Cleanup getUserOffset. Issues related to inline assembler length and by Reed Kotler · 12 years ago
- f635ab8 ARM: permit bare dmb/dsb/isb aliases on Cortex-M0 by Tim Northover · 12 years ago
- 5f5095e Convert comments to documentation comments (// -> ///) by Dmitri Gribenko · 12 years ago
- af9e8e6 Use error_code in GVMaterializer. by Rafael Espindola · 12 years ago
- 3ff3a8a Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA. by Jiangning Liu · 12 years ago
- e05744b Convert FindFunctionInStream to return an error_code. by Rafael Espindola · 12 years ago
- f23af8b [objc-arc] Convert the one directional retain/release relation assert to a conditional check + fail. by Michael Gottesman · 12 years ago
- 04ae34b Provide a test input for opt by Alp Toker · 12 years ago
- a83342b Silence GCC warning about dropping off a fully covered switch. by Benjamin Kramer · 12 years ago
- 34b4a84 [OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclasses by Peter Zotov · 12 years ago
- 0fac3df [llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subclasses by Peter Zotov · 12 years ago
- 2251469 [OCaml] (PR10016) Add a few missing line in OCamlLangImpl2.rst by Peter Zotov · 12 years ago
- a2e6e6b Remove the word "thumb" from comments. Remove also an incorrect by Reed Kotler · 12 years ago
- c8ac229 [OCaml] (PR16318) Add missing argument to Llvm.const_intcast by Peter Zotov · 12 years ago
- 150c95e [OCaml] (PR11717) Make declare_qualified_global respect address argument by Peter Zotov · 12 years ago
- 8f198b0 X86 Disassembler: remove unused bool typedef-name by David Majnemer · 12 years ago
- 4d6b695 Suppress OS crash dialog in llvm-rtdyld by Alp Toker · 12 years ago
- 19648c0 [OCaml] Properly tag the custom operations of Llvm.llbuilder by Peter Zotov · 12 years ago
- 9a62ec7 [OCaml] Llvm_linker: do not use external in module interface by Peter Zotov · 12 years ago
- c0e9800 Fix r194019 as requested by Eric Christopher. by Reed Kotler · 12 years ago
- ddfc20d Fix symbol defines in config.h.cmake by Alp Toker · 12 years ago
- f6157f0 Lift alignment restrictions on load folding for a significant portion of AVX instructions. by Craig Topper · 12 years ago
- 591c2f7 Implement AArch64 post-index vector load/store multiple N-element structure class SIMD(lselem-post). by Hao Liu · 12 years ago
- 8263dcd Implemented aarch64 neon intrinsic vcopy_lane with float type. by Kevin Qin · 12 years ago
- f44533c Revert "llvm-cov: Added command-line option to change dir." by Yuchen Wu · 12 years ago