platform/upstream/llvm.git
2013-07-22 Richard SmithUpdate comment to refer to core issue number.
2013-07-22 Aaron BallmanThis test was missing its -verify argument.
2013-07-22 Jim GrosbachMC: mayAffectControlFlow() handling for variadic instru...
2013-07-22 Nadav RotemFix an obvious typo in the loop vectorizer where the...
2013-07-22 Justin Holewinski[NVPTX] Remove unused prototypes
2013-07-22 Rui UeyamaRename ReaderCOFF members to follow the LLD coding...
2013-07-22 Edwin Vanecpp11-migrate: Make a VirtualFilesHelper class for...
2013-07-22 Daniel JasperFix bug in clang-format's vim integration cause by...
2013-07-22 Hans WennborgOption parsing: allow aliases in groups
2013-07-22 Sergey Matveev[sanitizer] Change strip_path_prefix flag behavior.
2013-07-22 Samuel BenzaquenAdd support for overloaded matchers. ie different match...
2013-07-22 Marshall ClowMake tuple's constructor and std::get<>(tuple) constexp...
2013-07-22 NAKAMURA Takumic-index-test.c: Let this C89-compliant since r186817.
2013-07-22 Mihai PopaThis adds range checking for "ldr Rn, [pc, #imm]" Thumb
2013-07-22 Rafael EspindolaReplace archive members in the old position.
2013-07-22 Reid Kleckner[ms-cxxabi] Emit linkonce complete dtors in TUs that...
2013-07-22 Reid KlecknerRename D to GD to match the type, which is GlobalDecl
2013-07-22 Daniel JasperInstall git-clang-format along with clang-format by...
2013-07-22 Reid KlecknerForward declare OMPClause in Sema.h to avoid an include
2013-07-22 Rafael EspindolaDon't depend on a llvm-ar specific behavior.
2013-07-22 Ed MasteFactor out common string match code for POSIX log enabl...
2013-07-22 Sergey Matveev[lsan] Make __lsan_do_leak_check() honor the detect_lea...
2013-07-22 Justin Holewinski[NVPTX] Use approximate FP ops when unsafe-fp-math...
2013-07-22 Sergey Matveev[lsan] Print direct leaks first.
2013-07-22 Tim NorthoverRevert "More Intel syntax alias fixes."
2013-07-22 Enea ZaffanellaImplement the part of C89 6.5.7 p3 requiring a constant...
2013-07-22 Enea ZaffanellaImprove clarity/consistency of a few UsingDecl methods...
2013-07-22 Craig TopperFix typo. Change %cl to CL in Intel pattern.
2013-07-22 Craig TopperMore Intel syntax alias fixes.
2013-07-22 Craig TopperMore Intel syntax alias fixes.
2013-07-22 Craig TopperChange %xmm0 to XMM0 in Intel side of asm strings for...
2013-07-22 Craig TopperAdd Intel variants to aliases for some FP instructions.
2013-07-22 Tim NorthoverARM: remove now unneeded custom Asm converters
2013-07-22 Craig TopperReverse operands for Intel syntax form of 'bt' alias.
2013-07-22 Nadav RotemDelete unused helper functions.
2013-07-22 Robert WilhelmRemove superfluous cast.
2013-07-22 Tobias GrosserRegisterPass: Unhide -polly-show and -polly-show-only
2013-07-22 Tobias GrosserScopDetect: move "return false" out of INVALID macro.
2013-07-22 Richard SmithPR16288: A template is only missing a default template...
2013-07-22 Richard SmithImplement DR257 / fix PR16659:
2013-07-22 NAKAMURA TakumiSemaTemplate.cpp: Prune a stray "\param NumParamLists...
2013-07-22 Michael GottesmanAdded missing - in the header of PrologEpilogInserter...
2013-07-21 Richard SmithTest updates missed from r186799.
2013-07-21 Richard SmithTighten up the set of operator new/operator delete...
2013-07-21 Richard SmithTreat nothrow forms of ::operator delete and ::operator...
2013-07-21 Craig TopperConst-correct some iterators. No functional change.
2013-07-21 Craig TopperReplace 'unsigned short' with 'uint16_t' in a packed...
2013-07-21 Craig TopperRevert r186649 because it wasn't unnecessary and add...
2013-07-21 Robert WilhelmConvert Sema::MatchTemplateParametersToScopeSpecifier...
2013-07-21 Lubos Lunakreport unused-value warning also for warn_unused types
2013-07-21 Rafael EspindolaHandle replacement into a position past the original...
2013-07-21 Rafael EspindolaRemove unused fields.
2013-07-21 Benjamin Kramermem2reg: Minor STL usage cleanup. No functionality...
2013-07-21 Daniel Jasperclang-format: Smarter replacement in the vim integration.
2013-07-21 Chandler CarruthMake the mem2reg interface use an ArrayRef as it keeps...
2013-07-21 Craig TopperMark that the _ftol2 function used by windows on x86...
2013-07-21 Nadav RotemRevert a part of r186420. Don't forbid multiple store...
2013-07-21 Logan ChienFix exception demo: Add mcjit to link component.
2013-07-21 Chandler CarruthHoist the rest of the logic for promoting single-store...
2013-07-21 Chandler CarruthHoist the rest of the logic for fully promoting allocas...
2013-07-21 Chandler CarruthRemove a method made dead by the prior refactoring.
2013-07-20 Chandler CarruthHoist the two trivial promotion routines out of the...
2013-07-20 Chandler CarruthHoist the AllocaInfo struct to the top of the file.
2013-07-20 Chandler CarruthSink a typedef and comparator down to the function...
2013-07-20 Rafael EspindolaDon't crash when llvm.compiler.used becomes empty.
2013-07-20 Chandler CarruthDon't allocate the DIBuilder on the heap and remove...
2013-07-20 Chandler CarruthRename constructor parameters to follow the common...
2013-07-20 Chandler CarruthReformat the implementation of mem2reg with clang-forma...
2013-07-20 Andrew TrickComment: try to clarify loop iteration order.
2013-07-20 Chandler CarruthRemove a DenseMapInfo specialization for std::pair...
2013-07-20 Chandler CarruthUpdate mem2reg's comments to conform to the new doxygen...
2013-07-20 Rui Ueyama[PECOFF] Fix use-after-free.
2013-07-20 Enea ZaffanellaAdded preproc callback for pragma directives.
2013-07-20 Richard SmithAdd missing check for creating an instance of an abstra...
2013-07-20 Richard SmithUndisable a test for a c++98-compat warning for inherit...
2013-07-20 Matt ArsenaultDisallow global aliases to bitcast between address...
2013-07-20 Matt ArsenaultRemove trailing whitespace, fix file path in comment
2013-07-20 Lubos Lunakadd type attribute warn_unused, for -Wunused-variable...
2013-07-20 Lubos Lunakavoid bogus warnings about "unknown" pragmas with ...
2013-07-20 Lubos Lunakfix sometimes incorrect line numbers in -frewrite-inclu...
2013-07-20 Benjamin KramerSilence GCC warning for using both enum and unsigned...
2013-07-20 Benjamin KramerSROA: Microoptimization: Remove dead entries first...
2013-07-20 David MajnemerDiagnosticIDs: Forbid Diag ID from being valid
2013-07-20 Stephen LinInstCombine: call FoldOpIntoSelect for all floating...
2013-07-20 Matt ArsenaultHave InlineCost check constant fcmps
2013-07-20 Richard TrieuIf a default argument is a dependent type, get the...
2013-07-20 Hans WennborgAdd Option unit tests to the make build
2013-07-20 Nick Kledzik[mach-o] factor out all cputype <-> arch conversions...
2013-07-20 Eli FriedmanFix bug in computing POD-for-layout.
2013-07-20 Alexander KornienkoUse -lines option instead of -offset/-length. This...
2013-07-20 Rui Ueyama[PECOFF][Driver] Add -base command line option.
2013-07-20 Eli FriedmanMake IgnoreParens() look through ChooseExprs.
2013-07-20 Manman RenDebug Info Verifier: simplify DIxxx::Verify
2013-07-20 Matt ArsenaultFix size_t -> uint warnings with MSVC 64-bit build
2013-07-19 Lang HamesRefactor AnalyzeBranch on ARM. The previous version...
2013-07-19 Rui UeyamaRetry submitting r186623: COFFDumper: Dump data directo...
2013-07-19 Nadav Rotemfix an 80-col line.
2013-07-19 Nadav RotemUse LLVMs ADTs that improve the compile time of this...
2013-07-19 Nadav RotemSLPVectorizer: Improve the compile time of isConsecutiv...
2013-07-19 Larisse VoufoFIXME fix: improving diagnostics for template arguments...
next