platform/upstream/llvm.git
2012-10-14 Benjamin KramerSimplify code. No functionality change.
2012-10-14 Benjamin KramerSimplify code. No functionality change.
2012-10-14 Benjamin KramerUnquadratize SetVector removal loops in DSE.
2012-10-14 Bill WendlingRemove dead methods.
2012-10-14 Bill WendlingRemove operator cast method in favor of querying with...
2012-10-14 Bill WendlingRemove operator cast method in favor of querying with...
2012-10-14 Benjamin KramerFix use after free when deleting attributes in a chaine...
2012-10-14 Bill WendlingDon't use the new syntax just yet.
2012-10-14 Bill WendlingRemove the bitwise AND operators from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise assignment OR operator from the...
2012-10-14 Bill WendlingRemove the bitwise OR operator from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise XOR operator from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise NOT operator from the Attributes...
2012-10-14 Bill WendlingDecode the LLVM attributes from bitcode using the attri...
2012-10-14 Bill WendlingUse builder to create alignment attributes. Remove...
2012-10-14 Bill WendlingRemove dead method.
2012-10-14 Bill WendlingUse the Builder to create the stack alignment attribute.
2012-10-14 Bill WendlingDon't pass in an Attributes object to something that...
2012-10-13 Nico Weber"Implement" codegen support for __noop().
2012-10-13 Nico WeberSimplify. Suggestion by Sean Silva.
2012-10-13 Howard HinnantUse traits_type::to_int_type in basic_streambuf<_CharT...
2012-10-13 Howard HinnantMake the type_info for __shim_type_info visible. This...
2012-10-13 Howard HinnantDimitry Andric: FreeBSD only: Add the C11 aligned_all...
2012-10-13 Benjamin KramerRemove unused private field.
2012-10-13 Benjamin KramerX86: Depending on the local semantics of .align this...
2012-10-13 Dmitri GribenkoDocumentation: Lexicon.rst: add "BB Vectorization"...
2012-10-13 Benjamin KramerX86: Disable long nops for all cpus prior to pentiumpro...
2012-10-13 Jakob Stoklund... Drop <def,dead> flags when merging into an unused lane.
2012-10-13 Enrico GranataMention that the code signing process also applies...
2012-10-13 Meador Ingeinstcombine: Migrate strchr and strrchr optimizations
2012-10-13 Meador Ingeinstcombine: Migrate strcat and strncat optimizations
2012-10-13 Meador IngeImplement new LibCallSimplifier class
2012-10-13 Jakob Stoklund... Allow for loops in LiveIntervals::pruneValue().
2012-10-13 Benjamin KramerX86: Fix accidentally swapped operands.
2012-10-13 Chandler CarruthTeach SROA to cope with wrapper aggregates. These show...
2012-10-13 Chandler CarruthSpeculatively harden the conversion logic. I have no...
2012-10-13 Benjamin KramerX86: Promote i8 cmov when both operands are coming...
2012-10-13 Chandler CarruthSilence a warning in -assert builds.
2012-10-13 Jordan Rose[analyzer] Remove the "direct bindings only" Environmen...
2012-10-13 Jordan Rose[analyzer] Remove unneeded 'inlineCall' checker callback.
2012-10-13 Chandler CarruthClean up how we rewrite loads and stores to the whole...
2012-10-13 Chandler CarruthFix the bootstrap of CompilerRT with host compilers...
2012-10-13 Greg ClaytonMake sure we always use lldb::tid_t for thread IDs...
2012-10-13 Greg Clayton<rdar://problem/12491387>
2012-10-13 Argyrios KyrtzidisDon't neglect to "return *this".
2012-10-13 Chad RosierUpdate for r165858.
2012-10-13 Chad Rosier[ms-inline asm] Remove the MatchInstruction() function...
2012-10-13 Greg Clayton<rdar://problem/12490588>
2012-10-13 Greg ClaytonProvide an SSL context ref in case SLL is needed for...
2012-10-12 Andrew KaylorCheck section type rather than assuming it's code when...
2012-10-12 Manman RenARM: tail-call inside a function where part of a byval...
2012-10-12 Greg Clayton<rdar://problem/12490558>
2012-10-12 Chad Rosier[ms-inline asm] Remove a bunch of parsing code from...
2012-10-12 Eli FriedmanAdd TargetInfo for r600.
2012-10-12 Eli FriedmanMake -mms-bitfields behave consistently.
2012-10-12 Greg Clayton<rdar://problem/12489931>
2012-10-12 Chad Rosier[ms-inline asm] Capitalize per coding standard.
2012-10-12 Jakob Stoklund... Fix buildbots: -misched=shuffle is only available in...
2012-10-12 Jim GrosbachARM: Mark VSELECT as 'expand'.
2012-10-12 Richard Smith-fcatch-undefined-behavior: Runtime library support...
2012-10-12 Richard Smith-fcatch-undefined-behavior: Trap undefined behavior...
2012-10-12 Ted KremenekMove assertion to not crash tests.
2012-10-12 Ted KremenekSilence static analyzer issue by documenting that in...
2012-10-12 Ted KremenekSilence null dereference warnings by documenting contex...
2012-10-12 Ted KremenekFurther harden checking that scan-view isn't serving...
2012-10-12 Ted KremenekFix potential crash in ObjCContainersChecker by properl...
2012-10-12 Ted KremenekSilence dead store warning. It is conceptually possibl...
2012-10-12 Ted KremenekFix potential null deference in CFG printer.
2012-10-12 Ted KremenekRemove dead store.
2012-10-12 Chad RosierUpdate for r165833.
2012-10-12 Chad Rosier[ms-inline asm] Use the new API introduced in r165830...
2012-10-12 Eli FriedmanFix -ast-print for uses of operator->.
2012-10-12 Chad Rosier[ms-inline asm] Add a few data members and member funct...
2012-10-12 DeLesley HutchinsFix warnings introduced by r165826.
2012-10-12 Bob WilsonUse MACOSX_DEPLOYMENT_TARGET when it is set. <rdar...
2012-10-12 Andrew KaylorCorrecting enum values mentioned in comments.
2012-10-12 DeLesley HutchinsThread-safety analysis: support multiple thread-safety...
2012-10-12 Chad Rosier[ms-inline asm] Remove a bunch of parsing code from...
2012-10-12 Jakob Stoklund... Use a transposed algorithm for handleMove().
2012-10-12 Sean CallananFixed build problems with LLDB on Mac OS X,
2012-10-12 Douglas GregorAdd missing header from 165821
2012-10-12 Douglas GregorSanitize the names of modules determined based on the...
2012-10-12 Greg ClaytonMake SBDeclaration.h a public header in the LLDB.framework.
2012-10-12 Bill SchmidtRemove XFAIL,fix test
2012-10-12 Bill SchmidtXFAIL pending further investigation
2012-10-12 David BlaikieFix typo correction of one qualified name to another.
2012-10-12 Bill SchmidtThis patch addresses PR13948.
2012-10-12 Ted KremenekHave scan-view guard against serving up pages outside...
2012-10-12 Jan Wen VoungAdd bitcode instruction encoding documentation for...
2012-10-12 Jakob Stoklund... Fix coalescing with IMPLICIT_DEF values.
2012-10-12 Richard TrieuChange (!list.size() == 0) to (!list.empty()). No...
2012-10-12 Richard TrieuChange (!ptr != 0) to (!ptr) to make the code more...
2012-10-12 Argyrios KyrtzidisHandle a "#pragma options align" inside a class.
2012-10-12 Bob WilsonSet default CPU for Darwin targets with LTO. <rdar...
2012-10-12 Jim InghamBunch of cleanups for warnings found by the llvm static...
2012-10-12 Fariborz JahanianAdd dump support for comments coming from
2012-10-12 Greg ClaytonPatch from Daniel Malea that cleans up the process...
2012-10-12 Greg ClaytonPatch from Andrew Kaylor that centralized where the...
2012-10-12 Greg ClaytonModified patch from Matt Kopec that makes sure the...
2012-10-12 NAKAMURA Takumillvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try...
next