platform/upstream/llvm.git
2013-03-15 Edwin VanePrevent nullptr_t-typed exprs from being replaced
2013-03-15 Benjamin KramerARM: Fix an old refacto.
2013-03-15 Enrico Granata<rdar://problem/13194155>
2013-03-15 Bob WilsonRevert "Remove a pointless assertion."
2013-03-15 Adrian PrantlForce column info only for direct inlined functions...
2013-03-15 Fariborz Jahanianc: Also chek for integer overflow for '%' operator.
2013-03-15 Fariborz Jahanianc: add the missing binary operatory when checking
2013-03-15 Sylvestre LedruTake in account the triplet 'powerpc-linux-gnuspe'...
2013-03-15 Hal FinkelEnable unaligned memory access on PPC for scalar types
2013-03-15 Arnold SchwaighoferARM cost model: Fix cost of fptrunc and fpext instructions
2013-03-15 Nico WeberRemove a pointless assertion.
2013-03-15 Daniel JasperImprove formatting of chained calls.
2013-03-15 Alexander Potapenko[libsanitizer] StopTheWorld in sanitizer_common
2013-03-15 Alexey Samsonov[Sanitizer] Don't intercept frexpf and frexpl on Window...
2013-03-15 Alexey Samsonov[TSan] Switch TSan runtime to use ThreadRegistry class...
2013-03-15 Alexander KornienkoIndent all lines in a multi-line comment by the same...
2013-03-15 Hal FinkelProtect PPC Altivec patterns with a predicate
2013-03-15 Alexey Samsonov[Sanitizer] Don't link tests with -lpthread on Android.
2013-03-15 Kostya Serebryany[sanitizer] fix gcc build warnings
2013-03-15 Kostya Serebryany[asan] Add ForEachChunk() to sanitizer allocators....
2013-03-15 Alexey Samsonov[Sanitizer] Generalize compile/link flags for sanitizer...
2013-03-15 Alexey SamsonovFixup for r176934. More careful setup of path to llvm...
2013-03-15 Alexey SamsonovFixup for r176933: more careful setup of path to llvm...
2013-03-15 Alexey Samsonov[Sanitizer] Build sanitizer_common tests w/o RTTI....
2013-03-15 Craig TopperUse NumBaseBits in a few more places in SmallBitVector...
2013-03-15 Rafael EspindolaFix the FDE encoding to be relative on ELF.
2013-03-15 Hal FinkelAllocate the RS spill slot for any PPC function with...
2013-03-15 Sean CallananRolled back r176719 because settings with file
2013-03-15 Anna Zaks[analyzer] Refactor checks in IDC visitor for consisten...
2013-03-15 Anna Zaks[analyzer] Teach trackNullOrUndef to look through terna...
2013-03-15 Eric ChristopherTurn anonymous type in anonymous union warning back...
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-03-15 Richard SmithPR15290: 'this' is not permitted in the declaration...
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-03-15 Eric ChristopherFix a virtual destructor warning.
2013-03-15 Nadav RotemAdd a triple to the test.
2013-03-14 Nadav RotemUnaligned loads should use the VMOVUPS opcode.
2013-03-14 David BlaikieRemove some unused variables to clean the Clang -Werror...
2013-03-14 Akira Hatanaka[mips] Set isAllocatable bit of unallocatable register...
2013-03-14 Fariborz JahanianDiagnose about extern "C" functions returning c++ objects
2013-03-14 Argyrios KyrtzidisDon't try to typo-correct 'super' in an objc method.
2013-03-14 Greg Clayton<rdar://problem/12537646>
2013-03-14 Adrian PrantlAdd a testcase for r177118.
2013-03-14 Andrew TrickFix r177112: Add ProcResGroup.
2013-03-14 Jakob Stoklund... Prepare for adding InstrSchedModel annotations to X86...
2013-03-14 Anna Zaks[analyzer] Change the way in which IDC Visitor decides...
2013-03-14 Reed KotlerAdd a new method which enables one to change register...
2013-03-14 Jim InghamLog the match substring as well in the case where we...
2013-03-14 Adrian PrantlAlways declare the .block_descriptor parameter, not...
2013-03-14 Jim InghamAdd some logging to track cases where “step-in” steps...
2013-03-14 Matt KopecRecommit lldb realtime output for POSIX.
2013-03-14 Arnold SchwaighoferLoopVectorizer: Insert some white space to make test...
2013-03-14 Chad Rosier[fast-isel] The X86FastISel::FastLowerArguments functio...
2013-03-14 Andrew TrickMachineModel: Add a ProcResGroup class.
2013-03-14 Hal FinkelMove estimateStackSize from ARM into MachineFrameInfo
2013-03-14 Douglas Gregor[PR15513/<rdar://problem/13409707>] Template arguments...
2013-03-14 Enrico GranataMake a README file with an introduction and basic direc...
2013-03-14 Hal FinkelProvide the register scavenger to processFunctionBefore...
2013-03-14 Hal FinkelUse frame-index scavenging for PPC register spilling
2013-03-14 Hal FinkelNot all PPC functions with a frame pointer need a RS...
2013-03-14 Arnold SchwaighoferARM cost model: Increase cost of some vector selects...
2013-03-14 Akira Hatanaka[mips] Fix filename in comment and delete unnecessary...
2013-03-14 Jyotsna VermaHexagon: Removed asserts regarding alignment and offset.
2013-03-14 Arnold SchwaighoferAdd missing asserts flag to test - it uses debug flags
2013-03-14 Akira HatanakaAndroid uses cacheflush(long start, long end, long...
2013-03-14 Enrico Granata<rdar://problem/13228487>
2013-03-14 Marshall ClowUpdated link to Marshall's instructions
2013-03-14 Arnold SchwaighoferLoopVectorize: Invert case when we use a vector cmp...
2013-03-14 Akira HatanakaAdd back lines which were accidentally deleted in CMake...
2013-03-14 Akira Hatanaka[mips] Define function MipsSEDAGToDAGISel::selectAddESubE.
2013-03-14 Hal FinkelAdd a comment about overlapping PPC frame offsets
2013-03-14 Howard HinnantSome forward-looking and optimistic documentation.
2013-03-14 Akira Hatanaka[mips] Rename functions and variables to start with...
2013-03-14 Greg Clayton<rdar://problem/13421412>
2013-03-14 Akira HatanakaAdd header file MipsISelDAGToDAG.h.
2013-03-14 Akira Hatanaka[mips] Define two subclasses of MipsDAGToDAGISel. Mips1...
2013-03-14 Shuxin YangPerform factorization as a last resort of unsafe fadd...
2013-03-14 Adrian PrantlTest that we emit a DW_AT_location for self captured...
2013-03-14 Adrian PrantlAllocate stack storage for .block_descriptor and captur...
2013-03-14 Sean CallananFixed a problem where we didn't return TypedefNameDecls
2013-03-14 Jordan Rose[analyzer] Fix scan-build's -stats mode.
2013-03-14 Edwin VaneAdding a new code owners file for clang-tools-extra.
2013-03-14 Greg Clayton<rdar://problem/13413693>
2013-03-14 Manuel KlimekImplements memoization for ancestor matching.
2013-03-14 Alexander KornienkoMulti-line comment alignment
2013-03-14 Shankar Easwaran[lld] remove trailing whitespace
2013-03-14 Vincent LejeuneR600: Factorize code handling Const Read Port limitation
2013-03-14 Alexey Samsonov[Sanitizer] Fix compiler warnings and style issues...
2013-03-14 Matt KopecBackout POSIX realtime lldb output. TestEvents.py is...
2013-03-14 Daniel JasperSlightly improve formatting of longer pipe statements.
2013-03-14 Alexey Samsonov[Sanitizer] Add generic ThreadRegistry class for saniti...
2013-03-14 Daniel JasperBasic support for formatting asm() statments.
2013-03-14 Alexey Samsonov[Sanitizer] Add default constructor for BlockingMutex
2013-03-14 Evgeniy Stepanov[sanitizer] No dirent64 on Android.
2013-03-14 Alexey Samsonov[Sanitizer] Build sanitizer_common with -fno-rtti
2013-03-14 Kostya Serebryany[asan] remove one redundant malloc stress test, unify...
2013-03-14 Alexander Potapenko[libsanitizer] fixed a bug in ThreadLister tests where...
2013-03-14 Evgeniy Stepanov[msan] Add changes missing from r177065.
2013-03-14 Dmitri GribenkoDocumentation: improve formatting
2013-03-14 Evgeniy Stepanov[msan] Intercept readdir64.
next