platform/upstream/llvm.git
2013-06-26 Rafael EspindolaRemove PathV1.h from CompilerInvocation.cpp.
2013-06-26 Rafael EspindolaFix the build when __APPLE__ is defined.
2013-06-26 Rafael EspindolaRemove sys::GetMainExecutable.
2013-06-26 Rafael EspindolaUse llvm::sys::fs::getMainExecutable.
2013-06-26 Rafael EspindolaPort GetMainExecutable over to PathV2.
2013-06-26 Rafael EspindolaRemove PathV1.h from CompilerInstance.cpp.
2013-06-26 Rafael EspindolaDon't use PathV1.h in ASTUnit.cpp.
2013-06-26 Rafael EspindolaRemove forward declarations of sys::Path.
2013-06-26 Rafael EspindolaRemove PathWithStatus.
2013-06-26 Rafael EspindolaRemove the last use of PathWithStatus.
2013-06-26 Rafael EspindolaUse llvm::sys::fs::unique_file.
2013-06-26 Rafael EspindolaRemove some uses of llvm::sys::Path.
2013-06-26 Rafael EspindolaRemove PathV1.h use from WindowsToolChain.cpp.
2013-06-26 Nico WeberFix a comment.
2013-06-26 Richard SmithLazily deserialize the "first' friend declaration when...
2013-06-26 Faisal ValiFix PCH bug with member templates of local classes...
2013-06-26 Rafael EspindolaRemove PathV1.h usage from ToolChains.cpp.
2013-06-26 Jason MolendaRemove ifdef LLDB_CONFIGURATION_DEBUG directives around...
2013-06-26 Enrico GranataRemove the #define USE_CACHE since the formatters cache...
2013-06-26 Enrico Granata<rdar://problem/14266578>
2013-06-26 Enrico Granata<rdar://problem/14243761>
2013-06-26 Nick Lewyckydbgs() << Instruction doesn't print a newline on the...
2013-06-26 Nico WeberRun clang-format on lib/Format code after r184894....
2013-06-26 Chandler CarruthFix a use after free I introduced and that Bill caught...
2013-06-26 Nico WeberFormatter: Don't put a space after parameter-naming...
2013-06-25 Enrico Granata<rdar://problem/14266411>
2013-06-25 Adrian Prantls/C++0x/C++11/
2013-06-25 Jakob Stoklund... Merge isReachable into isBackedge.
2013-06-25 Nick LewyckyDon't check for triviality on fields of templated recor...
2013-06-25 David MajnemerImplement DR136
2013-06-25 Nadav RotemSLPVectorizer: support slp-vectorization of PHINodes...
2013-06-25 Richard SmithMake this test properly test both things it's trying...
2013-06-25 Sean CallananFixed a bug in ClangASTSource where we would return
2013-06-25 Richard SmithMissing test update from r184884.
2013-06-25 Richard SmithPR8302: Check for shadowing a template parameter when...
2013-06-25 Matt Beaumont-GayDon't try to get the layout of an invalid decl in getDe...
2013-06-25 David MajnemerImplement DR21
2013-06-25 Jakob Stoklund... Print block frequencies in decimal form.
2013-06-25 Tom StellardR600: Use new getNamedOperandIdx function generated...
2013-06-25 Tom StellardTableGen: Generate a function for getting operand indic...
2013-06-25 Bill WendlingDon't use 'errno.h' on Apple just yet. This breaks...
2013-06-25 Daniel MaleaFix undefined behaviour in data formatter test -- ensur...
2013-06-25 Ed MasteUpdate version sscanf to match FreeBSD release info
2013-06-25 Richard SmithFix null pointer dereference if we redeclare an unproto...
2013-06-25 Ed MasteSkip dsym tests also on FreeBSD
2013-06-25 Nico WeberFix a comment.
2013-06-25 Arnold SchwaighoferX86 cost model: Vectorizing integer division is a bad...
2013-06-25 Ed MasteSkip tests that hang on FreeBSD
2013-06-25 Bob WilsonFix SROA to avoid unnecessary scalar conversions for...
2013-06-25 Edwin Vanecpp11-migrate: Really fixing doxygen warning
2013-06-25 Ed MasteCorrect use of __FreeBSD_kernel__
2013-06-25 Manman RenRemove unused code. No functionality change.
2013-06-25 Richard SmithMore of N3652: don't add an implicit 'const' to 'conste...
2013-06-25 Bill WendlingThe GCDA 402 format won't have a second checksum either.
2013-06-25 Fariborz JahanianObjective-C: Warn when IBOutletCollection property
2013-06-25 Eli BenderskyRemove misplaced comment
2013-06-25 Nick LewyckyIn tooling, reenable freeing of datastructures in codeg...
2013-06-25 Ulrich Weigand[PowerPC] Support @got modifier
2013-06-25 Howard HinnantImplement full support for non-pointer pointers in...
2013-06-25 Dmitry Vyukovtsan: add missing __attribute__((visibility("default...
2013-06-25 Rafael EspindolaUse simpler version of llvm::sys::fs::exists.
2013-06-25 Rafael EspindolaDon't use PathV1.h in Tools.cpp.
2013-06-25 Rafael EspindolaUse the simpler version of llvm::sys::fs::exists.
2013-06-25 Ed MasteMatch printf format specifiers and arguments
2013-06-25 Rafael EspindolaMove GetEXESuffix to the one place it is used.
2013-06-25 Rafael EspindolaRemove sys::PathSeparator.
2013-06-25 Rafael EspindolaUse the new llvm::sys::EnvPathSeparator.
2013-06-25 Ed MasteUpdate comment after Linux->POSIX rename
2013-06-25 Sergey Matveev[lsan] Define interceptors more correctly. Also, always...
2013-06-25 Aaron WatryR600: Consolidate expansion of v2i32/v4i32 ops for...
2013-06-25 Aaron WatryR600: Add v2i32 test for vselect
2013-06-25 Aaron WatryR600/SI: Expand xor v2i32/v4i32
2013-06-25 Aaron WatryR600: Add v2i32 test for setcc on evergreen
2013-06-25 Aaron WatryR600/SI: Expand urem of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand udiv v[24]i32 for SI and v2i32 for EG
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...
next