platform/upstream/llvm.git
2012-09-28 Jordan RoseAdd a warning (off by default) for repeated use of...
2012-09-28 Dan GohmanAdd basic support for adding !tbaa.struct metadata...
2012-09-28 Greg Clayton<rdar://problem/12398225>
2012-09-28 Richard SmithWhen processing an InitListExpr and skipping the initia...
2012-09-28 Evan ChengGlobalDCE should be run at -O2 / -Os to eliminate unuse...
2012-09-28 Akira HatanakaMIPS DSP: add operands to make sure instruction strings...
2012-09-28 Bill WendlingRemove unused methods.
2012-09-28 Sean Silvadocs: dedent list on index.rst
2012-09-28 Michael J.... Fix -Wcovered-switch-default warning.
2012-09-28 Akira HatanakaMIPS DSP: other miscellaneous instructions.
2012-09-28 Sean CallananFixed a bug where if something went wrong while
2012-09-28 Richard TrieuUpdate template type diffing to handle qualifiers....
2012-09-28 Manman RenTestcase for r164835
2012-09-28 Richard SmithAllow __builtin_bswap32/64 in constant expressions...
2012-09-28 Akira HatanakaMIPS DSP: ADDUH.QB instruction sub-class.
2012-09-28 Richard TrieuClean up part of template type diffing. Moved repeated...
2012-09-28 Fariborz JahanianModern objcective-C translator. When doing rewriting...
2012-09-28 Manman RenX86: when replacing SUB with TEST in ISelDAGToDAG,...
2012-09-28 Howard HinnantImprove the diagnostic messages on dynamic_cast.
2012-09-28 Howard HinnantDue to a mistake on my own part, I need to burn some...
2012-09-28 Andrew KaylorRemoving dependency on third party library for Intel...
2012-09-28 Jordan Rose[analyzer] Handle inlined constructors for rvalue tempo...
2012-09-28 Jordan Rose[analyzer] Create a temp region when a method is called...
2012-09-28 Jordan Rose[analyzer] Create a temporary region for rvalue structs...
2012-09-28 Benjamin KramerAvoid malloc thrashing in the uninitialized value analysis.
2012-09-28 Benjamin KramerPackedVector: Make the BitVector implementation configu...
2012-09-28 Filipe CabecinhasFix a bug introduced in an earlier revision: actually...
2012-09-28 Daniel JasperSet Diag.ErrorOccurred even if a DiagnosticConsumer...
2012-09-28 Benjamin KramerProvide malloc-free sentinels for the SparseBitVector...
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...
next