summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer2013-02-2215-241/+77
* [Sanitizer] Add a test for the fast unwinderReid Kleckner2013-02-222-0/+79
* Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko2013-02-2215-9/+240
* StmtPrinter: Directly print types to the stream instead of taking a detour th...Benjamin Kramer2013-02-222-56/+69
* Fix MergeFunctionDecl implicit CC for static methods.Timur Iskhodzhanov2013-02-222-2/+89
* scan-build: Remove debug print.Benjamin Kramer2013-02-221-1/+0
* Made it more explicit that the self-referential llvm.loop identifier metadata Pekka Jaaskelainen2013-02-221-1/+7
* R600/SI: Add pattern for sign extension of i1 to i32.Michel Danzer2013-02-221-0/+5
* R600/SI: Add pattern for logical or of i1 values.Michel Danzer2013-02-221-0/+4
* R600/SI: Add pattern for fceil.Michel Danzer2013-02-221-1/+3
* Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls2013-02-2228-409/+408
* [msan] MSanDR: initial commit.Evgeniy Stepanov2013-02-224-0/+730
* C++11 status page:Richard Smith2013-02-221-3/+3
* Use attributes references on call/invoke instructions.Bill Wendling2013-02-224-24/+31
* Don't crash if we try to apply 'alignas' to a variable declared with anRichard Smith2013-02-222-1/+4
* Don't accidentally and silently accept C++11 attributes in decl-specifier-seqsRichard Smith2013-02-223-1/+6
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-2238-243/+308
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-2240-158/+248
* Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributesRichard Smith2013-02-223-8/+15
* Handle alignas(foo...) pack expansions.Richard Smith2013-02-229-75/+154
* Support: clang-formatTobias Grosser2013-02-222-144/+128
* Remove unintended comment.Jason Molenda2013-02-221-2/+0
* CodeGen: clang-formatTobias Grosser2013-02-225-87/+84
* [asan] move the .preinit_array hack into a separate file (added used attribute)Kostya Serebryany2013-02-224-15/+30
* Change debugserver from using the mach port number (in debugserver'sJason Molenda2013-02-2214-107/+190
* In LookupResult::resolveKind(), when handling multiple found declarations, ig...Argyrios Kyrtzidis2013-02-223-5/+14
* When a parameter list in a C function has an error, recover by forming a K&R ...Argyrios Kyrtzidis2013-02-223-1/+7
* Don't crash when applying an alloc_size attribute on a K&R function.Argyrios Kyrtzidis2013-02-222-1/+6
* Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here,Richard Smith2013-02-222-10/+6
* Fix a nomenclature mistake. Slt->Slti in the functions. The "i" refersReed Kotler2013-02-222-8/+8
* Teach -ast-print how to print trailing-return-types.Richard Smith2013-02-222-4/+7
* [analyzer] Implement "Loop executed 0 times" diagnostic correctly.Ted Kremenek2013-02-222-53/+1614
* Expand mips16 SelT form pseudso/macros.Reed Kotler2013-02-2210-4/+166
* Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out ofRichard Smith2013-02-228-32/+292
* [libclang] Fix a crash with invalid code, while skip function bodies is enabled.Argyrios Kyrtzidis2013-02-223-3/+7
* Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation]NAKAMURA Takumi2013-02-221-1/+1
* Only suppress instance context if a member is actuallyJohn McCall2013-02-222-5/+10
* [analyzer] Place all inlining policy checks into one palceAnna Zaks2013-02-223-176/+184
* Using __package__ and __name__ seems redundant - __name__ should always conta...Enrico Granata2013-02-221-11/+4
* Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith2013-02-2210-5/+37
* [analyzer] Make sure a materialized temporary matches its bindings.Jordan Rose2013-02-225-52/+64
* Fix isa<> check which could never be true.Pete Cooper2013-02-222-1/+33
* Fix regression in modeling assignments of an address of a variable to itself....Ted Kremenek2013-02-222-3/+7
* Make sure we only use the output file as a base for debug splittingEric Christopher2013-02-222-1/+7
* objective-C arc: Diagnostic can not say to use bridgeFariborz Jahanian2013-02-223-8/+38
* Remove code copied from GenRegisterInfo.inc.Andrew Trick2013-02-222-57/+0
* [analyzer] Fix buildbot by not reusing a variable name.Jordan Rose2013-02-221-4/+4
* Code cleanup: pass Offset by pointer to parseInstruction to more explicitlyEli Bendersky2013-02-221-29/+33
* Remove warning about default covering no cases.Bill Wendling2013-02-221-3/+2
* Fixing the watchpoint test case to reflect changes in error reportingEnrico Granata2013-02-221-5/+1
OpenPOWER on IntegriCloud