platform/upstream/llvm.git
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.
2013-06-18 Fariborz JahanianObjective-C [qoi]: privide typo correction for selectors
2013-06-18 Edwin Vanecpp11-migrate: Transform now responsible for applying...
2013-06-18 Rafael EspindolaDon't use PathV1.h in tools/bugpoint/Miscompilation...
2013-06-18 Reid KlecknerRemove option emitter from clang-tblgen
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-18 Kostya Serebryany[asan] fix a rare failure in fast unwinder, found by...
2013-06-18 Sergey Matveev[lsan] Set current_thread_tid correctly for main thread.
2013-06-18 Rafael EspindolaRemove duplicated file and directory.
2013-06-18 Evgeniy Stepanov[sanitizer] Fix Android build.
2013-06-18 Rafael EspindolaDon't convert object_error's enum to and from int.
2013-06-18 Evgeniy Stepanov[sanitizer] Remove a set of deprecated ioctls.
2013-06-18 Evgeniy Stepanov[sanitizer] Replace ext2_ ioctls with generic fs_ ioctls.
2013-06-18 Evgeniy Stepanov[sanitizer] Symbolic ioctl names.
2013-06-18 Amaury de la... ARM: fix literal load with positive offset encoding
2013-06-18 Amaury de la... ARM: add operands pre-writeback variants when needed
2013-06-18 Amaury de la... ARM: fix thumb literal loads decoding
2013-06-18 Amaury de la... ARM: thumb stores cannot use PC as dest register
2013-06-18 Timur IskhodzhanovHopefully fix the MSVS build after r184105
2013-06-18 Bill WendlingUpdate to new API.
2013-06-18 Bill WendlingUpdate to pass in pointers intead of references.
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-18 Nick LewyckyFix nondeterminism in .gcno file generation.
2013-06-18 Bill WendlingRemove dead prototype.
2013-06-18 Bill WendlingSimplify some of the code. No functionality change.
2013-06-18 Bob Wilsonsize_t on Darwin AAPCS targets is "unsigned long"....
2013-06-18 Chris Lattnerremove some @deprecated markers: LLVM APIs aren't depre...
2013-06-18 Dmitri GribenkoSimplify a loop in ProcessCodeCompleteResults(). Point...
next