summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup whitespace.Michael J. Spencer2011-12-132-4/+4
* Thumb2 assembler aliases for "mov(shifted register)"Jim Grosbach2011-12-133-1/+57
* ARM LDM/STM system instruction variants.Jim Grosbach2011-12-133-11/+45
* Thumb2 pre/post indexed stores can be from any non-PC GPR.Jim Grosbach2011-12-131-3/+3
* Test for 146516Jim Grosbach2011-12-131-0/+4
* Thumb2 tweak for ccout handling in RSB parsing.Jim Grosbach2011-12-131-1/+4
* ARM thumb2 parsing of "rsb rd, rn, #0".Jim Grosbach2011-12-132-2/+12
* ARM NEON two-operand aliases for VQDMULH.Jim Grosbach2011-12-133-0/+21
* ARM pre-UAL NEG mnemonic for convenience when porting old code.Jim Grosbach2011-12-135-3/+31
* ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach2011-12-132-0/+3
* ARM add more 'gas' compatibility aliases for NEON instructions.Jim Grosbach2011-12-133-3/+37
* mention AddressSanitizer in 3.1 release notesKostya Serebryany2011-12-131-0/+1
* objc: diagnose duplicate declaration of methodsFariborz Jahanian2011-12-139-12/+27
* [asan] report an error if blacklist file contains a malformed regex. fixes as...Kostya Serebryany2011-12-131-5/+13
* [fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...Chad Rosier2011-12-132-7/+53
* [asan] canonicalise the output for double-free and wrong-free. fixes asan iss...Kostya Serebryany2011-12-133-5/+7
* build compiler-rt with -fPIC, otherwise the run-time libs will not link with ...Kostya Serebryany2011-12-132-2/+3
* [libclang] Indexing API: Provide the protocols list for objc categories as well.Argyrios Kyrtzidis2011-12-134-7/+19
* [libclang] Indexing API: Fix indexing of missed references.Argyrios Kyrtzidis2011-12-137-31/+142
* [libclang] Indexing API: Fix suppressing of references in macros and suppressArgyrios Kyrtzidis2011-12-134-3/+52
* Rip llvm 3.0 out of the release notes, making room for LLVM 3.1Chris Lattner2011-12-131-983/+39
* [fast-isel] Remove SelectInsertValue() as fast-isel wasn't designed to handle Chad Rosier2011-12-131-103/+0
* www: Add forgotten filesTobias Grosser2011-12-133-0/+2000
* www: Add LLVM Developer Meeting Video (webm only)Tobias Grosser2011-12-131-0/+35
* www: Improve styling of news sectionTobias Grosser2011-12-132-49/+153
* www: Rephrase the introduction to PollyTobias Grosser2011-12-131-14/+15
* Tweak ARC diagnostic categories and rename 'Automatic Reference Counting Issu...Ted Kremenek2011-12-132-2/+2
* Added an assertion about overflow in sizeof evaluation. This does not solve t...Abramo Bagnara2011-12-131-1/+3
* Avoid using the 'insertvalue' instruction here.Bill Wendling2011-12-131-6/+33
* Disallow decltype in qualified declarator-ids.David Blaikie2011-12-134-4/+38
* Add checks and diagnostics for many of the cases which C++11 considers to notRichard Smith2011-12-138-96/+587
* Add two new memory region based checks to the Unwinder:Jason Molenda2011-12-131-0/+20
* When unwinding from the first frame, try to ask the remote debugserverJason Molenda2011-12-134-44/+144
* Testcase for LLVM commit r146475.Nick Lewycky2011-12-131-2/+5
* DW_AT_accessibility is "constant" class, not form class, so it may not useNick Lewycky2011-12-131-6/+6
* Try to add a svn:ignore property to ignore the testsuite run directories.Jason Molenda2011-12-130-0/+0
* Use forward declarations more of the time to save on things that we need to Greg Clayton2011-12-131-2/+2
* Add test/MC/Mips/dg.exp.Akira Hatanaka2011-12-131-0/+5
* Add a pthreads testcase to make sure the two-step of running and expression,Jim Ingham2011-12-133-0/+151
* Move direct object emitter test to directory test/MC/Mips. Rename it toAkira Hatanaka2011-12-131-0/+0
* Expand .cprestore directive to multiple instructions if the offset does not fit Akira Hatanaka2011-12-133-16/+35
* Relocation against a symbol, instead of against section. We had some extremeAkira Hatanaka2011-12-132-2/+31
* Don't default the *cached* list of targets to build to an explicit listChandler Carruth2011-12-131-1/+1
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-1319-23/+130
* I have modified the part of the code that finds andSean Callanan2011-12-132-43/+51
* Fix size calculation for pointer to member functionHoward Hinnant2011-12-132-1/+5
* Fixed the Xcode project to correctly not strip anything for Debug and Release...Greg Clayton2011-12-131-21/+17
* Use the example from clang, not the GCC frontend, which doesn't exist anymore.Bill Wendling2011-12-131-24/+25
* Cleanup. Clarify LSRInstance public methods.Andrew Trick2011-12-131-1/+1
* Account for CPE alignment when searching for new water.Jakob Stoklund Olesen2011-12-131-31/+51
OpenPOWER on IntegriCloud