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-22
Mike Stump
Add warning for falling off the end of a function that...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Douglas Gregor
Implement support for out-of-line definitions of the...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Chris Lattner
remove SectionFlags::Small: it is only used on Xcore...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Dan Gohman
x86 isel tweak: use lea (%reg,%reg) instead of lea...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Eli Friedman
Fix test breakage.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Argyrios Kyrtzidis
Change Preprocessor to keep a copy of LangOptions inste...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Mike Stump
Improve CFG support for C++ throw expressions.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Mike Stump
Prep for new warning.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Dan Gohman
Add new keywords to the vim syntax highlighting.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Dan Gohman
Add new optimization keywords to the polygen grammar.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Dan Gohman
Rename the new unsigned and signed keywords to nuw...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Ted Kremenek
Refactor 'PostStmt' and 'PreStmt' to subclass a common...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
David Greene
Reorder if-else branches as suggested by Bill.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Eli Friedman
Slight code reorganization to allow instantiating post...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
David Goodwin
Fix typo in addrmode definition.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Dan Gohman
Add -march=ppc32 lines so that this test doesn't ever...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Douglas Gregor
Calls to Sema::MatchTemplateParametersToScopeSpecifier...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Evan Cheng
Use getTargetConstant instead of getConstant since...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Dan Gohman
Make the grep line in this test more specific, to avoid
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
David Greene
Constify the key in Mi2IndexMap.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Ted Kremenek
Use SaveAndRestore in 'clang/Analysis/Support/SaveAndRe...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Evan Cheng
Ignore undef uses.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Ted Kremenek
Add AssumeDual method.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Ted Kremenek
Migrate the path-sensitive checking of 'nonnull' argume...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Eli Friedman
Fix the parsing of default arguments for inline member...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Ted Kremenek
Make 'SaveAndRestore' and friends reusable classes...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Ted Kremenek
Add support for registering 'Checker' objects with...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Ted Kremenek
Add new 'Checker' and 'CheckerVisitor' classes, which...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Ted Kremenek
Add support for 'PreStmt' program points to GRCoreEngin...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Ted Kremenek
Add 'PreStmt' program point. This will be used to repre...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Ted Kremenek
Implement operator= for ExplodedNodeSet.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Daniel Dunbar
Switch some clients to Value::getName(), and other...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Douglas Gregor
Fix the problems with template argument deduction and...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Devang Patel
Fix indentation.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Daniel Dunbar
Simplify some uses of Value::getName()
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Daniel Dunbar
Define npos in a way that should make MSVC happier.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Mike Stump
Make -Wreturn-type be part of -Wmost and therefore...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Douglas Gregor
Fix some memory allocation/deallocation issues
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Daniel Dunbar
Remove unnecessary store to temporary std::string.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
David Greene
Put comment printing under asm-verbose.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Eli Friedman
Fix a nasty little use-after-free bug.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Daniel Dunbar
Fix indentation.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Douglas Gregor
Canonicalize the types produced by template argument...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Fariborz Jahanian
Improved on performance of the algorithm for proper...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
David Greene
Make some changes suggested by Bill and Evan.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Douglas Gregor
Slighty more testing for template argument deduction...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Douglas Gregor
Improve template argument deduction for array types...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Mike Stump
Prep for new warning.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Mike Stump
Use isa instead of dyn_cast for conditionals.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Devang Patel
Use DICompositeType->replaceAllUsesWith().
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Devang Patel
Fix thinko.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Sanjiv Gupta
Added -b option to override the default bitcode output...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Devang Patel
Use isa<> instead of dyn_cast<>.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Douglas Gregor
"This patch implements the restrictions on union member...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Devang Patel
Add replaceAllUsesWith() to FE replace debug info const...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Devang Patel
Do not print "metadata" twice while printing MDString.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Devang Patel
Remove empty test.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Evan Cheng
Eliminate a redudant check Eli pointed out.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Sanjiv Gupta
Fixed build warning. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Ted Kremenek
Move bug reporter "visitors" to their own file and...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Devang Patel
Introduce MetadataBase, a base class for MDString and...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Fariborz Jahanian
Allocate BaseOrMemberInitializers and CXXBaseSpecifier...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Douglas Gregor
Implement parsing and semantic analysis for out-of...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Steve Naroff
Fix a couple recent ABI regressions noticed during...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Daniel Dunbar
Support writing a StringRef to a raw_ostream directly.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Eli Friedman
Switch some functions from using x86 builtins to using...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Mike Stump
Add some documentation, to make it so the next person...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Chris Lattner
fix some wording problems Daniel pointed out, make...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Chris Lattner
doxygenify
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Chris Lattner
fix typo noticed by Duncan
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Ryan Flynn
cast signed APInt constructor params to uint64_t to...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Steve Naroff
Fix <rdar://problem/6770276> Support Class<Proto> syntax.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Douglas Gregor
Test template instantiation for member functions of...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Duncan Sands
Add newline at end of file.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Richard Osborne
Thread local globals don't require special handling...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Torok Edwin
Remove a comment that was copy+pasted from the wrong...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Duncan Sands
Revert commit 76707, it was breaking the llvm-gcc build
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Eli Friedman
Don't give a massive inlining cost bonus to available_e...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Evan Cheng
Don't forget D16 - D31 are clobbered by calls and sjlj eh.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Evan Cheng
Add R12 to the list of registers clobbered by 16-bit...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Evan Cheng
Fix a obvious copy-n-paste bug.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Eli Friedman
Make vectorized floating-point comparisons work without...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Evan Cheng
Get rid one of the getRegisterNumbering. Also add D16...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Chris Lattner
remove Bill from the author list: his contribution...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Chris Lattner
add some more topics to the coding standards doc:
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Eli Friedman
Attempt to fix BuildBot breakage with MSVC.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Ted Kremenek
Restructure ProgramPoint to have the 'Kind' value be...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Ted Kremenek
Temporarily disable most use of region casts in RegionS...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Ted Kremenek
Fix a crasher in StoreManager::InvalidateRegion() cause...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Chris Lattner
fix some formatting stuff, patch by Edward O'Callaghan!
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Mon P Wang
Preserve address space information through member acces...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Mike Stump
Remove an unneeded header.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Eric Christopher
Remove intrinsic support for __builtin_ia32_vec_set_v16...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Eli Friedman
Add support for MMX VSETCC.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Sean Callanan
Added the unconditional JMP with an 8-bit relocation...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Evan Cheng
Add an entry.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Chris Lattner
inline the two MergeableConstSection implementations...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Mike Stump
Prep for new warning.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Fariborz Jahanian
Minor mod. per Doug's comment.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
Chris Lattner
set the ELF "small" flag on objects that end up in...
commit
|
commitdiff
|
tree
|
snapshot
next