platform/upstream/llvm.git
2015-03-02 Filipe CabecinhasAdd -fexceptions for targets which need it
2015-03-02 Chaoren LinApplying D7950 to four near copies of the file.
2015-03-02 Filipe CabecinhasAdd -fexceptions for targets where it isn't the default.
2015-03-02 Rafael EspindolaAdd r230655 back with a fix.
2015-03-02 Eric ChristopherFor the dwarf expression code get the subtarget off...
2015-03-02 Bob WilsonAdd clang support for Objective-C application extensions.
2015-03-02 Juergen RibutzkaRestore LLVMLinkModules C API until it is properly...
2015-03-02 Jan VeselyR600: Use c++11 style for loop
2015-03-02 Alexey Samsonov[Sanitizer] Fix StripPathPrefix function and improve...
2015-03-02 Paul RobinsonRevert r230979, should apply to all X86 ELF.
2015-03-02 Filipe CabecinhasAdd -frtti and -fexceptions to tests that assume these...
2015-03-02 Zachary Turner[Windows] Fix getcwd() on Windows.
2015-03-02 Daniel Jasperclang-tidy: Update test as underlying problem apparentl...
2015-03-02 Chris BienemanMaking the SO version major.minor instead of just major...
2015-03-02 Dmitry Vyukovasan: fix windows build after commit 230978
2015-03-02 Paul Robinson[PS4] Correct relocation for DWARF TLS references.
2015-03-02 Dmitry Vyukovasan: fix signal handling during stoptheworld
2015-03-02 Hans Wennborgexport.sh: Make sure umask is not too restrictive ...
2015-03-02 Justin BognerDetect malformed YAML sequence in yaml::Input::beginSeq...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Sergey Matveev[asan] Demote "trying to poison/unpoison memory region...
2015-03-02 Benjamin KramerAccidentaly inverted the condition again. Sorry.
2015-03-02 Benjamin KramerAvoid assertion in MSVC 2013 debug builds.
2015-03-02 Benjamin KramerCodeGen: Fix passing of classes with only one AVX vecto...
2015-03-02 Tom StellardImplement step builtin
2015-03-02 Tom StellardImplement smoothstep builtin v2
2015-03-02 Tom StellardImplement radians builtin v2
2015-03-02 Tom StellardImplement degrees builtin v2
2015-03-02 Benjamin KramerAsmWriter: Only print one space after the load type
2015-03-02 Benjamin KramerSLPVectorizer: Rewrite ArrayRef slice compare to be...
2015-03-02 Benjamin KramerTblGen: Remove copy of SmallVector::operator==. NFC...
2015-03-02 Robert FlackReduce the number of components initialized by lldb...
2015-03-02 Elena DemikhovskyAVX-512: Add assembly parser support for Rounding mode
2015-03-02 Timur Iskhodzhanov[ASan/Win] Rename a test.
2015-03-02 Johannes DoerfertDo not model scalar accesses in non-affine subregions
2015-03-02 Johannes Doerfert[FIX] Make parallel codegen aware of region statements
2015-03-02 Pavel LabathFix build breakage on win7-msvc caused by r230955
2015-03-02 Benjamin KramerNVPTX: Remove dead code.
2015-03-02 Vasileios Kalintiris[mips] Optimize conditional moves where RHS is zero.
2015-03-02 Pavel LabathFix handling of backslashes in Args parsing
2015-03-02 Elena DemikhovskyAVX-512: Simplified MOV patterns, no functional changes.
2015-03-02 Andrew Wilkins[llgo] debug: create replaceable type through DIBuilder
2015-03-02 Alexander Kornienko[clang-tidy] Refactor: Move llvm clang-tidy checks...
2015-03-02 Andrew Wilkinsbindings/go: expose DIBuilder::createReplaceableComposi...
2015-03-02 Alexander Kornienko[clang-tidy] Refactor: Move misc clang-tidy checks...
2015-03-02 Benjamin KramerReplace loop with equivalent ArrayRef function. NFC.
2015-03-02 Benjamin KramerSimplify code. NFC.
2015-03-02 Alexander Kornienko[clang-tidy] Organized clang-tidy unit tests. NFC.
2015-03-02 Alexander Kornienko[clang-tidy] Refactor: Move readability checks to names...
2015-03-02 Tamas BerghammerMake it possible to stop the operation thread in Native...
2015-03-02 Ilia KRename CMIDriver::LocalDebugSessionStartupInjectCommand...
2015-03-02 Alexander Kornienko[clang-tidy] Assert related checkers
2015-03-02 Daniel Jasperclang-format: Prefer wrapping a lambda's body over...
2015-03-02 Owen AndersonTeach the verifier to enforce that the alignment argume...
2015-03-02 Owen AndersonTeach DataLayout that alignments on basic types must...
2015-03-02 Owen AndersonTeach DataLayout that ABI alignments for non-aggregate...
2015-03-02 Owen AndersonTeach DataLayout that pointer ABI and preferred alignme...
2015-03-02 Davide ItalianoUpdate the list of relocations that need to be implemented.
2015-03-02 Owen AndersonTeach DataLayout that zero-byte pointer sizes don't...
2015-03-02 Owen AndersonTeach the LLParser to fail gracefully when it encounter...
2015-03-02 Owen AndersonFix a crash in the LL parser where it failed to validat...
2015-03-02 Zachary Turner[llvm-pdbdump] Many minor fixes and improvements
2015-03-02 Nico WeberRevert r230930, it caused PR22747.
2015-03-02 Craig Topper[X86] There are only 8 mask registers. Fail disassembly...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 NAKAMURA TakumiRevert r230921, "Revert some changes that were made...
2015-03-02 Nico WeberFix ObjCInterfaceDecl::getCategoryMethod() and give...
2015-03-02 Benjamin KramerAdd another missing header that used to be included...
2015-03-02 NAKAMURA Takumillvm/examples: Add missing include according to r230907.
2015-03-02 Benjamin KramerAdd missing includes for make_unique, lld edition.
2015-03-02 Craig Topper[X86] Fix diassembler crash on AVX512 cmpps/cmppd with...
2015-03-02 Sanjoy Das[AArch64] fix an invalid-iterator-use bug.
2015-03-01 Benjamin KramerFix a really bad typo in my last commit.
2015-03-01 Sanjoy DasRevert some changes that were made to fix PR20680.
2015-03-01 Benjamin KramerArrayRef: Put back std::equal for operator== with a...
2015-03-01 Vince HarronLinux - debugging of local processes via lldb-gdbserver
2015-03-01 Benjamin KramerAnother missing include for MSVC.
2015-03-01 Peter CollingbourneDebugInfo: Give externally defined types a size and...
2015-03-01 Benjamin Kramerstd::function is part of <functional>, not <utility>
2015-03-01 Benjamin KramerAdd another missing include for MSVC.
2015-03-01 Benjamin KramerX86: Replace variadic function with init list. NFC.
2015-03-01 Benjamin KramerAdd missing include.
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-03-01 Arnaud A. de... [PBQP] Address post-commit style comment for r230904...
2015-03-01 Benjamin KramerArrayRef: Remove the equals helper with many arguments.
2015-03-01 Chaoren LinAdvertise 32 bit support for PlatformRemoteGDBServer...
2015-03-01 Rui UeyamaRevert "PECOFF: Don't parse files in .drectve asynchron...
2015-03-01 Arnaud A. de... [PBQP] Do not add an edge between nodes with totally...
2015-03-01 Daniel Jasperclang-format: Always align */& in multi-var DeclStmts.
2015-03-01 Johannes Doerfert[Refactor] Include explicitly what is used
2015-03-01 Johannes Doerfert[Refactor] Include explicitly what is used
2015-03-01 Johannes Doerfert[Refactor] Remove Scop * member to simplify JSON class
2015-03-01 Johannes Doerfert[Refactor] Simplify ScopPass interface
2015-03-01 Johannes Doerfert[Refactor] Use virtual and override appropriately
2015-03-01 Johannes Doerfert[Refactor] Add a Scop & as argument to printScop
2015-03-01 Johannes Doerfert[Cleanup] Remove unused passes
2015-03-01 Benjamin KramerMake VTs and UnicodeCharSet ctors constexpr if the...
2015-03-01 Benjamin KramerMake some non-constant static variables non-static...
2015-03-01 Benjamin KramerSema: Remove stray static
2015-03-01 Elena DemikhovskyReverted 230471 - gather scatter handling in table...
next