summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-232-0/+90
* Refuse to (even try to) vectorize loops which have uniform writes,Pekka Jaaskelainen2013-04-231-9/+9
* AArch64: remove unnecessary check that RS is validTim Northover2013-04-231-2/+3
* Struct-path aware TBAA: update getMostGenericTBAA Manman Ren2013-04-222-38/+60
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-224-5/+3
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-2219-0/+132
* [ms-inline asm] Removed this unnecessary check. In the current implementation,Chad Rosier2013-04-221-1/+1
* [ms-inline asm] Get the OpDecl and remove a redundant lookup.Chad Rosier2013-04-221-2/+1
* [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier2013-04-221-13/+18
* Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbolEli Bendersky2013-04-221-7/+11
* Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer2013-04-221-3/+3
* Fix unused variable warning.Chad Rosier2013-04-221-1/+1
* 80 columns.Akira Hatanaka2013-04-223-6/+9
* [mips] In performDSPShiftCombine, check that all elements in the vector areAkira Hatanaka2013-04-222-10/+12
* [ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier2013-04-221-61/+55
* [Support] Fix argv string escape bug on WindowsReid Kleckner2013-04-221-4/+42
* COFF: Fix weak external aliases.Peter Collingbourne2013-04-221-28/+29
* Fix for PR 14965: Better error message for GEP with partially defined contentsEli Bendersky2013-04-221-2/+7
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-222-39/+25
* Also verify llvm.compiler_used.Rafael Espindola2013-04-221-1/+2
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-226-17/+33
* No really, don't store anything to this since it's unconditionallyEric Christopher2013-04-221-1/+1
* Remove variable store that is never read.Eric Christopher2013-04-221-1/+1
* Remove variable store that is never read.Eric Christopher2013-04-221-1/+0
* Fix for 5.5 Parameter Passing --> Stage C:Stepan Dyatkovskiy2013-04-223-2/+8
* Tidy.Eric Christopher2013-04-221-4/+6
* Update comment. Whitespace.Eric Christopher2013-04-221-2/+2
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-224-6/+73
* Convert windows line endings to linux/unix line endings.Craig Topper2013-04-221-13/+13
* Fix indentation. No functional change.Craig Topper2013-04-221-5/+5
* Put 'else' on same line as preceding curly brace per coding standards. No fun...Craig Topper2013-04-221-12/+6
* Remove an unreachable 'break' following a 'return'.Craig Topper2013-04-221-1/+0
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-213-4/+65
* Passing arguments to varags functions under the SPARC v9 ABI.Jakob Stoklund Olesen2013-04-211-0/+47
* Tidy up comment grammar.Jim Grosbach2013-04-211-2/+2
* Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen2013-04-211-2/+1
* SROA: Don't crash on a select with two identical operands.Benjamin Kramer2013-04-211-8/+8
* Revert "SimplifyCFG: If convert single conditional stores"Arnold Schwaighofer2013-04-211-88/+4
* ARM: Use ldrd/strd to spill 64-bit pairs when available.Tim Northover2013-04-213-37/+106
* SLPVectorize: Add support for vectorization of casts.Nadav Rotem2013-04-211-0/+69
* SLPVectorizer: Fix a bug in the code that scans the tree in search of nodes w...Nadav Rotem2013-04-211-0/+1
* When we strength reduce an objc_retainBlock call to objc_retain, increment Nu...Michael Gottesman2013-04-211-1/+6
* Fixed comment typo.Michael Gottesman2013-04-211-1/+1
* [objc-arc] Fixed typo in debug message.Michael Gottesman2013-04-211-1/+1
* [objc-arc] Fixed comment typo.Michael Gottesman2013-04-211-1/+1
* [objc-arc] Refactored OptimizeReturns so that it uses continue instead of a l...Michael Gottesman2013-04-211-25/+30
* [objc-arc] Added debug statement saying when we are resetting a sequence's pr...Michael Gottesman2013-04-201-0/+1
* Compile varargs functions for SPARCv9.Jakob Stoklund Olesen2013-04-201-31/+57
* Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem2013-04-201-1/+10
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-201-4/+88
OpenPOWER on IntegriCloud