summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adding hasDeclaration overload for TemplateSpecializationTypeEdwin Vane2013-02-254-16/+101
* Support in hasDeclaration for types with getDecl()Edwin Vane2013-02-252-2/+26
* Fix spelling noticed by Duncan.Chandler Carruth2013-02-251-3/+3
* Fix the root cause of PR15348 by correctly handling alignment 0 onChandler Carruth2013-02-254-0/+38
* Reverting r176019. Corrupt patch.Edwin Vane2013-02-252-36/+2
* [Sanitizer] one more fix for signed/unsigned mismatch in comparisonAlexey Samsonov2013-02-251-2/+2
* Support in hasDeclaration for types with getDecl()Edwin Vane2013-02-252-2/+36
* Update generated documentation after recent matcher addition.Daniel Jasper2013-02-251-0/+55
* Add matcher for AccessSpecDecls.Daniel Jasper2013-02-252-0/+103
* [Sanitizer] fix signed/unsigned compare warnings in sanitizer_stacktrace_test...Alexey Samsonov2013-02-252-4/+4
* [TSan] Add interceptor for malloc_usable_size()Alexey Samsonov2013-02-255-0/+28
* [TSan] remove temporary build directory in 'make clean' commandAlexey Samsonov2013-02-251-0/+1
* [analyzer] Relax assumption in FindLastStoreBRVisitor that the thing we are l...Ted Kremenek2013-02-251-31/+34
* [analyzer] add the notion of an "interesting" lvalue expression for ExplodedN...Ted Kremenek2013-02-253-4/+20
* Add more attributes from the command line to functions.Bill Wendling2013-02-2544-449/+444
* <rdar://problem/13282582>Han Ming Ong2013-02-251-1/+9
* Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters.Reed Kotler2013-02-255-69/+70
* Documentation: add an idea for a (weird) clang toolDmitri Gribenko2013-02-251-0/+4
* DIBuilder: support structs with vtable pointers in the same way as classesDavid Blaikie2013-02-252-12/+18
* Update Clang for a minor DIBuilder breaking change.David Blaikie2013-02-251-10/+9
* Make psuedo FEXT_T8I816_ins into a custom emitter.Reed Kotler2013-02-245-61/+39
* Moving initialization into the initializer list and correcting capitalization...Aaron Ballman2013-02-241-4/+3
* Documentation: add an idea for an automatic refactoringDmitri Gribenko2013-02-241-0/+4
* Allow breaking between a type and name in variable declarations.Daniel Jasper2013-02-244-46/+42
* Fix PR14364.Bill Schmidt2013-02-244-20/+27
* [ELF][Hexagon] add _SDA_BASE_(absolute symbol pointing to start of quickdata)Shankar Easwaran2013-02-247-2/+61
* Add the testcase from PR13573, this used to crash.Benjamin Kramer2013-02-241-0/+5
* CVP: If we have a PHI with an incoming select, try to skip the select.Benjamin Kramer2013-02-242-5/+44
* Fix invalid IR in test, missing incoming value for PHI node.Benjamin Kramer2013-02-241-1/+1
* [ELF] Change functions to virtual, in ExecutableAtomsShankar Easwaran2013-02-241-7/+7
* [ELF]Change name of runtime files, so that targets can change runtime files t...Shankar Easwaran2013-02-241-3/+4
* TypoFrancois Pichet2013-02-241-1/+1
* [analyzer] tracking stores/constraints now works for ObjC ivars or struct fie...Ted Kremenek2013-02-249-466/+895
* Add "KnownSVal" to represent SVals that cannot be UnknownSVal.Ted Kremenek2013-02-244-26/+34
* Add regression test for serialized diagnostics for notes without locations.Ted Kremenek2013-02-241-0/+30
* Revert r169638 because it broke Mesa llvmpipe tests.Nadav Rotem2013-02-243-8/+3
* Make psuedo FEXT_T8I816_ins a custom inserter. It should be expandedReed Kotler2013-02-244-22/+34
* [ELF][Hexagon]add typeZeroFillFastShankar Easwaran2013-02-2413-20/+62
* PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incompleteRichard Smith2013-02-242-1/+10
* Add a use of an otherwise unused variable to remove a warning in non-AssertsCameron Zwarich2013-02-241-0/+1
* TwoAddressInstructionPass::tryInstructionTransform() only potentially returnsCameron Zwarich2013-02-241-5/+4
* TwoAddrInstructionPass::tryInstructionTransform() has a case where it callsCameron Zwarich2013-02-241-5/+10
* [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis2013-02-2415-98/+113
* Add comments for the MacroDirective & MacroInfo classes.Argyrios Kyrtzidis2013-02-241-2/+17
* In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the cons...Argyrios Kyrtzidis2013-02-242-3/+15
* Add new base instruction def for cmpi, cmp, slt and sltu so that def/usesReed Kotler2013-02-231-5/+10
* TargetInstrInfo::commuteInstruction() doesn't actually return a new instructionCameron Zwarich2013-02-231-13/+3
* Better formatting of conditional expressions.Daniel Jasper2013-02-233-53/+74
* [ELF][Writer] Add hash table.Michael J. Spencer2013-02-233-0/+48
* Reference the canonical commit (r175462) in the value casting release note.David Blaikie2013-02-231-1/+3
OpenPOWER on IntegriCloud