platform/upstream/llvm.git
2014-06-02 Daniel Jasperclang-format: Fix Allman brace breaking of enums.
2014-06-02 Daniel Jasperclang-format: Fix trailing const (etc.) with Allman...
2014-06-02 Evgeniy Stepanov[sancov] Remove debug leftovers and update usage text.
2014-06-02 Rui UeyamaSimplify markLive().
2014-06-02 Dinesh DwivediAdded inst combine tarnsform for (1 << X) & C pattrens...
2014-06-02 Dinesh DwivediAdded inst combine transforms for single bit tests...
2014-06-02 Alp TokerSilence -Wreturn-type warning
2014-06-02 Simon Atanasyan[Mips] Reduce number of input files used my Mips tests.
2014-06-02 Alp TokerGraphWriter: tweak the program fallback order
2014-06-02 Marshall ClowPreparation for <string_view>. More helper functions...
2014-06-02 Alp TokerGraphWriter: detect graph viewer programs at runtime
2014-06-02 NAKAMURA TakumiInstruction::isIdenticalToWhenDefined(): Check getNumOp...
2014-06-02 Saleem AbdulrasoolSupport: add 6-parameter format
2014-06-02 Saleem AbdulrasoolSupport: add Windows ARM EH data structures
2014-06-01 Alp TokerRevert "Fix the undefined-but-used odr-use marker ...
2014-06-01 Alp TokerFix the undefined-but-used odr-use marker (DR48)
2014-06-01 Alp TokerFix typos
2014-06-01 Alp TokerAdd initial CMake build system
2014-06-01 Rafael EspindolaDon't compare an error_code with nullptr.
2014-06-01 Faisal ValiFix PR18498: Support explicit template arguments with...
2014-06-01 Rafael EspindolaTest fixes and improvements.
2014-06-01 Christian PirkerARMEB: Fix function return type f64
2014-06-01 Elena DemikhovskyUpdates in IntelJITEventListener.cpp - by Arch Robison.
2014-06-01 Matt ArsenaultR600: Set all float vector expands in the same place
2014-06-01 Simon Atanasyan[Mips] Implement .{ctors,dtors}.<priority> sections...
2014-06-01 Saleem Abdulrasoolcompiler-rt: prefer .rodata for non MachO targets
2014-06-01 Saleem Abdulrasoolcompiler-rt: whitespace and uniformity for arm
2014-06-01 David BlaikieDebugInfo: Assert that DbgVariables have associated...
2014-06-01 Alp TokerDon't add examples to the check-clang dependencies...
2014-05-31 Alp TokerFix typos
2014-05-31 Alp TokerExecutionEngine: avoid NDEBUG in headers
2014-05-31 Alp TokerUpdate a couple of header inclusion guards
2014-05-31 Matt ArsenaultR600/SI: Remove redundant patterns
2014-05-31 Alp TokerPreprocessor: make C++ operator names as macro identifi...
2014-05-31 Adam Nemet[SelectionDAG] Force cycle detection in AssignTopologic...
2014-05-31 Adam Nemet[SelectionDAG] Pass DAG to checkForCycles
2014-05-31 Adam Nemet[SelectionDAG] Remove duplicate declaration
2014-05-31 Benjamin KramerFix test on platforms where size_t is not 'unsigned...
2014-05-31 Benjamin Kramer[Reassociate] Similar to "X + -X" -> "0", added code...
2014-05-31 Justin BognerFix XFAIL condition from r208840
2014-05-31 Matt ArsenaultR600/SI: Fix [s|u]int_to_fp for i1
2014-05-31 Alp TokerSupport C++11 scoped enums in NamedDecl::isCXXClassMember()
2014-05-31 Alp TokerRename utility function templates
2014-05-31 Matt ArsenaultFix typos in tablegen error messages
2014-05-31 Simon Atanasyan[yaml2obj] Add new command line option `-docnum`.
2014-05-31 Jordan RoseFormat strings: check against an enum's underlying...
2014-05-31 Hans WennborgAST Dump: print the Inherited flag on attributes
2014-05-31 Rafael Espindolareally fix the windows build.
2014-05-31 Alp TokerPreprocessor: recover gracefully when C++ operator...
2014-05-31 Alp TokerPreprocessor: don't exit early in CheckMacroName()
2014-05-31 Rafael EspindolaFix windows build.
2014-05-31 Rafael EspindolaThere is no std::errc::success, remove the llvm one.
2014-05-31 Rafael EspindolaThere is no std::errc:success, remove the llvm one.
2014-05-31 Rafael EspindolaThere is no std::errc:success, remove the llvm one.
2014-05-31 Rafael EspindolaTurn errc and windows_error into enum classes.
2014-05-31 Rafael EspindolaUse make_error_code in preparation for making errc...
2014-05-31 Nikola SmiljanicPR12961 - Extend DR532 to cover C++98/03.
2014-05-31 Hans WennborgDiagnose dll attribute on member of class that already...
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-31 Peter CollingbourneFix the behavior of ExecuteAndWait with a non-zero...
2014-05-31 Hans WennborgMake Attr::Clone() also clone the Inherited, IsPackExpa...
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-31 Filipe CabecinhasMake blend tests more specific
2014-05-31 Alexey Samsonov[ASan] Behave the same for functions w/o sanitize_addre...
2014-05-31 Alexey Samsonov[TSan] Fixup a test case after r209939
2014-05-31 Jonathan RoelofsAdd EH test case checking that handlers in noexcept...
2014-05-31 Jonathan RoelofsAdd EH test cases corresponding to C++ ABI # 15.3.3
2014-05-31 Michael J.... [CodeGen] Don't cast and use SizeTy instead of Int32Ty...
2014-05-31 Richard SmithRefactor: use the DeclarationNameInfo form of BuildMemb...
2014-05-31 Alexey Samsonov[TSan] Add a test case for r209939
2014-05-31 Alexey Samsonov[TSan] Behave the same for functions w/o sanitize_threa...
2014-05-31 Rafael Espindoladelete dead code.
2014-05-31 Eric ChristopherHave the TLOF creation take a Triple rather than needin...
2014-05-31 Alp Tokercc1as: invert return bool to indicate failure
2014-05-31 Alp Tokercc1as: fix a potential leak and unremoved output file...
2014-05-30 Andrea Di Biagio[X86] Add two combine rules to simplify dag nodes intro...
2014-05-30 Filipe CabecinhasConvert a vselect into a concat_vector if possible
2014-05-30 Nick Kledzik[mach-o] Add support for custom sections
2014-05-30 Eric ChristopherisSVR4ABI() returned !isDarwin() so just move that...
2014-05-30 Eric ChristopherRename CreateTLOF->createTLOF to match the rest of...
2014-05-30 Greg FitzgeraldDisable stack-overflow test on ARM
2014-05-30 Richard SmithTake PrintingPolicy::SuppressUnwrittenScope into accoun...
2014-05-30 Filipe CabecinhasSeparate the check for blend shuffle_vector masks
2014-05-30 Ben LangmuirInvalidate the file system cache entries for files...
2014-05-30 Sanjay Patelfixed more typos
2014-05-30 Adrian PrantlRoll DbgVariable::setMInsn into the constructor. No...
2014-05-30 Alp TokerRemove unused struct from test
2014-05-30 Sanjay Pateladded link to CMake page
2014-05-30 Greg ClaytonDon't use libc's "char *basename(char *)" or "char...
2014-05-30 Sanjay Patelfixed typo
2014-05-30 Richard SmithAdd a FIXME for a bug Doug pointed out in code review.
2014-05-30 Matt ArsenaultMake bitcast, extractelement, and insertelement conside...
2014-05-30 DeLesley HutchinsThread Safety Analysis: fix handling of string and...
2014-05-30 Todd Fialagdb-remote signal delivery test cleanup.
2014-05-30 Ben LangmuirRevert "Invalidate the file system cache entries for...
2014-05-30 Ben LangmuirInvalidate the file system cache entries for files...
2014-05-30 Nico WeberLet libc++abi compile with gcc.
2014-05-30 Hans WennborgStart adding support for dllimport/dllexport on classes...
next