platform/upstream/llvm.git
2013-07-26 Howard HinnantI had a buffer mismanagement bug in the demangler.
2013-07-26 Rafael EspindolaRevert "[PowerPC] Improve consistency in use of __ppc__...
2013-07-26 Owen AndersonFix variable name.
2013-07-26 Aaron BallmanRe-enabling the C4065 warning for MSVC builds as it...
2013-07-26 Bill WendlingUse the new boolean to StringRef function to generate...
2013-07-26 Bill WendlingUse a non-c'tor for converting a boolean into a StringRef.
2013-07-26 Owen AndersonWhen InstCombine tries to fold away (fsub x, (fneg...
2013-07-26 Bill Schmidt[PowerPC] Improve consistency in use of __ppc__, __powe...
2013-07-26 Eric ChristopherUse more parens to clarify assert.
2013-07-26 Bob WilsonFix up the BUILD_CLANG_ONLY code to work properly after...
2013-07-26 Eric ChristopherRemove addLetterToHash, no functional change.
2013-07-26 Akira Hatanaka[mips] Implement llvm.trap intrinsic.
2013-07-26 Rui Ueyama[PECOFF][Driver] Fix a bug that -mllvm does not take...
2013-07-26 Akira Hatanaka[mips] Fix FP conditional move instructions to have...
2013-07-26 Rafael EspindolaAdd missing 'n'.
2013-07-26 Adrian PrantlDebug Info / EmitCallArgs: arguments may modify the...
2013-07-26 Hans WennborgOptions.td: rename CCC{Driver,Debug}Opt to Internal...
2013-07-26 Akira Hatanaka[mips] Fix FP branch instructions to have explicit...
2013-07-26 Manman RenDebug Info Verifier: enable verification of DICompileUnit.
2013-07-26 Hans WennborgOptions.td: remove a_Group and L_Group.
2013-07-26 Rafael EspindolaRevert "Added new feature for checking macro and prepro...
2013-07-26 Akira Hatanaka[mips] Increase the number of floating point condition...
2013-07-26 Akira Hatanaka[mips] Fix floating point branch, comparison, and condi...
2013-07-26 Daniel JasperAdd matcher for float literals.
2013-07-26 Akira Hatanaka[mips] Delete register print method MipsInstPrinter...
2013-07-26 Argyrios Kyrtzidis[libclang] Remove comma from the blacklist of character...
2013-07-26 Akira Hatanaka[mips] Print instructions "beq", "bne" and "or" using...
2013-07-26 John ThompsonAdded new feature for checking macro and preprocessor...
2013-07-26 Rafael EspindolaRevert "cpp11-migrate: Write header replacements to...
2013-07-26 Stephen LinRemove trailing whitespace.
2013-07-26 Stephen LinCorrect case of m_UIToFp to m_UIToFP to match instructi...
2013-07-26 Eric ChristopherCollapse conditional and add an assert for unhandled...
2013-07-26 Matt ArsenaultRe-add DataLayout pointer size convenience functions.
2013-07-26 Eric ChristopherMove this to the X86 directory, unfortunately the hashe...
2013-07-26 Rui Ueyama[PECOFF] Don't set IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BA...
2013-07-26 Rui Ueyama[PECOFF] Replace magic number with llvm::COFF::DataDire...
2013-07-26 Rui Ueyama[PECOFF] Fixed a bug which caused DataDirectoryChunk...
2013-07-26 Hans WennborgOptions.td: Update HelpText of CCCDriverOpt
2013-07-26 Eric ChristopherRegenerate.
2013-07-26 Rui UeyamaRemove trailing whitespace.
2013-07-26 Rui UeyamaMake local variables to start with a lowercase characte...
2013-07-26 Rui Ueyama[PECOFF] Simplicy object allocation code. No functional...
2013-07-26 Eric ChristopherAdd preliminary support for hashing DIEs and breaking...
2013-07-26 Eric ChristopherAdd a way to get the context of any particular scope.
2013-07-26 Rui Ueyama[PECOFF] Ignore sections with IMAGE_SCN_LNK_REMOVE...
2013-07-26 Daniel Jasperclang-format: Add two new style options to support...
2013-07-26 Reid KlecknerRemove dead or useless header checks from cmake and...
2013-07-26 Rafael EspindolaExtend the lifetime of the strings passed to posix_spaw...
2013-07-26 Argyrios Kyrtzidis[frontend] '-frewrite-includes' should not ignore heade...
2013-07-26 Rafael EspindolaImprove our error handling on windows.
2013-07-26 Rafael EspindolaNext batch of -disable-debug-info-verifier.
2013-07-26 Tareq A. Sirajcpp11-migrate: Write header replacements to disk
2013-07-26 Rafael EspindolaAdd not to a command that is expected to fail.
2013-07-26 Justin HolewinskiAdd a target legalize hook for SplitVectorOperand ...
2013-07-26 Rafael EspindolaRevert "Add a target legalize hook for SplitVectorOperand"
2013-07-26 Aaron WatryAdd missing integer min/max definitions
2013-07-26 Pavel LabathFix tests on targets that don't support thread_local
2013-07-26 Justin HolewinskiAdd a target legalize hook for SplitVectorOperand
2013-07-26 Rafael EspindolaAdd a triple. Should fix the windows bots.
2013-07-26 Pavel Labath[analyzer] Fix FP warnings when binding a temporary...
2013-07-26 Richard Osbornetest commit
2013-07-26 NAKAMURA TakumiRework r187192, to tweak expressions to be tolerant...
2013-07-26 Richard Osborne[XCore] Add TODO regarding byval structs
2013-07-26 NAKAMURA Takumiclang/test/Driver/linux-header-search.cpp: Add XFAILs...
2013-07-26 Chandler CarruthRe-implement the analysis of uses in mem2reg to be...
2013-07-26 Craig TopperRemove trailing whitespace.
2013-07-26 Craig TopperRemove trailing whitespace.
2013-07-26 Craig TopperAdd test cases for the various instruction alias and...
2013-07-26 Craig TopperFix more Intel syntax issues with FP instruction aliase...
2013-07-26 Tobias GrosserMake .bc en/decoding of AttrKind stable
2013-07-26 Jason MolendaAdd an SBFrame::FindRegister() method to make it a...
2013-07-26 Eli FriedmanFix test for Release builds.
2013-07-26 Craig TopperTake advantage of the register enums being in order...
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-26 Eli FriedmanFix test for Release builds.
2013-07-26 Rui Ueyama[PECOFF] Create an atom for a symbol whose storage...
2013-07-26 Eli FriedmanTighten type-checking for vector attributes.
2013-07-26 Eli FriedmanFix gcc search for cross-compiler on Ubuntu 13.04.
2013-07-26 Eli FriedmanFix GNU ObjC ABI for a message returning a struct.
2013-07-26 Jim InghamRefine the fix in r187094 to only distrust the StackID...
2013-07-26 Eli FriedmanPartially revert r186903.
2013-07-26 Eli FriedmanMove friend warning into CXX11 warning group.
2013-07-25 Reid KlecknerUse env in a pecoff test so it passes with the lit...
2013-07-25 Sean CallananFixed several problems with watchpoint expressions.
2013-07-25 Hans WennborgOptions.td: fold the NoForward flag into DriverOption
2013-07-25 Richard SmithWhen we perform dependent name lookup during template...
2013-07-25 Bill WendlingAdd a bool->StringRef c'tor to StringRef.
2013-07-25 Reid KlecknerAdd yaml2obj to check-lld deps, since the PECOFF tests...
2013-07-25 Hans WennborgPhabricator.rst: tiny fix
2013-07-25 Hans WennborgOptions.td: finish comment about CompileOnly_Group
2013-07-25 Rui Ueyama[PECOFF][Driver] Add /nologo command line option.
2013-07-25 Rui Ueyama[PECOFF][Driver] Split WinLinkDriver::parse for readabi...
2013-07-25 Jordan Rose[analyzer] Remove dead optimization for MaterializeTemp...
2013-07-25 Aaron BallmanUsing a different loop induction variable than the...
2013-07-25 Roman DivackyPPC32 va_list is an actual structure so va_copy needs...
2013-07-25 Manman RenDebug Info: update comments and add a FIXME.
2013-07-25 David BlaikieDon't forward all assembler arguments untouched to...
2013-07-25 Ed Mastetests: Build test code on FreeBSD the same way as on...
2013-07-25 Rafael EspindolaRemove dead code from the makefile build system.
next