platform/upstream/llvm.git
2013-09-27 Douglas GregorNote that modules are supported for C/Objective-C,...
2013-09-27 Renato GolinClarifying doc about cross-compiling
2013-09-27 Justin Bognerdocs: Document CXXLiteralOperatorName and CXXUsingDirective
2013-09-27 Justin Bognerdocs: Remove note about Identifiers being used for...
2013-09-27 Dmitri GribenkoMake SourceMgr::PrintMessage() testable and add unit...
2013-09-27 Rui UeyamaRe-submit r191472 with a fix for big endian.
2013-09-27 Jim InghamConvert ClangASTType::GetTypeName over to return a...
2013-09-27 Jim InghamIf you erase while iterating, remember to update the...
2013-09-27 Rafael EspindolaUpdate the help text.
2013-09-27 Bill WendlingUpdate.
2013-09-27 Justin BognerInstCombine: Only foldSelectICmpAndOr for integer types
2013-09-27 Rafael EspindolaReplace -fobjc-default-synthesize-properties with disab...
2013-09-27 Chandler CarruthImplement N3760, support for the [[deprecated]] attribute.
2013-09-27 Richard SmithMark variable template implementation as complete....
2013-09-27 Richard SmithVariable templates: handle instantiation of static...
2013-09-27 Richard SmithComment out links for papers that aren't up yet.
2013-09-27 Akira Hatanaka[mips] Rewrite MipsTargetLowering::getAddr functions...
2013-09-27 Kaelyn UhrainDon't give suggest things like function names on the...
2013-09-27 Kaelyn UhrainAvoid the hard-coded limit on the number of typo correc...
2013-09-27 Kaelyn UhrainCache the location of failed typo corrections so that...
2013-09-27 Benjamin KramerFix typo: Dellocation.
2013-09-27 Richard SmithFix formatting goof.
2013-09-27 Richard SmithUpdate status:
2013-09-27 Yunzhong GaoAdding intrinsics to the llvm backend for TBM instructi...
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
2013-09-27 Hans Wennborgclang-cl: pass /FI options to fallback
2013-09-27 Edwin VaneAdding pre/post conditions for some Replacement handlin...
2013-09-27 Benjamin KramerSourceManager: Open code isInMainFile.
2013-09-27 Timur IskhodzhanovQuick-fix the test for no-asserts build
2013-09-27 Rafael EspindolaRemove method that always returns true.
2013-09-27 Jordan Rose[analyzer] Allow pre/post-statement checkers for UnaryO...
2013-09-27 Faisal ValiFix the test files by removing the unnecessary -emit...
2013-09-27 Alexander KornienkoAdded a comment and another test for the UT_ForIndentat...
2013-09-27 Alexander KornienkoUpdated examples of UseTab option
2013-09-27 Alexander KornienkoUpdated clang-format style options doc.
2013-09-27 Alexander KornienkoImplemented tab usage only for indentation (llvm.org...
2013-09-27 Justin BognerTransforms: Use getFirstNonPHI to set the insertion...
2013-09-27 Richard Sandiford[SystemZ] Rein back the use of block operations
2013-09-27 Richard Sandiford[SystemZ] Improve handling of PC-relative addresses
2013-09-27 Timur IskhodzhanovAbstract out the emission of vtables, add basic support...
2013-09-27 Alexey Samsonov[LSan] Don't report leaks with single-frame stack traces
2013-09-27 Daniel Sanders[mips][msa] Implemented insert.d intrinsic.
2013-09-27 Tilmann SchellerARM: Teach assembler to enforce constraints for ARM...
2013-09-27 Daniel Sanders[mips][msa] Implemented fill.d intrinsic.
2013-09-27 Daniel Sanders[mips][msa] Implemented copy_[us].d intrinsic.
2013-09-27 Daniel Sanders[mips][msa] Rename arguments to MSA_INSERT_DESC_BASE...
2013-09-27 Evgeniy Stepanov[sanitizer] Intercept backtrace, backtrace_symbols.
2013-09-27 Daniel Sanders[mips][msa] Implemented insert_vector_elt for v4f32...
2013-09-27 Daniel Sanders[mips][msa] Implemented extract_vector_elt for v4f32...
2013-09-27 Andrea Di BiagioRemove superfluous comment accidentally checked-in.
2013-09-27 Daniel Sanders[mips][msa] Added support for MSA registers to copyPhysReg
2013-09-27 Daniel Sanders[mips][msa] Added support for matching splati from...
2013-09-27 Kostya Serebryany[asan] introduce run-time flag uar_stack_size_log to...
2013-09-27 Andrea Di BiagioRe-apply the change from r191393 with fix for pr17380.
2013-09-27 Evgeniy Stepanov[msan] Unpoison argument shadow for C++ module destructors.
2013-09-27 Daniel Sanders[mips][msa] Added MSA.txt to describe instruction selec...
2013-09-27 Jim CownieFirst attempt to import OpenMP runtime
2013-09-27 Tilmann SchellerFix comment.
2013-09-27 Tilmann SchellerARM: Teach assembler to enforce constraint for Thumb2...
2013-09-27 Daniel Sanders[mips][msa] Tidy up
2013-09-27 Jim CownieCreate directory for OpenMP runtime
2013-09-27 Daniel Sanders[mips][msa] MSA requires FR=1 mode (64-bit FPU register...
2013-09-27 Alexander KornienkoCorrectly indent with tabs when whitespace starts from...
2013-09-27 Daniel Sanders[mips][msa] Expand all truncstores and loadexts for...
2013-09-27 Daniel Sanders[mips][msa] Added missing check in performSRACombine
2013-09-27 Daniel Jasperclang-format: Improve formatting of functions with...
2013-09-27 David MajnemerAST: Handle multidimensional arrays inside of __uuidof()
2013-09-27 Daniel Jasperclang-format: Fix formatting bug with comment in weird...
2013-09-27 Puyan LotfiFirst check in. Modified a comment.
2013-09-27 Craig TopperPut HasAVX512 predicate on some patterns to properly...
2013-09-27 Craig TopperSwitch HasAVX to UseAVX in one spot to ensure that...
2013-09-27 Craig TopperRemoval some duplicate patterns.
2013-09-27 David MajnemerAST: Handle qualified array types in typeid() expressions
2013-09-27 Nick LewyckyAdd -fno-unsigned-char and ignore it. We already suppor...
2013-09-27 NAKAMURA TakumiNumericLiteralParser::ParseNumberStartingWithZero(...
2013-09-27 David MajnemerSema: Respect -fdelayed-template-parsing when parsing...
2013-09-27 Craig TopperRemove some stray underscores from copyright block...
2013-09-27 Dmitry Vyukovtsan: support allocator_may_return_null flag
2013-09-27 Yunzhong GaoFixing Intel format of the vshufpd instruction.
2013-09-27 Rui UeyamaRevert "llvm-objdump: Dump COFF import table if -privat...
2013-09-27 Rui UeyamaRevert "[PECOFF] Add a test for the import table."
2013-09-27 Jim InghamFactor the code that was eliminating redundant breakpoi...
2013-09-27 Jim InghamDWARF says line number 0 is a valid line number - used...
2013-09-27 Jim InghamRemove unnecessary checks for thread_plan_sp (we check...
2013-09-27 Rui Ueyama[PECOFF] Add a test for the import table.
2013-09-27 Rui UeyamaFix another -Wnon-pod-varargs error in r191472.
2013-09-27 Rui UeyamaFix -Wnon-pod-varargs error in r191472.
2013-09-27 Rui Ueyamallvm-objdump: Dump COFF import table if -private-header...
2013-09-26 Adrian PrantlMCParser/Debug info: Accept line number 0 as a legitima...
2013-09-26 Matt KopecMark 32/64-bit tests as expected fail after root causin...
2013-09-26 Rui Ueyama[PECOFF] Enable input file logging if /debug is given.
2013-09-26 Fariborz JahanianObjectiveC migrator: Donlt annotate NS_RETURNS_INNER_PO...
2013-09-26 Michael J.... [ELF] Add COPY relocations.
2013-09-26 Michael J.... [Core] Add type and size to SharedLibraryAtom.
2013-09-26 Fariborz JahanianObjectiveC migrator: function pointer is not an
2013-09-26 Adrian PrantlDebug info: Fix a crash when trying to construct a...
2013-09-26 Faisal ValiRemove an unused variable - thanks to Nick Lewycky...
2013-09-26 Jack Carter[mips][msa] Direct Object Emission for 3RF instructions.
2013-09-26 Jack Carter[mips][msa] Updates encoding of 3RF instructions to...
2013-09-26 Kaelyn UhrainFix error recovery when a return type correction includ...
next