platform/upstream/llvm.git
2013-06-19 Rafael EspindolaRemove Path::canExecute.
2013-06-19 Rafael EspindolaUse llvm::sys::fs::can_execute.
2013-06-19 Evgeniy Stepanov[sanitizer] Fix struct ifconf definition on Mac and...
2013-06-19 Sylvestre LedruWhen the compiler is not providing a clean triple,...
2013-06-19 Alexander Potapenko[ASan] Delete excessive 'extern "C"' around mlock*...
2013-06-19 Evgeniy Stepanov[sanitizer] Fix Android build.
2013-06-19 Vladimir MedicThe RenderMethod field in RegisterOperand class sets...
2013-06-19 NAKAMURA TakumiMachOUniversal.cpp: Fix abuse of Twine. It would be...
2013-06-19 Evgeniy Stepanov[sanitizer] Fix build on RHEL 6.3, 6.4.
2013-06-19 Pavel LabathFix a crash in the static analyzer (bug #16307)
2013-06-19 Michael GottesmanFixed comment typo that causes the given comment to...
2013-06-19 NAKAMURA TakumiPrune "\param InitialState" since it has not been intro...
2013-06-19 NAKAMURA TakumiFix a warning. [-Wunused-variable]
2013-06-19 NAKAMURA TakumiRevert r184249, "doc. parsing: Allow parameter name...
2013-06-19 Nadav RotemSLPVectorizer: vectorize compares and selects.
2013-06-19 Nadav RotemDocument the return value and fix a typo.
2013-06-19 Jason MolendaA few small enhancements to the diagnose-unwind command.
2013-06-19 Enrico GranataImprovements to "command script import" to better suppo...
2013-06-19 Wan XiaofeiTest commit access.
2013-06-19 Eli FriedmanDelete dead code.
2013-06-19 Manman RenDebug Info: support for gdwarf-2 gdwarf-3 gdwarf-4
2013-06-19 Eli FriedmanAdd test coverage for serialization of dependent functi...
2013-06-19 Greg ClaytonAdded a new decorator function in the "lldb" module...
2013-06-19 Sean SilvaRemove `using namespace` and use explicit qualification.
2013-06-19 Sean SilvaRemove spurious space.
2013-06-19 Sean SilvaRemove unused parameter.
2013-06-19 Jim InghamDon't actually Halt in the Interrupt handler for the...
2013-06-19 Sean Silva[yaml2obj][ELF] Beef up this test a bit.
2013-06-19 Sean Silva[yaml2obj][ELF] Support ELFOSABI_* enum.
2013-06-19 Sean SilvaThere is no ELF ABI version enum.
2013-06-19 Shankar Easwaran[ELF] add -u/--undefined option, to define undefined...
2013-06-19 Enrico Granata<rdar://problem/14086503>
2013-06-19 Enrico Granata<rdar://problem/14086503>
2013-06-19 Sean Silva[yaml2obj][ELF] Support st_info through `Binding` and...
2013-06-19 Enrico Granata<rdar://problem/14194140>
2013-06-18 Matt ArsenaultUse GetUnderlyingObject instead of custom function
2013-06-18 Sean Silva[yaml2obj][ELF] Don't monkeypatch the YAML sections.
2013-06-18 Adrian PrantlAdd some comments to r184252.
2013-06-18 Sean Silva[yaml2obj][ELF] Ensure STN_UNDEF entry is present.
2013-06-18 Anna Zaks[analyzer] Do not create a CompoundVal for lvalue InitL...
2013-06-18 Anna Zaks[analyzer] Do not report uninitialized value warnings...
2013-06-18 Sean Silva[yaml2obj][ELF] Rudimentary symbol table support.
2013-06-18 JF BastienSmall correction to unordered memory code generation...
2013-06-18 Adrian PrantlEmit forward decls for structs with declarations only...
2013-06-18 Greg ClaytonAdded the ability to get a list of types from a SBModul...
2013-06-18 Eli FriedmanIntroduce a new mangling for protocol-qualified ObjC...
2013-06-18 Fariborz Jahaniandoc. parsing: Allow parameter name "..." for variadic...
2013-06-18 Enrico Granata<rdar://problem/14194128>
2013-06-18 Bill WendlingIdentify me on IRC.
2013-06-18 Matt KopecAdd assertion for when no watchpoint found in POSIX...
2013-06-18 Jim InghamWe were getting an assert because somebody was making...
2013-06-18 Jim GrosbachARM: Add optional datatype suffix to NEON mvn asm syntax.
2013-06-18 Jim InghamMake the lldb "Release" configuration use the same...
2013-06-18 Sean Silva[yaml2obj][ELF] Add dummy .strtab section.
2013-06-18 Matt KopecTemporarily disable checking of watchpoint hit on FreeB...
2013-06-18 Eli FriedmanMake sure the assembler-with-cpp hack for "#" works...
2013-06-18 Bill WendlingWe want a string representation of the attribute, not...
2013-06-18 Argyrios KyrtzidisWhen declaring an ObjC interface decl with a @compatibi...
2013-06-18 Jason MolendaPlatformDarwinKernel was treating its file path arg...
2013-06-18 Tim NorthoverAArch64: remove accidental test output file.
2013-06-18 Rafael EspindolaRemove Path::canWrite.
2013-06-18 Rafael EspindolaUse llvm::sys::fs::can_write.
2013-06-18 Rafael EspindolaAdd a can_write function to PathV2.
2013-06-18 Stephen LinPartially revert r184225 test changes and make a smalle...
2013-06-18 Michael Gottesman[ARMTargetLowering] ARMISD::{SUB,ADD}{C,E} second resul...
2013-06-18 Michael GottesmanConverted an overly aggressive assert to a conditional...
2013-06-18 Rafael EspindolaRemove unused Path::canRead.
2013-06-18 Nadav RotemFix 80 col violation.
2013-06-18 Michael Gottesman[multiprecision-builtins] Added missing builtin __built...
2013-06-18 Jim InghamFix the help for "image dump line-table" - its argument...
2013-06-18 Stephen LinFix C++ constructor/destructor tests when run on ARM
2013-06-18 Kevin EnderbyChange the arm assembler to support this from the v7c...
2013-06-18 Richard SmithDR14, DR101, and part of DR1: fix handling of extern...
2013-06-18 Quentin ColombetDuring SelectionDAG building explicitly set a node...
2013-06-18 John ThompsonFixed a typo and naming convention.
2013-06-18 Jack CarterMips ELF: Mark object file as ABI compliant
2013-06-18 Rafael EspindolaRemove uniqueID from PathV1.h.
2013-06-18 Rafael EspindolaUse llvm::sys::fs::GetUniqueID.
2013-06-18 Rafael EspindolaAdd a GetUniqueID that will replace the uniqueID of...
2013-06-18 Adrian PrantlFix a missing pointer deref that was uncovered by one...
2013-06-18 Enrico Granata<rdar://problem/12717717>
2013-06-18 Eli FriedmanCorrectly compute the index of the first string format...
2013-06-18 David BlaikieReduce indentation.
2013-06-18 Enrico GranataThis patch fixes the issue where our command-line tab...
2013-06-18 Richard SmithPR14503: Don't assert if a constexpr constructor templo...
2013-06-18 Rafael EspindolaConvert most uses of PathV1.h in ToolRunner.cpp.
2013-06-18 Enrico GranataRemoving the lldb-perf file group from our Xcode project
2013-06-18 Fariborz JahanianObjective-C: Fixes a typo correction bug where a
2013-06-18 Stefanus Du... Add support for encoding the HLE XACQUIRE and XRELEASE...
2013-06-18 Rafael EspindolaAdd a version of unique_file that return just the file...
2013-06-18 Stephen LinCodeGen: Have 'this'-returning constructors and destruc...
2013-06-18 Rafael EspindolaReturn a std::string from PrependMainExecutablePath.
2013-06-18 Rafael EspindolaRemove PathV1.h use from BugDriver.cpp.
2013-06-18 Rafael EspindolaRemove use of PathV1.h from ExecutionDriver.cpp.
2013-06-18 Nadav RotemScan the successor blocks and use the PHI nodes as...
2013-06-18 Nadav RotemAdd a return value to make this function more useful.
2013-06-18 Fariborz JahanianFix buildbot failure.
2013-06-18 Rafael EspindolaRemove usage of PathV1.h from OptimizerDriver.cpp.
2013-06-18 Edwin Vanecpp11-migrate: Transforms honour header modification...
2013-06-18 Rafael EspindolaConvert some uses of eraseFromDisk.
next