platform/upstream/llvm.git
2014-04-01 David BlaikieFix accidental fallthrough in DebugLocEntry::hasSameVal...
2014-04-01 Rui UeyamaInline empty constructor.
2014-04-01 David BlaikieRemove unused function DebugLocEntry::isEmpty
2014-04-01 David BlaikieRefactor out the comparison of the location/value in...
2014-04-01 Rui UeyamaGreatly simplify InputGraph.
2014-04-01 Greg FitzgeraldAllow the user to override the compiler used for testing
2014-04-01 David BlaikieAdd inequality operator for MachineLocation.
2014-04-01 David BlaikieDebugInfo: Split DebugLocEntry into its own file.
2014-04-01 Aaron BallmanUpdating the capability attribute diagnostics to be...
2014-04-01 Adrian PrantlAdd a comment about the DIDescriptor class hierarchy.
2014-04-01 Adrian PrantlDwarfDebug: Prevent DebugLocEntry merging from coalesci...
2014-04-01 Enrico GranataUse continue instead of next
2014-04-01 Fariborz JahanianObjective-C modern translator. Fix declaration of
2014-04-01 Hal Finkel[PowerPC] Add some missing VSX bitcast patterns
2014-04-01 Richard SmithSimplify FunctionDecl::getMinRequiredArguments().
2014-04-01 Rui UeyamaRemove dynamic casts.
2014-04-01 Yaron KerenIf isKnownWindowsMSVCEnvironment then getOS == Triple...
2014-04-01 Hal FinkelImplement X86TTI::getUnrollingPreferences
2014-04-01 Hal FinkelAdd some additional fields to TTI::UnrollingPreferences
2014-04-01 Hal FinkelUse TopTTI->getGEPCost from within getUserCost
2014-04-01 Ed MasteUse libc++ on FreeBSD as on Darwin
2014-04-01 Joerg SonnenbergerMove __addsf3 and __adddf3 into the corresponding block...
2014-04-01 Kai Nacke[mips] Add Octeon cnMips instructions mtmX and mtpX
2014-04-01 Reid KlecknerSupport segmented stacks on Win64
2014-04-01 Matt ArsenaultFix missing RUN line in test
2014-04-01 Richard SmithFix self-referential comment.
2014-04-01 Richard SmithMore tests for DR1.
2014-04-01 Yaron KerenisTargetWindows() renamed to isTargetKnownWindowsMSVC()
2014-04-01 Ed MasteImplement ProcessMonitor::Kill for Linux
2014-04-01 Matt ArsenaultMake isSetCCEquivalent respect the TargetBooleanContents
2014-04-01 Matt ArsenaultAdd helpers for checking if a value is a target boolean...
2014-04-01 Ed MasteAdd mips64 to the list of 64-bit Host architectures
2014-04-01 Rui Ueyamas/dyn_cast/cast/ where return value should never be...
2014-04-01 Adrian PrantlDebug info: fix a crash when emitting IndirectFieldDecl...
2014-04-01 Ed Mastemips64: clean up register context storage
2014-04-01 Jordan Rose[analyzer] Extract a helper for finding the target...
2014-04-01 Jordan Rose[analyzer] Remove incorrect workaround for unimplemente...
2014-04-01 Jordan Rose[analyzer] Fix a CFG printing bug.
2014-04-01 Aaron BallmanFixing the MSVC 2012 build bot, which cannot do initial...
2014-04-01 David BlaikieDebugInfo: Factor out common functionality for renderin...
2014-04-01 David BlaikieCleanup remaining use of removed variable to fix the...
2014-04-01 David BlaikieSimplify debug_loc.dwo handling slightly.
2014-04-01 Duncan P. N... InstrProfile: Use SANITIZER_COMMON_LIT_TEST_DEPS
2014-04-01 Tobias GrosserDelete trivial PHI nodes (aka stack slot sharing)
2014-04-01 Duncan P. N... InstrProf: Turn on test for Linux
2014-04-01 Duncan P. N... InstrProf: Remove LTO dependency from test
2014-04-01 Christian PirkerARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble...
2014-04-01 Alexander Potapenko[tsan] Remove an accidentally committed debug print.
2014-04-01 Ed MasteImplement ProcessMonitor::Kill for FreeBSD
2014-04-01 Tim NorthoverARM: teach LLVM that Cortex-A7 is very similar to A8.
2014-04-01 Aaron BallmanAttempting to fix r205124, which had failed asserts...
2014-04-01 Joerg SonnenbergerAdd support for IEEE754 quad precision comparison funct...
2014-04-01 Alexey Samsonov[ASan] Fix Android build
2014-04-01 Alexey SamsonovAdd support for dynamic ASan runtime (on Linux) to...
2014-04-01 Tim NorthoverARM: add cyclone CPU with ZeroCycleZeroing feature.
2014-04-01 Alexey Samsonov[ASan] Optional support for dynamic ASan runtime on...
2014-04-01 Daniel Jasperclang-format: Support configurable list of foreach...
2014-04-01 Ed MasteAdd errno import missed in r205246
2014-04-01 Daniel Sanders[mips] Renamed ParseAnyRegisterWithoutDollar to MatchAn...
2014-04-01 Aaron BallmanFixing an MSVC warning about widening the result of...
2014-04-01 Tim NorthoverARM64: add a few bits of polynomial intrinsic codegen.
2014-04-01 Tim NorthoverARM64: add intrinsic for pmull (p64 x p64 = p128) opera...
2014-04-01 Aaron BallmanFixing warnings in the MSVC build. No functional change...
2014-04-01 Alexey Samsonov[TSan] Make this test more portable
2014-04-01 Kostya Serebryany[sanitizer] one more stress test for the deadlock detec...
2014-04-01 Daniel Sanders[mips] Extend ParseJumpTarget to support the full symbo...
2014-04-01 Daniel Sanders[mips] Use AsmLexer::peekTok() to resolve the conflict...
2014-04-01 Tim NorthoverARM64: add missing ldN/stN intrinsics and enable tests.
2014-04-01 Daniel Sanders[mips] Hoist Parser.Lex() calls out of MatchAnyRegister...
2014-04-01 Tim NorthoverARM64: add patterns for more lane-wise ld1/st1 operations.
2014-04-01 Tim NorthoverARM64: fix bug in ld3r (1d) SelectionDAG.
2014-04-01 Daniel Sanders[mips] Rewrite MipsAsmParser and MipsOperand.
2014-04-01 Viktor KutuzovAdd FreeBSD support to sanitizers' procmaps facilities
2014-04-01 Viktor KutuzovFix definition of the __sanitizer_passwd structure...
2014-04-01 Renato GolinRecover TableGen/LangRef, make it official
2014-04-01 Alexey Volkov[x86] Do not convert to cmp32 for Atom arch by Sergey...
2014-04-01 David BlaikieDebugInfo: Avoid creating unnecessary/empty line tables...
2014-04-01 David BlaikieDebugInfo: Emit relocation to debug_line section when...
2014-04-01 Ted KremenekAdd defensive check that argument may be null in call...
2014-04-01 Rui Ueyama[PECOFF] Make PECOFFFileNode::parse idempotent.
2014-04-01 Rui Ueyama[PECOFF] Treat .imp as an import library file.
2014-04-01 David MajnemerMS ABI: Support mangling of return-types deducing to...
2014-04-01 Adrian PrantlRemove FIXMEs. The scope of a Variable is always a...
2014-04-01 Shankar Easwaran[core] support .gnu.linkonce sections
2014-04-01 Adrian PrantlLTO type uniquing: store the Decl field of a DIImported...
2014-04-01 Adrian PrantlAdapt CGDebugInfo to interface changes in DIBuilder...
2014-04-01 Adrian PrantlAdd a comment about type-uniquing ObjC types.
2014-04-01 Jordan Rose[analyzer] Lock checker: Allow pthread_mutex_init to...
2014-04-01 Jordan Rose[analyzer] Lock checker: make sure locks aren't used...
2014-04-01 Jordan Rose[analyzer] Add double-unlock detection to PthreadLockCh...
2014-04-01 Richard SmithAdd failing testcase for DR305. Looks like we didn...
2014-04-01 Bob WilsonDisable this-return optimizations when targeting iOS...
2014-04-01 David BlaikieFix up compression related test cases
2014-04-01 David MajnemerMS ABI: Simplify MangleByte further
2014-03-31 David BlaikieComment to describe the debug_loc.dwo constants
2014-03-31 David BlaikieComment necessity of early initialization
2014-03-31 Saleem AbdulrasoolMCJIT: ensure that cygwin is identified properly
2014-03-31 David BlaikieWarn when requesting compress-debug-sections and zlib...
2014-03-31 Hal FinkelMove partial/runtime unrolling late in the pipeline
2014-03-31 Duncan P. N... InstrProf: lit.cfg magic for running tests from source
next