platform/upstream/llvm.git
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-07 Joerg SonnenbergerAdd mfasr and mtasr
2014-08-07 Joerg SonnenbergerAdd mfrtcu and mfrtcl instructions
2014-08-07 Joerg SonnenbergerSupport mttbl and mttbu mnemonic
2014-08-07 Hafiz Abid... Fixed the build broken by the r215046.
2014-08-07 Evgeniy Stepanov[msan] Fix fcvt interceptor.
2014-08-07 Joerg SonnenbergerAdd RFID instruction.
2014-08-07 Joerg SonnenbergerFix Itineray class of rfi
2014-08-07 Joerg SonnenbergerSpell e500 feature in lower case.
2014-08-07 Joerg SonnenbergerAdd first bunch of SPE instructions. As they overlap...
2014-08-07 Alexander KornienkoInsert parens to avoid a warning:
2014-08-07 Aaron BallmanSilencing an MSVC C4334 warning ('<<' : result of 32...
2014-08-07 Daniel Sanders[mips] Add assembler support for .set msa/nomsa directive.
2014-08-07 Pavel ChupinFix lld-x86_64-win7 Build #11969
2014-08-07 Manuel KlimekRe-applying r214962.
2014-08-07 Chandler Carruth[x86] Fix another miscompile found through fuzz testing...
2014-08-07 Chandler Carruth[x86] Fix another miscompile in the new vector shuffle...
2014-08-07 Jim CownieCommit PowerPC64 support from Carlo Bertolli at IBM.
2014-08-07 Chandler Carruth[x86] Fix another miscompile in the new vector shuffle...
2014-08-07 Pavel Chupin[x32] Use ebp/esp as frame and stack pointer
2014-08-07 Chandler Carruth[x86] Fix a miscompile in the new shuffle lowering...
2014-08-07 Pete CooperUpdate Tablegen documents given that binary literals...
2014-08-07 Pete CooperUpdate BitRecTy::convertValue to allow if expressions...
2014-08-07 Pete CooperChange the { } expression in tablegen to accept sized...
2014-08-07 Pete CooperChange BitsInit to inherit from TypedInit.
2014-08-07 Pete CooperChange TableGen so that binary literals such as 0b001...
2014-08-07 Pete CooperTableGen: Change { } to only accept bits<n> entries...
2014-08-07 Pete CooperFix a whole bunch of binary literals which were the...
2014-08-07 Viktor KutuzovAdd FreeBSD support to the address sanitizer's malloc_c...
2014-08-07 Chandler CarruthAdd an option to the shuffle fuzzer that lets you fuzz...
2014-08-07 Bill WendlingUse the minor number for the revision numbers.
2014-08-07 Chandler CarruthAdd a vector shuffle fuzzer.
2014-08-07 Justin BognerDriver: Add tests for -fprofile-arcs and -fno-profile...
2014-08-07 Justin BognerDebugInfo: Make a test more portable
2014-08-07 Justin BognerDriver: Add -fno-profile-arcs to go with -fprofile...
2014-08-07 Saleem AbdulrasoolMC: split Win64EHUnwindEmitter into a shared streamer
2014-08-07 Richard TrieuUpdate the context location of the condition of a condi...
2014-08-07 Reid KlecknerMake FullExprArg trivially copyable by removing the...
2014-08-07 Richard SmithUse -Rblah, not -Wblah, to control remark diagnostics...
2014-08-07 Quentin Colombet[X86][SchedModel] Fixed missing/wrong scheduling model...
2014-08-07 Reid KlecknerAdd back the leading space when printing commands with...
2014-08-06 Fariborz JahanianObjective-C ARC. More code for Objective-C's
2014-08-06 Kevin EnderbyAdd the -mcpu= option to llvm-objdump for use with...
2014-08-06 Reid KlecknerMC X86: Accept ".att_syntax prefix" and diagnose noprefix
2014-08-06 Alexey Samsonov[TSan] Try to fix Go runtime build
2014-08-06 David BlaikieRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-08-06 Rui UeyamaRevert "Fix modelling of non-lifetime-extended temporar...
2014-08-06 Keno FischerFix ProcessKDP after Host/Socket addition
2014-08-06 Sanjay Patelfix typo
2014-08-06 Yaron KerengetNewMemBuffer memsets the buffer to zeros,
2014-08-06 Fariborz JahanianObjective-C ARC. Adding declarations for Objective-C's
2014-08-06 Sanjay PatelFix a test that has no checks.
2014-08-06 Matt ArsenaultR600: Cleanup fadd and fsub tests
2014-08-06 Rui UeyamaFix mach-o tests on Windows
2014-08-06 Rui UeyamaRevert "r214897 - Remove dead zero store to calloc...
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-06 Adrian PrantlImprove performance of calculateDbgValueHistory.
2014-08-06 Adrian PrantlCleanup collectChangingRegs
2014-08-06 David BlaikieDebugInfo: Fix ranges+gmlt test case to actually exerci...
2014-08-06 Zachary TurnerCreates a socket host object.
2014-08-06 Fariborz JahanianObjective-C ARC. First patch toward generating new...
2014-08-06 Reid KlecknerAdd a triple to this test to get the right IR mangling
2014-08-06 Reid KlecknerDon't count inreg params when mangling fastcall functions
2014-08-06 Reid KlecknerRound up the size of byval arguments to MinAlign
2014-08-06 Duncan P. N... UseListOrder: Use std::vector
2014-08-06 Chad Rosier[AArch64] Add a few isTarget* API to AArch64 Subtarget.
2014-08-06 NAKAMURA TakumiFormatTokenLexer: Avoid non-static member initializer.
2014-08-06 Chad RosierAdd test case omitted in r214974.
2014-08-06 Chad Rosier[AArch64] Fix OS ABI flag for aarch64-linux-gnu target.
2014-08-06 Sanjay Pateluse register iterators that include self to reduce...
2014-08-06 Robert Khasanov[AVX512] Added load/store instructions to Register2Memo...
2014-08-06 Dan LiewFix missing favicon.ico warning (Sphinx 1.2.2). The...
2014-08-06 Manuel KlimekRemove unnecessary semicolon.
2014-08-06 Daniel Jasperclang-format: Correct SBPO_Always-behavior after functi...
2014-08-06 Dan LiewFix sphinx warning.
2014-08-06 Dan LiewFix sphinx warning.
2014-08-06 Daniel Jasperclang-format: Add special comments to disable formatting.
2014-08-06 James Molloy[AArch64] Add a testcase for r214957.
2014-08-06 Daniel Jasperclang-format: Fix indentation in multi-line placement...
2014-08-06 James MolloyAdd a new option -run-slp-after-loop-vectorization.
2014-08-06 Manuel KlimekFix modelling of non-lifetime-extended temporary destru...
2014-08-06 Alexander KornienkoRename ChecksFilter to GlobList, as there's nothing...
2014-08-06 Ed MasteAdd decorators for tests failing to build on the lab...
2014-08-06 Tim NorthoverARM: do not generate BLX instructions on Cortex-M CPUs.
2014-08-06 Tim NorthoverARM-MachO: materialize callee address correctly on...
2014-08-06 James Molloy[AArch64] Conditional selects are expensive on out...
2014-08-06 Alexander Kornienkocheck_clang_tidy_fix.sh: added comments, use set -o...
2014-08-06 Viktor KutuzovSegregate FreeBSD-specific parts from sanitizer_procmap...
2014-08-06 Chandler Carruth[x86] Fix two independent miscompiles in the process...
2014-08-06 Chandler Carruth[x86] Switch to a formulation of a for loop that is...
2014-08-06 Benjamin Kramer[clang-tidy] forward arguments of the testing script...
2014-08-06 Adam Nemet[X86] Fixes commit r214890 to match the posted patch
2014-08-06 Simon Atanasyan[Driver] Add missed include header.
2014-08-06 Simon Atanasyan[Driver] Move information about toolchain specific...
2014-08-06 Rui Ueyama[PECOFF] Exported symbols are dead-strip roots.
2014-08-06 David MajnemerMS ABI: Mangle lambdas which are given the same manglin...
2014-08-06 Jim InghamWhen stepping, handle the case where the step leaves...
2014-08-06 Matt ArsenaultCorrect comment
2014-08-06 Peter Collingbourne[dfsan] Try not to create too many additional basic...
2014-08-06 Matt ArsenaultR600: Increase nearby load scheduling threshold.
next