platform/upstream/llvm.git
2012-09-27 Meador Ingeinstcombine: Add more test cases for __memset_chk simpl...
2012-09-27 Jakob Stoklund... Enable the new coalescer algorithm by default.
2012-09-27 Jakob Stoklund... Don't dereference begin() on an empty vector.
2012-09-27 Sean CallananFixed some bugs in the runtime reader code. Also
2012-09-27 Anna ZaksUnbreak cmake build
2012-09-27 Anna Zaks[analyzer] Add an experimental ObjC direct ivar assignm...
2012-09-27 Anna ZaksMake getDefaultSynthIvarName() a member of ObjCProperty...
2012-09-27 Anna Zaks[analyzer] Address Jordan's code review comments for...
2012-09-27 Akira HatanakaMIPS DSP: ABSQ_S.PH instruction sub-class.
2012-09-27 Akira HatanakaMIPS DSP: SHLL.QB instruction sub-class.
2012-09-27 Benjamin KramerFix a integer overflow in SimplifyCFG's look up table...
2012-09-27 Micah VillmowFix CRLF issues.
2012-09-27 Benjamin KramerPass PrintingPolicy by reference, copying it isn't...
2012-09-27 Greg ClaytonAshok Thirumurthi patch to enable the latest and greate...
2012-09-27 Jakob Stoklund... Avoid dereferencing a NULL pointer.
2012-09-27 Filipe CabecinhasFixed a typo.
2012-09-27 Micah VillmowPatch for HowToBuildOnARM documentation from Wei-Ren...
2012-09-27 NAKAMURA Takumiclang/test/CodeGen/ms-inline-asm.c: It requires x86...
2012-09-27 Douglas GregorFollowing up on r164620, cope with symlinking from...
2012-09-27 Evgeniy StepanovAdd a missing const qualifier.
2012-09-27 Evgeniy StepanovQuick fix data/bss detection in TSan.
2012-09-27 Benjamin KramerShrink LinkageInfo from 96 bits to 8 bits.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-27 Alexey Samsonov[TSan] move replacement for new/delete back into tsan_i...
2012-09-27 Nick LewyckyPrefer shuffles to selects. Backends love shuffles!
2012-09-27 Bill WendlingAdd constructors to the attribute builder.
2012-09-27 Nick LewyckyAdd missing function CreateFPCast to the TargetFolder...
2012-09-27 Jush Lu[arm-fast-isel] Add support for ELF PIC.
2012-09-27 Akira HatanakaTest case for r164755 and 164756.
2012-09-27 Akira HatanakaMIPS DSP: rddsp (instruction which reads DSPControl...
2012-09-27 Akira HatanakaMIPS DSP: CMPU.EQ.QB instruction sub-class.
2012-09-27 Akira HatanakaMIPS DSP: ADDU.QB instruction sub-class.
2012-09-27 Greg ClaytonAdded the ability to download a symboled executable...
2012-09-27 Jason MolendaChange the kdp-remote alias to require a hostname ...
2012-09-27 Akira HatanakaMIPS DSP: Branch on Greater Than or Equal To Value...
2012-09-27 Akira HatanakaMIPS DSP: all the remaining instructions which read...
2012-09-27 Akira HatanakaMIPS DSP: add support for extract-word instructions.
2012-09-27 Akira HatanakaMIPS DSP: add functions which decode DSP and accumulato...
2012-09-27 Akira HatanakaMIPS DSP: add code necessary for pseudo instruction...
2012-09-27 Akira HatanakaMIPS DSP: add bitcast patterns between vectors and...
2012-09-27 NAKAMURA TakumiIvarInvalidationChecker.cpp: Remove an unused member...
2012-09-27 Akira HatanakaMIPS DSP: add vector load/store patterns.
2012-09-27 Argyrios KyrtzidisPer discussion in lists.cs.uiuc.edu/pipermail/cfe-commi...
2012-09-27 Jordan RoseUse %clang_cc1 so that the test works even if the targe...
2012-09-27 Jim InghamImplement returning integer values in "thread return...
2012-09-27 Argyrios Kyrtzidis[libclang] Always report a CXCursor_MacroDefinition...
2012-09-27 Bill WendlingUse a variable to stop us from building clang testing...
2012-09-27 Greg ClaytonIf we are attached to a platform, then make sure that...
2012-09-27 Greg ClaytonAdded "k" as an alias to "process kill" since the new...
2012-09-26 Andrew KaylorFix of hang during Intel JIT profiling
2012-09-26 Bill WendlingBuildbot Fix.
2012-09-26 Nick LewyckyTurn off this test, as the new and old SROA cause it...
2012-09-26 Sid ManningAdd case for typeConstant in SectionChunk
2012-09-26 Nick LewyckyDisable the new SROA pass to get the tree back in worki...
2012-09-26 Jason MolendaAdd examples of using the kdp-remote and gdb-remote...
2012-09-26 Greg ClaytonAdd convenience aliases to allow easy attaching to...
2012-09-26 Dan GohmanAdd IRBuilder code for adding !tbaa.struct metadata...
2012-09-26 Bill WendlingQuery the parameter attributes directly instead of...
2012-09-26 Bill WendlingUpdate to new function attribute querying syntax.
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-09-26 Jim GrosbachX86_32: Large Symbol+Offset relocations.
2012-09-26 Sean CallananAdded support for the DebugClang configuration to the
2012-09-26 Bill WendlingInitial commit for the AttributesImpl class.
2012-09-26 Akira HatanakaAdd case clauses for returning dsp accumulator encoding...
2012-09-26 Akira HatanakaAdd DSP accumulator registers and register class. Remov...
2012-09-26 Akira HatanakaDelete member MipsFunctionInfo::OutArgFIRange and code...
2012-09-26 Benjamin KramerAllow -MF to be used in combination with -E -M or ...
2012-09-26 Anna Zaks[analyzer] Add experimental ObjC invalidation method...
2012-09-26 Anna Zaks[analyzer] Commit a test case for r164579.
2012-09-26 Benjamin KramerAdd support for detecting some corei7-class Xeons.
2012-09-26 Ted KremenekHave set-xcode-analyer report an error if no xcspec...
2012-09-26 Ted KremenekMake set-xcode-analyzer more tolerant of the naming...
2012-09-26 Ted KremenekRevert "Use sep instead of ' '."
2012-09-26 DeLesley HutchinsFix template instantiation of attributes. More specifi...
2012-09-26 Ted KremenekUse sep instead of ' '.
2012-09-26 Duncan SandsNow that invoke of an intrinsic is possible (for the...
2012-09-26 Jordan RoseMake our mini-stdint.h platform-independent by using...
2012-09-26 Argyrios Kyrtzidis[libclang] Remove the ParentKind cursor kind from code...
2012-09-26 Argyrios KyrtzidisHave ASTUnit::Save() return a bool to indicate save...
2012-09-26 Filipe CabecinhasPatch by Matt, to get lldb to build with the updated...
2012-09-26 Filipe CabecinhasMake lldb more C++11 friendly.
2012-09-26 Benjamin KramerYAMLParser: Fix invalid reads when encountering incorre...
2012-09-26 Howard HinnantBump _LIBCPP_VERSION to 1002
2012-09-26 Benjamin KramerRemove unneeded and invalid SetInsertPoint calls from...
2012-09-26 Benjamin KramerAPFloat::roundToIntegral: Special values don't keep...
2012-09-26 Hans WennborgAddress Duncan's comments on r164684:
2012-09-26 Alexander PotapenkoFixed a number of gpylint warnings, added binary names...
2012-09-26 Alexander PotapenkoEncapsulate the main loop into a class to allow reusing it.
2012-09-26 Alexander PotapenkoSet --use-symbol-table=true as Alexey has already resol...
2012-09-26 Hans WennborgAddress Duncan's comments on r164682:
2012-09-26 Chandler CarruthAnalogous fix to memset and memcpy rewriting. Don't...
2012-09-26 Chandler CarruthWhen rewriting the pointer operand to a load or store...
2012-09-26 Chandler CarruthTeach all of the loads, stores, memsets and memcpys...
2012-09-26 Chandler CarruthAdd some convenience methods to IRBuilder for construct...
2012-09-26 NAKAMURA TakumiARM/atomicrmw_minmax.ll: Fix RUN line.
2012-09-26 Benjamin KramerFix tests that didn't test anything.
2012-09-26 James MolloyFix ordering of operands on lowering of atomicrmw min...
next