platform/upstream/llvm.git
2015-04-24 Robert FlackLook for both .debug and dsym debugging symbol informat...
2015-04-24 David BlaikieSkip extra LLVM IR assemble/disassemble steps in some...
2015-04-24 David Blaikie[opaque pointer type] bitcode: add explicit callee...
2015-04-24 Andrew KaylorFix LoopInterchange/reductions.ll test for debug builds
2015-04-24 Yaron KerenTeach AArch64\lit.local.cfg the new triple names window...
2015-04-24 Chris Bieneman[CMake] Fix for PR 23328: LLVM_OPTIMIZED_TABLEGEN broken
2015-04-24 Duncan P. N... Linker: Update -override testcase to check callers
2015-04-24 Hans WennborgSwitch lowering: fix APInt overflow causing infinite...
2015-04-24 Sergey Matveev[lsan] Add an interface function for on-demand leak...
2015-04-24 Sergey MatveevRevert r235726 "interface"
2015-04-24 Sergey Matveevinterface
2015-04-24 Reid Kleckner[WinEH] Split the landingpad BB instead of cloning it
2015-04-24 Rafael EspindolaDelete unnecessary generality in loadFile.
2015-04-24 Diego NovilloFix typo in comment.
2015-04-24 Derek SchuffAdd COMPILER_RT_ABI attribute to declarations of builti...
2015-04-24 Yaron KerenUse the cleaner syntx value initialization to zero...
2015-04-24 Yaron KerenSilence clang warning: private field 'data_' is not...
2015-04-24 Yaron KerenSilence clang warning: missing field 'Dr0' initializer.
2015-04-24 Vasileios Kalintiris[mips][FastISel] Specify which types we handle for...
2015-04-24 Aaron BallmanRemoving dead code; NFC. This code was triggering a...
2015-04-24 Tamas BerghammerFix condition detection in EmulateInstructionARM
2015-04-24 Tamas BerghammerFix order of b and blx instrction in EmulateInstructionARM
2015-04-24 Tamas BerghammerFix write register context for arm "add<c> <Rd>, sp...
2015-04-24 Ilia KUse self.fail() in MiGdbSetShowTestCase.test_lldbmi_gdb...
2015-04-24 Ilia KFix CMICmnLLDBDebuggerHandleEvents::GetProcessStdout...
2015-04-24 Filipe Cabecinhas[BitcodeReader] Fix asserts when we read a non-vector...
2015-04-24 Ilia KFix CMICmnMIOutOfBandRecord to accept stream-records...
2015-04-24 Simon Atanasyan[Mips] Simplify the code a bit using early return
2015-04-24 Daniel Jasperclang-format: Don't wrap after short first segments...
2015-04-24 Denis Protivensky[ARM] Update TODO notes
2015-04-24 Denis Protivensky[ARM] Implement R_ARM_COPY relocation
2015-04-24 Viktor Kutuzov[Msan] XFAIL the ftime.cc test on FreeBSD
2015-04-24 Viktor Kutuzov[Msan] Fix the backtrace.cc tests to build and pass...
2015-04-24 Daniel Jasperclang-format: More selectively detect QT's "signals".
2015-04-24 Viktor Kutuzov[Sanitizers] Do not call internal_sigdelset() on non...
2015-04-24 Pawel BylicaCorrect extractelement constant folding
2015-04-24 Pawel BylicaFix APInt long division algorithm
2015-04-24 Craig Topper[TableGen] Clang changes for r235697 to stop leaking...
2015-04-24 Craig Topper[TableGen] Don't leak Expanders and Operators in SetTheory.
2015-04-24 Craig Topper[TableGen] Fix all remaining memory leaks of Init and...
2015-04-24 Jingyue WuResurrect r235688
2015-04-24 Alexey Bataev[OPENMP] Codegen for 'firstprivate' clause in 'single...
2015-04-24 David MajnemerRemove unused variable to silence GCC warning
2015-04-24 Alexey Bataev[OPENMP] Do not emit implicit barrier for single direct...
2015-04-24 Alexey Bataev[OPENMP] Codegen for 'firstprivate' clause in 'sections...
2015-04-24 Jingyue WuRevert r235688
2015-04-24 Jingyue Wu[NVPTX] Emits "generic()" depending on the original...
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
next