platform/upstream/llvm.git
2015-03-18 Krzysztof Parzyszek[Hexagon] Use pseudo-instructions for true/false predic...
2015-03-18 Greg ClaytonAlways add some fake threads with x86_64 registers...
2015-03-18 Zachary TurnerFix linking of unit tests via CMake on Windows.
2015-03-18 Sanjay PatelUse utils/update_llc_test_checks.py to update all CHECKs
2015-03-18 Rui UeyamaPECOFF: Do not copy all undefined symbols to a set...
2015-03-18 Krzysztof Parzyszek[Hexagon] Intrinsics for circular and bit-reversed...
2015-03-18 Sanjay Patelfixed to test features, not CPU model
2015-03-18 Krzysztof Parzyszek[Hexagon] Handle ENDLOOP0 in InsertBranch and RemoveBranch
2015-03-18 Renato Golin[ARM] Remove XFAIL from passing RT test
2015-03-18 Eric FiselierProvide std::abs(<floating-point>) in <cmath> on Solaris.
2015-03-18 Ed MasteSkip intermittently failing test on FreeBSD
2015-03-18 Rui UeyamaRemove unused parameter.
2015-03-18 NAKAMURA TakumiAppease clang/test/Parser/opencl-atomics-cl20.cl for...
2015-03-18 Sid ManningAdd support for .ifnes psuedo-op.
2015-03-18 Daniel Jasperclang-format: Fix bad wrapping after "*" introduced...
2015-03-18 Robert FlackConvert open options for POSIX open on target platform.
2015-03-18 Ilia KFix comment in tools/lldb-mi/MIDriver.cpp
2015-03-18 Daniel Jasper[clang-format] Add missing test for std::function<void...
2015-03-18 Anastasia StulovaOpenCL: CL2.0 atomic types
2015-03-18 Yaron Kerenclang-format these lines to fix Visual C++ warning.
2015-03-18 Daniel JasperChange test to accept an additional critical edge split.
2015-03-18 John Brawn[ARM] Align stack objects passed to memory intrinsics
2015-03-18 John BrawnAdd missing newline to end of test file.
2015-03-18 Tamas BerghammerParse .note.android.ident header from elf files
2015-03-18 Yaron KerenFix another ternary Visual C++ is OK wiht but gcc not.
2015-03-18 Yaron KerenFix gcc ambiguity error (Visual C++ was OK with these).
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-03-18 Hafiz Abid... Make lldb-mi handle only MI commands
2015-03-18 Pavel LabathFix a typo in EmulateInstructioinMIPS64
2015-03-18 Bhushan D.... Initial Assembly profiler for mips64
2015-03-18 Ilia KClean up CommandObjectBreakpointNameList: remove duplic...
2015-03-18 Peter Collingbournellgoi: Fix type identity for imported binary packages.
2015-03-18 David MajnemerLex: Don't call getIdentifierInfo on annotation tokens
2015-03-18 David MajnemerMS ABI: Define _HAS_CHAR16_T_LANGUAGE_SUPPORT when...
2015-03-18 Peter CollingbourneAdd llgo-go to installation.
2015-03-18 Kai Nacke[mips] Add itineraries for ext and ins instructions.
2015-03-18 Peter Collingbournellgoi: Fix importing source packages together with...
2015-03-18 David MajnemerMSVC Compat: Permit char16_t, char32_t and _Atomic...
2015-03-18 Alexey Bataev[OPENMP] Fix crash on code emitting if errors are found.
2015-03-18 David MajnemerMS ABI: Empty pack expansions had their mangling change...
2015-03-18 NAKAMURA TakumiSplit comma-separated \param(s). [-Wdocumentation]
2015-03-18 Richard SmithMake module files passed to a module build via -fmodule...
2015-03-18 NAKAMURA TakumiFix test in release mode. This reapplies r232456, corre...
2015-03-18 Alexei Starovoitov[bpf] fix build
2015-03-18 Josh MageeAdd testcases for BEXTR.
2015-03-18 Nick LewyckyFix the LLVM type used when lowering initializer list...
2015-03-18 Krzysztof ParzyszekMissed testcase for r232577
2015-03-18 Krzysztof ParzyszekGenerate bit manipulation instructions on Hexagon
2015-03-18 Sanjoy Das[SCEV] Make isImpliedCond smarter.
2015-03-18 Sanjoy Das[ConstantRange] Split makeICmpRegion in two.
2015-03-18 Kostya Serebryany[sanitizer] add run-time a flag coverage_order_pcs...
2015-03-18 David MajnemerDAGCombiner: fold (xor (shl 1, x), -1) -> (rotl ~1, x)
2015-03-17 David MajnemerBasic: Update clang to reflect changes made to LLVM...
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-17 Krzysztof ParzyszekRemove unneeded selection functions from HexagonISelDAG...
2015-03-17 Kaelyn TakataFix a crash when the size of an 'auto' is needed and...
2015-03-17 Alexey SamsonovImprove SUMMARY reporting in sanitizers.
2015-03-17 Duncan P. N... docs: Update LangRef and SourceLevelDebugging
2015-03-17 Peter CollingbourneAdd cgo dependency to llgo-stage2 and llgoi.
2015-03-17 Jason MolendaBuild fix for building debugserver for ios.
2015-03-17 Pirama Arumuga... Fix bug while building FP16 constant vectors for AArch64
2015-03-17 NAKAMURA TakumiAppease AArch64ISelLowering.cpp miscompiled by g++...
2015-03-17 Zachary TurnerConvert CRLF to LF.
2015-03-17 Justin BognerMS ABI: Fix a couple of -Winconsistent-missing-override...
2015-03-17 Kevin EnderbyAdd the option -no-symbolic-operands to llvm-objdump...
2015-03-17 Simon PilgrimXformToShuffleWithZero - Added clearer early outs and...
2015-03-17 Michael ZolotukhinImply linker arguments from '-fveclib' option.
2015-03-17 Kostya Serebryany[sanitizer] change the format of coverage dump: instead...
2015-03-17 Reid KlecknerMS ABI: Build C++ default argument exprs for exported...
2015-03-17 Krzysztof ParzyszekSelection DAG preprocessing on Hexagon
2015-03-17 Siva ChandraEnable TestDataFormatterStdIterator with GCC.
2015-03-17 Yaron KerenRemove StringRef->std::string->StringRef conversions.
2015-03-17 Duncan P. N... DebugInfo: Drop fake DW_TAG_expression
2015-03-17 Rafael EspindolaEmit the offset directly instead of creating a dummy...
2015-03-17 Siva ChandraImplement formatter for std::vector<bool, ...> of libst...
2015-03-17 Kevin EnderbyAdd the option, -no-leading-addr llvm-objdump used...
2015-03-17 Sean Silva[docs] Fix some malformed links.
2015-03-17 David MajnemerRevert "COFF: Let globals with private linkage reside...
2015-03-17 Benjamin KramerInternalize BitcodeReader. Not used outside of BitcodeR...
2015-03-17 David MajnemerRevert "Address review comments"
2015-03-17 David MajnemerAddress review comments
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-17 David MajnemerMS ABI: Emit HandlerMap entries for C++ catch
2015-03-17 David MajnemerWIP
2015-03-17 Michael ZolotukhinTry to fix a test broken by one of my previous commits.
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Zachary TurnerRemove ScriptInterpreterObject.
2015-03-17 Michael ZolotukhinAdd fveclib option.
2015-03-17 Benjamin KramerInternalize llvm::AssemblyWriter. It's not used outside...
2015-03-17 Michael ZolotukhinTLI: Add addVectorizableFunctionsFromVecLib.
2015-03-17 Michael ZolotukhinLoopVectorize: teach loop vectorizer to vectorize calls.
2015-03-17 Eric FiselierLet libc++'s LIT configuration setup our linker paths...
2015-03-17 Michael ZolotukhinTTI: Honour cost model for estimating cost of vector...
2015-03-17 Eric FiselierFix DYNLD_LIBRARY_PATH to include the ABI path if specified
2015-03-17 Jonathan RoelofsFix failed test command repro printing for *.pass.cpp...
2015-03-17 Samuel AntaoAdd assertion to detect invalid registers in the PowerP...
2015-03-17 Michael ZolotukhinTTI: Add getCallInstrCost.
2015-03-17 Michael ZolotukhinTLI: Add interface for querying whether a function...
2015-03-17 Michael ZolotukhinLoopVectorizer: Add TargetTransformInfo.
2015-03-17 Kostya Serebryany[asan] remove redundant ifndefs. NFC
next