platform/upstream/llvm.git
2014-12-15 Elena DemikhovskyAdded a test related to 224247 revision
2014-12-15 Elena DemikhovskySink store based on alias analysis
2014-12-15 Michael Kuperstein[X86] Break false dependencies before partial register...
2014-12-15 Rui UeyamaReplace ReaderError with DynamicError.
2014-12-15 Suyog SardaTypo Correction in Test Case. NFC.
2014-12-15 Kumar Sukhani[ubsan][arm] supporting misaligned testcase
2014-12-15 Kumar Sukhani[UBSan][MIPS] Adding support of MIPS64 in UBSan testing
2014-12-15 Elena DemikhovskyAVX-512: Added EXPAND instructions and intrinsics.
2014-12-15 David MajnemerSema: Don't diagnose string + int if the int is value...
2014-12-15 Kumar Sukhani[UBSan][MIPS] Adding support for MIPS64
2014-12-15 David MajnemerPreprocessor: Recover instead of mutating a token in...
2014-12-15 David MajnemerSema: Don't leave switch stack inconsistent when recovering
2014-12-15 Rui UeyamaRemove dead code.
2014-12-15 Rui UeyamaProtect doParse() because that's not a public interface.
2014-12-15 Alexander MusmanTest for 'omp for' (for r224233).
2014-12-15 Alexander MusmanFirst patch with codegen of the 'omp for' directive...
2014-12-15 David MajnemerParse: Don't reorder tokens using ConsumeToken
2014-12-15 Alexey BataevFixed test/CodeGen/atomic_ops.c for compatibility with...
2014-12-15 Alexey BataevBugfix for Codegen of atomic load/store/other ops.
2014-12-15 Alexey BataevFix line mapping information in LLVM JIT profiling...
2014-12-15 Alexey BataevMSVC: A wide string literal from L#macro_arg in a macro
2014-12-15 David MajnemerThreadLocal: Move Unix-specific code out of Support...
2014-12-15 David MajnemerStringPool: Cleanup typos in unittest comments
2014-12-15 David MajnemerThreadLocal: Return a mutable pointer if templated...
2014-12-15 Craig TopperUse unique_ptr to remove explicit delete.
2014-12-14 Alexander KornienkoDon't break single-line raw string literals.
2014-12-14 David BlaikieUpdate test case with more accurate column information...
2014-12-14 David BlaikieDebugInfo: More accurate line information for placement...
2014-12-14 David MajnemerCodeGen: Compound literals with funny types shouldn...
2014-12-14 Elena DemikhovskyLoop Vectorizer minor changes in the code -
2014-12-14 David MajnemerAPInt: udivrem should use machine instructions for...
2014-12-14 David MajnemerScalarEvolution: Remove SCEVUDivision, it's unused
2014-12-14 David MajnemerAST: Limit zero-sized constexpr behavior to array types
2014-12-14 Rui UeyamaClean up #include dependency.
2014-12-14 Hal Finkel[PowerPC] Handle cmp op promotion for SELECT[_CC] nodes...
2014-12-14 Rui UeyamaRemove PECOFFLibraryNode.
2014-12-14 Rui UeyamaMore WinLinkInputGraph cleanup.
2014-12-14 David MajnemerLex: Don't crash if both conflict markers are on the...
2014-12-14 Rui Ueyama[PECOFF] Resolve file name in the driver, not in InputE...
2014-12-14 Rui UeyamaSimplify InputGraph API.
2014-12-14 Rui UeyamaRemove dead code.
2014-12-14 Rui UeyamaRemove code duplication.
2014-12-14 John McCallIf a non-template constructor instantiated to X(X),
2014-12-14 David MajnemerSema: attribute((annotate)) must have at least one...
2014-12-13 Ahmed BougachaReapply "[ARM] Combine base-updating/post-incrementing...
2014-12-13 Hans Wennborgclang-cl: Fix handling of the /volatile flag (PR21893)
2014-12-13 Hans Wennborgclang-cl: ignore /cgthreads (PR21894)
2014-12-13 Hans Wennborgclang-cl: Make /Gd ignored instead of unsupported
2014-12-13 Hans Wennborgclang-cl: Add unsupported /Gv option (PR21892)
2014-12-13 Renato GolinRevert "[ARM] Combine base-updating/post-incrementing...
2014-12-13 Benjamin KramerFix Doxygen command misspellings.
2014-12-13 Aaron BallmanSilencing a -Wsign-compare warning; NFC.
2014-12-13 Aaron BallmanSilencing a *lot* of -Wsign-compare warnings; NFC.
2014-12-13 David MajnemerParse: MS property members cannot have an in-class...
2014-12-13 Rui Ueyama[ELF] Clean up OPT_INPUT handler. NFC.
2014-12-13 Rui UeyamaMake YAML files own MemoryBuffer.
2014-12-13 Rui UeyamaMove definitions to the correct file.
2014-12-13 David MajnemerSema: Constexpr functions must have return statements...
2014-12-13 Stephane SezerMake the platform process connect path less chatty.
2014-12-13 Craig TopperUse range-based for loops.
2014-12-13 Akira HatanakaRename argument strings of codegen passes to avoid...
2014-12-13 Will WilsonNFC: Minor formatting fix
2014-12-13 Will WilsonPretty print support for template arg enum constants
2014-12-13 Nick LewyckyFix two small bugs in typo correction. One assertion...
2014-12-13 Justin BognerUse the newer python syntax for exceptions
2014-12-13 Justin BognerUse the newer python syntax for exceptions
2014-12-13 Peter CollingbourneUpdate to new bindings.
2014-12-13 Peter CollingbourneGo bindings: introduce Value.ConstantAsMetadata.
2014-12-13 Peter CollingbourneGo bindings: introduce llvm.TemporaryMDNode.
2014-12-13 Peter CollingbourneGo bindings: introduce Metadata.ReplaceAllUsesWith.
2014-12-13 Peter CollingbourneGo bindings: expose the Metadata type.
2014-12-13 Peter CollingbourneGo bindings: remove contextless metadata bindings.
2014-12-13 Enrico GranataMove a bunch of method implementations over to the...
2014-12-13 Reid KlecknerImplement feedback on r224172 in PR21899
2014-12-13 Reid KlecknerTypo correction: Ignore temporary binding exprs after...
2014-12-13 Vince HarronTests will timeout if they exceed time limit.
2014-12-13 Keno FischerSyntheticChildrenFrontEnd::* should also be built when...
2014-12-12 Hal Finkel[PowerPC] Add a DAGToDAG peephole to remove unnecessary...
2014-12-12 David MajnemerValueTracking: Don't recurse too deeply in computeKnown...
2014-12-12 Peter CollingbourneImplement the __builtin_call_with_static_chain GNU...
2014-12-12 Chad Rosier[ARMConstantIsland] Insert tbb/tbh optimization where...
2014-12-12 Justin BognerFrontend: Canonicalize to native paths when dumping...
2014-12-12 Eric FiselierAdd option to turn off installation of headers.
2014-12-12 Enrico GranataSome more cleanup of the ValueObjectConstResultImpl...
2014-12-12 Yaron KerenPass EC by reference to MemoryBufferMMapFile to return...
2014-12-12 Enrico GranataFix up this test case
2014-12-12 Saleem Abdulrasoolutils: update vim syntax highlighting for LLVM IR
2014-12-12 Michael IlsemanClean up static analyzer warnings.
2014-12-12 Colin LeMahieu[Hexagon] Adding double word add/min/minu/max/maxu...
2014-12-12 Nico WeberRevert r224149, llvm-dsymutil was already here.
2014-12-12 Enrico GranataAdd a test case to validate that AddressOf() and GetLoa...
2014-12-12 Colin LeMahieu[Hexagon] Adding J class call instructions.
2014-12-12 Nico WeberAdd llvm-dsymutil to test/CMakeLists.txt
2014-12-12 Alexey Samsonov[Sanitizer] Introduce Allocator::may_return_null bool...
2014-12-12 Enrico GranataThe so-called "trivial implementation" has been with...
2014-12-12 Duncan P. N... IR: Don't track nullptr on metadata RAUW
2014-12-12 Reid KlecknerAllow module deps to be printed in an arbitrary order
2014-12-12 Rafael EspindolaMAP_FILE is the default. We don't need to add it.
2014-12-12 Enrico GranataDo attempt to ask the impl_backend for the live address...
2014-12-12 Enrico GranataDo not set the live address of a const result child...
next