platform/upstream/llvm.git
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...
2015-03-01 Elena DemikhovskyAVX-512: Added mask and rounding mode for scalar arithm...
2015-03-01 Zachary Turner[llvm-pdbdump] Fix GCC build.
2015-03-01 Zachary Turner[llvm-pdbdump] Clean up method signatures.
2015-03-01 Zachary Turner[llvm-pdbdump] Add regex-based filtering.
2015-03-01 Chaoren LinFix attaching to 32 bit inferior with 64 bit llgs.
2015-03-01 Rui UeyamaRevert "PECOFF: Temporarily add a lock to un-break...
2015-03-01 NAKAMURA TakumiRevert r230655, "gold-plugin: "Upgrade" debug info...
2015-03-01 Sanjay Patelavoid infinite looping when folding vector multiplies...
2015-03-01 Sanjay Patelfixed to test only the feature, not the feature and...
2015-02-28 Duncan P. N... DebugInfo: Convert DW_OP_piece => DW_OP_bit_piece
2015-02-28 Sanjay Patelmake the tested feature (SSE2) explicit
2015-02-28 Duncan P. N... DebugInfo: Fix invalid file reference in CodeGen/X86...
2015-02-28 Duncan P. N... DebugInfo: Use TempMDNode in DIDescriptor::replaceAllUs...
2015-02-28 Sanjay Patelfixed to test only the feature, not the feature and...
2015-02-28 Duncan P. N... Optimize metadata node fields for CHECK-ability
2015-02-28 Sanjay Patelfix typo; NFC
2015-02-28 Duncan P. N... AsmWriter: Escape string fields in metadata
2015-02-28 Hans WennborgRevert r229678 "tsan: fix signal handling during stop...
2015-02-28 Duncan P. N... AsmWriter: Extract writeStringField(), NFCI
2015-02-28 Duncan P. N... Fix buildbot issues for MDScope::getFile() after r230871
2015-02-28 Duncan P. N... IR: Specialize MDScope::getFile() for MDFile
2015-02-28 Duncan P. N... Fix line endings on Transforms/Inline/inline_dbg_declare.ll
2015-02-28 Saleem Abdulrasoolbuild: remove the stub linux SDK
2015-02-28 Zachary Turner[llvm-pdbdump] Better error handling.
2015-02-28 Saleem Abdulrasoolcmath: account for MSVCRT 12.0 changes
2015-02-28 Benjamin KramerIndexedMap: Default to SmallVector<T, 0>
2015-02-28 Benjamin KramerDwarfAccelTable: We know how many hashes we have in...
2015-02-28 Benjamin KramerStackColoring: Move set instead of copying. NFC.
2015-02-28 Benjamin KramerLiveRange: Replace a creative vector erase loop with...
2015-02-28 Nick LewyckyRevert r230812. Do not break builds for no reason.
2015-02-28 Mehdi AminiFixup for recent -fast-isel-abort change: code didn...
2015-02-28 Craig Topper[X86] Remove the blendpd/blendps/pblendw/pblendd intrin...
2015-02-28 Zachary Turner[raw_ostream] When printing color on Windows, use corre...
2015-02-28 Alexei Starovoitovbpf: fix build
2015-02-28 Johannes DoerfertUpdate obsolete comment
2015-02-28 Benjamin KramerTRE: Just erase dead BBs and tweak the iteration loop...
2015-02-28 Yaron KerenSilence variable set but not used warning in CodeGenReg...
2015-02-28 Yaron KerenSilence three more variable set but not used warnings...
2015-02-28 Johannes DoerfertFormat non-affine subregions news item
2015-02-28 Johannes DoerfertAdd non-affine subregions to the news
2015-02-28 Peter Zotov[OCaml] Generate documentation again with autoconf...
2015-02-28 Benjamin KramerConvert push_back loops into append calls.
2015-02-28 Yaron KerenSilence variable set but not used warning, NFC.
2015-02-28 Kuba BreckaFix OS X build failure with Command Line Tools and...
2015-02-28 Benjamin KramerArrayRefize memory operand folding. NFC.
2015-02-28 Benjamin KramerReplace std::copy with a back inserter with vector...
2015-02-28 Eric ChristopherRemove option.ll as part of the Forward Control Flow...
2015-02-28 Richard SmithAdd change accidentally missed from r230840.
2015-02-28 Kuba BreckaSymbolizer refactoring: SymbolizerTool and better interface
2015-02-28 Filipe CabecinhasAdd PS4's autolink syntax to autolink.m's CHECK lines.
2015-02-28 Richard Smith[modules] Avoid adding a redecl chain to the 'pending...
2015-02-28 Richard SmithGive better diagnostics when -fmodule-file= finds a...
2015-02-28 Petar Jovanovic[MIPS] Add missing header for syscall
2015-02-28 Saleem AbdulrasoolUnwind: make it build on Darwin again
2015-02-28 Philip Reames[RewriteStatepointsForGC] Reduce indentation via early...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Fix another order of iteratio...
2015-02-28 Richard Smith[modules] Deduplicate when merging lists of template...
2015-02-28 Alexey Samsonov[ASan] debug_stacks.cc was passing on ARM by accident...
2015-02-28 Vince HarronTemporarily XFAIL TestLaunchWithShellExpand to get...
2015-02-28 Vince HarronUse -fstandalone-debug for few tests to get around...
2015-02-28 Richard SmithRework our handling of key functions. We used to track...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Reduce indentation via early...
2015-02-28 Vince HarronFixed pthread linking errors in test binaries
2015-02-28 Philip Reames[RewriteStatepointsForGC] Fix iterator invalidation bug
2015-02-28 Frederic Riss[dsymutil] Fully qualify llvm::make_unique<>.
2015-02-28 Frederic Riss[dsymutil] Add the DwarfStreamer class.
2015-02-28 Frederic Riss[dsymutil] Add a LinkOptions struct to pass to the...
2015-02-28 Frederic Riss[dsymutil] clang-format a file
2015-02-28 Frederic Riss[dsymutil] Add -o option to select ouptut filename
2015-02-28 Frederic Riss[dsymutil] Create warn() global helper...
2015-02-28 Frederic Riss[dsymutil] Make trivial accessor const.
2015-02-28 Philip Reames[RewriteStatepointsForGC] Add tests for the base pointe...
2015-02-28 Chaoren LinCasting pid to ::pid_t when invoking syscall.
2015-02-28 Saleem AbdulrasoolDebugInfo: hoist definition into global context when...
2015-02-27 Rui UeyamaDo s/_context/_ctx/ to Resolver.cpp.
2015-02-27 Rui UeyamaRemove a varaible that's used only once. NFC.
2015-02-27 Jonathan RoelofsDiscourage in-source autoconf builds (as we already...
2015-02-27 Bill SchmidtRegenerated test case from pr 230801 for change in...
2015-02-27 David BlaikieUpdate SystemZ/Large test generators to handle new...
2015-02-27 David BlaikieUpdate SystemZ/Large test generators to handle new...
2015-02-27 Rui UeyamaCall File::beforeLink hook even if the file is in an...
2015-02-27 Philip Reames[new docs] Performance Tips for Frontend Authors
2015-02-27 Benjamin KramerMachineDominators: Move applySplitCriticalEdges into...
2015-02-27 Richard Smith[modules] When writing out a list of specializations...
2015-02-27 David Majnemerllvm-vtabledump: Update field with a better name
2015-02-27 Bill SchmidtRevert test case until it can be fixed
next