platform/upstream/llvm.git
2014-07-23 Reid KlecknerAdd a missing Invalid check to SubobjectDesignator...
2014-07-23 Manman RenSimplifyCFG: fix a bug in switch to table conversion
2014-07-23 Rafael EspindolaFix the build when building with only the ARM backend.
2014-07-23 Rafael EspindolaDocument what backwards compatibility we provide for...
2014-07-23 NAKAMURA TakumiLet llvm/test/CodeGen/X86/avx512*-mask-op.ll(s) aware...
2014-07-23 Eric ChristopherFix indenting.
2014-07-23 Chandler Carruth[x86] Rip out some broken test cases for avx512 i1...
2014-07-23 Eric ChristopherReorganize and simplify local variables.
2014-07-23 Rafael EspindolaFinish inverting the MC -> Object dependency.
2014-07-23 Juergen Ributzka[RuntimeDyld][AArch64] Update relocation tests and...
2014-07-23 Eric ChristopherRemove the query for TargetMachine and TargetInstrInfo...
2014-07-23 David BlaikieArgPromo+DebugInfo: Handle updating debug info over...
2014-07-23 Rui Ueyama[PECOFF] Add the entry point file at the right place.
2014-07-23 David BlaikieTest debug info in arg promotion with an actual promoti...
2014-07-23 Rui Ueyama[PECOFF] Fix entry point address.
2014-07-23 Jim GrosbachUse an explicit triple in testcase.
2014-07-23 Jim Grosbach[X86,AArch64] Extend vcmp w/ unary op combine to work...
2014-07-23 Jim GrosbachX86: restrict combine to when type sizes are safe.
2014-07-23 Jim GrosbachDAG: fp->int conversion for non-splat constants.
2014-07-23 Johannes Doerfert[Fix] Typo during refactoring
2014-07-23 Justin Holewinski[NVPTX] Add some extra tests for mul.wide to test non...
2014-07-23 Justin Holewinski[NVPTX] Silence a GCC warning found by the buildbots
2014-07-23 Johannes Doerfert[Refactor] IslAst and payload struct
2014-07-23 Alexey SamsonovBuild libcxx-tsan only if TSan is supported on host...
2014-07-23 Richard SmithPR20228: don't retain a pointer to a vector element...
2014-07-23 Mark HeffernanDo not add unroll disable metadata after unrolling...
2014-07-23 Juergen Ributzka[FastISel][AArch64] Fix return type in FastLowerCall.
2014-07-23 Alexey SamsonovFix unused-variable warning
2014-07-23 Dan AlbertFix ctype_base::xdigit for Android.
2014-07-23 Justin Holewinski[NVPTX] mul.wide generation works for any smaller integ...
2014-07-23 Alexey Samsonov[UBSan] Add the ability to dump call stacks to -fsaniti...
2014-07-23 Alexey Samsonov[UBSan] Introduce UBSAN_OPTIONS environment variable.
2014-07-23 Enrico GranataEnsure that if some unspecified person were to pass...
2014-07-23 Robert Khasanov[SKX] Added missed test files for rev 213757
2014-07-23 Johannes Doerfert[Refactor] Unify IslAst print methods
2014-07-23 Greg ClaytonMake sure we don't crash if someone (E.G.) comments...
2014-07-23 Saleem AbdulrasoolAsmParser: remove deprecated LLIR support
2014-07-23 Saleem AbdulrasoolExecutionEngine: remove a stray semicolon
2014-07-23 Mark HeffernanRename metadata in test which was missed when renaming...
2014-07-23 Robert Khasanov[SKX] Fix lowercase "error:" in rev 213757
2014-07-23 Justin Holewinski[NVPTX] Make sure we do not generate MULWIDE ISD nodes...
2014-07-23 Mark HeffernanIn unroll pragma syntax and loop hint metadata, change...
2014-07-23 Mark HeffernanIn unroll pragma syntax and loop hint metadata, change...
2014-07-23 Alex Lorenztest commit: remove trailing space
2014-07-23 Artyom SkrobovFix test/Driver/cl-x86-flags.c by providing explicit...
2014-07-23 Marshall ClowUpdate the synopsis and comments with the results of...
2014-07-23 Ben LangmuirAdd stopgap option -fmodule-implementation-of <name>
2014-07-23 Todd FialaAdd kalimba architecture checking to TestImageListMulti...
2014-07-23 Tom StellardImplement sin builtin for float types
2014-07-23 Tom StellardImplement cos builtin for float types
2014-07-23 Tom StellardImplement atan2 builtin
2014-07-23 Tom StellardImplement atan builtin
2014-07-23 Chad Rosier[AArch64] Lower sdiv x, pow2 using add + select + shift.
2014-07-23 Robert Khasanov[SKX] Enabling mask instructions: encoding, lowering
2014-07-23 Todd FialaImprove documentation on triple encoding expectations...
2014-07-23 Todd FialaUpdate lldb to track recent Triple arm64 enum removal...
2014-07-23 Tim NorthoverARM: spot SBFX-compatbile code expressed with sign_exte...
2014-07-23 Tim NorthoverARM: add patterns for [su]xta[bh] from just a shift.
2014-07-23 James MolloyEnable partial libcall inlining for all targets by...
2014-07-23 Daniel JasperPrevent assert in ASTMatchFinder.
2014-07-23 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-07-23 Daniel SandersAdded release notes for MIPS.
2014-07-23 Tim NorthoverAArch64: remove "arm64_be" support in favour of "aarch6...
2014-07-23 Tim NorthoverAArch64: use aarch64_be instead of arm64_be in all...
2014-07-23 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-07-23 Tim NorthoverAArch64: update Clang for merged arm64/aarch64 triples.
2014-07-23 Tim NorthoverAArch64: remove arm64 triple enumerator.
2014-07-23 Daniel Sanders[mips] -mno-shared should only be given to the assemble...
2014-07-23 Benjamin KramerAdd the fix that should've accompanied r213738.
2014-07-23 Benjamin Kramercheck_clang_tidy_fix.sh: Fail immediately if clang...
2014-07-23 Benjamin KramerReapply r213647 with a fix.
2014-07-23 Benjamin KramerASTMatchers: Bound node results are always const, make...
2014-07-23 Andrea Di BiagioRevert r211771. It was: "[X86] Improve the selection...
2014-07-23 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'update...
2014-07-23 Simon Atanasyan[Driver][Mips] Restore FIXME comment was removed accide...
2014-07-23 Yi KongARM: Add doc for ACLE memory barrier intrinsics
2014-07-23 Chandler Carruth[x86] Clean up a test case to use check labels and...
2014-07-23 Yi KongAdd module map entry for ARM ACLE header file
2014-07-23 Tilmann Scheller[ARM] Add regression test for the earlyclobber constrai...
2014-07-23 Tilmann Scheller[ARM] Add earlyclobber constraint to pre/post-indexed...
2014-07-23 Alexey Bataev[OPENMP] Initial parsing an sema analysis for 'write...
2014-07-23 Chandler Carruth[SDAG] Make the DAGCombine worklist not grow endlessly...
2014-07-23 Nick LewyckyWe may visit a call that uses an alloca multiple times...
2014-07-23 Nico WeberImprove diagnostic on default-initializing const variab...
2014-07-23 Renato GolinRevert "Include assembly files in builtins library...
2014-07-23 NAKAMURA TakumiRework to let RuntimeDyld/X86/MachO_x86-64_PIC_relocati...
2014-07-23 Richard SmithRevert r213647; the added test triggers an assertion.
2014-07-23 NAKAMURA TakumiSuppress a test on win32 for now, llvm/test/ExecutionEn...
2014-07-23 NAKAMURA TakumiRuntimeDyld/X86/MachO_x86-64_PIC_relocations.s: Use...
2014-07-23 Richard SmithAST printer: fix double space before base class with...
2014-07-23 Richard SmithWhen pretty-printing a declaration of a pack, put the...
2014-07-23 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'read...
2014-07-23 Saleem AbdulrasoolPlugins: silence a few more signed comparision warnings
2014-07-23 Saleem AbdulrasoolTarget: silence a GCC warning
2014-07-23 Saleem Abdulrasooltest: add an explicit target triple
2014-07-23 Rui Ueyama[PECOFF] Fix entry point functions selection
2014-07-23 Nick Kledzik[mach-o] add initial support for modes in arm code.
2014-07-23 NAKAMURA TakumiTrailing whitespace.
2014-07-23 NAKAMURA TakumiRuntimeDyldMachOAArch64.h: Fix a warning. [-Wunused...
2014-07-22 Richard SmithPR14615: add (passing) tests for this already-fixed bug
next