summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* First round of code cleanups:Enrico Granata2011-08-1714-646/+610
* Fix PR10688. Add support for spliting 256-bit vector shifts when theBruno Cardoso Lopes2011-08-172-11/+31
* Reorganize the return-type vs. expression checking code inJohn McCall2011-08-171-30/+30
* Somehow I fouled up this test.John McCall2011-08-171-2/+0
* Tidy up. 80 columns.Jim Grosbach2011-08-171-34/+49
* Add the support in code-gen for the landingpad instruction lowering.Bill Wendling2011-08-173-3/+75
* ARM clean up the imm_sr operand class representation.Jim Grosbach2011-08-178-29/+36
* Remove an unnecessary assignment (to InstFromD).Argyrios Kyrtzidis2011-08-171-7/+3
* Gather cleanups correctly in block return statements.John McCall2011-08-172-12/+33
* Disable PRE for landing pads.Bill Wendling2011-08-171-2/+14
* Revert patch. Forgot a dependent commit.Bill Wendling2011-08-171-39/+3
* [analyzer] Migrate assumption and binding handling from CFRefCount to RetainR...Jordy Rose2011-08-171-100/+94
* Add the body of 'visitLandingPad'.Bill Wendling2011-08-171-3/+39
* Increment the insertion iterator to beyond the landingpad instruction.Bill Wendling2011-08-171-1/+1
* Don't optimize the landing pad exit block.Bill Wendling2011-08-171-4/+18
* Fix incorrect code indentation and silence dead store warning due to idiomati...Ted Kremenek2011-08-171-43/+45
* In the AST file format, eliminate the CHAINED_METADATA record. Instead,Douglas Gregor2011-08-176-41/+45
* Fix a handful of dead stores found by Clang's static analyzer. There's a bun...Ted Kremenek2011-08-173-7/+6
* Assert that we aren't trying to split the critical edge of a landing pad. DoingBill Wendling2011-08-171-0/+5
* Fix predicate for imm1_32Jim Grosbach2011-08-171-1/+4
* Thumb assembly parsing and encoding for ADR.Jim Grosbach2011-08-173-2/+11
* Revert r137655. There is some question about whether the 'landingpad'Bill Wendling2011-08-173-3/+5
* Don't move assign string::allocator_type when propagate_on_container_move_ass...Howard Hinnant2011-08-171-1/+23
* Add a couple of FIXMEs.Jim Grosbach2011-08-171-0/+8
* Add a bit more comments to the BugReporter and friends.Anna Zaks2011-08-171-5/+35
* [libclang] Implicit objc methods are skipped, no need to check isSynthesized.Argyrios Kyrtzidis2011-08-171-6/+0
* 80 columns.Jim Grosbach2011-08-171-1/+2
* Tidy up.Jim Grosbach2011-08-171-2/+1
* Modify for the new EH scheme.Bill Wendling2011-08-171-1/+57
* Remove unneeded sentence.Bill Wendling2011-08-171-2/+1
* Revert r137781; I agree with Duncan's comment that the situation in question ...Eli Friedman2011-08-171-5/+4
* Mark objc methods that are implicitly declared for properties (not user-decla...Argyrios Kyrtzidis2011-08-1711-46/+48
* Fix -ferror-limit= to properly emit notes following the last errorDouglas Gregor2011-08-173-4/+44
* New category "gnu-libstdc++" provides summary for std::string and synthetic c...Enrico Granata2011-08-179-16/+338
* Fix iterator end for r137842.Chad Rosier2011-08-171-1/+1
* Add support for half-word unaligned loads and stores.Akira Hatanaka2011-08-173-14/+31
* Fix test case.Devang Patel2011-08-171-1/+2
* Remove superficial test.Devang Patel2011-08-171-6/+0
* Robustify test.Devang Patel2011-08-171-4/+8
* Static fields require an out-of-line definition. Fix DynamicLibrary for real.Jordy Rose2011-08-171-0/+2
* ...and make sure DynamicLibrary builds by removing "const" from the Invalid p...Jordy Rose2011-08-171-1/+1
* [driver] Clang doesn't support -mkernel/-fapple-kext for i386, so it's Chad Rosier2011-08-173-0/+23
* Don't use NULL to represent an invalid library; Cygwin uses this for RTLD_DEF...Jordy Rose2011-08-171-2/+7
* Start building a Thumb1 decoding test file based on the Thumb1 parsing/encodi...Owen Anderson2011-08-171-0/+30
* Add additional path to Linux toolchain. Patch by Will Dietz. PR10690.Eli Friedman2011-08-171-0/+3
* Be more careful in the Thumb decoder hooks to avoid walking off the end of th...Owen Anderson2011-08-171-8/+12
* Silly mistake from r137777; restore significant isStructTy() checks. While h...Eli Friedman2011-08-172-4/+28
* Add the ARM VFP variants to the cc_kext libraries for armv6 and armv7.Bob Wilson2011-08-171-2/+36
* Add Gentoo gcc 4.3.4 include pathsNico Weber2011-08-171-0/+4
* Thumb assembly parsing and encoding for ADC(register) instruction.Jim Grosbach2011-08-171-0/+8
OpenPOWER on IntegriCloud