platform/upstream/llvm.git
2015-03-17 Eric Fiselieradd option to tell LIT where to find the libc++ library...
2015-03-17 Yaron KerenRemove LookupSymbol(StringRef) and optimize LookupSymbo...
2015-03-17 Ed SchoutenClean up iostream creation in preparation for condition...
2015-03-17 Eric Fiselier[libcxx] Add <experimental/tuple> header for LFTS.
2015-03-17 Duncan P. N... Fix debug info now that the verifier is on
2015-03-17 Richard Barton[ARM] Fix offset calculation in ARMBaseRegisterInfo...
2015-03-17 Dmitri GribenkoComment parsing: move a diagnostic to the correct group.
2015-03-17 Michael Liao[SwitchLowering] Remove incoming values in the reverse...
2015-03-17 Adam Nemet[docs] Fix copy-and-paste bug in def-use example
2015-03-17 David BlaikieFix GCC -Wparentheses warning (& reformat now that...
2015-03-17 David BlaikieFix the clang -Werror build by suppressing -Wextended...
2015-03-17 Dmitry Vyukovasan: remove left-over code from submitted in rev r232501
2015-03-17 Duncan P. N... Verifier: Set --verify-debug-info=true by default
2015-03-17 David BlaikieAdd missing overrides to fix the clang -Werror build...
2015-03-17 Kevin EnderbyAdd the option, -dis-symname to llvm-objdump used with...
2015-03-17 Dmitry Vyukovasan: optimization experiments
2015-03-17 Dmitry Vyukovasan: optimization experiments
2015-03-17 Ilia KFix broadcasters for interpreter and process:
2015-03-17 Timur Iskhodzhanov[ASan/Win] Fix a CHECK failure when an exception is...
2015-03-17 Reid KlecknerUse an underlying enum type of unsigned to silence...
2015-03-17 Shankar Easwaran[ELF][ARM] Place gotSymbol in an anonymous namespace
2015-03-17 Hans WennborgRevert r232454 and r232456: "Fix the LLVM type used...
2015-03-17 Daniel Sanders[systemz] Distinguish the 'Q', 'R', 'S', and 'T' inline...
2015-03-17 Shankar Easwaran[Object][ELF] ELFEntityIterator : Add operators for...
2015-03-17 Marshall ClowDefine a new macro: _LIBCPP_HAS_NO_VARIABLE_TEMPLATES...
2015-03-17 Eric Fiselier[libcxx] Move tuple_size and tuple_element overloads...
2015-03-17 Tamas BerghammerChange reinterpret_casts to static_casts in NativeProce...
2015-03-17 Tamas BerghammerRemove obsolate rdar comment from TestSetValues.py
2015-03-17 Tamas BerghammerFix signature of ProcessInfo::SetArchitecture
2015-03-17 Tamas BerghammerRemove unused handler registreation from GDBRemoteCommu...
2015-03-17 Rafael EspindolaRemove the error prone GetTempSymbol API.
2015-03-17 Samuel AntaoFix R0 use in PowerPC VSX store for FastIsel.
2015-03-17 Rafael EspindolaConvert the last 4 users of GetTempSymbol to createTemp...
2015-03-17 Rafael EspindolaSwitch two simple uses of GetTempSymbol to createTempSy...
2015-03-17 Rafael EspindolaUse createTempSymbol to avoid collisions instead of...
2015-03-17 Tamas BerghammerReport stopped by trace if none of the watchpoint was hit
2015-03-17 Rafael EspindolaMake EmitFunctionHeader a private helper.
2015-03-17 Daniel SandersRe-commit: [hexagon] Distinguish the 'o', 'v', and...
2015-03-17 Rafael EspindolaCall EmitFunctionHeader just before EmitFunctionBody.
2015-03-17 Rafael EspindolaConvert the easy cases of GetTempSymbol to createTempSy...
2015-03-17 Hafiz Abid... Cleanup the MIReadMe.txt after the recent changes in...
2015-03-17 Rafael EspindolaDon't duplicate comment from the .h. NFC.
2015-03-17 Rafael EspindolaMove the EH symbol to the asm printer and use it for...
2015-03-17 Denis Protivensky[ARM] Read initial addend for REL32 and PREL31 relocs
2015-03-17 Toma Tabacu[mips] [IAS] Add support for the XOR $reg,imm pseudo...
2015-03-17 Rafael EspindolaRemove dead code. NFC.
2015-03-17 Rafael EspindolaReplace a use of GetTempSymbol with createTempSymbol.
2015-03-17 Daniel SandersFix r232466 by adding 'i' to the mappings for inline...
2015-03-17 Renato Golin[ARM] Add support for ARMV6K subtarget (Clang)
2015-03-17 Renato Golin[ARM] Add support for ARMV6K subtarget (LLVM)
2015-03-17 Mohit K. Bhakkad[MIPS] - Register Context for MIPS64
2015-03-17 Daniel Sanders[ppc] Distinguish the 'es', 'o', 'm', 'Q', 'Z', and...
2015-03-17 Yaron KerenTeach Twine to support SmallString.
2015-03-17 Denis Protivensky[ARM] Implement relocations: R_ARM_REL32, R_ARM_THM_JUM...
2015-03-17 David BlaikieRecommit simplification first attempted in r232309...
2015-03-17 David BlaikieFix the clang -Werror build & make the unit tests link...
2015-03-17 Shankar Easwaran[ELF] Use parallel_for_each for writing.
2015-03-17 Ahmed Bougacha[AArch64] Use intermediate step for concat_vectors...
2015-03-17 Ahmed Bougacha[AArch64] Factor out N->getOperand()s; format. NFCI.
2015-03-17 Richard SmithFix ODR violations caused by putting anonymous namespac...
2015-03-17 Nick LewyckyFix test in release mode.
2015-03-17 Richard Smith[modules] Fix bug where an anonymous namespace could...
2015-03-17 Nick LewyckyFix the LLVM type used when lowering initializer list...
2015-03-17 Shankar Easwaran[Object][ELF] ELFEntityIterator : Add operators for...
2015-03-17 Sanjoy Das[IRCE] Re-commit tests cases.
2015-03-17 Sanjoy Das[IRCE] Add a -irce-print-range-checks option.
2015-03-17 Duncan P. N... CodeGenCXX: Test that linetables work with variadic...
2015-03-17 Duncan P. N... MapMetadata: Allow unresolved metadata if it won't...
2015-03-17 Rui UeyamaMake it compile with MSVC 2013.
2015-03-17 Sanjoy Das[IRCE] Delete two tests.
2015-03-17 Sanjoy Das[IRCE] Add comments, NFC.
2015-03-17 Sanjoy Das[IRCE] Support half-range checks.
2015-03-17 Justin Bognerllvm-cov: Warn instead of error if a .gcda has arcs...
2015-03-17 Duncan P. N... AsmWriter: Assert on unresolved metadata nodes
2015-03-17 Vince HarronXFAIL flaky tests
2015-03-17 Justin BognerFix typo in previous commit
2015-03-16 Justin BognerGCOV: Expose the -coverage-exit-block-before-body flag...
2015-03-16 Justin BognerGCOV: Make the exit block placement from r223193 optional
2015-03-16 Oleksiy VyalovMake ModuleList::GetSharedModule to use module_search_p...
2015-03-16 Rui UeyamaPECOFF: Make FileCOFF:findAtomAt from O(n) to O(1).
2015-03-16 Peter CollingbourneLowerBitSets: do not use private aliases at all on...
2015-03-16 Siva ChandraCleanup implementation of formatter for std::vector...
2015-03-16 Jim InghamReport an error for line number values that don't conve...
2015-03-16 Siva ChandraEnable TestDataFormatterStdMap on linux (libstdc++...
2015-03-16 Alexander Kornienko[clang-tidy] Move google-readability-function check...
2015-03-16 Rafael EspindolaUpdate for llvm API change.
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Rafael EspindolaRemove unused argument. NFC.
2015-03-16 David BlaikieAdd testing for mismatched explicit type on a gep opera...
2015-03-16 Peter CollingbourneCFI: Make check-cfi depend on libLTO on Darwin.
2015-03-16 Richard TrieuTake the non-reference type when constructing a dummy...
2015-03-16 David BlaikieAdd testing for mismatched explicit type on a load...
2015-03-16 Rafael EspindolaThere is only one Asm streamer, there is no need for...
2015-03-16 Justin BognerInstrProf: Fix CoverageMappingReader on big endian
2015-03-16 David MajnemerCodeGen: @llvm.eh.typeid.for replaced @llvm.eh.typeid...
2015-03-16 David BlaikieTest bitcode parsing error-handling for incorrect expli...
2015-03-16 Shankar Easwaran[Core] Add parallel_for_each
2015-03-16 Duncan P. N... Verifier: Don't call debug info verifier if the module...
2015-03-16 Duncan P. N... AsmWriter: Handle broken metadata nodes
2015-03-16 Duncan P. N... DebugInfo: Fix testcases that fail -verify-debug-info...
next