platform/upstream/llvm.git
2014-11-17 Rafael EspindolaPass a reference to ValueEnumerator.
2014-11-17 Sylvestre LedruMissing comma in a string array initialization (CID...
2014-11-17 Juergen Ributzka[SimplifyCFG] Make the value type of the hole check...
2014-11-17 Greg ClaytonFixed more fallout from running the test suite remotely...
2014-11-17 Rafael EspindolaRevert commits r222146 and r222137.
2014-11-17 Marshall ClowFix the tests I broke with the last commit. Sorry for...
2014-11-17 Hans Wennborgclang-cl: Allow /Fo without an argument (PR21589)
2014-11-17 Kate StoneComplete rewrite of interactive editing support for...
2014-11-17 Marshall ClowImplement LWG2400 - 'shared_ptr's get_deleter() should...
2014-11-17 Enrico GranataNot all things callable have an im_self, so harden...
2014-11-17 Marshall ClowReworked mismatch tests to count the number of comparis...
2014-11-17 Daniel Jasperclang-format: Fix more incorrect pointer detection.
2014-11-17 Hans Wennborgtest/Driver/cl-outputs.c: tweak some check prefixes...
2014-11-17 Greg ClaytonFixes for remote test suite execution of the "lldb...
2014-11-17 Saleem AbdulrasoolBasic: tweak comment
2014-11-17 Zachary TurnerFix buildSwigWrapperClasses.py after recent break.
2014-11-17 Greg ClaytonFix some issue with running the test suite remotely...
2014-11-17 Sylvestre LedruFix the indentation: Nesting level does not match inden...
2014-11-17 Aaron BallmanFixing a use of stringstream to use an LLVM helper...
2014-11-17 Zachary TurnerReformat lldb-mi using clang-format.
2014-11-17 Rafael EspindolaFix GraphTraits for "const CallGraphNode *" and "const...
2014-11-17 Zachary Turner[ProcessWindows] Create a TargetThreadWindows class.
2014-11-17 Zachary Turner[ProcessWindows] Implement read / write process memory.
2014-11-17 Rafael EspindolaAvoid undefined behavior by masking the shift amount.
2014-11-17 Alexander Kornienko[clang-tidy] Move the missing namespace comment warning...
2014-11-17 Chad Rosier[Reassociate] Update test cases due to r222142.
2014-11-17 Marshall ClowFix a warning in the test; no functionality change
2014-11-17 Chad Rosier[Reassociate] As the expression tree is rewritten make...
2014-11-17 Alexey Volkov[X86] Use ADD/SUB instead of INC/DEC for Haswell and...
2014-11-17 Timur IskhodzhanovMinor readability tweaks to VFTableBuilder.cpp
2014-11-17 Chad Rosier[Reassociate] Canonicalize constants to RHS operand.
2014-11-17 Marshall ClowImplement void_t from N3911. Add a private version...
2014-11-17 Rafael EspindolaUse a more canonical way of computing a mask with N...
2014-11-17 Ed MasteFix Darwin and FreeBSD OS type detection
2014-11-17 Ed MasteWhitespace cleanup and remove non-canonical headers
2014-11-17 Ed MasteAdd decorator for intermittently failing test on FreeBSD
2014-11-17 Timur IskhodzhanovAdd a couple more examples illustrating why we need...
2014-11-17 Marshall ClowAdd tests to ensure that reference_wrapper<T> is trivia...
2014-11-17 Samuel BenzaquenRemove VariadicOperatorMatcherInterface as it is redund...
2014-11-17 Alexander KornienkoA small correction for r221884. No functional changes.
2014-11-17 Renato GolinFix ARM triple parsing
2014-11-17 Daniel Jasperclang-format: Fix regression introduced in r221609.
2014-11-17 Jason MolendaAdd a little sketch of a program that can extract unwind
2014-11-17 David MajnemerScalarEvolution: Construct SCEVDivision's Derived type...
2014-11-17 Oliver Stannard[Thumb1] Re-write emitThumbRegPlusImmediate
2014-11-17 David MajnemerObject, COFF: Tighten the object file parser
2014-11-17 Oliver StannardFix optimisations of SELECT_CC which assumed result...
2014-11-17 Yaron Kerensilence gcc 4.9.1 warning in /llvm/lib/Support/Windows...
2014-11-17 Erik EcksteinOptimize switch lookup tables with linear mapping.
2014-11-17 Bob WilsonFix CR/LF line endings in test case.
2014-11-17 Craig TopperAdd missing semicolon from r222118.
2014-11-17 Craig TopperMove register class name strings to a single array...
2014-11-17 Rafael EspindolaAdd back r222061 with a fix.
2014-11-17 Rui Ueyama[PECOFF] Fix 32-bit delay-import table.
2014-11-17 Frederic RissImplement MachODumper::printFileHeaders
2014-11-17 Craig TopperReplace a couple asserts with static_asserts.
2014-11-16 Tobias GrosserEnable SCEV based code generation by default
2014-11-16 Tobias GrosserModify test cases to work with SCEV based code generation
2014-11-16 Tobias GrosserMake usage of scev based code generation explicit in...
2014-11-16 Tobias GrosserFix typo
2014-11-16 Craig TopperConvert some EVTs to MVTs where only a SimpleValueType...
2014-11-16 Tobias GrosserFix formatting
2014-11-16 Alexey Samsonov[Sanitizer] Parse and produce all sanitizer-relevant...
2014-11-16 David MajnemerScalarEvolution: Introduce SCEVSDivision and SCEVUDivision
2014-11-16 Tobias GrosserIndependent blocks: SE->forget() scalars translated...
2014-11-16 Tobias GrosserRemove an unnecessary ifdef
2014-11-16 Tobias GrosserSwitch default code generation backend to isl
2014-11-16 Jingyue Wu[DependenceAnalysis] Allow subscripts of different...
2014-11-16 Tobias GrosserIntroduce minimalistic cost model for auto parallelization
2014-11-16 Jay FoadRevert r222091 because it caused a buildbot failure.
2014-11-16 Craig Topper[x86] Remove two redundant isel patterns. They equivale...
2014-11-16 David MajnemerScalarEvolution: HowFarToZero was wrongly using signed...
2014-11-16 David MajnemerInstSimplify: Optimize ICmpInst xform that uses compute...
2014-11-15 Jay Foad[ASan] Fix leak tests on 64-bit targets other than...
2014-11-15 Andrea Di Biagio[DAG] Improved target independent vector shuffle foldin...
2014-11-15 Tobias GrosserRemove one incomplete test case accidentally committed
2014-11-15 Tobias GrosserAdd OpenMP code generation to isl backend
2014-11-15 Simon Pilgrim[X86][SSE] Improve legal SHUFP and PSHUFD shuffle matching
2014-11-15 Eric FiselierFix build regression caused by not defining ABI library...
2014-11-15 Jay FoadAs a follow up to r222001, Peter Bergner pointed out...
2014-11-15 Benjamin KramerDispose disassembler after use in unit test.
2014-11-15 Eric FiselierProvide missing definition of uppercase_CMAKE_BUILD_TYP...
2014-11-15 Richard TrieuFix issues missed during the review of r222099.
2014-11-15 Eric Fiselier[libcxx] Refactor CMakeLists.txt handling of compile...
2014-11-15 Matt ArsenaultR600: Permute operands when selecting legacy min/max
2014-11-15 David Majnemeryaml2obj, COFF: Consider the DOS stub when laying out...
2014-11-15 Reid KlecknerRevert "Don't make assumptions about the name of privat...
2014-11-15 Eric FiselierSplit thread test into two parts. Mark one as XFAIL...
2014-11-15 Jim InghamFor some reason, sometimes the directory paths that...
2014-11-15 Reid KlecknerFix IRGen for passing transparent unions
2014-11-15 Tom StellardR600: Fix 64-bit integer division
2014-11-15 Tom StellardR600: Factor i64 UDIVREM lowering into its own fuction
2014-11-15 Duncan P. N... CGDebugInfo: Update for DIBuilder API change
2014-11-15 Duncan P. N... DIBuilder: Use Constant instead of Value
2014-11-15 Joerg SonnenbergerClean empty directories.
2014-11-15 Duncan P. N... DIBuilder: Change private helper function to static...
2014-11-14 Duncan P. N... IR: Remove MDString logic for Value::hasName()
2014-11-14 Duncan P. N... DIBuilder: Cleanup access control style, NFC
2014-11-14 Fariborz JahanianThis patch fixes couple of bugs for predefined expression
2014-11-14 Duncan P. N... DI: Use Metadata for DITypeRef and DIScopeRef
next