platform/upstream/llvm.git
2014-01-05 Simon Atanasyan[Mips] Rename the test case input file. No functional...
2014-01-05 Daniel Jasperclang-format: Spacing inside enum braces.
2014-01-05 Daniel Jasperclang-format: Allow formatting short enums on a single...
2014-01-05 Elena DemikhovskyAVX-512: Added more intrinsics for convert and min...
2014-01-05 Chandler Carruth[PM] Add a definition for the static PassID in the...
2014-01-05 Chandler CarruthAdd in a unittest for the one-use pattern matcher.
2014-01-05 Craig TopperAdd the other form of movq xmm,xmm for the disassembler.
2014-01-05 Craig TopperUse patterns to remove some duplicate instructions.
2014-01-05 Alp TokerFix 'declartion' typos
2014-01-05 Alp TokerPre-declare '::type_info' in MicrosoftMode only, not...
2014-01-05 Craig TopperFix encoding for PUSH64i16. Add In64BitMode Predicate...
2014-01-05 Craig TopperRemove no longer needed x86 disassembler hack.
2014-01-05 Craig TopperMark x86 _alt instructions as AsmParserOnly so they...
2014-01-05 Craig TopperUse new ForceDisassemble flag on the 2-byte forms of...
2014-01-05 Craig TopperAdd a new x86 specific instruction flag to force some...
2014-01-05 Alp TokerTweak the parse recovery in r198540
2014-01-05 Chandler CarruthAdd support to the pattern match library for matching...
2014-01-05 Alp TokerFix bungled parse recovery in K&R function declarations
2014-01-05 Alp TokerParse: Token consumption modernization and loop de...
2014-01-05 Chandler CarruthFix a bug in IRBuilder that's been there for who knows...
2014-01-05 Bill WendlingAttempt to fix buildbots by XFAILing some architectures.
2014-01-05 Venkatraman... Add lit.local.cfg for MC/Sparc
2014-01-05 Rui UeyamaReplace nested switch statements.
2014-01-05 Chandler CarruthUse a shorter name for the IRBuilder member. This will...
2014-01-05 Venkatraman... [Sparc] Add initial implementation of MC Code emitter...
2014-01-05 Chandler CarruthSimplify the PatternMatch unittest by giving it a modul...
2014-01-05 Bill WendlingEmit an error message if the value passed to __builtin_...
2014-01-05 Craig TopperMark the 64-bit x86 push/pop instructions as In64BitMod...
2014-01-05 Craig TopperDon't use PrintFatalError(which calls exit) for 'Primar...
2014-01-05 Nico WeberAdd a FIXME.
2014-01-04 Alp TokerAdd missed cleanup from r198456
2014-01-04 Craig TopperTag x86 move to/from debug/control registers with Not64...
2014-01-04 Joerg SonnenbergerSwitch to using C++ style casts.
2014-01-04 Alp TokerRevert "Fix PR18361: Invalidate LoopDispositions after...
2014-01-04 Alp TokerRevert "ToolingTest.cpp: Fix r158592, runToolOnCode...
2014-01-04 Alp TokerMove MS predefined type_info out of InitializePredefine...
2014-01-04 Alp TokerOnly mark dump() function definitions 'used' in debug...
2014-01-04 Venkatraman... [Sparc] Add the initial implementation of an asm parser...
2014-01-04 Yaron Keren80 cols fixes.
2014-01-04 Yaron KerenImplement the functions: clz, clzl, clzll, ctz, ctzl...
2014-01-04 Venkatraman... [SparcV9]: Implement RETURNADDR and FRAMEADDR lowering...
2014-01-04 Argyrios KyrtzidisAdd an additional check in test/Sema/ext_vector_casts.c
2014-01-04 Andrew TrickFix PR18361: Invalidate LoopDispositions after LoopSimp...
2014-01-04 Andrew Trickwhitespace
2014-01-04 Ted Kremenek[analyzer] Remove IdempotentOperations checker.
2014-01-04 Craig TopperRemove JMP64pcrel32 (jmpq ). There are no tests for...
2014-01-04 Argyrios Kyrtzidis[Sema] When checking if a bitcast is appropriate betwee...
2014-01-04 Richard TrieuIgnore qualified templated functions for -Winfinite...
2014-01-04 Jason MolendaUse Address::SetLoadAddress() instead of SectionLoadLis...
2014-01-04 Joey Gouly[MachO] Add some missing NListTypes.
2014-01-03 Reid KlecknerFix MSVC warning about missing return in DataLayout
2014-01-03 Reid Kleckner[ms-cxxabi] Improve vbtable name mangling accuracy
2014-01-03 Adrian PrantlDebug info: Ensure that the last stop point in a functi...
2014-01-03 Joey Gouly[MachO] Begin to add some MachO specific File/Atoms...
2014-01-03 Marshall ClowRename ___make_pair_return to __make_pair_return_impl...
2014-01-03 Nico WeberAdd a LLVM_DUMP_METHOD macro.
2014-01-03 Jack Carter[Mips]Work around MIPS linker issues exposed by commit...
2014-01-03 Jason MolendaDon't enforce ABI stack alignment rules on the sigtramp...
2014-01-03 Adrian PrantlFileCheck: Print a nice error message for missing closi...
2014-01-03 Jason MolendaFix a mistake in the last change I made to ProcessMachC...
2014-01-03 Aaron BallmanRefactored Builtin::Context::isPrintfLike and isScanfLi...
2014-01-03 Reid KlecknerRevert "For disassembly when adding a symbolic operand...
2014-01-03 Argyrios KyrtzidisFix 80 col violation.
2014-01-03 Rafael EspindolaFix typo.
2014-01-03 Argyrios KyrtzidisPass the decl directly to the diagnostic, no need to...
2014-01-03 Kevin EnderbyFor disassembly when adding a symbolic operand that...
2014-01-03 Aaron BallmanFixing a FIXME; the RetTy template parameter is always...
2014-01-03 Rafael EspindolaUpdate for llvm's DataLayout including mangling informa...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-03 Ana Pazos[AArch64][NEON] Added SXTL and SXTL2 instruction aliases
2014-01-03 David BlaikieRevert "Revert "Debug Info: Type Units: Simplify type...
2014-01-03 Aaron BallmanMarked the default constructor as an LLVM_DELETED_FUNCTION.
2014-01-03 Joerg SonnenbergerTypo
2014-01-03 Aaron BallmanRemoved one of the string versions of getQualifiedNameA...
2014-01-03 Argyrios Kyrtzidis[objc] Refactor and improve functionality for the ...
2014-01-03 Marshall ClowPatch by Howard. First part of fix for PR18218; add...
2014-01-03 Rafael EspindolaReformat the description strings. No functionality...
2014-01-03 Aaron BallmanWe haven't cared about VS 2005 in a long time, and...
2014-01-03 Aaron BallmanFixed a FIXME; created a print method for Selectors...
2014-01-03 Alexander KornienkoA follow-up to r198426: move AnalysisConsumer.h to...
2014-01-03 Alexander KornienkoMake clang::ento::CreateAnalysisConsumer a part of...
2014-01-03 David PeixottoFix loop rerolling pass failure with non-consant loop...
2014-01-03 Aaron BallmanSimplifying the mutual exclusion check now that the...
2014-01-03 Alexander KornienkoClear the diagnostic buffer after flushing it.
2014-01-03 Joey Gouly[OpenCL] Add test case for previous commit.
2014-01-03 Aaron BallmanUsing the proper helper function instead of manually...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from diagn...
2014-01-03 Aaron BallmanRemoving an unneeded typecast. getScopeRep() already...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from diagn...
2014-01-03 Joey Gouly[OpenCL] Variables in the constant address space must...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from diagn...
2014-01-03 Aaron BallmanIt turns out the problem was a bit more wide-spread...
2014-01-03 Aaron BallmanRemoving an unneeded typecast. getScopeRep() already...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from diagn...
2014-01-03 Daniel Jasperclang-format: Recognize single-line macro usages inside...
2014-01-03 Alexander KornienkoRework of r198404 to avoid changes in the build configu...
2014-01-03 NAKAMURA Takumiclang-tody: Rework r198403, to fix build.
2014-01-03 NAKAMURA Takumiclang-tidy: Fix build since r198402 in the case that...
2014-01-03 Alexander KornienkoRefactored Clang-tidy for better reusability.
2014-01-03 Alp TokerMSVC 2010 build fix
next