platform/upstream/llvm.git
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
2015-02-27 Dan AlbertAdd .eh_frame_hdr search to Linux unwinder.
2015-02-27 Bill Schmidt[PowerPC] Fix PR22711 - Misaligned .toc section
2015-02-27 Johannes Doerfert[Fix] Two tests that broke during the last changes
2015-02-27 Chaoren LinConvert TestWatchLocation to use C++11 library instead...
2015-02-27 Benjamin KramerReduce double set lookups.
2015-02-27 David BlaikieFix test I missed
2015-02-27 David BlaikieUpdate Polly tests to handle explicitly typed load...
2015-02-27 David BlaikieUpdate Clang tests to handle explicitly typed load...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Charles DavisTarget/X86: Never use the redzone for Win64 ABI functions.
2015-02-27 David BlaikieUpdate one test I missed when updating for the opaque...
2015-02-27 Rui UeyamaPECOFF: Move a call of WinLinkDriver::parse from FileCO...
2015-02-27 Johannes DoerfertDo some preparation even with scalar and phi modeling...
2015-02-27 Richard Smith[modules] Avoid the possibility of a redeclaration...
2015-02-27 Hal Finkel[PowerPC] Use vector types for memcpy and friends ...
2015-02-27 Ilia KFix FileSpec::GetPath to return null-terminated strings
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David BlaikieUpdate Polly tests to handle explicitly typed gep chang...
2015-02-27 David BlaikieUpdate Clang tests to handle explicitly typed gep chang...
2015-02-27 Ilia KSkip LaunchInTerminalTestCase test on remote systems
2015-02-27 Benjamin KramerRefer users looking for the release notes to 3.6.
2015-02-27 Eric ChristopherRemove the Forward Control Flow Integrity pass and...
2015-02-27 Justin BognerObject: Test for reading kext bundles
2015-02-27 Reid KlecknerDelete LLVM_DELETED_FUNCTION from coding standards
2015-02-27 Mehdi AminiChange the fast-isel-abort option from bool to int...
2015-02-27 Johannes Doerfert[FIX] Teach RegionGenerator to respect and update dominance
2015-02-27 Reid KlecknerMinor follow-ups to r229720 suggested on llvmdev
2015-02-27 Rafael EspindolaCentralize handling of the eh_begin and eh_end labels.
2015-02-27 Sanjay Patelremove function names from comments; NFC
2015-02-27 Rui UeyamaPECOFF: Use StringRef::find_first_of instead of a hand...
2015-02-27 Owen AndersonSwitch a std::map to a DenseMap in CodeGenRegisters.
2015-02-27 Samuel BenzaquenAdd 'let' to the help message.
2015-02-27 Johannes DoerfertAdd verifier to the IslCodeGeneration
2015-02-27 Sanjay Patelremove function names from comments; NFC
2015-02-27 Alexander Kornienko[clang-tidy] Various improvements in misc-use-override
2015-02-27 Nico WeberReland __leave tests (r230717 and r230720, reverted...
2015-02-27 Renato GolinAdd __ARM_DWARF_EH__ to signify the use of Itanium...
2015-02-27 Renato GolinEqually to NetBSD, Bitrig/ARM uses the Itanium-ABI.
2015-02-27 Tom StellardAMDGCN: Define cl_khr_fp64 when compiling OpenCL programs
2015-02-27 Zoran Jovanovic[mips][microMIPS] Change register class for GP register
2015-02-27 Tom StellardR600/SI: Add missing mubuf instructions
2015-02-27 Tom StellardR600/SI: Consistently put soffset before the offset...
2015-02-27 Tom StellardR600/SI: Add slc, glc, and tfe to non-atomic _ADDR64...
2015-02-27 Petar JovanovicPass correct -mtriple for krait-cpu-div-attribute.ll
2015-02-27 Timur Iskhodzhanov[ASan/Win] Update test expectations after r230724
2015-02-27 Aaron BallmanSilence an MSVC warning about not all control paths...
2015-02-27 Chandler Carruth[x86] Run most of the rest of the shuffle combining...
2015-02-27 Chandler Carruth[x86] Teach a bunch of the x86-specific shuffle combini...
2015-02-27 Chandler Carruth[x86] Make the v8i16 clever single-input shuffle loweri...
2015-02-27 Chandler Carruth[x86] Add a bunch more tests for v16i16 shuffles. All...
2015-02-27 Kuba Brecka[compiler-rt] Symbolizer refactoring: Abstract Symboliz...
2015-02-27 Toma Tabacu[mips] Remove redundant periods from -mattr=help descri...
2015-02-27 Zachary Turner[llvm-pdbdump] Fix member initialization order warnings.
2015-02-27 Zachary Turner[llvm-pdbdump] Colorize output.
2015-02-27 Zachary Turner[llvm-pdbdump] Fix warnings found by clang-cl self...
2015-02-27 Zachary Turner[llvm-pdbdump] Add support for dumping global variables.
2015-02-27 Chandler Carruth[x86] Make the single-input v8i16 lowering directly...
2015-02-27 Vasileios Kalintiris[mips] Account for constant-zero operands in ADDE nodes.
next