platform/upstream/llvm.git
2013-06-25 Aaron WatryR600/SI: Expand ashr of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand srl of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand shl of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand or of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand mul of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand and of v2i32/v4i32 for SI
2013-06-25 Evgeniy Stepanov[sanitizer] Move log_path to common flag and use it...
2013-06-25 Benjamin KramerBlockFrequency: Bump up the entry frequency a bit.
2013-06-25 Ulrich Weigand[PowerPC] Add extended rotate/shift mnemonics
2013-06-25 Ulrich Weigand[PowerPC] Add rldcr/rldic instructions
2013-06-25 Ulrich Weigand[PowerPC] Add extended subtract mnemonics
2013-06-25 Justin Holewinski[NVPTX] Default pointer type doesn't make sense for...
2013-06-25 Chandler CarruthFix a couple of PPC predefined macros that I spotted...
2013-06-25 Jason MolendaIf debugserver fails to interrogate the inferior proces...
2013-06-25 Jason MolendaRemove some unnecessary uses of nub_break_t in the...
2013-06-25 Nadav RotemFix a typo in the code that collected the costs recursi...
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2013-06-25 Rafael EspindolaAdd r184803 back now that the bug in unique_file has...
2013-06-25 Rafael EspindolaDon't assume ResultPath is null terminated.
2013-06-25 Andrew TrickRevert "Temporarily enable MI-Sched on X86."
2013-06-25 Tom StellardR600/SI: Report unaligned memory accesses as legal...
2013-06-25 Tom StellardR600: Add support for i32 loads from the constant addre...
2013-06-25 Tom StellardR600/SI: Add support for v4i32 and v4f32 kernel args
2013-06-25 Tom StellardR600: Fix typo in R600Schedule.td
2013-06-25 Rafael EspindolaRevert "Use the new PathV2 instead of implementing...
2013-06-25 Chandler CarruthRevert r184787: "Added arm_neon intrinsic tests."
2013-06-25 Chandler CarruthTemporarily disable building the armv7 variants of...
2013-06-25 Jordan Rose[analyzer] Handle zeroing CXXConstructExprs.
2013-06-25 Jordan Rose[analyzer] Don't initialize virtual base classes more...
2013-06-25 Eli FriedmanFix regression from r184810.
2013-06-25 Nick LewyckyMake -vectorize-... proper cc1 flags instead of abusing...
2013-06-25 Richard SmithFix deserializing of class template partial specializat...
2013-06-25 Eli FriedmanFix noexcept for delete expressions.
2013-06-25 NAKAMURA TakumiPPCAsmParser.cpp: Quote "@l/@ha" in comments. [-Wdocume...
2013-06-25 Eric ChristopherAdd an autoconf option for turning on -gsplit-dwarf...
2013-06-25 Rafael EspindolaRemove PathV1.h from Driver.cpp.
2013-06-25 Rafael EspindolaCreate a replacement for sys::Path::PathSeparator.
2013-06-25 Chandler CarruthRemove the sysroot (or isysroot) restriction from the...
2013-06-25 Nico WeberFormatter/ObjC: Correctly format casts in objc message...
2013-06-25 Rafael EspindolaUse the new PathV2 instead of implementing the logic...
2013-06-25 Rafael EspindolaCleanup in unique_file when we only want the name.
2013-06-25 Eli FriedmanDelete a couple dead checks.
2013-06-25 Eric ChristopherAs far as I know no linker needs or wants the -g flag.
2013-06-25 Chandler CarruthAddress a few of the issues in GCDAProfiling I noted...
2013-06-25 Chandler CarruthRemove the sysroot restriction from building GCDAProfil...
2013-06-25 Sean CallananFixed the instruction emulation so that it doesn't
2013-06-25 Nico WeberFormatter/Objc: Add a test that checks that @import...
2013-06-25 Eli FriedmanDelete dead code.
2013-06-25 Eric ChristopherReorder builds based by ordering.
2013-06-24 Eric ChristopherRemove all non-linker oriented compile options from...
2013-06-24 Eric Christopher80-column and tab character fixes.
2013-06-24 Richard SmithCheck for matching template-parameter-lists when mergin...
2013-06-24 Rafael EspindolaAccept both / and \\ to fix the windows bots.
2013-06-24 Ted KremenekTweak -Wdeprecated-objc-pointer-introspection to have...
2013-06-24 Eric ChristopherFormatting.
2013-06-24 Michael GottesmanAdded arm_neon intrinsic tests.
2013-06-24 Michael Gottesman[NeonIntrinsicTestEmitter] vld1/vst1 do not require...
2013-06-24 Michael Gottesman[NeonIntrinsicTestEmitter] Fix incorrect FileCheck...
2013-06-24 Michael Gottesman[NeonIntrinsicTestEmitter] Add requirement to arm neon...
2013-06-24 Adrian Prantltypo.
2013-06-24 Argyrios Kyrtzidis[libclang/codecompletion] Make sure the top-level decl...
2013-06-24 Eric ChristopherUse const references instead of pointers to references...
2013-06-24 Eli FriedmanChange mangling of objects inside block literals.
2013-06-24 Reid KlecknerFix "funciton" typo from r184763
2013-06-24 Jim InghamDirect dir to target.source-map.
2013-06-24 Reid Kleckner[ms-cxxabi] Use sugared types in the mangler instead...
2013-06-24 Argyrios Kyrtzidis[arcmt/driver] For the -ccc-arcmt-* flags, claim them...
2013-06-24 Eli FriedmanUse getAs<> where appropriate on QualTypes instead...
2013-06-24 Rafael EspindolaConvert some uses of llvm::sys::Path.
2013-06-24 Rafael EspindolaUse the simpler version of llvm::sys::fs::exists.
2013-06-24 Han Ming Ong<rdar://problem/14182286>
2013-06-24 Anna Zaks[analyzer] Add a debug checker that prints Exploded...
2013-06-24 Ulrich Weigand[PowerPC] Support some miscellaneous mnemonics in the...
2013-06-24 Rafael EspindolaConvert last use of PathV1.h in Compilation.cpp
2013-06-24 Sean CallananWe set the error when a breakpoint condition
2013-06-24 Rafael EspindolaAdd a simpler version of is_regular_file.
2013-06-24 Reid Kleckner[AST] Introduce a new DecayedType sugar node
2013-06-24 Kaelyn UhrainAdd the global namespace (the "::" namespace specifier...
2013-06-24 David BlaikieDebugInfo: DIBuilder changes to match DIEnumerator...
2013-06-24 Chad RosierImprove diagnostics when getSizeInBits is called on...
2013-06-24 Howard HinnantImplement full support for non-pointer pointers in...
2013-06-24 Benjamin KramerPPC: Remove default case from fully covered switch.
2013-06-24 Ulrich Weigand[PowerPC] Add some FIXMEs
2013-06-24 Aaron WatryR600: Fix spelling error in comment
2013-06-24 Reid KlecknerCheck the canonical parameter type with getAs<>() in...
2013-06-24 Ulrich Weigand[PowerPC] Add predicted forms of branches
2013-06-24 Rafael EspindolaConvert a use of PathV1.h
2013-06-24 Dmitry Vyukovtsan: make the test more robust
2013-06-24 Matt Beaumont-GayAdd some invalid-decl checks to clang_Type_getOffsetOf.
2013-06-24 NAKAMURA TakumiMove llvm/test/DebugInfo/arguments.ll to X86, for now...
2013-06-24 Nadav RotemRename the variable to fix a warning. Thanks Andy Gibbs.
2013-06-24 Ed MasteTests require GNU make, called gmake on FreeBSD
2013-06-24 Dmitry Vyukovtsan: update dynamic export syms file
2013-06-24 Ed MasteSync FreeBSD files to Linux equivalents, to reduce...
2013-06-24 Ed MasteUpdate comment to match class name
2013-06-24 Ed MasteUse canonical termios.h location
2013-06-24 Rafael EspindolaConvert a use of PathV1.h.
2013-06-24 Ed MasteEliminate missing virtual destructor warning on FreeBSD
2013-06-24 Ed MasteUpdate for Linux->POSIX rename
2013-06-24 Reid Kleckner[Sema] Call CheckParmForFunctionDef on ObjC method...
next