- 57269b0 InstSimplify: Fold a hasNoUnsignedWrap() call into a match() expression by David Majnemer · 11 years ago
- dd3894a [mips] Improve support for the .set mips16/nomips16 assembler directives. by Toma Tabacu · 11 years ago
- d0de1a5 [Stackmaps] Make test less fragile. NFC. by Juergen Ributzka · 11 years ago
- 0bbad01 remove function names from comments; NFC by Sanjay Patel · 11 years ago
- f1ab807 fix typo in comment by Sanjay Patel · 11 years ago
- 58cb7be Disable 3 tests in llvm/test/Transforms/GCOVProfiling/ for now. Investigating. by NAKAMURA Takumi · 11 years ago
- 76614e7 Remove "REQUIRES:shell" from tests. They work for me. by NAKAMURA Takumi · 11 years ago
- f7f14da [yaml2obj] Allow yaml2obj tool to recognize EF_MIPS_NAN2008 flag by Simon Atanasyan · 11 years ago
- 12fcb9c Re-enable tests in llvm/test/Object, corresponding to line_iterator's by NAKAMURA Takumi · 11 years ago
- 992662c llvm/test/Transforms/GCOVProfiling/linezero.ll: Use %/T instead of %T in regex. This works on win32. by NAKAMURA Takumi · 11 years ago
- 5dac5bd Remove FindProgramByName. NFC. by Rafael Espindola · 11 years ago
- 3f4bf44b Fix Visual C++ warning, Program.inc(85): warning C4018: '<' : signed/unsigned mismatch. by Yaron Keren · 11 years ago
- 8f5dab8 Add missing tests for build attribute encodings in object files. by Charlie Turner · 11 years ago
- 3aeca77 llvm-objdump: Pass DiceTableEntry by reference by David Majnemer · 11 years ago
- 8f129a4 sys::findProgramByName(): [Win32] Tweak to pass lowercase .exe to SearchPath() to appease clang Driver's tests. by NAKAMURA Takumi · 11 years ago
- ab15115 CodeGen: Enable DWARF emission for MS ABI targets by David Majnemer · 11 years ago
- 60234de #include <winbase.h> is not enough for Visual C++ 2013, it errors: by Yaron Keren · 11 years ago
- 281fc17 test: Restore llvm-lit (at least for my machine) by David Majnemer · 11 years ago
- 229e959 Minimize test case further by David Majnemer · 11 years ago
- ccf2cd1 R600/LLVMBuild.txt: Add TransformUtils. by NAKAMURA Takumi · 11 years ago
- 0a1d0f4 Docs: give binutils/gold instructions for CMake too. by Tim Northover · 11 years ago
- 9d18e62 Revert "Transforms: reapply SVN r219899" by Reid Kleckner · 11 years ago
- f4b76be Remove setPreservesCFG from instcombine. The pass, in particular, does not by Mark Heffernan · 11 years ago
- 58206dd Use findProgramByName. by Michael J. Spencer · 11 years ago
- 376a2e1 [Support][Program] Add findProgramByName(Name, OptionalPaths) by Michael J. Spencer · 11 years ago
- 9dfa407 Use the LLVM_GNUC_PREREQ macro instead of the longhand version check by Reid Kleckner · 11 years ago
- 1bf7f44 Remove the END_WITH_NULL macro now that Clang doesn't use it by Reid Kleckner · 11 years ago
- 957d027 Remove the static version of getScatteredRelocationType() now that r221211 added by Kevin Enderby · 11 years ago
- d282ca7 Rename END_WITH_NULL to LLVM_END_WITH_NULL and move to Compiler.h by Reid Kleckner · 11 years ago
- 67bcf74 The patchpoint lowering logic would crash with live constants equal to by Sanjoy Das · 11 years ago
- a250322 Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbolizer. by Kevin Enderby · 11 years ago
- 38d3e4d [Hexagon] Reverting 220584 to address ASAN errors. by Colin LeMahieu · 11 years ago
- 60c2a98 Change logic in StackMaps::recordStackMapOpers to use the isInt<32> by Sanjoy Das · 11 years ago
- abe09fc Rename variables to conform to llvm coding standards. by Akira Hatanaka · 11 years ago
- cd9acde Use AA in LoadCombine by Hal Finkel · 11 years ago
- 42090c6 Use common range handling for the CU's ranges by David Blaikie · 11 years ago
- 85a5ac0 [AArch64] Make function processLogicalImmediate more efficient. NFC. by Akira Hatanaka · 11 years ago
- 3ada4ec Handle ASAN_OPTIONS and UBSAN_OPTIONS in TestingConfig.py by Rafael Espindola · 11 years ago
- 86156e8 refactor duplicated code. NFC. by Rafael Espindola · 11 years ago
- c671375 InstCombine: Remove infinite loop caused by FoldOpIntoPhi by David Majnemer · 11 years ago
- fcd4288 Push the CURangeList down into the skeleton CU (where available) rather than the full CU by David Blaikie · 11 years ago
- 38728dc [X86] Add debug print name for X86ISD::[US]MUL8. NFC-ish. by Ahmed Bougacha · 11 years ago
- 6199c0c [lit] Forward LD_PRELOAD to tests. by Rafael Espindola · 11 years ago
- dc1d16a Add DwarfCompileUnit::BaseAddress to track the base address used by relative addressing in debug_ranges and debug_loc by David Blaikie · 11 years ago
- 8d7cc6b [ARM, inline-asm] Fix ARMTargetLowering::getRegForInlineAsmConstraint to return by Akira Hatanaka · 11 years ago
- cce85e1 MSVC requires redeclarations to repeat noexcept by Reid Kleckner · 11 years ago
- 40453da [X86] 8bit divrem: Improve codegen for AH register extraction. by Ahmed Bougacha · 11 years ago
- f16d6b1 EarlyCSE should ignore calls to @llvm.assume by Hal Finkel · 11 years ago
- fbd383c Reapply: R600: Make sure to inline all internal functions by Tom Stellard · 11 years ago
- 3f4e9cb [Reassociate] Canonicalize negative constants out of expressions. by Chad Rosier · 11 years ago
- cf7bb7f Relax the LLVM_NOEXCEPT _MSC_VER version check back to 1900 by Reid Kleckner · 11 years ago
- c3e82bf Normally an 'optnone' function goes through fast-isel, which does not by Paul Robinson · 11 years ago
- 5e84760 IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc() by Duncan P. N. Exon Smith · 11 years ago
- c3606b6 Remove the cortex-a9-mp CPU. by Charlie Turner · 11 years ago
- c341134 Cleanup some unused or trivial functions in DwarfCompileUnit by David Blaikie · 11 years ago
- 60b9b0d Sink DwarfUnit::CURanges into DwarfCompileUnit by David Blaikie · 11 years ago
- e13ea1d [AArch64] Fix miscompile of comparison with 0xffffffffffffffff by Oliver Stannard · 11 years ago
- 0fc1662 Handle ctor/init_array initialization. by Sid Manning · 11 years ago
- 87dc149 Merge the directive-eabi_attribute.s and directive-eabi_attribute-2.s tests. by Charlie Turner · 11 years ago
- 9586f1a Add CRLF support to LineIterator. by Rafael Espindola · 11 years ago
- 25f4c35 Revert r221150, as it broke sanitizer tests by Oliver Stannard · 11 years ago
- b63d71e Emit .eh_frame with relocations to functions, rather than sections by Oliver Stannard · 11 years ago
- 89a66f4 [OCaml] Fix mismatched CAMLparam/CAMLreturn. by Peter Zotov · 11 years ago
- 8e003cd Test commit. by Charlie Turner · 11 years ago
- b4793c4 CMake: Add libm to list of system libs printed by llvm-config. by Peter Collingbourne · 11 years ago
- 8c4cd2f [mips] Remove unused prototype and variable. NFC. by Daniel Sanders · 11 years ago
- 099e59a [OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED. by Peter Zotov · 11 years ago
- a8ea2c9 Unbreak build. by Peter Zotov · 11 years ago
- 49fd904 [OCaml] Don't use deprecated non-caml_namespaced functions. by Peter Zotov · 11 years ago
- 13fd720 [OCaml] Initialize local roots prior to raising. by Peter Zotov · 11 years ago
- 10fa04c [OCaml] Core package should depend on LLVMTransformUtils for LLVMCloneModule. by Peter Zotov · 11 years ago
- 40977eb [OCaml] Fix ocamlc -custom builds when configured as --enable-shared. by Peter Zotov · 11 years ago
- cf0fe98 [OCaml] Avoid embedding absolute paths into executables. by Peter Zotov · 11 years ago
- 29e8239 [OCaml] Don't build stub libraries twice. by Peter Zotov · 11 years ago
- 95a8dca [OCaml] Run tests twice, with ocamlc and ocamlopt (if available) by Peter Zotov · 11 years ago
- 7158970 [OCaml] META: remove exists_if(toplevel). by Peter Zotov · 11 years ago
- 3339b71 [OCaml] ExecutionEngine package should not depend on interpreter. by Peter Zotov · 11 years ago
- 9460376 Forgot to add input file for test added in r221133 by David Majnemer · 11 years ago
- 5dc81d5 llvm-vtabledump: Handle Itanium VTables by David Majnemer · 11 years ago
- 9808f11 InstCombine: Combine (X | Y) - X to (~X & Y) by David Majnemer · 11 years ago
- c70aeca Sink range list handling down from DwarfUnit into its only use, in DwarfCompileUnit. by David Blaikie · 11 years ago
- 2b6bd7a Use ErrorOr for the ::create factory on instrumented and sample profilers. by Diego Novillo · 11 years ago
- b6c9c72 R600: Don't unnecessarily repeat the register class by Matt Arsenault · 11 years ago
- 37b154c R600/SI: Use REG_SEQUENCE instead of INSERT_SUBREGs by Matt Arsenault · 11 years ago
- 2220408 Support REG_SEQUENCE in tablegen. by Matt Arsenault · 11 years ago
- 1ac6c45 Fix typo by Matt Arsenault · 11 years ago
- dcd2a82 Fix missing C++ mode comment by Matt Arsenault · 11 years ago
- eaa221a Re-commit r221056 and others with fix, "[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC." by Daniel Sanders · 11 years ago
- 0a6665e Revert r221096 bringing back r221014 with a fix. by Rafael Espindola · 11 years ago
- a0ef0e7 [cmake] Pass -O3 when linking. by Rafael Espindola · 11 years ago
- e82f417 Revert r221014: "Refactor duplicated code in liking GlobalValues." by Chandler Carruth · 11 years ago
- e8e0fcf Formatting by David Blaikie · 11 years ago
- 67177d3 Add DwarfUnit::isDwoUnit and use it to generalize string creation by David Blaikie · 11 years ago
- 1fcc568 Remove the last mention of LineTablesOnly from DwarfUnit, sinking it into DwarfCompileUnit by David Blaikie · 11 years ago
- c28e37e Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnit by David Blaikie · 11 years ago
- 01d89ee Use Alias Analysis to hoist 2 loads from diamond to the common predecessor basic block. by Elena Demikhovsky · 11 years ago
- c821f87 Sink DwarfUnit::addExpr into DwarfCompileUnit by David Blaikie · 11 years ago
- 3c2838f Fix the build from the last commit by David Blaikie · 11 years ago
- 9aa32f9 Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnit by David Blaikie · 11 years ago
- 51af354 Sink DwarfUnit::addLocationList down into DwarfCompileUnit by David Blaikie · 11 years ago