platform/upstream/llvm.git
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...
2011-12-15 Daniel Dunbarllvm-config: Update help text for removal of "backend...
2011-12-15 Argyrios KyrtzidisIn SourceManager::~SourceManager do a sanity check...
2011-12-15 Daniel Dunbarbuild/unittests: Fix llvm-config names for gtest librar...
2011-12-15 Douglas GregorWhen generating debug info for an ObjCInterfaceDecl...
2011-12-15 Johnny ChenAdd test scenario for newly added SBProcess APIs: ReadC...
2011-12-15 Kostya Serebryany[asan] revert r146529: we do need to build asan-rt...
2011-12-15 Nick LewyckyMove parts of lib/Target that use CodeGen into lib...
2011-12-15 Kostya Serebryany[asan] added a test to check that a global-buffer-overf...
2011-12-15 Eli FriedmanMake check a bit more strict so we don't call ARM_AM...
2011-12-15 Jim GrosbachARM NEON VCLE is an alias for VCGE w/ the source operan...
2011-12-15 Kostya Serebryany[asan] add the name of the module to the description...
2011-12-15 Johnny ChenAdd fuzz call for newly added method SBTarget.GetInstru...
2011-12-15 Johnny ChenAdd fuzz calls for newly added SBProcess methods. ...
2011-12-15 Douglas GregorMove ObjCInterfaceDecl's "EndLoc" into DefinitionData...
2011-12-15 Tony LinthicumAdd MCTargetDesc library to Hexagon target
2011-12-15 Jim GrosbachARM NEON VTBL/VTBX assembly parsing and encoding.
2011-12-15 Jakob Stoklund... Enable proper constant island alignment by default.
2011-12-15 Chad RosierAdd missing zmovl AVX patterns which were causing crashes.
2011-12-15 Kostya Serebryany[asan] fix a bug (issue 19) where dlclose and the follo...
2011-12-15 Kostya Serebryany[asan] fix a bug (issue 19) where dlclose and the follo...
2011-12-15 Jim GrosbachSilence warning.
2011-12-15 Jim GrosbachARM NEON two-register double spaced register list parsi...
2011-12-15 Chad RosierFix assert in LowerBUILD_VECTOR for v16i16 type on...
2011-12-15 Anna Zaks[analyzer] Address Jordy's comments for r145985.
2011-12-15 Eli FriedmanZap unnecessary semicolons.
2011-12-15 Kostya Serebryany[asan] regression test for asan issue 19, currently...
2011-12-15 Douglas GregorWhen name lookup finds a module-private Objective-C...
2011-12-15 Douglas GregorKeep track of all declarations of an Objective-C class...
2011-12-15 Lang HamesSet specific target cpu for testcase.
2011-12-15 Howard HinnantFixed several bugs, implemented support for vector...
2011-12-15 Johnny ChenMove disassemble-raw-data dir to reside under test...
2011-12-15 Lang HamesAdded test case for r146671.
2011-12-15 Jakob Stoklund... Use the proper comparator for set_intersection.
2011-12-15 Richard SmithRefactor and simplify AddInitializerToDecl.
2011-12-15 Chris Lattnerclarify that clang version number macros are marketing...
2011-12-15 Lang HamesFix VSELECT operand order. Was previously backwards...
2011-12-15 Devang PatelUpdate DebugLoc while merging nodes at -O0.
2011-12-15 Douglas GregorExtend ObjCInterfaceDecl::DefinitionData to contain...
2011-12-15 Devang PatelUpdate tests to match r146665.
2011-12-15 Douglas GregorIntroduce the core infrastructure needed to model a...
2011-12-15 Hal FinkelAdd a test case to make sure that the nop really does...
2011-12-15 Devang PatelVirtual table holder field is either metadata or null.
2011-12-15 Hal FinkelEnsure that the nop that should follow a bl call in...
next