platform/upstream/llvm.git
2014-11-24 Dan AlbertAdd better support for custom test runners.
2014-11-24 Reid KlecknerRemove unnecessary environment switch
2014-11-24 Kaelyn TakataForce the correction of delayed typos in casts in non...
2014-11-24 Samuel BenzaquenFilter the toplevel matchers by kind.
2014-11-24 Rafael EspindolaAdd a disable-output option to the gold plugin.
2014-11-24 Tim Northovertesting: make test use FileCheck
2014-11-24 Rafael EspindolaRemove the unused FindUsedTypes pass.
2014-11-24 Paul RobinsonCorrectly remove OptimizeForSize from functions marked...
2014-11-24 Rafael EspindolaAdd and use Type::subtypes. NFC.
2014-11-24 Rafael EspindolaPass the .ll files to llvm-link directly. NFC.
2014-11-24 Saleem AbdulrasoolCodeGen: make i686-windows-itanium more similar to...
2014-11-24 Saleem AbdulrasoolCodeGen: use a range-based for loop
2014-11-24 Sergey DmitroukCorrect path to regression tests in ExtendingLLVM
2014-11-24 Chad Rosier[AArch64] Fix clobber computation in A57LoadBalancing...
2014-11-24 Colin LeMahieuRemoving unused variable.
2014-11-24 Kostya Serebryany[asan/coverage] change the way asan coverage instrument...
2014-11-24 Eric Fiselier[libcxxabi] Delay adjustment of pointer to prevent...
2014-11-24 Eric Fiselier[compiler-rt] Make the MSAN wmemset intercepter call...
2014-11-24 Ulrich Weigand[PowerPC] Fix PR 21652 - copy st_other bits on symbol...
2014-11-24 Paul RobinsonMore long path name support on Windows, this time in...
2014-11-24 Colin LeMahieu[Hexagon] Adding asrh instruction, removing unused...
2014-11-24 Colin LeMahieu[Hexagon] Adding aslh instruction.
2014-11-24 Aaron BallmanReverting r222646; the tests do not pass on Windows...
2014-11-24 Nico RieckFix line endings
2014-11-24 Nico RieckFix crash when using __if_exists in C mode
2014-11-24 Aaron BallmanUnbreaking the MSVC 2012 build; however, these tests...
2014-11-24 Colin LeMahieu[Hexagon] Adding zxth instruction.
2014-11-24 Colin LeMahieuAdding const iterator to MCInst. reviews.llvm.org/D6359
2014-11-24 Colin LeMahieu[Hexagon] Adding zxtb instruction.
2014-11-24 David MajnemerInstCombine: Don't create an unused instruction
2014-11-24 Jozef Kolek[mips][microMIPS] Fix JRADDIUSP instruction
2014-11-24 Aaron BallmanReverting r222638; it broke the MSVC build bots because...
2014-11-24 Ed MasteFix lldb(1) man page formatting
2014-11-24 Yaron KerenAdded comment about llvm_execute_on_thread waiting...
2014-11-24 Jozef Kolek[mips][microMIPS] Implement LBU16, LHU16, LW16, SB16...
2014-11-24 Jozef Kolek[mips][microMIPS] Implement 16-bit instructions registe...
2014-11-24 Simon Atanasyan[Mips] Update MIPS relocations list
2014-11-24 Craig TopperReplace a comment that says 'unreachable' with llvm_unr...
2014-11-24 Aaron BallmanRemoving a variable that is initialized but never read...
2014-11-24 Jozef Kolek[mips][microMIPS] Implement disassembler support for...
2014-11-24 Andrea Di Biagio[X86] Improved target specific combine on VSELECT dag...
2014-11-24 Manuel KlimekAdding 4 ASTMatchers: typedefDecl, isInMainFile, isInSy...
2014-11-24 David MajnemerInstCombine: Don't assume DataLayout is always available
2014-11-24 Duncan P. N... Support: Add *cast_or_null<> for pointer wrappers
2014-11-24 Craig TopperDetect best type for some static index tables instead...
2014-11-23 Daniel Jasperclang-format: Make short case labels work with #ifs
2014-11-23 Daniel Jasperclang-format: [Java] Treat 'instanceof' like other...
2014-11-23 Daniel Jasperclang-format: [Java] Space before array initializers.
2014-11-23 Daniel Jasperclang-format: Improve ObjC blocks with return type.
2014-11-23 Daniel Jasperclang-format: Refactoring.
2014-11-23 Daniel Jasperclang-format: [JS] Support Closure's module statements.
2014-11-23 Elena DemikhovskyConverted back to Unix format (after my last commit...
2014-11-23 Michael Kuperstein[X86] Fixes bug in build_vector v4x32 lowering
2014-11-23 Craig TopperAdd missing override keywords.
2014-11-23 Craig TopperTablegen output formatting fixes.
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-23 Matt ArsenaultR600: Fix extloads of i1 on R600/Evergreen
2014-11-23 Matt ArsenaultR600: Fix assert on copy of an i1 on pre-SI
2014-11-23 Matt ArsenaultR600/SI: Add additional tests for i1 loads
2014-11-23 Matt ArsenaultR600/SI: Fix broken check lines and modernize prefixes
2014-11-23 Matt ArsenaultR600/SI: Fix missing -verify-machineinstrs on a test
2014-11-23 Saleem AbdulrasoolCodeGen: tweak struct ABI handling
2014-11-22 David MajnemerInstCombine: Propagate exact for (sdiv X, Pow2) ->...
2014-11-22 David MajnemerInstCombine: Propagate exact for (sdiv X, Y) -> (udiv...
2014-11-22 David MajnemerInstCombine: Propagate exact for (sdiv -X, C) -> (sdiv...
2014-11-22 Simon PilgrimTidied up target triple OS detection. NFC
2014-11-22 Craig TopperReduce size of some tables in tablegen register info...
2014-11-22 David MajnemerInstCombine: Propagate exact in (udiv (lshr X,C1),C2...
2014-11-22 Renato GolinTry to fix ARM buildbots
2014-11-22 Daniel SandersSupport matching signext attribute in the parallel_num_...
2014-11-22 Daniel SandersSupport matching signext attribute in vla-lambda-captur...
2014-11-22 David MajnemerCodeGen: Make atomic operations play nice with address...
2014-11-22 Chandler Carruth[x86] Teach the vector shuffle yet another step of...
2014-11-22 David MajnemerInstCombine: Propagate NSW/NUW for X*(1<<Y) -> X<<Y
2014-11-22 David MajnemerInstCombine: Propagate NSW for -X * -Y -> X * Y
2014-11-22 David MajnemerInstSimplify: Simplify (sub 0, X) -> X if it's NUW
2014-11-22 David MajnemerSimplify MicrosoftMangleContextImpl::shouldMangleString...
2014-11-22 David MajnemerInstCombine: Silence a parenthesis warning
2014-11-22 Siva ChandraMark 9 lldb unit tests for ubuntu as XFAIL.
2014-11-22 Chandler Carruth[x86] Add some tests for a common unpack pattern of...
2014-11-22 David MajnemerInstCombine: Preserve nsw when folding X*(2^C) -> X...
2014-11-22 David MajnemerInstCombine: Preserve nsw/nuw for ((X << C2)*C1) -...
2014-11-22 David MajnemerInstCombine: Preserve nsw for (mul %V, -1) -> (sub...
2014-11-22 Richard SmithDelay checking overrides for exception specifications...
2014-11-22 Greg ClaytonFixed an issue where a DW_FORM_ref{2,4,8} might be...
2014-11-22 Jason MolendaWhen a RegisterContext produces an invalid CFA address...
2014-11-22 Jim InghamThis is the first step of making lldb able to create...
2014-11-22 Jim InghamMake the sourcing of the local .lldbinit file quiet.
2014-11-22 David MajnemerSilence a -Wcast-qual warning
2014-11-22 Zachary Turner[ProcessWindows] Clean up the register definitions...
2014-11-22 Enrico GranataJust a few words to introduce the extra optional argume...
2014-11-22 Enrico GranataEnable Python summaries to use custom SBTypeSummaryOpti...
2014-11-22 Jason MolendaFix mispelled 'ling' Python property to be 'line' in
2014-11-21 David MajnemerMS ABI: Mangle u8 string literals
2014-11-21 Gerolf Hoflehner[InstCombine] Re-commit of r218721 (Optimize icmp...
2014-11-21 Greg ClaytonRemove print statement that was accidentally left in.
2014-11-21 Reid KlecknerDon't make check-sanitizer depend on profile on Windows
2014-11-21 Joerg SonnenbergerFix transformation of add with pc argument to adr for...
2014-11-21 Kostya Serebryany[asan] remove old experimental code
2014-11-21 Tom StellardR600/SI: Add a failing test case for offset order in...
next