platform/upstream/llvm.git
2014-07-10 Chandler Carruth[x86] Initial improvements to the new shuffle lowering...
2014-07-10 Peter CollingbourneExplicitly define move constructor and move assignment...
2014-07-10 Peter CollingbourneSpecialCaseList: use std::unique_ptr.
2014-07-10 Hao Liu[AArch64]Fix an assertion failure in DAG Combiner about...
2014-07-10 Matt ArsenaultR600/SI: Add support for llvm.convert.{to|from}.fp16
2014-07-10 Matt ArsenaultFix types in documentation.
2014-07-10 Chandler Carruth[x86] Refactor some of the new code for lowering v16i8...
2014-07-10 Jason MolendaAdd a new 'stresstest' category, set the api/multiple...
2014-07-10 Dan AlbertAdd lit configs for libcxxabi tests.
2014-07-10 Jason MolendaAdd a new test in api/multiple-debuggers which tries...
2014-07-10 Alp TokerPrevent link warnings due to -Wframe-larger-than=
2014-07-10 Reid KlecknerMS ABI: Fix __fastcall methods that return structs
2014-07-10 Peter Collingbourne[dfsan] Handle bitcast aliases.
2014-07-10 Richard SmithCleanup. No functionality change.
2014-07-10 Argyrios Kyrtzidis[Driver] Expose getARMCPUForMArch() function in the...
2014-07-10 Alexey SamsonovFix configure+make build of profile runtime library
2014-07-10 Alexey Samsonov[ASan] Force the compiler to generate frame pointer...
2014-07-09 Alexey Samsonov[Sanitizer] Remove SANITIZER_NEEDS_SEGV from shared...
2014-07-09 Todd FialaSkip tests that are intermittent on Linux, fix gdb...
2014-07-09 Chandler Carruth[SDAG] Make the new zext-vector-inreg node default...
2014-07-09 Todd FialaSkip TestCallStopAndContinue and TestCallThatRestarts...
2014-07-09 Todd FialaMarked TestTargetAPI.test_launch_new_process_and_redire...
2014-07-09 Alexander KornienkoRemoved the "-fix" suffix from tests that verify both...
2014-07-09 Todd FialaTestRealDefinition tests marked XFAIL on Darwin.
2014-07-09 Todd FialaMarked failing TestObjCDynamicValue tests as XFAIL...
2014-07-09 Todd FialaMarked failing TestObjCDynamicSBType tests XFAIL on...
2014-07-09 Todd FialaMarked failing TestHiddenIvars tests as XFAIL on Darwin.
2014-07-09 Alexander KornienkoCheck messages and fixes in the same test.
2014-07-09 Nick KledzikMove GOTPass and StubsPass from Core to MachO
2014-07-09 Marshall ClowAdd a reset method to the counting predicates in the...
2014-07-09 Todd FialaMarked TestObjCMethods failing tests XFAIL, fixed clean...
2014-07-09 David BlaikieRecommit r212203: Don't try to construct debug LexicalS...
2014-07-09 Todd FialaMarked failing test XFAIL for TestRegisterVariables...
2014-07-09 Todd FialaMarked failing Darwin TestProcessLaunch tests as XFAIL
2014-07-09 Todd FialaTestDataFormatterStdVector.test_with_dsym_and_run_comma...
2014-07-09 Todd FialaDisable TestDataFormatterStdMap.test_with_dsym_and_run_...
2014-07-09 Greg ClaytonMake sure the "command regex add" has a unique name...
2014-07-09 Alexey SamsonovDecouple llvm::SpecialCaseList text representation...
2014-07-09 Alexey SamsonovDon't check lint for SpecialCaseList.cpp
2014-07-09 Tim NorthoverUse simpler constructor for range adapter.
2014-07-09 Matt ArsenaultAdd trunc (select c, a, b) -> select c (trunc a), ...
2014-07-09 Todd FialaMark failing tests in TestDataFormatterObjC on Darwin...
2014-07-09 Jim GrosbachAArch64: Better codegen for storing to __fp16.
2014-07-09 Jim GrosbachChange an assert() to a diagnostic.
2014-07-09 Benjamin KramerTargetRegisterInfo: Remove function that fell out of...
2014-07-09 Cameron McInallyUpdate ReleaseNotes to mention Atomic NAND semantic...
2014-07-09 Adam Nemet[X86] AVX512: Enable it in the Loop Vectorizer
2014-07-09 Louis GerbargMake AArch64FastISel::EmitIntExt explicitly check its...
2014-07-09 Sanjay Patelremoved duplicate testcase
2014-07-09 David MajnemerSema: Allow aliases to have incomplete type
2014-07-09 Zachary TurnerDont' use a random probe & alloc strategy for the IRMem...
2014-07-09 Sanjay PatelFix for PR20059 (instcombine reorders shufflevector...
2014-07-09 Zachary TurnerFix tests broken by the OptionValidator changes.
2014-07-09 Zachary TurnerRevert "Fix broken tests due to new error output."
2014-07-09 Daniel SandersAdd Imagination Technologies to the vendors in llvm...
2014-07-09 Daniel Sanders[mips][mips64r6] Implement -mips32r6 and -mips64r6...
2014-07-09 Alp TokerProspective legacy build system fix following r212620
2014-07-09 Alp TokerRemove dead code from r212620
2014-07-09 Alp TokerFix 'source-level' hyphenations
2014-07-09 Alp Tokercc1as: consolidate option flags with cc1 and eliminate...
2014-07-09 Daniel Sanders[mips][mips64r6] Define _MIPS_FPSET, __mips_fpr, and...
2014-07-09 Daniel Sanders[mips] clz is defined to give 32 for zero. Similarly...
2014-07-09 Daniel Jasperclang-format: Fix behavior around pointer-to-member...
2014-07-09 Tim Northover[all]: Use range-based ArgList adapter instead of filte...
2014-07-09 Tim NorthoverGeneric: add range-adapter for option parsing.
2014-07-09 Chandler Carruth[x86] Fix a bug in my new zext-vector-inreg DAG tricker...
2014-07-09 Simon Atanasyan[Mips] Make rel-dynamic-08.test test case independent...
2014-07-09 Chandler CarruthSink two variables only used in an assert into the...
2014-07-09 Benjamin KramerX86: When lowering v8i32 himuls use the correct shuffle...
2014-07-09 Chandler Carruth[x86] Add a ZERO_EXTEND_VECTOR_INREG DAG node and use...
2014-07-09 Tobias Grosserclang-format polly to avoid buildbot noise
2014-07-09 Daniel Sanders[mips][mips64r6] Correct select patterns that have...
2014-07-09 Daniel Sanders[mips][mips64r6] Correct cond names in the cmp.cond...
2014-07-09 Chandler Carruth[x86] Initialize a pointer to null to fix a bug in...
2014-07-09 Daniel Sanders[mips][mips64r6] Use JALR for indirect branches instead...
2014-07-09 Daniel Sanders[mips][mips64r6] Use JALR for returns instead of JR...
2014-07-09 Daniel SandersAdd ability to emit internal instruction representation...
2014-07-09 Chandler Carruth[x86] Re-apply a variant of the x86 side of r212324...
2014-07-09 Alexey BataevFixed incompatibility with MSVC builds in range-based...
2014-07-09 Alexey BataevRevert commit 212599.
2014-07-09 Alexey Bataev[OPENMP] Fixed incompatibility in [Data]RecursiveASTVis...
2014-07-09 Tim NorthoverARM: use LLVM's atomicrmw instructions when ldrex/strex...
2014-07-09 Daniel Jasperclang-format: Add new option to indent wrapped function...
2014-07-09 Timur Iskhodzhanov[ASan/Win] Don't instrument COMDAT globals. Properly...
2014-07-09 Dmitri GribenkoSourceMgr: consistently use 'unsigned' for the memory...
2014-07-09 Daniel Jasperclang-format: Update flag documentation.
2014-07-09 Daniel JasperDelete removed formatting option.
2014-07-09 Alexey Bataev[OPENMP] Improved code of DataRecursiveASTVisitor and...
2014-07-09 Daniel Jasperclang-format: Revamp function declaration/definition...
2014-07-09 Alp TokerProspective -fsanitize=memory build fix following r212586
2014-07-09 Nikola SmiljanicFix typos.
2014-07-09 Nikola SmiljanicUse correct memeber when displaying StringMap's size.
2014-07-09 Alp TokerCMake: make __DATE__, __TIME__ etc. macro usage an...
2014-07-09 Alp TokerCMake: fix compiler feature detection
2014-07-09 Alp Tokerclang-interpreter: don't check input file existence...
2014-07-09 Alp TokerSimplify warning flag value handling from r206826
2014-07-09 Todd Fiala__arm64__ and __aarch64__ #ifdef adjustments
2014-07-09 Jason MolendaCorrect indentation level for one line.
2014-07-09 Chandler Carruth[SDAG] At the suggestion of Hal, switch to an output...
2014-07-09 Ehsan Akhgari[ms-coff] Add a test for proper handling of full Window...
next