platform/upstream/llvm.git
2009-07-18 Dan GohmanFix this accidentally inverted condition.
2009-07-18 Ted KremenekFix some fallout from CFGBuilder restructuring: all...
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-18 Argyrios KyrtzidisRemove getFirstDeclaration/getLatestDeclaration from...
2009-07-18 Argyrios KyrtzidisRemove ASTContext::getCanonicalDecl() and use Decl...
2009-07-18 Argyrios KyrtzidisMove the functionality of ASTContext::getCanonicalDecl...
2009-07-18 Argyrios KyrtzidisResolve a location that is inside an ObjCMethodDecl.
2009-07-18 Argyrios KyrtzidisMake ASTLocation accept a Stmt that is inside an ObjCMe...
2009-07-18 Argyrios KyrtzidisSearch through all Decls that are DeclContexts.
2009-07-18 Argyrios KyrtzidisSet ObjCMethodDecl's EndLoc to the '}' when it's a...
2009-07-18 Argyrios KyrtzidisLocation should be passed to setLocEnd() not to setAtEn...
2009-07-18 Argyrios KyrtzidisAdd getSourceRange() methods for ObjC Decls.
2009-07-17 Chris Lattnerfix objc codegen to not have its own list of things...
2009-07-17 Dan GohmanConvert more code to use Operator instead of explicitly...
2009-07-17 Ted KremenekUpdate CMake file.
2009-07-17 Chris LattnerThis takes a long time to crash, just disable it for...
2009-07-17 Ted KremenekFix caching bug revealed by analyzing ClamAV using...
2009-07-17 Ted KremenekFix possible null dereference in CFG construction.
2009-07-17 Daniel Dunbarllvm-mc: Default -triple to LLVM_HOSTTRIPLE.
2009-07-17 Ted KremenekRemove bogus check.
2009-07-17 Evan ChengFix pr4552. Stack slot coloring with register must...
2009-07-17 Daniel Dunbarllvm-mc: Add -triple, and start fetching the target...
2009-07-17 Ted KremenekAdd error message when clang-cc cannot be found.
2009-07-17 Daniel DunbarAdd llvm::InitializeAllTargetInfos and llvm::Initialize...
2009-07-17 Dan GohmanMake BasicAliasAnalysis and Value::getUnderlyingObject use
2009-07-17 Ted KremenekRestructure CFG builder to have just one visitor path...
2009-07-17 Dan GohmanFix some typos in a comment.
2009-07-17 Evan ChengFix x86 inline ams 'q' constraint support. In 32-bit...
2009-07-17 Daniel DunbarTweak svn:ignore
2009-07-17 Chris Lattnerremove AsmPrinter::findGlobalValue, just use Value...
2009-07-17 Dan GohmanAdd a GEPOperator class, and move the hasNoPointerOverflow
2009-07-17 Jeffrey YasskinRegenerate configure for ddunbar.
2009-07-17 Daniel DunbarReenable asmparser dependency generation, now with...
2009-07-17 Daniel DunbarDisable llvm-config magic for AsmParser, it is isn...
2009-07-17 Chris Lattnerend sentence in period, draw attention to the fact...
2009-07-17 Chris Lattnerwe beat exceptions out of lib/system a long time ago.
2009-07-17 Evan ChengSimplify some more.
2009-07-17 Dan GohmanCommit this change, to accompany r76232.
2009-07-17 Chris LattnerUse more terse and precise linkage checks.
2009-07-17 Dan GohmanEliminate yet another copy of getOpcode.
2009-07-17 Daniel DunbarFix typo
2009-07-17 Chris Lattnerthese two pieces of code are the same because we always
2009-07-17 Dan GohmanFix a typo that Duncan spotted.
2009-07-17 Dan GohmanAdd a new Operator class, for handling Instructions...
2009-07-17 Chris LattnerUntangle a snarl that I discovered when updating the...
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.
2009-07-17 Mikhail GlushenkovTrailing whitespace.
2009-07-17 Chris Lattnerfix include guard.
2009-07-17 Evan ChengSimplify the coalescer (finally!) by making LiveInterva...
2009-07-17 Dan GohmanGetElementPtr instructions default to having no overflow.
2009-07-17 Xerxes RanbyImplement cmake LLVM_MULTITHREADED gcc atomic builtin...
2009-07-17 Bob WilsonFix a crash in SROA. The FunctionPass::doInitializatio...
2009-07-17 Dan GohmanDefine a no-pointer-overflow flag for GetElementPtr...
2009-07-17 Dan GohmanAdd new classes for working with optional optimization...
2009-07-17 Anton KorobeynikovFix copy & paste errors
2009-07-17 Dan GohmanAdd a method to clear optional optimization information...
2009-07-17 Anton KorobeynikovAdd missed attributes to C bindings
2009-07-17 Daniel DunbarStart generating AsmMatcher.inc for X86.
2009-07-17 Daniel Dunbartblgen/AsmMatcher: Emit simple matcher for register...
2009-07-17 Jeffrey Yasskinr76102 added the MachineCodeEmitter::processDebugLoc...
2009-07-17 Daniel DunbarFix compile warning.
2009-07-17 Anton KorobeynikovAdd missed return
2009-07-17 Ted KremenekMove WalkAST logic for 'ChooseExpr' to 'VisitChooseExpr'.
2009-07-17 Ted KremenekMove WalkAST logic for 'ConditionalOperator' into ...
2009-07-17 Daniel DunbarFix indentation / trailing white space.
2009-07-17 Daniel Dunbaropt: Add -std-link-opts argument, matches llvm-ld's...
2009-07-17 Anton KorobeynikovAdd support for naked functions
2009-07-17 Chris Lattnerrename test.
2009-07-17 Ted KremenekRemove stale comments.
2009-07-17 Bruno Cardoso... revert one of the loops to use indicies over iterators...
2009-07-17 Ted KremenekPer offline discussion with Steve Naroff, add back...
2009-07-17 Dan GohmanAdd a SubclassOptionalData field to Value. See the...
2009-07-17 Daniel DunbarFix typo.
2009-07-17 Daniel DunbarInitialize another Context, in the hopes of unbreaking...
2009-07-17 Dan GohmanFix an apparent typo.
2009-07-17 David GreeneMake DOUT an lvalue in release mode so that developers...
2009-07-17 Daniel DunbarProvide slightly more refined error message when trying...
2009-07-17 Chris Lattnerclean up this code, add the fixme back.
2009-07-17 Chris Lattnerobjc methods can't be an operand to callexpr.
2009-07-17 David GreeneAdd logic to align instruction operands to columns...
2009-07-17 Duncan SandsAvoid a compiler warning when assertions are turned...
2009-07-17 Duncan SandsTestcase for PR4214.
2009-07-17 Eli FriedmanDocumentation clarifications for isSafeToSpeculativelyE...
2009-07-17 Zhongxing XuRename Entity::getName() to Entity::getPrintableName...
2009-07-17 Zhongxing XuAs suggested by Argyrios, revert r76159 and make "FindI...
2009-07-17 Eli FriedmanOops, accidentally set a legal operation to expand.
2009-07-17 Zhongxing XuRefactor code into a new CallExpr::getDirectCallee...
2009-07-17 Eli FriedmanExpand misc operations from test/CodeGen/Generic.
2009-07-17 Eli FriedmanHandle void in XCoreTargetLowering::isLegalAddressingMo...
2009-07-17 Zhongxing XuCallGraph: add a bunch of stmt visitors.
2009-07-17 Eli FriedmanRemove some unnecessary expansion markings. Add a...
2009-07-17 Zhongxing XuRelax the assertion in ASTLocation's ctor: if the decl...
2009-07-17 Eli FriedmanAdd operation expansion/promotion for a bunch of operat...
2009-07-17 Nick LewyckyAdd broken gcc from PR4532.
2009-07-17 Zhongxing XuCallGraph:
2009-07-17 Evan ChengFix tSUBspi operand definition. It reads and writes...
2009-07-17 Eli FriedmanSet an operation expansion, noticed while running
2009-07-17 Eli FriedmanMake promotion in operation legalization for SETCC...
2009-07-17 Eli FriedmanReplace isTrapping with a new, similar method called
2009-07-17 Eli FriedmanOne more operation expansion for MIPS, from test/CodeGe...
next