projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2009-07-21
Dale Johannesen
revert 76503 while I figure out what's going on
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Ted Kremenek
RegionStore:
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Argyrios Kyrtzidis
Change the semantics for Entity.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Ryan Flynn
define __STDC_VERSION__ processor token for c94
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Argyrios Kyrtzidis
Use temporary output to avoid running index-test with...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Argyrios Kyrtzidis
Implement the virtual getNextRedeclaration() for ObjCMe...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Argyrios Kyrtzidis
Add an assertion for the return value of Decl::getNextR...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Argyrios Kyrtzidis
Remove the ObjCCategoryImpls vector from Sema class.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Argyrios Kyrtzidis
Remove Sema::LookupObjCImplementation and replace it...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Argyrios Kyrtzidis
- Introduce ASTContext::getObjCImplementation() and...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Argyrios Kyrtzidis
Handle references from ObjCIvarRefExprs.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Argyrios Kyrtzidis
Add '\n' to the end of error message.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Dan Gohman
Add a comment to clarify why there isn't any code in...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Dan Gohman
Remove the code that tried to evaluate whether (A pred...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Dale Johannesen
Make sure a global matching asm 'i' constraint gets its
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Dale Johannesen
Move stripping of bitcasts in inline asm arguments
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Mike Stump
Add yet more analysis for CFGs involving conditionals...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Fariborz Jahanian
Move EmitCtorPrologue to CGCXX. Add an assert and FIXMEs.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Ted Kremenek
Enhanced IsReinterpreted() (RegionStore.cpp) to reason...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Dan Gohman
Minor code simplification.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Dan Gohman
Documentation for the new non-overflow and exact keywords.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Fariborz Jahanian
Improve message for bad destructor decl. Per Doug's...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Fariborz Jahanian
Early ir-gen for constructor prologue. This is on going.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Dan Gohman
The upper argument of ConstantRange is exclusive, not...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Chris Lattner
clean up some formatting, indent by 2 instead of 4.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
David Goodwin
CMP and TST define CPSR, not use it.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Douglas Gregor
Reuse VarDecl::Init to store the default argument of...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
David Greene
Re-apply 75490, 75806 and 76177 with fixes and tests...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Evan Cheng
Forgot this test earlier.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Ted Kremenek
This test now passes with RegionStore.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Ted Kremenek
Enhance GRExprEngine::EvalBind to handle some implicit...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Ted Kremenek
Enhance SimpleSValuator to handle nonloc::LocAsInteger...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Bill Wendling
Simplify the code in DarwinTargetAsmInfo::emitUsedDirec...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Bill Wendling
Pass in the unfortunately named "LessPrivatePrefix...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Mike Stump
Remove an apparently unused forward class decl.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Dan Gohman
Assembly and Bitcode support for unsigned/signed overfl...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Mike Stump
Remove an apparently unused header.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Evan Cheng
Use TII->findCommutedOpIndices to find the commute...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Ted Kremenek
Add XFAILED test.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Ted Kremenek
Add FIXME.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Bill Wendling
Change the casting of linkage types into a map. This...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Dan Gohman
Clarify that OverflowingBinaryOperator is not used...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Kevin Enderby
Removed the DumpSymbolsandMacros and LoadSymbolsandMacr...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Daniel Dunbar
Add MCAsmLexer interface.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Evan Cheng
Fix some sub-reg coalescing bugs where the coalescer...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Eli Friedman
Remove FIXME that was already fixed.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Bill Wendling
Rename Mangler linkage enums to something less gross.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Devang Patel
Refactor metadata parsing routines into separate functions.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Douglas Gregor
When a field is variable-sized or is an array with...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Daniel Dunbar
Add MCAsmParser interface.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Ted Kremenek
Update DataflowSolver to handle the case where a succes...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Douglas Gregor
Improve GCC compatibility by allowing static tentative...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Ted Kremenek
Enhance GRBranchNodeBuilderImpl (part of GRCoreEngine...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Douglas Gregor
Build FileCheck from with CMake
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Bill Wendling
Put new enum at end of list to avoid changing ABI.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Chris Lattner
remove TargetAsmInfo::ExpandInlineAsm
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Steve Naroff
5 cleanups to ObjCObjectPointerType work:
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Chris Lattner
use ExpandInlineAsm on TargetLowering instead of Target...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Chris Lattner
Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Dan Gohman
Drop UDivOperator and introduce SDivOperator. Thanks...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Chris Lattner
add some fixme's and cleanups. TargetAsmInfo shouldn...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Dan Gohman
Update this comment.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Dan Gohman
Revert the addition of hasNoPointerOverflow to GEPOperator.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Fariborz Jahanian
Issue a more descriptive diagnostics when mis-declaring
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Chris Lattner
remove dead forward decl
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
David Goodwin
For remote execution, must cd to the executable directo...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Chris Lattner
rename TargetAsmInfo::getASDirective -> getDataASDirective
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Daniel Dunbar
Fix comment.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
David Greene
Hide the DOUT static variable behind a function interface.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
David Goodwin
Use t2LDRri12 for frame index loads.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Evan Cheng
xfail for now.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Eli Friedman
PR4591: Make sure to initialize the pass manager before...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Bruno Cardoso...
For PC relative relocations where symbols are defined...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Zhongxing Xu
The children statements might be NULL. Check for this...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Daniel Dunbar
Add -std-{compile,link}-opts to bugpoint.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Evan Cheng
Fix PR4567. Thumb1 target was using the wrong instructi...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Chris Lattner
implement a new magic global "llvm.compiler.used" which...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Evan Cheng
Restore AsmWriterEmitter.cpp back to 74742. The recent...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Chris Lattner
use stripPointerCasts to simplify some code.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Chris Lattner
document llvm.used and llvm.metadata. Stub out llvm...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Bill Wendling
Rename the index to linkage types.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Bill Wendling
More reformatting.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Bill Wendling
Fix HTML violations.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Bill Wendling
Obsessivly reformat.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Evan Cheng
Model fpscr to prevent fcmped / fcmpezs etc from being...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Bill Wendling
Add plumbing for the `linker_private' linkage type...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Daniel Dunbar
CMake support for SystemZ.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
Daniel Dunbar
Tweak svn:ignore
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
Daniel Dunbar
This test should be run with -m32.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
Ted Kremenek
Implement FIXME in pretty-printing for StringRegions.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
Ted Kremenek
Improve debug pretty-printing for ObjCIVarRegions.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
Chris Lattner
fix test
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
Chris Lattner
DisambiguateGlobalSymbols should not mangle intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
Chris Lattner
enhance the goto checker to reject jumps across __block...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
Eli Friedman
Don't override LowerArguments in the SPARC backend...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
Evan Cheng
Fix a regression from 76124. Thumb1 instructions defaul...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
Jakob Stoklund...
Fix http://llvm.org/bugs/show_bug.cgi?id=4583
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
Daniel Dunbar
Fix build
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
Daniel Dunbar
Catch another trivial case where we can avoid emitting...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
Daniel Dunbar
Detect when the current generation point is unreachable...
commit
|
commitdiff
|
tree
|
snapshot
next