platform/upstream/llvm.git
2014-06-05 Richard SmithPR19936: Fix a really dumb bug where we would profile...
2014-06-05 Alp TokerRemove old proposal notices
2014-06-05 Alp TokerProvide fallback locations for backend remarks
2014-06-05 Alp TokerImplement -Wframe-larger-than backend diagnostic
2014-06-05 Eric ChristopherRemove X86Subtarget from the X86FrameLowering construct...
2014-06-05 Jingyue WuFixed several correctness issues in SeparateConstOffset...
2014-06-05 Eric ChristopherRemove caching of the subtarget for X86FrameLowering.
2014-06-05 Eric ChristopherRemove duplicate copy of InstrItineraryData from the...
2014-06-05 Tom RoederAdding explicit triples to the ARM jumptable tests
2014-06-05 Rafael EspindolaAdd a testcase where there is an overflow when combinin...
2014-06-05 Joey GoulyWhen an inline-asm diagnostic is reported by the backen...
2014-06-05 Kevin EnderbyAdd "-format darwin" to llvm-nm to be like darwin's...
2014-06-05 Alexey SamsonovMangle predefined string constants names to merge them...
2014-06-05 Richard SmithCleanup, and always create a DecltypeType for a decltyp...
2014-06-05 Bill Schmidt[PPC64LE] Correct vperm -> shuffle transform for little...
2014-06-05 Tom RoederRemoving spurious dependency of IPO on JumpInstrTables
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-05 Bill Schmidt[PPC64LE] Implement little-endian semantics for vec_perm
2014-06-05 Samuel BenzaquenAdd hasLocalStorage/hasGlobalStorage matchers.
2014-06-05 Renato GolinFix bot for named register test
2014-06-05 Renato GolinAdd pointer types to global named register
2014-06-05 Yaron KerenDocument how to select build configuration with Visual...
2014-06-05 Todd FialaAdded gdb-remote test for software breakpoints.
2014-06-05 Bill Schmidt[PPC64LE] Temporarily disable VSX support in little...
2014-06-05 Matheus Almeida[mips] Add macros _MIPS_ISA and __mips_isa_rev (same...
2014-06-05 Samuel BenzaquenFix equalsNode() to accept pointers to derived types.
2014-06-05 Todd FialaRemove unused defines from lldb driver.
2014-06-05 Evgeniy Stepanov[asancov] Faster coverage in memory-mapped mode.
2014-06-05 Evgeniy Stepanov[asancov] Fix coverage line info some more.
2014-06-05 Evgeniy StepanovAdd missing const specifier to a const method.
2014-06-05 Ulrich WeigandXFAIL: test/DebugInfo/missing-abstract-variable.ll...
2014-06-05 Ulrich Weigand[SystemZ] Do not install IfConverter pass at -O0
2014-06-05 Sasa Stankovic[mips] Modify long branch for NaCl:
2014-06-05 Sasa StankovicPrevent hoisting the instruction whose def might be...
2014-06-05 Alexander KornienkoAllow per-file clang-tidy options.
2014-06-05 Evgeniy Stepanov[asan] asan_device_setup: extend search path
2014-06-05 Simon Atanasyan[Mips] Make dynlib-dynsym.test self contained.
2014-06-05 Evgeniy Stepanov[asan] Add 'asan' to asan test deps.
2014-06-05 Evgeniy Stepanov[asan] Fix lit tests setup on Android.
2014-06-05 Evgeniy Stepanov[asan] Use -pthread instead of -lpthread in tests.
2014-06-05 Matheus Almeida[mips] Fix triple.
2014-06-05 Evgeniy StepanovFix driver warning about -pthread on Android.
2014-06-05 Evgeniy StepanovFix driver warning about -shared-libasan on Android.
2014-06-05 Robert LyttonXCore target: Fix 'typestring' binding qualifier to...
2014-06-05 Iain Sandoelld (build with configur and make) Enable build
2014-06-05 Matt ArsenaultR600: Fix test. Using wrong check prefix.
2014-06-05 Rui UeyamaRevert "[PECOFF] Support COMDAT associative sections."
2014-06-05 Rui UeyamaAdd SymbolTable::isCoalescedAway
2014-06-05 Rui UeyamaPrint error message in LinkOnce handler.
2014-06-05 Rui Ueyama[PECOFF] Support COMDAT associative sections.
2014-06-05 Nick LewyckyFix coverage for files with global constructors again...
2014-06-05 Puyan LotfiChanging this line of code back to the way it was befor...
2014-06-05 David BlaikieRevert r210221 again, due to a crash Richard Smith...
2014-06-05 Dan AlbertRemove's uses of sys/timeb.h for Android.
2014-06-05 David BlaikieDebugInfo: Reuse existing LexicalScope to retrieve...
2014-06-05 David BlaikieDebugInfo: Roll argument insertion into variable insert...
2014-06-05 Alexey Samsonov[Deadlock detector] Fix CMake build rules for shared...
2014-06-05 David BlaikiePR19388: DebugInfo: Emit dead arguments in their origin...
2014-06-05 Richard SmithBugfix: don't assert if someone manages to declare...
2014-06-05 Alexey SamsonovUse AArch64 instead of now removed ARM64 in test configs
2014-06-05 David BlaikieDebugInfo: Add comments/assert description to r209674...
2014-06-05 Eric ChristopherWe've got a getSlotSize call already that we use everyw...
2014-06-05 Matt ArsenaultR600/SI: Match rsq instructions
2014-06-05 Reid KlecknerFlush C stdio streams upon process termination
2014-06-05 Eric Christopher80-columns.
2014-06-05 Eric ChristopherRemove uses of the TargetMachine from X86FrameLowering.
2014-06-05 Matt ArsenaultUse nullptr
2014-06-04 David BlaikieDebugInfo: Reapply r209984 (reverted in r210143), asser...
2014-06-04 Richard Smith[ubsan] Don't add a --dynamic-list for ubsan symbols...
2014-06-04 Richard SmithFormatting cleanup.
2014-06-04 Nick LewyckyExplain why we skip DbgInfoIntrinsics when looking...
2014-06-04 Hans WennborgDon't dynamically initialize dllimport vars (PR19933)
2014-06-04 Greg Fitzgerald[asan] Add install rule for Android runtime
2014-06-04 Hans WennborgDon't emit structors for available_externally globals...
2014-06-04 Alexey SamsonovRemove the overload of GetAddrOfConstantString method
2014-06-04 Todd FialaMove MemoryRegionInfo out of Target/Process.h into...
2014-06-04 Alexey SamsonovRefactor and generalize GetAddrOfConstantString and...
2014-06-04 Richard SmithUse __builtin_operator_new/__builtin_operator_delete...
2014-06-04 David MajnemerHandle partial nanosleeps in this_thread::sleep_for
2014-06-04 Tobias GrosserAdjust another test case to not access out of bounds
2014-06-04 Rafael EspindolaThis cast is not necessary any more (llvm api change).
2014-06-04 Rafael EspindolaAdd a Constant version of stripPointerCasts.
2014-06-04 Rafael EspindolaUpdate for llvm api change.
2014-06-04 Rafael EspindolaClauses in a landingpad are always Constant. Use a...
2014-06-04 Peter Collingbourne[dfsan] Fix the declaration of dfsan_add_label.
2014-06-04 Yaron KerenTwo small enhancements for the JIT.
2014-06-04 David BlaikieXFAIL: test/DebugInfo/missing-abstract-variable.ll...
2014-06-04 Sergey Matveev[sanitizer] Make LSan/MSan/TSan honor the "color" flag.
2014-06-04 David MajnemerMS-ABI: Mangle empty template parameter packs correctly
2014-06-04 David MajnemerMS-ABI: Implement user defined literals
2014-06-04 Todd FialaAdded gdb-remote $qMemoryRegionInfo tests for heap...
2014-06-04 Nico WeberMake meta.trans.other/aligned_storage.pass.cpp pass...
2014-06-04 Saleem Abdulrasooltools: fix parenthesis warning from GCC
2014-06-04 Saleem Abdulrasooltools: fix silly typo in llvm-readobj
2014-06-04 Saleem Abdulrasooltools: initial implementation of WoA EH decoding
2014-06-04 Saleem Abdulrasooltools: introduce StreamWriter::printBoolean
2014-06-04 Saleem AbdulrasoolSupport: style/documentation cleanup for format
2014-06-04 Saleem AbdulrasoolSupport: add additional comment for ARM EH structure
2014-06-04 Nico WeberMake locales (and transitively, std::endl) work reliabl...
2014-06-04 Todd FialaAdd gdb-remote test for $qMemoryRegionInfo code querying.
next