platform/upstream/llvm.git
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...
2014-12-12 Reid KlecknerRelax debug-map-parsing.test error message check for...
2014-12-12 Steven WuMore code format fix from r224133, NFC
2014-12-12 Rafael EspindolaRemove silly left over from the Windows resize_file...
2014-12-12 Rafael EspindolaMove the resize file feature from mapped_file_region...
2014-12-12 Zachary TurnerAdd a method to disable the Windows crash / assert...
2014-12-12 Rafael EspindolaPass a FD to resise_file and add a testcase.
2014-12-12 Rafael EspindolaRemove unused feature. NFC.
2014-12-12 Frederic RissInitial dsymutil tool commit.
2014-12-12 Steven WuRestructure code from r224097. NFC
2014-12-12 Robert Khasanov[AVX512] Enabling bit logic lowering
2014-12-12 Evgeny AstigeevichFix the issue of mangling of local anonymous unions...
2014-12-12 Rafael EspindolaNow that we require a newer python, use the new excepti...
2014-12-12 Rafael EspindolaRequire python 2.7.
2014-12-12 Vasileios Kalintiris[mips] Enable code generation for MIPS-III.
2014-12-12 Robert Khasanov[AVX512] Enabling MIN/MAX lowering.
2014-12-12 Andrea Di BiagioReapply "[MachineScheduler] Fix for PR21807: minor...
2014-12-12 Chad Rosier[Reassociate] Use dbgs() instead of errs().
2014-12-12 Vasileios Kalintiris[mips] Support SELECT nodes for targets that don't...
2014-12-12 Rafael EspindolaDisable --icf=safe to avoid a bug.
2014-12-12 Robert Khasanov[AVX512] Minor fix in lowering pattern for broadcast...
2014-12-12 Andrea Di BiagioRevert: [MachineScheduler] Fix for PR21807: minor code...
2014-12-12 Alexander KornienkoDon't break string literals in Java and JavaScript.
2014-12-12 Suyog SardaThis patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorde...
2014-12-12 Andrea Di Biagio[MachineScheduler] Fix for PR21807: minor code differen...
2014-12-12 Viktor Kutuzov[Asan] XFAIL the interception_failure_test.cc test...
next