platform/upstream/llvm.git
2011-12-17 Michael J.... Rename lold to lld :(.
2011-12-17 Chandler CarruthAs Doug pointed out (and I really should know), it...
2011-12-17 Argyrios Kyrtzidis[PCH] Remove extraneous line in the test that was mista...
2011-12-17 Argyrios Kyrtzidis[PCH] Don't deserialize bodies of interesting decls...
2011-12-17 Pete CooperSimplifyCFG now predicts some conditional branches...
2011-12-17 Manuel KlimekDeleting the json-bench-test until I understand why...
2011-12-17 Ted KremenekRefactor SerializeDiagnosticsPrinter to using Diagnosti...
2011-12-17 Ted KremenekRefactor 'TextDiagnostic' to have a parent class 'Diagn...
2011-12-17 Argyrios Kyrtzidis[PCH] Fix bug where we failed to update an identifier...
2011-12-17 Argyrios Kyrtzidis[PCH] In ASTReader::FinishedDeserializing fully load...
2011-12-17 Argyrios KyrtzidisAdd a sanity check in the Redeclarable::redecl_iterator...
2011-12-17 Argyrios KyrtzidisIn Parser::SkipUntil do not stop at '@' unconditionally.
2011-12-17 Argyrios KyrtzidisAfter late parsing an objc method, make sure there...
2011-12-17 Eli FriedmanAdd a missing check before trying to evaluate a tempora...
2011-12-17 Johnny ChenFixed code rot pointed out by Jim.
2011-12-17 Sean CallananAdded a version of the LLVM/Clang checkout and
2011-12-17 Chad RosierFix _mm_permute_ps and _mm256_permute_ps AVX intrinsics...
2011-12-17 Sean CallananUpdating Xcode project version numbers for LLDB-96
2011-12-17 Chad RosierRevert r146797, which was a partial revert of r146791...
2011-12-17 Jim InghamAdd the ability to capture the return value in a thread...
2011-12-17 Evan ChengFix a CPSR liveness tracking bug introduced when I...
2011-12-17 Chad RosierFix _mm256_extractf128_* AVX intrinsics to use "I"...
2011-12-17 Pete CooperRefactor code used in InstCombine::FoldAndOfICmps to...
2011-12-17 Greg ClaytonModified LLDB to be able to handle our updated __apple_...
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-12-17 Lang HamesMake sure that the lower bits on the VSELECT condition...
2011-12-17 Sean CallananI have added a new patch to LLVM that makes the
2011-12-17 Jim InghamRemove an unnecessary #include.
2011-12-17 Chad RosierPartial revert of r146791; vpermilps/vpermilpd instruct...
2011-12-17 Eli FriedmanRemove a non-gcc-compatible extension that would apply...
2011-12-17 Eric ChristopherAdd a triple to this test to hopefully get it passing...
2011-12-17 Anna Zaks[analyzer] Fixup for r146793. Add tests for atol and...
2011-12-17 Anna Zaks[analyzer] Add support for taint flowing through a...
2011-12-17 Anna Zaks[analyzer] Minor: Simplify & assert.
2011-12-17 Chad RosierFix _mm256_round_pd, _mm256_round_ps, _mm_permute_pd...
2011-12-17 Jakob Stoklund... Preserve more memory operands in ARMExpandPseudo.
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-12-16 Eric ChristopherWhen recursing for the original size of a type, stop...
2011-12-16 Eric ChristopherResolve part of a fixme and add a new one.
2011-12-16 Eric ChristopherAdd a fixme here.
2011-12-16 Eric ChristopherFix spacing.
2011-12-16 Eric ChristopherUpdate documentation.
2011-12-16 Eric ChristopherExtraneous whitespace and 80-col.
2011-12-16 Eric ChristopherWhen in a limited debug information situation if we...
2011-12-16 Eric ChristopherStart down the path of getting clang to internally...
2011-12-16 Jim InghamMake the objc-dynamic-value test a little trickier...
2011-12-16 Johnny Chenhttp://llvm.org/bugs/show_bug.cgi?id=11588
2011-12-16 Jakob Stoklund... Fix off-by-one error in bucket sort.
2011-12-16 Nicola GiganteFix an inconsistency in the syntactic form of InitListE...
2011-12-16 Richard SmithDon't allow #include (and its friends #import, #include...
2011-12-16 Douglas GregorAdd missing header change
2011-12-16 Douglas GregorMake sure we're always setting the previous declaration...
2011-12-16 Nick LewyckyAdd the value of "suitably aligned" from the C++11...
2011-12-16 Nick LewyckyFix 80-column violation and whitespace. No functionalit...
2011-12-16 Eli FriedmanAdd missing flush call. This is an attempt to fix...
2011-12-16 Richard SmithReduce recursion limit on this test further to try...
2011-12-16 Chad RosierFix vinsertf128_* AVX intrinsics to use "I" (ICE) marki...
2011-12-16 Chad RosierFix vperm2f128_* AVX intrinsics to use "I" (ICE) markin...
2011-12-16 Sean CallananUpdated Clang to take an enhancement to the way
2011-12-16 Richard SmithAdd a warning flag for ext_embedded_directive. gcc...
2011-12-16 Dylan NoblesmithAPInt: update asserts for base-36
2011-12-16 Richard SmithPR11594: Don't blindly build a UnaryOperator UO_Minus...
2011-12-16 Kostya SerebryanyRecently the GCD tests started failing because of the...
2011-12-16 Jakob Stoklund... Don't adjust for alignment padding in OffsetIsInRange.
2011-12-16 Benjamin KramerHexagon: Fix a nasty order-of-initialization bug.
2011-12-16 Richard SmithC++11 constexpr: Add note stacks containing backtraces...
2011-12-16 Anna Zaks[analyzer] Better stdin support.
2011-12-16 Anna ZaksFixup to the relaxed diagnostic verification option...
2011-12-16 Greg ClaytonHandle all of the "thumb" target triple architecture...
2011-12-16 Devang PatelUpdate tests to match r146744.
2011-12-16 Devang PatelIn DICompositeType, referenced to derived type is eithe...
2011-12-16 Devang PatelClarify and fix subprogram description.
2011-12-16 Douglas GregorIf there is a definition of an ObjCInterfaceDecl, make...
2011-12-16 Jakob Stoklund... Note ARM constant island alignment in the release notes.
2011-12-16 David BlaikieSupport decltype in pseudo destructors and dependent...
2011-12-16 Fariborz Jahanianobjc: after issuing the warning on direct use of __attr...
2011-12-16 Howard HinnantAllow unique_ptr<T const []> to be constructed with...
2011-12-16 Manuel KlimekAdds a JSON parser and a benchmark (json-bench) to...
2011-12-16 Chandler CarruthPut the '*' in the right place in the unit test. Forgot...
2011-12-16 Chandler CarruthMake GCC happy by using makeAraryRef instead of the...
2011-12-16 Chandler CarruthAdd a generic collection of class templates to ADT...
2011-12-16 Chris LattnerBy popular demand, link up types by name if they are...
2011-12-16 Tobias GrosserAdapt to move of isSafeToSpeculativelyExecute into...
2011-12-16 Craig TopperDon't try to match 'unpackl/h v, v' for 32xi8 and 16xi1...
2011-12-16 NAKAMURA TakumiTweak CMake build on Cygwin.
2011-12-16 NAKAMURA TakumiTarget/Hexagon: Fix CMake build.
2011-12-16 Jason MolendaWhen we're unwinding out of frame 0 and we end up with...
2011-12-16 Douglas GregorFix chaining of ObjCInterfaceDecl redeclarations
2011-12-16 Andrew TrickAvoid a confusing assert for silly options: -unroll...
2011-12-16 Johnny ChenSimplify the setup leading to the testing of ReadMemory...
2011-12-16 Kostya Serebryany[asan] add a test for instrumenting globals
2011-12-16 Jim InghamRemove unnecessary #include.
2011-12-16 Johnny ChenAdd a test sequence of SBProcess.ReadCStringFromMemory...
2011-12-16 Sean CallananSema::RequireCompleteType currently attempts to
2011-12-16 Jim GrosbachARM NEON aliases for vmovq.f*
2011-12-16 Jakob Stoklund... Extract a method. No functional change.
2011-12-16 Jim InghamFix a bug where when debugging with .o files, we end...
2011-12-16 Daniel Dunbarllvm-config: Fix --targets-built, I changed this to...
2011-12-15 Jim GrosbachThumb2 ADR assembly parsing w/o the .w suffix.
2011-12-15 Eli FriedmanMake sure we correctly note the existence of an i8...
next