platform/upstream/llvm.git
2009-07-21 Evan ChengFix a dagga combiner bug: avoid creating illegal constant.
2009-07-21 Owen AndersonUpdate for LLVM API change.
2009-07-21 Owen AndersonMove a bit more state over to the LLVMContext.
2009-07-21 Argyrios KyrtzidisKeep only canonical Decls in Entities.
2009-07-21 Mike StumpWire up CFG improvements for __builtin_choose_expr.
2009-07-21 Mike StumpWire up CFG improvements for do { } while () when the...
2009-07-21 Mike StumpWire up for statement CFG improvements for conditionals...
2009-07-21 Bill WendlingAdd the following functions:
2009-07-21 Dan GohmanAdd a testcase for PR2831.
2009-07-21 Dan GohmanAdd a testcase for PR4569, which is now fixed.
2009-07-21 Dan GohmanAdd an svn:ignore.
2009-07-21 Dan GohmanMake the range calculations for addrecs to be more...
2009-07-21 Dan GohmanWhitespace cleanups.
2009-07-21 Mike StumpWire up CFG improvements for while when the condition...
2009-07-21 Dan GohmanMinor code simplification.
2009-07-21 Evan ChengFix ARM isle code that optimize multiply by constants...
2009-07-21 Evan ChengCross RC coalescing is now on by default.
2009-07-21 Argyrios KyrtzidisRemove a file from the test directory that was added...
2009-07-21 Dale Johannesenrevert 76503 while I figure out what's going on
2009-07-21 Ted KremenekRegionStore:
2009-07-21 Argyrios KyrtzidisChange the semantics for Entity.
2009-07-21 Ryan Flynndefine __STDC_VERSION__ processor token for c94
2009-07-21 Argyrios KyrtzidisUse temporary output to avoid running index-test with...
2009-07-21 Argyrios KyrtzidisImplement the virtual getNextRedeclaration() for ObjCMe...
2009-07-21 Argyrios KyrtzidisAdd an assertion for the return value of Decl::getNextR...
2009-07-21 Argyrios KyrtzidisRemove the ObjCCategoryImpls vector from Sema class.
2009-07-21 Argyrios KyrtzidisRemove Sema::LookupObjCImplementation and replace it...
2009-07-21 Argyrios Kyrtzidis- Introduce ASTContext::getObjCImplementation() and...
2009-07-21 Argyrios KyrtzidisHandle references from ObjCIvarRefExprs.
2009-07-21 Argyrios KyrtzidisAdd '\n' to the end of error message.
2009-07-20 Dan GohmanAdd a comment to clarify why there isn't any code in...
2009-07-20 Dan GohmanRemove the code that tried to evaluate whether (A pred...
2009-07-20 Dale JohannesenMake sure a global matching asm 'i' constraint gets its
2009-07-20 Dale JohannesenMove stripping of bitcasts in inline asm arguments
2009-07-20 Mike StumpAdd yet more analysis for CFGs involving conditionals...
2009-07-20 Fariborz JahanianMove EmitCtorPrologue to CGCXX. Add an assert and FIXMEs.
2009-07-20 Ted KremenekEnhanced IsReinterpreted() (RegionStore.cpp) to reason...
2009-07-20 Dan GohmanMinor code simplification.
2009-07-20 Dan GohmanDocumentation for the new non-overflow and exact keywords.
2009-07-20 Fariborz JahanianImprove message for bad destructor decl. Per Doug's...
2009-07-20 Fariborz JahanianEarly ir-gen for constructor prologue. This is on going.
2009-07-20 Dan GohmanThe upper argument of ConstantRange is exclusive, not...
2009-07-20 Chris Lattnerclean up some formatting, indent by 2 instead of 4.
2009-07-20 David GoodwinCMP and TST define CPSR, not use it.
2009-07-20 Douglas GregorReuse VarDecl::Init to store the default argument of...
2009-07-20 David GreeneRe-apply 75490, 75806 and 76177 with fixes and tests...
2009-07-20 Evan ChengForgot this test earlier.
2009-07-20 Ted KremenekThis test now passes with RegionStore.
2009-07-20 Ted KremenekEnhance GRExprEngine::EvalBind to handle some implicit...
2009-07-20 Ted KremenekEnhance SimpleSValuator to handle nonloc::LocAsInteger...
2009-07-20 Bill WendlingSimplify the code in DarwinTargetAsmInfo::emitUsedDirec...
2009-07-20 Bill WendlingPass in the unfortunately named "LessPrivatePrefix...
2009-07-20 Mike StumpRemove an apparently unused forward class decl.
2009-07-20 Dan GohmanAssembly and Bitcode support for unsigned/signed overfl...
2009-07-20 Mike StumpRemove an apparently unused header.
2009-07-20 Evan ChengUse TII->findCommutedOpIndices to find the commute...
2009-07-20 Ted KremenekAdd XFAILED test.
2009-07-20 Ted KremenekAdd FIXME.
2009-07-20 Bill WendlingChange the casting of linkage types into a map. This...
2009-07-20 Dan GohmanClarify that OverflowingBinaryOperator is not used...
2009-07-20 Kevin EnderbyRemoved the DumpSymbolsandMacros and LoadSymbolsandMacr...
2009-07-20 Daniel DunbarAdd MCAsmLexer interface.
2009-07-20 Evan ChengFix some sub-reg coalescing bugs where the coalescer...
2009-07-20 Eli FriedmanRemove FIXME that was already fixed.
2009-07-20 Bill WendlingRename Mangler linkage enums to something less gross.
2009-07-20 Devang PatelRefactor metadata parsing routines into separate functions.
2009-07-20 Douglas GregorWhen a field is variable-sized or is an array with...
2009-07-20 Daniel DunbarAdd MCAsmParser interface.
2009-07-20 Ted KremenekUpdate DataflowSolver to handle the case where a succes...
2009-07-20 Douglas GregorImprove GCC compatibility by allowing static tentative...
2009-07-20 Ted KremenekEnhance GRBranchNodeBuilderImpl (part of GRCoreEngine...
2009-07-20 Douglas GregorBuild FileCheck from with CMake
2009-07-20 Bill WendlingPut new enum at end of list to avoid changing ABI.
2009-07-20 Chris Lattnerremove TargetAsmInfo::ExpandInlineAsm
2009-07-20 Steve Naroff5 cleanups to ObjCObjectPointerType work:
2009-07-20 Chris Lattneruse ExpandInlineAsm on TargetLowering instead of Target...
2009-07-20 Chris LattnerCopy ExpandInlineAsm to TargetLowering from TargetAsmInfo.
2009-07-20 Dan GohmanDrop UDivOperator and introduce SDivOperator. Thanks...
2009-07-20 Chris Lattneradd some fixme's and cleanups. TargetAsmInfo shouldn...
2009-07-20 Dan GohmanUpdate this comment.
2009-07-20 Dan GohmanRevert the addition of hasNoPointerOverflow to GEPOperator.
2009-07-20 Fariborz JahanianIssue a more descriptive diagnostics when mis-declaring
2009-07-20 Chris Lattnerremove dead forward decl
2009-07-20 David GoodwinFor remote execution, must cd to the executable directo...
2009-07-20 Chris Lattnerrename TargetAsmInfo::getASDirective -> getDataASDirective
2009-07-20 Daniel DunbarFix comment.
2009-07-20 David GreeneHide the DOUT static variable behind a function interface.
2009-07-20 David GoodwinUse t2LDRri12 for frame index loads.
2009-07-20 Evan Chengxfail for now.
2009-07-20 Eli FriedmanPR4591: Make sure to initialize the pass manager before...
2009-07-20 Bruno Cardoso... For PC relative relocations where symbols are defined...
2009-07-20 Zhongxing XuThe children statements might be NULL. Check for this...
2009-07-20 Daniel DunbarAdd -std-{compile,link}-opts to bugpoint.
2009-07-20 Evan ChengFix PR4567. Thumb1 target was using the wrong instructi...
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-20 Evan ChengRestore AsmWriterEmitter.cpp back to 74742. The recent...
2009-07-20 Chris Lattneruse stripPointerCasts to simplify some code.
2009-07-20 Chris Lattnerdocument llvm.used and llvm.metadata. Stub out llvm...
2009-07-20 Bill WendlingRename the index to linkage types.
2009-07-20 Bill WendlingMore reformatting.
next