platform/upstream/llvm.git
2012-09-25 Michael J.... [Options] Store the option ID in OptTable::Info.
2012-09-25 Ted KremenekRemove 'const' version of getBasicVals(), which is...
2012-09-25 Akira HatanakaInitialize boolean variables in MipsSubtarget's constru...
2012-09-25 Nick LewyckyDon't drop the alignment on a memcpy intrinsic when...
2012-09-25 Reed Kotlerblank line for test commit
2012-09-25 Jordan RoseRename CanFitInto64Bits to alwaysFitsInto64Bits per...
2012-09-25 Chad Rosier[driver] Add support for the -fno-fast-math option.
2012-09-25 Nick LewyckyRevert the business end of r164634, and replace it...
2012-09-25 Nick LewyckyDon't try to promote the same alloca twice. Fixes PR13916!
2012-09-25 Sebastian PopAdd --program-prefix support to build
2012-09-25 Bill WendlingMove remaining methods inside the Attributes class...
2012-09-25 Sean Silvadocs: Sphinxify HowToSubmitABug
2012-09-25 Bill WendlingMove Attribute::typeIncompatible inside of the Attribut...
2012-09-25 Sebastian PopTargetLowering interface to set/get minimum block entri...
2012-09-25 Chad RosierRevert r164614 to appease the buildbots.
2012-09-25 Argyrios Kyrtzidis[libclang] Do a AST concurrency check in clang_indexTra...
2012-09-25 Argyrios KyrtzidisImprove upon r164450 and localize the logic of updating...
2012-09-25 Dmitri GribenkoOptimize NumericLiteralParser::GetIntegerValue().
2012-09-25 Jordan Rose[analyzer] Add tests for symbolic expression liveness.
2012-09-25 Jordan RoseReapply "[analyzer] Remove constraints on dead symbols...
2012-09-25 Jordan Rose[analyzer] Calculate liveness for symbolic exprs as...
2012-09-25 Douglas GregorUnder certain terrible circumstances (<rdar://problem...
2012-09-25 Greg ClaytonAdded process attach options and also use the SBLaunchI...
2012-09-25 Sid ManningThis patch makes use of recently added relocation refer...
2012-09-25 Nick LewyckyMake this test check the transforms it's actually doing...
2012-09-25 Michael LiaoAdd missing i64 max/min/umax/umin on 32-bit target
2012-09-25 Jim GrosbachARM: Darwin BL/BLX relocations to out-of-range symbols.
2012-09-25 Michael IlsemanExpansions for u/srem, using the udiv expansion. More...
2012-09-25 Bob WilsonConsistently specify the assembly variant to MatchInstr...
2012-09-25 Alexander KornienkoMacro history (de-)serialization. Deserialization curre...
2012-09-25 Bob WilsonExamine the last, not the first, instruction from the...
2012-09-25 Douglas Gregor-iframework should allow separate arguments.
2012-09-25 Douglas GregorIntroduce builtin macros to determine whether we're...
2012-09-25 Alexander KornienkoA minor doc fix.
2012-09-25 Alexey Samsonov[TSan] fork external symbolizer before starting interna...
2012-09-25 Hans WennborgFix failing test/Sema/wchar.c on ARM.
2012-09-25 John McCallWhen performing a ::delete of an object with a virtual...
2012-09-25 Chandler CarruthFix a case where SROA did not correctly detect dead...
2012-09-25 Duncan SandsChange the way the lint sanity checking pass detects...
2012-09-25 NAKAMURA Takumiclang/test/CodeGenCXX/microsoft-*: Fix for -Asserts.
2012-09-25 John McCallImplement Mike Herrick's proposed noexcept mangling.
2012-09-25 John McCallIn the MS ABI, ctors return 'this'. Patch by Dmitry...
2012-09-25 John McCallAdd the Microsoft __is_interface_class type trait.
2012-09-25 John McCallFix for r163013 regression and further __interface...
2012-09-25 John McCallDuring jump-scope checking, build an ExprWithCleanups...
2012-09-25 Evan ChengFix an illegal tailcall opt where the callee returns...
2012-09-25 Nico WeberFix a -Wparentheses warning in the mingw build
2012-09-25 Richard SmithFix crash when a decltype expression in a trailing...
2012-09-25 Chandler CarruthFix a crash in SROA. This was reported independently...
2012-09-25 Greg Clayton<rdar://problem/9959501>
2012-09-25 Nick LewyckyDon't forget that strcpy and friends return a pointer...
2012-09-25 Michael IlsemanUnit tests for IntegerDivision. Currently, just a basic...
2012-09-25 Eli FriedmanDelete some code which is, as far as I can tell, dead.
2012-09-25 Anna Zaks[analyzer] Fix a buildbot crash triggered by turning...
2012-09-25 Richard SmithDon't produce diagnostics for missing ctor-initializers...
2012-09-25 Jim GrosbachARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.
2012-09-24 Nick LewyckyRemove unused name of variable to quiet a warning....
2012-09-24 Howard HinnantApply the emulated nullptr_t with constexpr. This...
2012-09-24 Enrico GranataMaking sure we do not try to compare a NULL string...
2012-09-24 Sean CallananAdded a new Xcode build configuration, DebugClang,
2012-09-24 Sean CallananRemoved some debugging cruft.
2012-09-24 Jim GrosbachMark jump tables in code sections with DataRegion direc...
2012-09-24 Chad RosierTypo.
2012-09-24 Eli FriedmanHandle C++ functional casts in a similar way to C-style...
2012-09-24 Chad RosierUpdate for r164567.
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-24 Fariborz Jahanianobjective-C: use 'instance variables' as plural when...
2012-09-24 Bob WilsonClear UNIVERSAL_SDK_PATH setting when building host...
2012-09-24 Jason MolendaFix string comparisons in ABIMacOSX_i386::RegisterIsCal...
2012-09-24 Sean CallananBrought LLDB top-of-tree into sync with LLVM/Clang
2012-09-24 Nick LewyckyTeach DSE that strcpy, strncpy, strcat and strncat...
2012-09-24 Nick LewyckyMove all the calls to AA.getTargetLibraryInfo() to...
2012-09-24 Fariborz Jahanianobjective-C: remove use of 'ivar' in favor of
2012-09-24 Sean CallananMade TestHiddenIvars an expected failure with
2012-09-24 Ted KremenekAdd clarifying comment.
2012-09-24 Dmitri GribenkoMore tests for r164545 (change extension warning about...
2012-09-24 Dmitri GribenkoStringRef'ize Preprocessor::CreateString().
2012-09-24 Dmitri GribenkoReplace raw call to snprintf() by llvm streams.
2012-09-24 Roman DivackySpecify MachinePointerInfo as refering to the argument...
2012-09-24 Bob WilsonReplace an assertion with an error for empty __asm...
2012-09-24 Bob WilsonFix a comment typo and clean up formatting.
2012-09-24 Douglas GregorMake sure that we don't end up making an #undef'd macro...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-24 Argyrios Kyrtzidis[libclang] Bring CXCursor_AsmStmt back as an alias...
2012-09-24 Dmitri GribenkoInclude 'long long' extension warning in the LongLong...
2012-09-24 Dmitri GribenkoChange the wording of the extension warning from
2012-09-24 Jim InghamRemove a couple of debugging printf's from the testsuite.
2012-09-24 Anna Zaks[analyzer] Really turn on dynamic-bifurcation on by...
2012-09-24 Anna Zaks[analyzer] Remove unused.
2012-09-24 Anna Zaks[analyzer]Prevent infinite recursion(assume->checker...
2012-09-24 Richard OsborneAdd missing : in CHECK line.
2012-09-24 Richard OsborneAdd missing check for presence of target data.
2012-09-24 Marshall ClowUpdating email address
2012-09-24 Marshall ClowUpdating email address
2012-09-24 Alexey Samsonov[TSan] one more attempt to fix sleep_sync test: call...
2012-09-24 Alexey Samsonov[TSan] Provide replacements for operators new/delete...
2012-09-24 Alexey Samsonov[ASan] Apply some ASan-relevant pieces of patch by...
2012-09-24 Alexander PotapenkoUse an explicit target to test that source fortificatio...
2012-09-24 Dmitri GribenkoSmall cleanup of literal semantic analysis: hiding...
2012-09-24 Alexey Samsonov[TSan] increase sleep time in test to ensure correct...
next