2009-07-18 |
Dan Gohman | Fix this accidentally inverted condition. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Ted Kremenek | Fix some fallout from CFGBuilder restructuring: all... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Reid Kleckner | Add EngineBuilder to ExecutionEngine in favor of the... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Remove getFirstDeclaration/getLatestDeclaration from... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Remove ASTContext::getCanonicalDecl() and use Decl... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Move the functionality of ASTContext::getCanonicalDecl... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Resolve a location that is inside an ObjCMethodDecl. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Make ASTLocation accept a Stmt that is inside an ObjCMe... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Search through all Decls that are DeclContexts. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Set ObjCMethodDecl's EndLoc to the '}' when it's a... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Location should be passed to setLocEnd() not to setAtEn... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Add getSourceRange() methods for ObjC Decls. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | fix objc codegen to not have its own list of things... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Convert more code to use Operator instead of explicitly... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | This takes a long time to crash, just disable it for... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Fix caching bug revealed by analyzing ClamAV using... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Fix possible null dereference in CFG construction. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | llvm-mc: Default -triple to LLVM_HOSTTRIPLE. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Remove bogus check. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Evan Cheng | Fix pr4552. Stack slot coloring with register must... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | llvm-mc: Add -triple, and start fetching the target... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Add error message when clang-cc cannot be found. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Add llvm::InitializeAllTargetInfos and llvm::Initialize... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Make BasicAliasAnalysis and Value::getUnderlyingObject use |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Restructure CFG builder to have just one visitor path... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Fix some typos in a comment. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Evan Cheng | Fix x86 inline ams 'q' constraint support. In 32-bit... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Tweak svn:ignore |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | remove AsmPrinter::findGlobalValue, just use Value... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Add a GEPOperator class, and move the hasNoPointerOverflow |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Jeffrey Yasskin | Regenerate configure for ddunbar. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Reenable asmparser dependency generation, now with... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Disable llvm-config magic for AsmParser, it is isn... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | end sentence in period, draw attention to the fact... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | we beat exceptions out of lib/system a long time ago. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Evan Cheng | Simplify some more. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Commit this change, to accompany r76232. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | Use more terse and precise linkage checks. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Eliminate yet another copy of getOpcode. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Fix typo |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | these two pieces of code are the same because we always |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Fix a typo that Duncan spotted. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Add a new Operator class, for handling Instructions... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | Untangle a snarl that I discovered when updating the... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Sketch support for target specific assembly parser. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Mikhail Glushenkov | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | fix include guard. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Evan Cheng | Simplify the coalescer (finally!) by making LiveInterva... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | GetElementPtr instructions default to having no overflow. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Xerxes Ranby | Implement cmake LLVM_MULTITHREADED gcc atomic builtin... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Bob Wilson | Fix a crash in SROA. The FunctionPass::doInitializatio... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Define a no-pointer-overflow flag for GetElementPtr... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Add new classes for working with optional optimization... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Anton Korobeynikov | Fix copy & paste errors |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Add a method to clear optional optimization information... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Anton Korobeynikov | Add missed attributes to C bindings |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Start generating AsmMatcher.inc for X86. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | tblgen/AsmMatcher: Emit simple matcher for register... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Jeffrey Yasskin | r76102 added the MachineCodeEmitter::processDebugLoc... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Fix compile warning. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Anton Korobeynikov | Add missed return |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Move WalkAST logic for 'ChooseExpr' to 'VisitChooseExpr'. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Move WalkAST logic for 'ConditionalOperator' into ... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Fix indentation / trailing white space. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | opt: Add -std-link-opts argument, matches llvm-ld's... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Anton Korobeynikov | Add support for naked functions |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | rename test. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Remove stale comments. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Bruno Cardoso... | revert one of the loops to use indicies over iterators... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Per offline discussion with Steve Naroff, add back... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Add a SubclassOptionalData field to Value. See the... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Initialize another Context, in the hopes of unbreaking... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Dan Gohman | Fix an apparent typo. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
David Greene | Make DOUT an lvalue in release mode so that developers... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Provide slightly more refined error message when trying... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | clean up this code, add the fixme back. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | objc methods can't be an operand to callexpr. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
David Greene | Add logic to align instruction operands to columns... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Duncan Sands | Avoid a compiler warning when assertions are turned... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Duncan Sands | Testcase for PR4214. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Documentation clarifications for isSafeToSpeculativelyE... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Zhongxing Xu | Rename Entity::getName() to Entity::getPrintableName... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Zhongxing Xu | As suggested by Argyrios, revert r76159 and make "FindI... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Oops, accidentally set a legal operation to expand. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Zhongxing Xu | Refactor code into a new CallExpr::getDirectCallee... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Expand misc operations from test/CodeGen/Generic. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Handle void in XCoreTargetLowering::isLegalAddressingMo... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Zhongxing Xu | CallGraph: add a bunch of stmt visitors. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Remove some unnecessary expansion markings. Add a... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Zhongxing Xu | Relax the assertion in ASTLocation's ctor: if the decl... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Add operation expansion/promotion for a bunch of operat... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Nick Lewycky | Add broken gcc from PR4532. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Zhongxing Xu | CallGraph: |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Evan Cheng | Fix tSUBspi operand definition. It reads and writes... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Set an operation expansion, noticed while running |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Make promotion in operation legalization for SETCC... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | Replace isTrapping with a new, similar method called |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Eli Friedman | One more operation expansion for MIPS, from test/CodeGe... |
commit | commitdiff | tree | snapshot |
next |