platform/upstream/llvm.git
2014-08-01 Aaron BallmanInitializing the loop hint option token.
2014-08-01 Sylvestre LedruUpdate the code with clang changes r214450 (FunctionPro...
2014-08-01 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-08-01 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-08-01 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-08-01 Daniel Sanders[mips] Defer va_arg expansion to the backend.
2014-08-01 Erik EcksteinSLPVectorizer: fix build problem in Release configuration
2014-08-01 Simon Atanasyan[Mips] Replace assembler code by YAML to make the ...
2014-08-01 Erik EcksteinSLPVectorizer: improved scheduling algorithm.
2014-08-01 Daniel Sanders[mips][PR19612] Fix va_arg for big-endian mode.
2014-08-01 Johannes Doerfert[Format] Remove blank line in Dependences.h
2014-08-01 Johannes Doerfert[Fix] Annotate the IslAst with broken reductions (Missi...
2014-08-01 Johannes Doerfert[Typo] Added dot at the end of a sentence.
2014-08-01 Johannes DoerfertAnnotate the IslAst with broken reductions
2014-08-01 Johannes DoerfertChange the semantics of is*Parallel
2014-08-01 Erik EcksteinSLP Vectorizer: added statistics counter
2014-08-01 Johannes DoerfertChange the printing of reduction types
2014-08-01 Erik EcksteinSLP Vectorizer: improve canonicalize tree operands...
2014-08-01 Eric FiselierAdding ABI information to linux test results
2014-08-01 Eric FiselierUpdate information about compiler used during linux...
2014-08-01 Sylvestre LedruRevert of 214418:
2014-08-01 Hal Finkel[PowerPC] Generate unaligned vector loads using intrins...
2014-08-01 Matthew GardinerChange the encoding of the Triple string exchanged...
2014-08-01 Suyog SardaThis patch implements transform for pattern "(A & ...
2014-08-01 Suyog SardaThis patch implements transform for pattern "(A | B...
2014-08-01 Suyog SardaThis patch implements transform for pattern "( A &...
2014-08-01 Suyog SardaThis patch implements transform for pattern "(A & B...
2014-08-01 Tom StellardR600/SI: Fix build warning
2014-08-01 Eric FiselierUpdate linux test results file
2014-08-01 Richard Smith[modules] Remove IRGen special case for emitting implic...
2014-08-01 Manman RenAdd comments to debug info testing case.
2014-08-01 Richard TrieuRemove this pointer that is converted to bool. In...
2014-08-01 Juergen Ributzka[FastISel][AArch64] Fix the immediate versions of the...
2014-08-01 Hal Finkel[PowerPC] Recognize consecutive memory accesses from...
2014-08-01 Reid KlecknerMS inline asm: Fix null SMLoc when 'ptr' is missing...
2014-08-01 Tom StellardR600/SI: Do abs/neg folding with ComplexPatterns
2014-08-01 Tom StellardTableGen: Allow AddedComplexity values to be negative
2014-08-01 Tom StellardR600/SI: Simplify and fix handling of VOP2 in SIInstrIn...
2014-08-01 Tom StellardR600/SI: Fold immediates when shrinking instructions
2014-08-01 Tom StellardR600/SI: Fix incorrect commute operation in shrink...
2014-08-01 Hans Wennborgclang-format vs plugin: claim support for VS 14 CTP too
2014-07-31 Kevin EnderbyAdd support for the X86 secure guard extensions instruc...
2014-07-31 Richard SmithFix buildbot: work around missing GCC C++11 feature.
2014-07-31 Richard Smith[modules] Maintain an AST invariant across module load...
2014-07-31 Reid KlecknerX86 MC: Don't crash on empty memory operand parens
2014-07-31 Reid KlecknerX86 MC: Reject invalid segment registers before a memor...
2014-07-31 Louis GerbargWhite space fix.
2014-07-31 Eric FiselierChange lit.cfg to allow whitespace before comments
2014-07-31 Rui Ueyama[PECOFF] Fix section header.
2014-07-31 Hal FinkelMake classof in MemSDNode consistent with MemIntrinsicS...
2014-07-31 Jan VeselyR600: Modernize work item intrinsics test
2014-07-31 Richard SmithFactor out exception specification information from
2014-07-31 Louis GerbargMake sure no loads resulting from load->switch DAGCombi...
2014-07-31 Johannes Doerfert[Refactor] Remove unecessary check and function
2014-07-31 Johannes Doerfert[Refactor] Use nicer print callback function in IslAst
2014-07-31 Aaron BallmanLoop hint pragmas sometimes do not contain an identifie...
2014-07-31 Tyler NowickiImprove the remark generated for -Rpass-missed.
2014-07-31 Eric ChristopherRevert "Remove MCObjectDisassembler.cpp as it is untest...
2014-07-31 Zachary TurnerMake CMake choose the target architecture according...
2014-07-31 Dan AlbertMake Android's ctype_base::mask unsigned.
2014-07-31 Zachary TurnerRemove shell-globbing from all test makefiles.
2014-07-31 Tyler NowickiImprove the remark generated when a variable that is...
2014-07-31 Rafael EspindolaReplaces a few pointers with references in llvm-nm...
2014-07-31 Aaron BallmanFixing CMake problems with MCObjectDisassembler.cpp...
2014-07-31 Eric ChristopherRemove MCObjectDisassembler.cpp as it is untested and...
2014-07-31 Aaron BallmanImplemented a diagnostic to handle multiple, distinct...
2014-07-31 Hans Wennborgmsbuild integration: remove duplicated lines and BOM...
2014-07-31 Rafael EspindolaDWOHolder takes ownership of the argument constructor...
2014-07-31 Rafael EspindolaUse a reference instead of a pointer.
2014-07-31 Tyler NowickiAdd a state variable to the loop hint attribute.
2014-07-31 Eric FiselierAdd documentation for lit's --show-unsupported flag
2014-07-31 Bill SchmidtClarify in PowerPC release notes that 32-bit PIC suppor...
2014-07-31 Will SchmidtDisable IsSub subregister assert. pr18663.
2014-07-31 Greg ClaytonFixed an issue where the LLDB command prompt isn't...
2014-07-31 Rafael EspindolaRemove unused argument.
2014-07-31 Hans WennborgLocal extern redeclarations of dllimport variables...
2014-07-31 Rafael EspindolaMove MCObjectSymbolizer.h to MC/MCAnalysis.
2014-07-31 Hal FinkelFix ScalarEvolutionExpander when creating a PHI in...
2014-07-31 Eric Fiselier[libcxx] Remove use of default function template parame...
2014-07-31 Alexey Samsonov[Sanitizer] Don't try to parse unspecified suppressions...
2014-07-31 Simon AtanasyanXFAIL the ARM test when we don't have this target.
2014-07-31 Duncan P. N... verify-uselistorder: Change the default -num-shuffles=5
2014-07-31 Eric ChristopherCreate a default symver on Linux like ELF OSes.
2014-07-31 Duncan P. N... UseListOrder: Handle self-users
2014-07-31 Eric ChristopherFix loop end condition.
2014-07-31 Greg ClaytonRewrote the initial DW_OP_piece support to be able...
2014-07-31 Nick Kledzik[mach-o] wire up -t option
2014-07-31 Eli BenderskyReformat docstring to 80-col
2014-07-31 Aaron BallmanRemoving an outdated FIXME. No functional changes.
2014-07-31 Eli BenderskyExposes a C API to name mangling for a given cursor.
2014-07-31 Fariborz JahanianObective-C. Patch to fix the incorrect ObjcMessageExpr...
2014-07-31 Nico WeberDelay check for prototype on __fastcall functions until...
2014-07-31 Aaron BallmanAutomate attribute argument count semantic checking...
2014-07-31 Marshall ClowAdd test cases for creating atomic types for trivially...
2014-07-31 Bill SchmidtWrong heading level for PowerPC changes in release...
2014-07-31 Bill SchmidtRelease Notes: Overriding PPC64 and PPC64LE ABI default...
2014-07-31 Bill SchmidtAdd PowerPC release notes for 3.5.
2014-07-31 Ed MasteAdd decorator for TestStopHookMultipleThreads failing...
2014-07-31 Ehsan Akhgarims-inline-asm: Add a test to ensure that call doesn...
2014-07-31 Aaron BallmanFixing an -Woverloaded-virtual warnings by exposing...
next