]> granicus.if.org Git - clang/shortlog
clang
2008-02-24 Chris LattnerFix PR2090, a typo in digraph processing.
2008-02-24 Chris LattnerUpdate comment.
2008-02-24 Steve NaroffMove the initialization of SEL/objc_selector from Sema...
2008-02-24 Ted KremenekTwo more Windows-related fixes:
2008-02-24 Ted KremenekIn FileManager: use full paths to unique files and...
2008-02-23 Eli FriedmanMinor code cleanup.
2008-02-23 Ted KremenekChange encoding of TokenKind in IdentifierTable to...
2008-02-23 Ted KremenekPatch from Argiris Kirtzidis:
2008-02-22 Ted KremenekFixed horrid bug in LiveVariables analysis where we...
2008-02-22 Ted KremenekModified clang driver option -dump-live-variables to...
2008-02-22 Ted Kremenekclang driver options --dump-cfg and --view-cfg now...
2008-02-22 Ted KremenekWhen running the GRSimpleVals analysis, skip functions...
2008-02-22 Ted KremenekPunt on unifying symbolic lvalues. This won't be neede...
2008-02-22 Ted KremenekAdded "assumption" logic for lval::FuncVal and lval...
2008-02-22 Ted KremenekBug fix: For transfer function for unary "!", compare...
2008-02-22 Ted KremenekBug fix in liveness: Only compute liveness information...
2008-02-21 Ted KremenekReturn "Unknown" when using the value of a function...
2008-02-21 Ted KremenekRegression fix: Handle binary operators where both...
2008-02-21 Ted KremenekAdded transfer function support for dispatching to...
2008-02-21 Nate Begemanadd a test case
2008-02-21 Nate BegemanHandle __attribute__((annotate("string")))
2008-02-21 Ted KremenekRemoveDeadBindings should now check for UninitalizedVal...
2008-02-21 Ted KremenekRegression fix: Handle pointer arithmetic in unary...
2008-02-21 Ted KremenekRemoved bogus assertions regard LValues binding to...
2008-02-21 Ted KremenekRemove incorrect casts from UnknownVal to NonLVal.
2008-02-21 Ted KremenekFIX: Promote the correct operand.
2008-02-21 Ted KremenekSimplified and generalized transfer function logic...
2008-02-21 Ted KremenekAdded transfer function support for sizeof(void)
2008-02-21 Eli FriedmanSome const initializer tests for stuff I just committed.
2008-02-21 Ted KremenekMajor cleanup of path-sensitive analysis engine and...
2008-02-21 Eli FriedmanClean up constant implicit cast emission; fixes a few...
2008-02-21 Eli FriedmanFix brace-enclosed string initializers for char arrays...
2008-02-21 Gabor GreifChange variable name to Tq (from TQ)
2008-02-21 Gabor GreifAdded classes SolarisTargetInfo and
2008-02-21 Chris Lattnerimplement codegen support for sizeof(void), fixing...
2008-02-21 Chris Lattneradd some semantic checks for address spaces.
2008-02-21 Chris Lattneradd a fixme.
2008-02-21 Chris LattnerCollect and build and process type attributes on pointe...
2008-02-21 Chris Lattnermove some code, no other change.
2008-02-21 Chris Lattnermove type attribute processing into the creatively...
2008-02-21 Chris LattnerCorrectly handle address space qualifiers in declspecs...
2008-02-20 Chris Lattnermove ConvertDeclSpecToType into Sema
2008-02-20 Chris Lattnerrename some methods.
2008-02-20 Chris LattnerUse getKind() in HandleDeclAttribute instead of decodin...
2008-02-20 Chris Lattneradd a method to AttributeList that converts an identifi...
2008-02-20 Nate BegemanTabs are the enemy
2008-02-20 Chris Lattneradd some code that will be used to remove processed...
2008-02-20 Chris LattnerChange ConvertDeclSpecToType to break out of switch...
2008-02-20 Chris LattnerAlternate address spaces work:
2008-02-20 Ted KremenekImplemented transfer function logic for unary '+'
2008-02-20 Ted KremenekPlaced transfer function logic for dereferences in...
2008-02-19 Lauro Ramos... Improve non-const initializer implementation.
2008-02-19 Lauro Ramos... Implement CodeGenModule::getMemSetFn method.
2008-02-19 Ted KremenekAdded missing case in constant propagation logic for...
2008-02-19 Ted KremenekAdded special handling for UninitializedVals for the...
2008-02-19 Ted KremenekImplemented "getType()" for symbolic values representin...
2008-02-19 Lauro Ramos... Simplify aggregate initilizer implementation. Use the...
2008-02-19 Ted KremenekFixed transfer function for casts to always evaluate...
2008-02-19 Ted KremenekAdded transfer function support for casting to "void".
2008-02-19 Chris Lattnerfix the second half of PR2041: __restrict is ok in...
2008-02-19 Ted KremenekFixed bug classof() bug with RValues that could cause...
2008-02-19 Ted KremenekFor now, --grsimple skips analyzing functions in header...
2008-02-19 Ted KremenekAdded back explicit state/node creation when visiting...
2008-02-19 Ted KremenekAdded boilerplate transfer function support for CallExprs.
2008-02-19 Nate BegemanAllow ArraySubscriptExpr to be a base node for vector...
2008-02-19 Ted KremenekAdded FIXME for properly handling local arrays using...
2008-02-19 Ted Kremenek--grsimple now reports the number of nodes in the Explo...
2008-02-19 Lauro Ramos... A global without initializer must be emitted as weak.
2008-02-18 Ted KremenekAdded "size()" and "empty()" methods to ExplodedGraphImpl.
2008-02-18 Ted KremenekAdded more assertions and checks in transfer function...
2008-02-18 Lauro Ramos... Implement multi-dimension array initalizer.
2008-02-18 Ted KremenekRunning -grsimple now emits diagnostics about the time...
2008-02-18 Ted KremenekTemporary solution to push analysis through to analyzin...
2008-02-18 Anders CarlssonAdd more supported constraints.
2008-02-18 Steve NaroffTweak fix for http://llvm.org/bugs/show_bug.cgi?id...
2008-02-18 Anders CarlssonMore bitfield improvements.
2008-02-18 Anders CarlssonFix bug where we would report the wrong value for __ali...
2008-02-17 Nate BegemanTurn handling of parameter attributes back on, fixing...
2008-02-17 Nate BegemanRevert this temporarily, it's breaking objc :/
2008-02-17 Nate BegemanHandle parameter attributes
2008-02-17 Chris LattnerFix PR2042. One remaining issue: we don't currently...
2008-02-17 Anders CarlssonChange alignment for doubles to 32 bits which is what...
2008-02-17 Eli FriedmanImplemnt isVariablyModifiedType correctly.
2008-02-16 Chris Lattnerimplement codegen support for aggregates casted to...
2008-02-16 Eli FriedmanA couple of msvc compile fixes from the ml; I haven...
2008-02-16 Lauro Ramos... Implement extern block var.
2008-02-16 Anders CarlssonAdd more tests
2008-02-16 Anders CarlssonBetter handling of the aligned attribute.
2008-02-16 Anders CarlssonMore comments from Chris.
2008-02-16 Chris LattnerFix CheckEndOfDirective to diagnose lines that contain...
2008-02-16 Anders CarlssonMake sizeof and __alignof work correctly with packed...
2008-02-16 Ted KremenekFurther cleanup. Moved definitions for SymbolManager...
2008-02-16 Anders CarlssonFix typo
2008-02-16 Anders CarlssonHandle packed attribute correctly
2008-02-16 Anders CarlssonAddress comments from Chris.
2008-02-15 Anders CarlssonStore attributes in a global hash map instead.
2008-02-15 Anders CarlssonStore attributes in a global hash map instead.
2008-02-15 Ted KremenekRefactored code for transfer functions for binary opera...
2008-02-15 Lauro Ramos... Set Ubuntu 7.10 c++ include path.
2008-02-15 Lauro Ramos... Add c++ to "inferlanguage"
next