aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add getModuleFlag(StringRef Key) to query a module flag given Key.Manman Ren2013-07-163-11/+21
* llvm/test/Object/ar-create.test: Relax a CHECK line to satisfy localized mess...NAKAMURA Takumi2013-07-161-1/+1
* llvm/test/Object/check_binary_output.ll: Mark it as XFAIL on Windows. Investi...NAKAMURA Takumi2013-07-161-0/+3
* flip the scev minus direction to simplify the code.Nadav Rotem2013-07-161-3/+3
* SLPVectorizer: Improve the compile time of isConsecutive by adding a simple c...Nadav Rotem2013-07-161-0/+18
* Related to r181161 - Indirect branches may not be the last branch in a basicLang Hames2013-07-161-0/+7
* ARM: Add support for the Thumb2 PLI alternate literal form.Tilmann Scheller2013-07-162-0/+7
* Update the examples for an API change.Rafael Espindola2013-07-161-1/+1
* Add a wrapper for open.Rafael Espindola2013-07-1627-119/+130
* Finally, force the target for this test. Should unbreak non-x86 buildbots.Benjamin Kramer2013-07-161-3/+3
* XFAIL this test on mingw.Rafael Espindola2013-07-161-0/+1
* Label names also differ between platforms. Use a relaxed regex.Benjamin Kramer2013-07-161-4/+4
* Fix test not to fail when the target doesn't use leading underscores on symbols.Benjamin Kramer2013-07-161-18/+18
* Cleanup testing case by using a shorter name for types.Manman Ren2013-07-161-39/+39
* Remove floats from live range splitting costs.Jakob Stoklund Olesen2013-07-162-26/+28
* Reapply r185393.Jakob Stoklund Olesen2013-07-162-82/+80
* [X86] Use min/max to optimze unsigend vector comparison on X86Juergen Ributzka2013-07-162-2/+148
* Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne2013-07-162-1/+17
* Test commit to verify write access.Juergen Ributzka2013-07-161-0/+1
* [Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner2013-07-164-2/+143
* When the inliner merges allocas, it must keep the larger alignmentHal Finkel2013-07-163-2/+203
* On error, close the temporary file descriptor.Rafael Espindola2013-07-162-1/+12
* SLPVectorizer: Reduce the compile time of the consecutive store lookup.Nadav Rotem2013-07-161-5/+13
* Create files with mode 666. This matches the behavior of other unix tools.Rafael Espindola2013-07-162-1/+14
* [Support] Fix some warnings when self-hosting clang on WindowsReid Kleckner2013-07-162-2/+5
* [APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncationUlrich Weigand2013-07-162-0/+28
* [XCore] Fix printing of inline asm operands.Richard Osborne2013-07-162-11/+39
* ARM: allow printing of ARM atomic DAG nodes.Tim Northover2013-07-161-0/+13
* [SystemZ] Use ROSBG and non-zero form of RISBG for OR nodesRichard Sandiford2013-07-163-1/+289
* Fixing a buildbot failure:unused function.Vladimir Medic2013-07-161-14/+0
* [SystemZ] Add MC support for R[NOX]SBGRichard Sandiford2013-07-164-0/+179