platform/upstream/llvm.git
2012-10-12 NAKAMURA TakumiExceptionDemo.cpp: Use Function::setDoesNotReturn(...
2012-10-12 NAKAMURA TakumiExceptionDemo.cpp: Whitespace.
2012-10-12 NAKAMURA Takumiclang/test/Index/index-module.m: Tweak expressions...
2012-10-12 Benjamin KramerRemove unused variable.
2012-10-12 Duncan SandsAdd powerpc-ibm-aix to Triple. Patch by Kai.
2012-10-12 Tim NorthoverAdd float-abi and softfloat options to lli
2012-10-12 NAKAMURA TakumiJITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __att...
2012-10-12 Tobias Grosserwww: Clarify that GMP is LGPL licensed
2012-10-12 Argyrios Kyrtzidis[PCH] We only need to record C++ overridden methods...
2012-10-12 Nick LewyckyShuffle the virtual destructor down to the base. This...
2012-10-12 Nick LewyckyGive this class full of virtual functions a virtual...
2012-10-12 Eric ChristopherIndenting.
2012-10-12 Sebastian Popfix warning
2012-10-12 Reed KotlerDiv, Rem int/unsigned int
2012-10-12 Sean Silvadocs: Update example to conform to coding standards.
2012-10-12 Bill WendlingMark function as 'used' so that LTO doesn't try to...
2012-10-12 NAKAMURA TakumiRevert r165777, "Mark function as 'used' so that LTO...
2012-10-12 Sean Silvadocs: Minor clean up of Phabricator documentation.
2012-10-12 Evan ChengLegalizer optimize a pair of div / mod to a call to...
2012-10-12 Bill WendlingMark function as 'used' so that LTO doesn't try to...
2012-10-12 Bill WendlingWe need this symbol after an LTO build.
2012-10-12 Sean Silvadocs: Add SphinxQuickstartTemplate.rst.
2012-10-12 Ted KremenekConditionally use an integral cast for BodyFarm support...
2012-10-12 Douglas GregorTrack which particular submodule #undef's a macro,...
2012-10-12 Chad RosierRemove dead code introduced in r165751.
2012-10-11 Fariborz Jahaniansearch for overridden methods with comment when overrid...
2012-10-11 Sean SilvaRemove pointless classof()'s.
2012-10-11 Sean SilvaAdd missing classof().
2012-10-11 Sean Silvadocs: Improve HowToSetUpLLVMStyleRTTI.
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-11 Sean Silvadocs: Update HowToSetUpLLVMStyleRTTI.
2012-10-11 Sean SilvaCasting.h: Automatically handle isa<Base>(Derived).
2012-10-11 Sean SilvaRemove buggy classof().
2012-10-11 David BlaikieProvide a fixit when taking the address of an unqualifi...
2012-10-11 NAKAMURA Takumiclang/test/Index/index-module.m: Move XFAIL. It was...
2012-10-11 NAKAMURA Takumiclang/test/Index/index-module.m: Mark it as XFAIL:win32...
2012-10-11 NAKAMURA Takumiclang/test/Index/index-pch-with-module.m: Tweak express...
2012-10-11 Manman RenPGO: create metadata for switch only if it has more...
2012-10-11 Chad RosierRemove extra semicolon.
2012-10-11 Chad RosierRemove extra semicolons.
2012-10-11 Greg Clayton<rdar://problem/12042500>
2012-10-11 Greg ClaytonFix build warnings.
2012-10-11 Sean CallananFixed the IR interaction layer to deal with a
2012-10-11 Jan Wen VoungFix some typos 165739, spotted by Duncan.
2012-10-11 Chad Rosier[ms-inline asm] Remove a bunch of parsing code from...
2012-10-11 Chad Rosier[ms-inline asm] Lookup the IdentifierInfo using the...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Douglas GregorDiagnose the expansion of ambiguous macro definitions...
2012-10-11 Ted KremenekRemove OSAtomicChecker.
2012-10-11 Ted KremenekSwitch over to BodyFarm implementation of OSAtomicCompa...
2012-10-11 Ted KremenekTeach GetBaseType() about BlockPointerTypes.
2012-10-11 Nadav RotemAdd TargetTransformInfo to the clang driver.
2012-10-11 Greg ClaytonFixed an indentation issue that only shows up when...
2012-10-11 Jan Wen VoungChange encoding of instruction operands in bitcode...
2012-10-11 Manuel KlimekAdds Phabricator documentation. This is a first step...
2012-10-11 Argyrios Kyrtzidis[libclang] Make sure the index_data.main_filename field...
2012-10-11 Argyrios Kyrtzidis[libclang] Remove this test while I investigate why...
2012-10-11 Ted KremenekAdd null check for malformed code.
2012-10-11 Argyrios Kyrtzidis[libclang] Add tests for indexing modules and PCHs...
2012-10-11 Derek SchuffFix build failure from r165722
2012-10-11 Greg Clayton<rdar://problem/12331741>
2012-10-11 Douglas GregorIntroduce a simple "hint" scheme to eliminate the quadr...
2012-10-11 Greg ClaytonPatch from Andrew Kaylor that fixes Linux default host...
2012-10-11 Douglas GregorMake the deserialization of PendingMacroIDs deterministic.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-11 Jordan Rose-Warc-repeated-use-of-weak: fix a use-of-uninitialized...
2012-10-11 Derek SchuffProperly factor Native Client defines to support NaCl...
2012-10-11 Jakob Stoklund... Pass an explicit operand number to addLiveIns.
2012-10-11 Rafael EspindolaHandle gnu_inline in c++ in a gcc compatible way. Origi...
2012-10-11 Jordan Rose-Warc-repeated-use-of-weak: Don't warn on a single...
2012-10-11 Jordan Rose-Warc-repeated-use-of-weak: Check messages to property...
2012-10-11 Argyrios Kyrtzidis[libclang] Improve AST serialization done by ASTUnit...
2012-10-11 Jordan RoseObjCMethodDecl::findPropertyDecl: bail out early if...
2012-10-11 Derek SchuffMake X86_64ABIInfo clean for ABIs with 32 bit pointers...
2012-10-11 Bill SchmidtThis patch addresses PR13947.
2012-10-11 David ChisnallAdd test cases for correct parsing of register names...
2012-10-11 NAKAMURA Takumiclang/test/CodeGenCXX/microsoft-uuidof.cpp: Fix for...
2012-10-11 David ChisnallExpose move to/from coprocessor instructions in MIPS64...
2012-10-11 Nico WeberAdd codegen support for __uuidof().
2012-10-11 NAKAMURA Takumillvm/Analysis/Passes.h: Fix copypasto in createDependen...
2012-10-11 Sebastian Popdependence analysis
2012-10-11 Michael LiaoFollow the same routine to add target float expansion...
2012-10-11 Ted KremenekAdd prologue text for list of potential checkers.
2012-10-11 Jason MolendaWhen OptionValueFileSpec is given a filename starting
2012-10-11 Jason MolendaChange the scratch buffer for x86 assembly instructions...
2012-10-11 Andrew Trickmisched: Handle "transient" non-instructions.
2012-10-11 Nick LewyckyDon't crash when !tbaa.struct contents is invalid.
2012-10-11 NAKAMURA TakumiRevert r165661, "Patch by Shuxin Yang <shuxin.llvm...
2012-10-11 NAKAMURA TakumiGettingStarted.rst: s/&amp;/&/g
2012-10-11 NAKAMURA TakumiGettingStarted.rst: Fix the label to DeveloperPolicy...
2012-10-11 NAKAMURA Takumiclang/lib/Headers/CMakeLists.txt: Add f16cintrin.h.
2012-10-11 Bill WendlingAdd the LLVM context to this c'tor. It will be needed...
2012-10-11 Bill WendlingSupport a common idiom on how to build an Attributes...
2012-10-11 Manman RenX86: add F16C support in Clang
2012-10-11 Douglas GregorRemove the ASTDeserializationListener's MacroVisible...
2012-10-11 Douglas GregorRemove an unused bit from the serialized IdentifierInfo
2012-10-11 Douglas GregorDeserialize macro history when we deserialize an identi...
2012-10-11 Ted KremenekTeach set-xcode-analyzer that the new default value...
2012-10-11 Nick LewyckyDon't crash if a .ll file contains a forward-reference...
2012-10-11 Eli FriedmanMinor cleanup for r165678; no functional change.
next