- c7f0d23 Prefix error_code with std. by Rafael Espindola · 11 years ago
- bd14dc5 Move PPCInstrInfo off of the target machine and onto the subtarget. by Eric Christopher · 11 years ago
- 002840c Quick build fix. by Rafael Espindola · 11 years ago
- adccf86 Try to fix the windows build. by Rafael Espindola · 11 years ago
- 1dcea73 Remove TargetMachine from PPCInstrInfo and all dependencies and by Eric Christopher · 11 years ago
- 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
- b6e7d64 s/pr2007/20007/ in a test by Reid Kleckner · 11 years ago
- 5e61d0b Move test for r210734 to Feature/aliases.ll. by Bob Wilson · 11 years ago
- b304699 Prefix another use of error_code. by Rafael Espindola · 11 years ago
- f743031 More prefixing of error_code. by Rafael Espindola · 11 years ago
- d31b63e Delete trailing whitespace. by Matt Arsenault · 11 years ago
- 14832b0 Update test case to use "not" instead of "XFAIL". by Juergen Ributzka · 11 years ago
- fd5c553 GVN: Enable value forwarding for calloc by Duncan P. N. Exon Smith · 11 years ago
- 5d47d4a R600: Mostly remove remaining AMDIL intrinsics. by Matt Arsenault · 11 years ago
- 39f17b6 Tweak documentation. by Nico Weber · 11 years ago
- a3089bd Remove unused include which breaks build after r210803 by Jeroen Ketema · 11 years ago
- 49628bc Move DataLayout from the PPCTargetMachine to the subtarget. by Eric Christopher · 11 years ago
- 8df9e24 Objective-C ARC. Blocks that strongly capture themselves by Fariborz Jahanian · 11 years ago
- d104c31 Move PPCFrameLowering into PPCSubtarget from PPCTargetMachine. Use by Eric Christopher · 11 years ago
- b03127d8 Fix up extra whitespace from previous commit. by Todd Fiala · 11 years ago
- 6400ed4 Refer to error_code with an std prefix. by Rafael Espindola · 11 years ago
- 85b24f2 LangRef: clarify that global declarations can have section and alignment info. by Bob Wilson · 11 years ago
- 8895c52 Added gdb-remote P/p thread suffix test. by Todd Fiala · 11 years ago
- 8e650d7 Refer to error_code with the std prefix. by Rafael Espindola · 11 years ago
- 8ce8f21 [FastISel][X86] Argument lowering test case by Juergen Ributzka · 11 years ago
- a13cab5 [FastIsel][X86] Add support for lowering the first 8 floating-point arguments. by Juergen Ributzka · 11 years ago
- 65ca57a CodeGen: enable mov.w/mov.t pairs with minsize for WoA by Saleem Abdulrasool · 11 years ago
- a766029 MS ABI: Fix forming pointers to members of a base class by Reid Kleckner · 11 years ago
- fbfbaf6 Permit -Wswitch coverage for enumerations. by Saleem Abdulrasool · 11 years ago
- 8730ee7 Try to fix the polly build. by Rafael Espindola · 11 years ago
- 5ad463f Revert "[FastIsel][X86] Add support for lowering the first 8 floating-point arguments." by Juergen Ributzka · 11 years ago
- f0e4034 [llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit DIEs. by Alexey Samsonov · 11 years ago
- 6823a0b Add missing "InitializerConstant" to global variable syntax in LangRef. by Bob Wilson · 11 years ago
- dc6de2c Revert r210721 as it causes breakage in internal builds (and possibly GDB). by Eli Bendersky · 11 years ago
- 3c890c4 X86: stifle GCC warning by Saleem Abdulrasool · 11 years ago
- 885719f Trying to fix the windows build. by Rafael Espindola · 11 years ago
- c9340d2 Basic: fix warnings from GCC by Saleem Abdulrasool · 11 years ago
- a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
- 8a8e554 Include system_error directly. by Rafael Espindola · 11 years ago
- 54427cc include system_error directly. by Rafael Espindola · 11 years ago
- 1675d51 Run llvm/utils/sort_includes.py in a few files. by Rafael Espindola · 11 years ago
- 7264b0b Uses #include "..." instead of #include <...> for llvm headers. by Rafael Espindola · 11 years ago
- 8456406 More tests for // rdar://17259812 by Fariborz Jahanian · 11 years ago
- fd85bb3 include system_error directly. by Rafael Espindola · 11 years ago
- 033ecd1 [Mips] Make exe-dynamic.test test case independent from external input files. by Simon Atanasyan · 11 years ago
- 4eba3dc Objective-C. Use isObjCRetainableType in my last patch. NFC. by Fariborz Jahanian · 11 years ago
- 8bafe4b adding re-include guards into lib/Support/reg*.h by Artyom Skrobov · 11 years ago
- 0921f6b Remove pimpl class from PassRegistry. by Zachary Turner · 11 years ago
- 7783b0a Revert "SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (and x, y)) for vectors" by Tom Stellard · 11 years ago
- 96e1ee1 Explicitly initialize all fields to avoid -Wmissing-field-initializers warning. by Eli Bendersky · 11 years ago
- 1417b0b Disable the load/store optimization pass for Thumb-1. by James Molloy · 11 years ago
- 3d3ea53 [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
- 39a1ca75 [mips][mips64r6] bc2[ft] are not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
- b1a4d3a Don't import error_code into the lld namespace. by Rafael Espindola · 11 years ago
- fd61fd3 [mips][mips64r6] [sl][duw]xc1 are not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
- 0a5f9cf Replace llvm::error_code with std::error_code. by Rafael Espindola · 11 years ago
- 95f0d51 This removes TODO added in http://reviews.llvm.org/D3658 by Dinesh Dwivedi · 11 years ago
- 4956850 replace llvm::error_code with std::error_code. by Rafael Espindola · 11 years ago
- c080917 Replace llvm::error_code with std::error_code. by Rafael Espindola · 11 years ago
- 6c97d97 [mips][mips64r6] prefx is not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
- 557889a [mips][mips64r6] 80 col corrections that should have been in r210777. by Daniel Sanders · 11 years ago
- 0fa6041 [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
- 15c5784 Replace llvm::error_code with std::error_code. by Rafael Espindola · 11 years ago
- 559dd85 [mips][mips64r6] jalx is not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
- 374597a Allow lowercase messages in this test again. by Rafael Espindola · 11 years ago
- b9c07f3 [mips][mips64r6] Add R_MIPS_PC19_S2 by Zoran Jovanovic · 11 years ago
- ed6882b Don't import make_error_code into the llvm namespace. by Rafael Espindola · 11 years ago
- 1f6f0f4 [mips] Use MTHC1 when it is available (MIPS32r2 and later) for both FP32 and FP64 by Daniel Sanders · 11 years ago
- 28a0ca0 [mips][mips64r6] Add bgec and bgeuc instructions by Zoran Jovanovic · 11 years ago
- 2dd3b3b [X86] Teach how to dump the name of target node RDTSCP_DAG. by Andrea Di Biagio · 11 years ago
- 1f24317 Fix msvc unittest build. by Rafael Espindola · 11 years ago
- 3095b42 A follow-up to r210260: updated a comment. No functional changes. by Alexander Kornienko · 11 years ago
- 65faa29 CMake: don't install the internal config.h header by Alp Toker · 11 years ago
- 10933d1 Track clang changes from r210764 by Alp Toker · 11 years ago
- d576e00 DiagnosticsEngine: update severity setters to new terminology by Alp Toker · 11 years ago
- ded02af [mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds], and nmsub.[ds] are not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
- 826f8b3 [mips][mips64r6] madd/maddu/msub/msubu are not available on MIPS32r6/MIPS64r6 by Daniel Sanders · 11 years ago
- 972ff97 [X86] Teach how to combine AVX and AVX2 horizontal binop on packed 256-bit vectors. by Andrea Di Biagio · 11 years ago
- 308181e [mips][mips64r6] Replace m[tf]hi, m[tf]lo, mult, multu, dmult, dmultu, div, ddiv, divu, ddivu for MIPS32r6/MIPS64. by Daniel Sanders · 11 years ago
- f77acce Track clang changes from r210758 by Alp Toker · 11 years ago
- 46df1c0 Complete the switch from mappings to declarative diagnostic severities by Alp Toker · 11 years ago
- 789ba73 [mips] Move CHECK lines to the same line as the instruction it's testing by Matheus Almeida · 11 years ago
- 2c81994 R600/SI: Use a register set to -1 for data0 on ds_inc*/ds_dec* by Matt Arsenault · 11 years ago
- 06904d8 Do not use namespace polly inside a header. by Andreas Simbuerger · 11 years ago
- 24af0c8 Fix typo by Andreas Simbuerger · 11 years ago
- 83ed861 Check for an empty error log. by Andreas Simbuerger · 11 years ago
- fbd643c Move getDebugLocation to ScopDetectionDiagnostic by Andreas Simbuerger · 11 years ago
- 3aa4fb3 Use StringRef to simplify code. No functional change. by Craig Topper · 11 years ago
- e475350 Use ArrayRef in some function parameters instead of a pointer and count. No functional change. by Craig Topper · 11 years ago
- 156027c Avoid in-class initializer from r210747 by Alp Toker · 11 years ago
- fc5f017 Avoid anonymous namespace in header from r210747 by Alp Toker · 11 years ago
- 3ba7673 Avoid redundant allocations in the linker optimisation hint by Alp Toker · 11 years ago
- b43a559 [FastISel][x86] Add testcase for r210719. by Juergen Ributzka · 11 years ago
- 790589c Add a std:: prefix in cases where ADL would have failed on windows. by Rafael Espindola · 11 years ago
- 6d0d89b Fix typo. by Rafael Espindola · 11 years ago
- 7eac929 [x86] Improve frameaddress test from r210709. by Juergen Ributzka · 11 years ago
- 04558dc [FastISel] Add support for the stackmap intrinsic. by Juergen Ributzka · 11 years ago
- 99c78a9 Don't use make_error_code from the llvm namespace. by Rafael Espindola · 11 years ago
- e5ec53b Prefix generic_category with std::. by Rafael Espindola · 11 years ago
- d013670 Give clang-format its own error category. by Rafael Espindola · 11 years ago