platform/upstream/llvm.git
2009-07-22 Evan ChengIgnore undef uses.
2009-07-22 Ted KremenekAdd AssumeDual method.
2009-07-22 Ted KremenekMigrate the path-sensitive checking of 'nonnull' argume...
2009-07-22 Eli FriedmanFix the parsing of default arguments for inline member...
2009-07-22 Ted KremenekMake 'SaveAndRestore' and friends reusable classes...
2009-07-22 Ted KremenekAdd support for registering 'Checker' objects with...
2009-07-22 Ted KremenekAdd new 'Checker' and 'CheckerVisitor' classes, which...
2009-07-22 Ted KremenekAdd support for 'PreStmt' program points to GRCoreEngin...
2009-07-22 Ted KremenekAdd 'PreStmt' program point. This will be used to repre...
2009-07-22 Ted KremenekImplement operator= for ExplodedNodeSet.
2009-07-22 Daniel DunbarSwitch some clients to Value::getName(), and other...
2009-07-22 Douglas GregorFix the problems with template argument deduction and...
2009-07-22 Devang PatelFix indentation.
2009-07-22 Daniel DunbarSimplify some uses of Value::getName()
2009-07-22 Daniel DunbarDefine npos in a way that should make MSVC happier.
2009-07-22 Mike StumpMake -Wreturn-type be part of -Wmost and therefore...
2009-07-22 Douglas GregorFix some memory allocation/deallocation issues
2009-07-22 Daniel DunbarRemove unnecessary store to temporary std::string.
2009-07-22 David GreenePut comment printing under asm-verbose.
2009-07-22 Eli FriedmanFix a nasty little use-after-free bug.
2009-07-22 Daniel DunbarFix indentation.
2009-07-22 Douglas GregorCanonicalize the types produced by template argument...
2009-07-22 Fariborz JahanianImproved on performance of the algorithm for proper...
2009-07-22 David GreeneMake some changes suggested by Bill and Evan.
2009-07-22 Douglas GregorSlighty more testing for template argument deduction...
2009-07-22 Douglas GregorImprove template argument deduction for array types...
2009-07-22 Mike StumpPrep for new warning.
2009-07-22 Mike StumpUse isa instead of dyn_cast for conditionals.
2009-07-22 Devang PatelUse DICompositeType->replaceAllUsesWith().
2009-07-22 Devang PatelFix thinko.
2009-07-22 Sanjiv GuptaAdded -b option to override the default bitcode output...
2009-07-22 Devang PatelUse isa<> instead of dyn_cast<>.
2009-07-22 Douglas Gregor"This patch implements the restrictions on union member...
2009-07-22 Devang PatelAdd replaceAllUsesWith() to FE replace debug info const...
2009-07-22 Devang PatelDo not print "metadata" twice while printing MDString.
2009-07-22 Devang PatelRemove empty test.
2009-07-22 Evan ChengEliminate a redudant check Eli pointed out.
2009-07-22 Sanjiv GuptaFixed build warning. No functionality change.
2009-07-22 Ted KremenekMove bug reporter "visitors" to their own file and...
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-22 Fariborz JahanianAllocate BaseOrMemberInitializers and CXXBaseSpecifier...
2009-07-22 Douglas GregorImplement parsing and semantic analysis for out-of...
2009-07-22 Steve NaroffFix a couple recent ABI regressions noticed during...
2009-07-22 Daniel DunbarSupport writing a StringRef to a raw_ostream directly.
2009-07-22 Eli FriedmanSwitch some functions from using x86 builtins to using...
2009-07-22 Mike StumpAdd some documentation, to make it so the next person...
2009-07-22 Chris Lattnerfix some wording problems Daniel pointed out, make...
2009-07-22 Chris Lattnerdoxygenify
2009-07-22 Chris Lattnerfix typo noticed by Duncan
2009-07-22 Ryan Flynncast signed APInt constructor params to uint64_t to...
2009-07-22 Steve NaroffFix <rdar://problem/6770276> Support Class<Proto> syntax.
2009-07-22 Douglas GregorTest template instantiation for member functions of...
2009-07-22 Duncan SandsAdd newline at end of file.
2009-07-22 Richard OsborneThread local globals don't require special handling...
2009-07-22 Torok EdwinRemove a comment that was copy+pasted from the wrong...
2009-07-22 Duncan SandsRevert commit 76707, it was breaking the llvm-gcc build
2009-07-22 Eli FriedmanDon't give a massive inlining cost bonus to available_e...
2009-07-22 Evan ChengDon't forget D16 - D31 are clobbered by calls and sjlj eh.
2009-07-22 Evan ChengAdd R12 to the list of registers clobbered by 16-bit...
2009-07-22 Evan ChengFix a obvious copy-n-paste bug.
2009-07-22 Eli FriedmanMake vectorized floating-point comparisons work without...
2009-07-22 Evan ChengGet rid one of the getRegisterNumbering. Also add D16...
2009-07-22 Chris Lattnerremove Bill from the author list: his contribution...
2009-07-22 Chris Lattneradd some more topics to the coding standards doc:
2009-07-22 Eli FriedmanAttempt to fix BuildBot breakage with MSVC.
2009-07-22 Ted KremenekRestructure ProgramPoint to have the 'Kind' value be...
2009-07-22 Ted KremenekTemporarily disable most use of region casts in RegionS...
2009-07-22 Ted KremenekFix a crasher in StoreManager::InvalidateRegion() cause...
2009-07-22 Chris Lattnerfix some formatting stuff, patch by Edward O'Callaghan!
2009-07-22 Mon P WangPreserve address space information through member acces...
2009-07-22 Mike StumpRemove an unneeded header.
2009-07-22 Eric ChristopherRemove intrinsic support for __builtin_ia32_vec_set_v16...
2009-07-22 Eli FriedmanAdd support for MMX VSETCC.
2009-07-22 Sean CallananAdded the unconditional JMP with an 8-bit relocation...
2009-07-22 Evan ChengAdd an entry.
2009-07-22 Chris Lattnerinline the two MergeableConstSection implementations...
2009-07-22 Mike StumpPrep for new warning.
2009-07-22 Fariborz JahanianMinor mod. per Doug's comment.
2009-07-22 Chris Lattnerset the ELF "small" flag on objects that end up in...
2009-07-22 Chris Lattnerdon't set the small flag yet.
2009-07-22 Chris Lattnerremove the SelectSectionForMachineConst hook, replacing...
2009-07-22 Douglas GregorComplain if we're entering the context of a dependent...
2009-07-22 Evan ChengLet each target determines whether a machine instructio...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-22 Chris Lattnerreimplement Constant::ContainsRelocations as
2009-07-22 Dan GohmanMisc. doc fixes following suggestions from Eli.
2009-07-21 Evan ChengFixing cp island pass. Step 1: Determine whether the...
2009-07-21 Evan ChengFix comment.
2009-07-21 Douglas GregorBasic parsing and semantic analysis for out-of-line...
2009-07-21 Mike StumpRevert this, we can now avoid error cascades better.
2009-07-21 Mike StumpRevert this, was a bug in my new warning code, not...
2009-07-21 Chris Lattnersimplify code now that it is inlined.
2009-07-21 Lang HamesExposed PHIElimination pass within CodeGen.
2009-07-21 Mike StumpRevert this, we have a better way to do this.
2009-07-21 Chris LattnerNow that RelocBehaviour() is never overloaded, it doesn...
2009-07-21 Mike StumpRevert this, we have a better way to handle this.
2009-07-21 Eric ChristopherAdd intrinsic for __builtin_ia32_vec_set_v4si which...
2009-07-21 Chris Lattnerthis doesn't break any of the 4 ia64 tests.
2009-07-21 Chris Lattneralpha doesn't need to redefine this: it only supports...
2009-07-21 Mike StumpRevert recent change, I now have a better way to solve...
next