platform/upstream/llvm.git
2009-07-23 Douglas GregorClean up the ActOnTag action, so that there is only...
2009-07-23 Andreas BolkaFileCheck'ize and expand LDA testcases.
2009-07-23 Andrew Lenharthemit simple node was using different labels for fields...
2009-07-23 Douglas GregorUnbreak the CMake build
2009-07-23 Andreas BolkaCache dependence computation using FoldingSet.
2009-07-23 Zhongxing XuAdd two nodes to the call graph:
2009-07-23 Zhongxing XuAdd template specializations to view the call graph...
2009-07-23 Zhongxing Xuconstify methods.
2009-07-23 Evan Cheng80 col violation.
2009-07-23 Zhongxing XuAdd getter methods.
2009-07-23 Daniel DunbarAdd newline at EOF.
2009-07-23 Chris Lattnerenhance DepthFirstIterator to support more robust opera...
2009-07-23 Chris Lattnertestcase for PR4590
2009-07-23 Chris Lattnerrefactor a blob of code out to a new 'FoldOrOfFCmps...
2009-07-23 Lang HamesFor real this time: PHI Def & Kill tracking added to...
2009-07-23 Chris Lattnermerge vector-casts-0.ll into vector-casts.ll
2009-07-23 Chris LattnerMake some existing optimizations that would only trigge...
2009-07-23 Daniel DunbarShield clang from LLVM API changes, until the dust...
2009-07-23 Chris Lattnerconvert a test to filecheck format. This fixes an...
2009-07-23 Chris Lattnerrename test
2009-07-23 Chris Lattnerrefactor a bunch of code out into a helper function,
2009-07-23 Daniel DunbarFix test case, which has a control-reaches-end-of-non...
2009-07-23 Daniel DunbarUse llvm::BitVector instead of managing memory by hand.
2009-07-23 Anders CarlssonSet field info for unions.
2009-07-23 Chris Lattnerremove a really old and dead header
2009-07-23 Anders CarlssonUse arrays as union padding. Also, since the resulting...
2009-07-23 Chris Lattnermerge one more sse41 test into sse41.ll
2009-07-23 Chris Lattnermerge another sse41 test into sse41.ll
2009-07-23 Daniel DunbarRevert r76831, there are many Analyzer test failures...
2009-07-23 Chris Lattnermerge sse41-pmovx.ll into sse41.ll
2009-07-23 Lang HamesAdded PHI Def & Kill tracking to PHIElimination pass.
2009-07-23 Chris Lattnerchange a test to run in filecheck style. Rename it...
2009-07-23 Anders CarlssonHandle zero width bit fields in unions correctly (by...
2009-07-23 Anders CarlssonImplement union layout support.
2009-07-23 Anders CarlssonCheck in CGRecordLayoutBuilder which is a reimplementa...
2009-07-23 Daniel DunbarThese IRgen improvements have been done.
2009-07-23 Eric ChristopherSupport insertps via the intrinsic and add a couple...
2009-07-23 Sanjiv GuptaDo not call getMangledName on Intrinsics.
2009-07-23 Devang PatelMDString
2009-07-23 Eric ChristopherAdd test for pinsrd and pinsrb instructions.
2009-07-23 Andreas BolkaMinor cosmetics: indentation, formatting, naming.
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Zhongxing Xuadd header for 'memset'.
2009-07-23 Devang PatelSilence "uninitialized use" warning.
2009-07-23 Devang PatelHide constructors.
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-23 Ted KremenekAdd initial implementation of checking for uses of...
2009-07-23 Ted KremenekAdd instance predicate method to match static method.
2009-07-23 Ted KremenekAdd 'previsit' Checker pass for ObjCMessageExprs.
2009-07-23 Steve NaroffRemove a bunch of FIXME's related to ObjC type checking.
2009-07-23 Eric ChristopherFix error message for correct opcode.
2009-07-23 Reid KlecknerMake the JIT code emitter properly retry and ask for...
2009-07-23 Fariborz JahanianAdd constructor used to initialize base/member in
2009-07-23 Reid KlecknerParameterize the BumpPtrAllocator over a slab allocator...
2009-07-23 Mike StumpFix case, apparently some people still build on case...
2009-07-23 Dan GohmanRevert r75663 (and r76805), as it is causing regression...
2009-07-22 Mike StumpAdd warning for falling off the end of a function that...
2009-07-22 Douglas GregorImplement support for out-of-line definitions of the...
2009-07-22 Chris Lattnerremove SectionFlags::Small: it is only used on Xcore...
2009-07-22 Dan Gohmanx86 isel tweak: use lea (%reg,%reg) instead of lea...
2009-07-22 Eli FriedmanFix test breakage.
2009-07-22 Argyrios KyrtzidisChange Preprocessor to keep a copy of LangOptions inste...
2009-07-22 Mike StumpImprove CFG support for C++ throw expressions.
2009-07-22 Mike StumpPrep for new warning.
2009-07-22 Dan GohmanAdd new keywords to the vim syntax highlighting.
2009-07-22 Dan GohmanAdd new optimization keywords to the polygen grammar.
2009-07-22 Dan GohmanRename the new unsigned and signed keywords to nuw...
2009-07-22 Ted KremenekRefactor 'PostStmt' and 'PreStmt' to subclass a common...
2009-07-22 David GreeneReorder if-else branches as suggested by Bill.
2009-07-22 Eli FriedmanSlight code reorganization to allow instantiating post...
2009-07-22 David GoodwinFix typo in addrmode definition.
2009-07-22 Dan GohmanAdd -march=ppc32 lines so that this test doesn't ever...
2009-07-22 Douglas GregorCalls to Sema::MatchTemplateParametersToScopeSpecifier...
2009-07-22 Evan ChengUse getTargetConstant instead of getConstant since...
2009-07-22 Dan GohmanMake the grep line in this test more specific, to avoid
2009-07-22 David GreeneConstify the key in Mi2IndexMap.
2009-07-22 Ted KremenekUse SaveAndRestore in 'clang/Analysis/Support/SaveAndRe...
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...
next