platform/upstream/llvm.git
2015-04-24 Jingyue Wu[NVPTX] enable NaryReassociate in NVPTX
2015-04-24 Matt ArsenaultR600/SI: Fix verifier error when producing v_madmk_f32
2015-04-24 David MajnemerReplace getPointeeType()->isFunctionType with isMemberD...
2015-04-24 David Majnemer[MS ABI] Fix the preferred alignment of member pointers
2015-04-24 David MajnemerCleanup some MS-ABI specific code
2015-04-24 Matthias BraunImprove isTriviallyReMaterializable() documentation.
2015-04-24 Richard Smith[modules] Partial revert of r235669: don't create Modul...
2015-04-24 Bruce MitchenerStart to share SWIG interface files between languages.
2015-04-24 Matthias BraunR600/RegisterCoalescer: Enable more rematerialization...
2015-04-24 Michael ZolotukhinFix a couple of typos in comments.
2015-04-24 Matthias BraunRegisterCoalescer: implicit phsreg uses are fine when...
2015-04-23 Matt ArsenaultRevert accidentally committed "MC: Allow targets to...
2015-04-23 Matt ArsenaultR600/SI: Special case v_mov_b32 as really rematerializable
2015-04-23 Matt ArsenaultMC: Allow targets to stop symbol name quoting
2015-04-23 Richard Smith[modules] Refactor creation of ModuleMacros and create...
2015-04-23 Matthias BraunRegisterCoalescer: Avoid unnecessary register class...
2015-04-23 Reid KlecknerRe-commit "[SEH] Remove the old __C_specific_handler...
2015-04-23 Richard SmithFix modules build post-r235612.
2015-04-23 Hal Finkel[PowerPC] Support register name prefixes for vector...
2015-04-23 Justin BognerInstrProf: Stop using RegionCounter outside of CodeGenP...
2015-04-23 Hal Finkel[PowerPC] Use sync inst alias when printing
2015-04-23 Tom StellardR600: Correctly lower CONCAT_VECTOR nodes with more...
2015-04-23 Richard Smith[modules] Properly attribute macros to modules if they...
2015-04-23 Michael ZolotukhinFix comment for NoCommonBits.
2015-04-23 Hal Finkel[PowerPC] Add asm/disasm support for dcbt with hint
2015-04-23 Andrew Kaylor[WinEH] Ignore filter clauses while mapping landing...
2015-04-23 Jay Foad[Sanitizer] Fix getpwnam test on ppc64le Fedora 21.
2015-04-23 Chaoren LinFix build.
2015-04-23 Reid KlecknerRemove trivial assert to fix NDEBUG Werror builds
2015-04-23 David BlaikieRecommit r235458: [opaque pointer type] Avoid using...
2015-04-23 Sergey MatveevFix clang docs build.
2015-04-23 Reid Kleckner[WinEH] Replace more lpad value uses with undef
2015-04-23 Richard Smith[modules] Remove the now-redundant import of all pendin...
2015-04-23 Quentin Colombet[MachineCopyPropagation] Handle undef flags conservativ...
2015-04-23 Krzysztof ParzyszekUnbreak build
2015-04-23 Krzysztof Parzyszek[Hexagon] Minor cleanup in HexagonFrameLowering
2015-04-23 Richard Smith[modules] Store a ModuleMacro* on an imported macro...
2015-04-23 Sergey MatveevAdd clang/docs/SanitizerCoverage.rst
2015-04-23 Richard SmithFix clang-tools-extra build after clang r235614.
2015-04-23 Tom StellardR600/SI: Fix indirect addressing with a negative consta...
2015-04-23 Peter CollingbourneThumb2: When applying branch optimizations, visit branc...
2015-04-23 Peter CollingbourneARM: When re-creating a branch via InsertBranch, preser...
2015-04-23 Peter CollingbourneThumb2: When optimizing for size, do not if-convert...
2015-04-23 Peter CollingbourneARM: When spilling extra registers for alignment, prefe...
2015-04-23 Peter CollingbourneARM: Only enforce 4-byte alignment on Thumb-2 functions...
2015-04-23 Krzysztof Parzyszek[Hexagon] Fix compiler warnings in release build
2015-04-23 Adam Nemet[getUnderlyingOjbects] Analyze loop PHIs further to...
2015-04-23 Adrian McCarthyFactor resolution of abbreviations and aliases so that...
2015-04-23 Jingyue Wu[NVPTX] run SeparateConstOffsetFromGEP before SLSR
2015-04-23 Richard SmithFix build of lldb after clang r235614.
2015-04-23 Tom StellardR600/SI: Add missing -mcpu=SI to assembler test
2015-04-23 Tom StellardR600/SI: Add assembler support for all CI and VI VOP1...
2015-04-23 Tom StellardR600/SI: v_mov_fed_b32 does not exist on VI
2015-04-23 Tom StellardR600/SI: Use a better error message for unsupported...
2015-04-23 Tom StellardR600/SI: Improve AsmParser support for forced e64 encoding
2015-04-23 Tom StellardImplement fract builtin
2015-04-23 Alexey Samsonov[ASan] Relax test modified in r235540 to pacify ARM...
2015-04-23 Andrew Kaylor[WinEH] Handle stubs for outlined functions that have...
2015-04-23 Reid KlecknerRevert "[SEH] Remove the old __C_specific_handler code...
2015-04-23 Hal Finkel[PowerPC] Enable printing instructions using aliases
2015-04-23 Chaoren LinFix TestFdLeak on Linux.
2015-04-23 Richard Smith[modules] Determine the set of macros exported by a...
2015-04-23 Reid KlecknerDon't emit lifetime markers when msan is enabled
2015-04-23 Zachary TurnerMove DIContext.h to common DebugInfo location.
2015-04-23 Philip ReamesMove Value.isDereferenceablePointer to ValueTracking...
2015-04-23 Pirama Arumuga... [AArch64] Add nvcast patterns for v4f16 and v8f16
2015-04-23 Pirama Arumuga... [AArch64] Handle vec4, vec8, vec16 *itofp for half
2015-04-23 Hans WennborgRe-commit r235560: Switch lowering: extract jump tables...
2015-04-23 Marshall ClowFixed an 'extra tokens at end of #endif directive'...
2015-04-23 Aaron BallmanExtend format specifier checking to include field funct...
2015-04-23 Aaron BallmanDiagnose variadic main() as an extension; addresses...
2015-04-23 Sanjay Pateluse update_llc_test_checks.py to tighten checking;...
2015-04-23 Krzysztof Parzyszek[Hexagon] Shrink-wrap stack frame (Hexagon-specific)
2015-04-23 Krzysztof Parzyszek[Hexagon] Add testcases for stack alignment and variabl...
2015-04-23 Toma Tabacu[mips] [IAS] Move NOP emission after pseudo-instruction...
2015-04-23 Daniel Jasperclang-format: Properly detect variable declarations...
2015-04-23 Aidan DoddsReplace use of %zu with PRIu64 in DYDL logging message.
2015-04-23 Aaron BallmanRevert r235560; this commit was causing several failed...
2015-04-23 Filipe CabecinhasBe more strict about the operand for the array type...
2015-04-23 Filipe CabecinhasVerify sizes when trying to read a BitcodeAbbrevOp
2015-04-23 Daniel Sanders[asan] debug_mapping.cc should also pass when the leadi...
2015-04-23 Timur Iskhodzhanov[Sanitizer coverage] Print out the error number if...
2015-04-23 Daniel Jasperclang-format: Allow splitting "= default" and "= delete".
2015-04-23 Timur Iskhodzhanov[ASan/Win] Initialize sandbox-related stuff when asked to
2015-04-23 Timur Iskhodzhanov[ASan/Win] Don't forget to set *last_error if OpenFile...
2015-04-23 Ilia KMI fix allowing multiple logging instances of lldb...
2015-04-23 Tobias GrosserJScoP Import/Export: Ensure parameters have the same...
2015-04-23 Tamas BerghammerUpdate cpsr register in BLX instruction emulation
2015-04-23 Tamas BerghammerFix test expectation in TestNoreturnUnwind
2015-04-23 Daniel Jasperclang-format: Don't add unwanted space when creating...
2015-04-23 Daniel Jasperclang-format: [Proto] Don't linewrap top-level options.
2015-04-23 Dmitry Vyukovtsan: support setuid call
2015-04-23 Daniel Jasperclang-format: Support nested block formatting with...
2015-04-23 Pavel Labath[NativeProcessLinux] Fix race condition during inferior...
2015-04-23 Simon Pilgrim[DAGCombiner] Remove extra bitcasts surrounding vector...
2015-04-23 Karthik BhatMove common loop utility function isInductionPHI into...
2015-04-23 Alexey Bataev[OPENMP] Fix for failed tests for 'omp atomic write...
2015-04-23 David Majnemer[MS ABI] Add support for mangling VLA types
2015-04-23 Mohit K. Bhakkad[LLDB][MIPS] Add MIPS32 and MIPS64 core revisions
2015-04-23 Alexey Bataev[OPENMP] Codegen for 'atomic capture'.
next