platform/upstream/llvm.git
2012-09-28 Dmitri GribenkoReplace the use of strncpy() and sprintf() with std...
2012-09-28 Alexey Samsonov[ASan] Fix unit test headers. Add an option to change...
2012-09-28 Alexey Samsonov[ASan] use llvm-symbolizer (in offline mode) in ASan...
2012-09-28 Benjamin KramerCorrelatedPropagation: BasicBlock::removePredecessor...
2012-09-28 Benjamin KramerMake backtraces work again with both the configure...
2012-09-28 Evgeniy Stepanov[asan] Change defaults for Android target.
2012-09-28 Benjamin KramerGlobalOpt: non-constexpr bitcasts or GEPs can occur...
2012-09-28 Nick LewyckySurprisingly, we missed a trivial case here. Fix that!
2012-09-28 Craig TopperRemove a LLVM_DELETED_FUNCTION from destructor to fix...
2012-09-28 Jason MolendaRecognize the eax/ebp/eip etc version of x86 register
2012-09-28 Reed Kotler1. Add load/store words from the stack
2012-09-28 Jason MolendaFix the extra space char being emitted in this message...
2012-09-28 Howard HinnantTwo changes: 1) I still didn't have the ABI correct...
2012-09-27 Sean CallananImproved the runtime reading to also get data
2012-09-27 Jakob Stoklund... Remove <def,read-undef> flags from partial redefinitions.
2012-09-27 Greg ClaytonWrapped up the work I am going to do for now for the...
2012-09-27 Micah VillmowFix more crlf issues.
2012-09-27 Eli FriedmanFix a regression from r164656.
2012-09-27 Anna Zaks[analyzer] Address Jordan's code review for r164790.
2012-09-27 Anna Zaks[analyzer] IvarInvalidation: track synthesized ivars...
2012-09-27 Jason MolendaPatch from Dan Malea to get the Bourne shells scripts...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __strncpy_chk...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __strcpy_chk simpl...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __memmove_chk...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __memcpy_chk simpl...
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...
next