aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix copy and paste bug from r186491 to make v2f64 use MOVAPD/MOVUPD as it sho...Craig Topper2013-07-182-2/+18
* Reapply r186316 with a fix for one bug where the code could walk off theChandler Carruth2013-07-182-1256/+977
* SLPVectorizer: Speedup isConsecutive (that checks if two addresses are consec...Nadav Rotem2013-07-181-12/+31
* PPC: Support dynamic allocas with large alignmentHal Finkel2013-07-183-27/+92
* Remove dead code.Rafael Espindola2013-07-184-117/+1
* Convert two uses if fstat with sys::fs::status.Rafael Espindola2013-07-181-14/+13
* Fix a regression I introduced back in r178147.Rafael Espindola2013-07-182-13/+39
* Give 'hasPath' a longer but clearer name 'isPotentiallyReachable'. Also expandNick Lewycky2013-07-181-5/+7
* Get rid of the Dis/EnableDebugLocations() API.Adrian Prantl2013-07-181-21/+0
* Update comment slightly.Eric Christopher2013-07-181-1/+1
* PPC: Add base-pointer support to builtin setjmp/longjmpHal Finkel2013-07-177-52/+130
* Add comparison operators for DIDescriptors to fix c++98 falloutEric Christopher2013-07-172-1/+8
* Add an explicit operator bool conversion to DIDescriptor to makeEric Christopher2013-07-171-0/+7
* Fix a comment.Nadav Rotem2013-07-171-1/+1
* Handle '.' correctly in hex float literal parsing.Eli Friedman2013-07-172-31/+26
* Add some uncovered attribute testsTobias Grosser2013-07-171-0/+31
* Restore r181216, which was partially reverted in r182499.Stephen Lin2013-07-173-52/+73
* Fix a funny typo. Thanks to Aaron Ballman for noticing.Rafael Espindola2013-07-171-1/+1
* Add a micro optimization to catch cases where the PtrA equals PtrB.Nadav Rotem2013-07-171-1/+1
* Add FILE_SHARE_WRITE to openFileForRead.Rafael Espindola2013-07-171-1/+1
* Silencing an MSVC warning about signed vs unsigned comparison mismatches.Aaron Ballman2013-07-171-1/+1
* [mips] Use "foreach" loop to make register definitions more concise.Akira Hatanaka2013-07-171-80/+9
* Add -*- C++ -*- to InstrEmitter.h.Michael Gottesman2013-07-171-1/+1
* OptParser.td: typoHans Wennborg2013-07-171-2/+2
* This patch checks for valid mnemonics at the beginning of parseInstruction me...Vladimir Medic2013-07-171-0/+5
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-174-17/+41
* Fix comparisons of alloca alignment in inliner mergingHal Finkel2013-07-172-3/+45
* Implement eret and deret(return from exception) instructions for Mips. Test e...Vladimir Medic2013-07-174-10/+49
* Add the tests that I forgot to 'svn add' with my previous commit (r186504).Joey Gouly2013-07-175-0/+82
* [ARMv8] Add support for the NEON instructions vmaxnm/vminnm.Joey Gouly2013-07-176-0/+121
* llvm-ar: doExtract(): Write extracted files with F_Binary. It should fix llvm...NAKAMURA Takumi2013-07-171-1/+1
* Ensure sys::getProcessTriple always uses a normalized triple. Patch byDuncan Sands2013-07-171-1/+1
* [XCore] Ensure implicit operands aren't lost on the return instruction.Richard Osborne2013-07-172-2/+19
* Tweak the cmake interaction between CMAKE_BUILD_TYPE and LLVM_ENABLE_ASSERTIONS.Duncan Sands2013-07-172-3/+3
* Teach x86 fast-isel to use AVX opcodes for vector stores when AVX is enabled.Craig Topper2013-07-171-6/+6
* LLVMSymbolize.cpp: Fix build. Triple::ArchType is not a namespace.NAKAMURA Takumi2013-07-171-1/+1
* llvm-symbolizer: be more careful with colons in file namesAlexey Samsonov2013-07-171-8/+7
* Make x86 fast-isel correctly choose between aligned and unaligned operations ...Craig Topper2013-07-174-31/+77
* Fix ARMFastISel::ARMEmitIntExt shift emissionJF Bastien2013-07-171-30/+52
* PPC: Add CTR-register clobber to builtin setjmpHal Finkel2013-07-174-0/+59
* Add simpler version of is_directory. It will be used in clang.Rafael Espindola2013-07-171-0/+7
* Mark a method 'const' and another 'static'.Craig Topper2013-07-171-2/+2
* Make a few more static string pointers constant.Craig Topper2013-07-171-8/+8
* Don't fallback to copy + delete in rename.Rafael Espindola2013-07-171-11/+2
* Make constant string pointer into an array to remove a pointer lookup for eve...Craig Topper2013-07-172-2/+2
* raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs...NAKAMURA Takumi2013-07-172-3/+5
* SLPVectorizer: Accelerate the isConsecutive check by replacing the subtractio...Nadav Rotem2013-07-171-10/+5
* PPC: Implement base pointer and stack realignmentHal Finkel2013-07-176-41/+391
* llvm/test/CodeGen/X86/vec_setcc.ll: Add explicit -mtriple=x86_64-unknown-unkn...NAKAMURA Takumi2013-07-171-3/+3
* Move string pointer from being a static class member to just a static global ...Craig Topper2013-07-172-7/+2