platform/upstream/llvm.git
2013-09-06 Rui UeyamaRemove extraneous parentheses.
2013-09-06 Eli FriedmanAdd self-comparison warnings for fields.
2013-09-06 Rui UeyamaReturn early to simplify.
2013-09-06 David BlaikieConsumed Analysis: The 'consumable' attribute now takes...
2013-09-06 Richard SmithWhen creating an implicit conversion sequence for a...
2013-09-06 Eli FriedmanReduce stack usage of TreeTransform.
2013-09-06 Matt ArsenaultUse type helper functions.
2013-09-06 Matt ArsenaultTeach CodeGenPrepare about address spaces
2013-09-06 Richard SmithC++11 attributes after 'constructor-name (' unambiguous...
2013-09-05 Tom StellardR600: Coding style
2013-09-05 Eli FriedmanImprove error for "override" + non-virtual func.
2013-09-05 Eli FriedmanAdd a bit more info to modules fatal error.
2013-09-05 Tom StellardPlace pkg-config file in $prefix/share/pkgconfig.
2013-09-05 Fariborz JahanianObjectiveC migrator: tighten the rules for when
2013-09-05 Juergen Ributzka[X86] Perform VSELECT DAG combines also before DAG...
2013-09-05 Daniel MaleaRe-enable TestRegisters and TestTargetWatchAddress...
2013-09-05 Ed MasteRestore -- "end of args" marker for shell
2013-09-05 Reid Klecknermanual: Fix RST reference to MS extension support
2013-09-05 Daniel MaleaFix minor bugs in TestExprs and TestAliases to fix...
2013-09-05 Kevin EnderbyFixed a crash in the integrated assembler for Mach...
2013-09-05 Rui UeyamaRemove unused identifiers.
2013-09-05 Eli FriedmanFix regression from r190016.
2013-09-05 Matt ArsenaultConsistently use dbgs() in debug printing
2013-09-05 Manman RenTrying to un-break the bots.
2013-09-05 Matt ArsenaultR600: Fix i64 to i32 trunc on SI
2013-09-05 Rafael EspindolaRemove unused argument.
2013-09-05 Yunzhong GaoImprove handling of .file, .include and .incbin directi...
2013-09-05 Jim InghamRemove commented out routines.
2013-09-05 Jim InghamInclude file cleanup.
2013-09-05 Jim InghamInclude file cleanup. SymbolContext doesn’t need Clang...
2013-09-05 Manman RenDebug Info: Update testing case.
2013-09-05 Manman RenDebug Info: Use identifier to reference DIType in base...
2013-09-05 Tom StellardR600: Add support for local memory atomic add
2013-09-05 Tom StellardR600: Expand SELECT nodes rather than custom lowering...
2013-09-05 Tom StellardR600: Fix incorrect LDS size calculation
2013-09-05 Tom StellardR600/SI: Don't emit S_WQM_B64 instruction for compute...
2013-09-05 Tom StellardR600: Fix segfault in R600TextureIntrinsicReplacer
2013-09-05 Douglas GregorUnbreak build with libc++, whose std::list<T> requires...
2013-09-05 Eric ChristopherMove accelerator table defines and constants to Dwarf...
2013-09-05 James DennettMark lambda closure classes as being implicitly-generated.
2013-09-05 Fariborz JahanianObjectiveC modern translator: fix up generated fast...
2013-09-05 Hans Wennborgclang-cl: Use .obj as extension for unnamed object...
2013-09-05 Ed MasteUse getwd(0) on FreeBSD as on OS X.
2013-09-05 Virgile BelloOptionValueProperties::DeepCopy (): return empty value...
2013-09-05 Virgile BelloAdded MSVC config file and makefile support.
2013-09-05 Eric ChristopherRename enums to match convention and remove superfluous...
2013-09-05 Virgile BelloAvoid ambiguity between pid_t and lldb::pid_t.
2013-09-05 Virgile BelloMinGW: avoid many warnings due to FAR/NEAR defines.
2013-09-05 Eric ChristopherReformat.
2013-09-05 Virgile BelloAdd OptionParser.h
2013-09-05 Virgile BelloUse <atomic> instead of "llvm/Support/Atomic.h". Remove...
2013-09-05 Daniel JasperAdd ATTRIBUTE_UNUSED to silence unused-function warning...
2013-09-05 Joey Gouly[ARMv8] Add some missing tests for DSB/DMB.
2013-09-05 Aaron WatryRemove unneeded semi-colons
2013-09-05 Aaron WatryAdd atomic_inc and atomic_add builtins
2013-09-05 Sylvestre Ledrusysctl.h does not exist under GNU/HURD (like windows)
2013-09-05 Sylvestre LedruGNU HURD can be considered (for now?) like a GNU/Linux
2013-09-05 Joey Gouly[ARMv8] Implement the new DMB/DSB operands.
2013-09-05 Manuel KlimekFixes PR 17106 (explicitly typed enums are formatted...
2013-09-05 Richard BartonAdd AArch32 DCPS{1,2,3} and HLT instructions.
2013-09-05 Alexander KornienkoHandle zero-width and double-width characters in string...
2013-09-05 Sylvestre LedruFix the profile of the function (fix commit 190048)
2013-09-05 Manuel KlimekFix writing of reformatted files.
2013-09-05 Alexander KornienkoRemoved empty directories left after r189960.
2013-09-05 Sylvestre LedruFix bug #17104 - Target info for GNU/kFreeBSD were...
2013-09-05 Tilmann SchellerReverting 190043 for now.
2013-09-05 Daniel Jasperclang-format: Quickfix for braced init lists detected...
2013-09-05 Kostya Serebryany[tsan] add colors to tsan output
2013-09-05 Stepan DyatkovskiyAdd new methods for TargetInfo:
2013-09-05 Tilmann SchellerARM: Add GPR register class excluding LR for use with...
2013-09-05 Daniel JasperAddress post-commit review comments from r190038.
2013-09-05 Richard Sandiford[SystemZ] Add NC, OC and XC
2013-09-05 Chandler CarruthSupport suppressing unused arguments warnings as a...
2013-09-05 Daniel Jasperclang-format: Fix parsing and indenting lambdas.
2013-09-05 Daniel Jasperclang-format: Enable formatting of nested blocks.
2013-09-05 Pavel Labath[analyzer] Restructure a test file
2013-09-05 Manuel KlimekMake error text if clang-format is not on the system...
2013-09-05 Nick LewyckyDeclare missing dependency on AliasAnalysis. Patch...
2013-09-05 Nick LewyckyFix typos in assert message.
2013-09-05 Venkatraman... [Sparc] Correctly handle call to functions with Returns...
2013-09-05 Marshall ClowN3545: Quoted strings
2013-09-05 Shankar Easwaran[lld][cleanup] remove unused ReaderFunc to avoid confusion.
2013-09-05 Reid Klecknersanitizers: Make sure Visual Studio gets error reports
2013-09-05 Richard TrieuFor "expected unqualified-id" errors after a double...
2013-09-05 Reid Klecknermsbuild: Add clang's compiler-rt libs to the LibraryPath
2013-09-05 Jim InghamRemove a spurious comment.
2013-09-05 Jim InghamRemove an unused ivar.
2013-09-05 Jim InghamRemove some unused #includes.
2013-09-05 Shankar Easwaran[lld][ELF] Change the order of the writable note section
2013-09-05 Jim InghamRemove spurious reference to radars in code (we try...
2013-09-05 Reid Klecknerasan: Add a wcslen interceptor mirroring strlen
2013-09-05 Bill WendlingFix comments to reflect reality.
2013-09-05 Eric ChristopherFormatting.
2013-09-05 Eli FriedmanAdd specific warning flags for GNU ext in lexer.
2013-09-05 Eli FriedmanNote when a decl is used in AST files.
2013-09-05 Eric ChristopherClean up some whitespace and comment formatting.
2013-09-04 Andrew Trickmi-sched: Force bottom up scheduling for generic targets.
2013-09-04 Nick KledzikAdd names for mach-o permissions bits and use the symbo...
2013-09-04 Marshall ClowMark issues 2103, 2005, 2196 and 2203 as complete....
2013-09-04 Eric ChristopherMove default dwarf version enum into the llvm dwarf...
next