summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Restore r181216, which was partially reverted in r182499.Stephen Lin2013-07-17
* Fix a funny typo. Thanks to Aaron Ballman for noticing.Rafael Espindola2013-07-17
* Add a micro optimization to catch cases where the PtrA equals PtrB.Nadav Rotem2013-07-17
* Add FILE_SHARE_WRITE to openFileForRead.Rafael Espindola2013-07-17
* Silencing an MSVC warning about signed vs unsigned comparison mismatches.Aaron Ballman2013-07-17
* [mips] Use "foreach" loop to make register definitions more concise.Akira Hatanaka2013-07-17
* Add -*- C++ -*- to InstrEmitter.h.Michael Gottesman2013-07-17
* This patch checks for valid mnemonics at the beginning of parseInstruction me...Vladimir Medic2013-07-17
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-17
* Fix comparisons of alloca alignment in inliner mergingHal Finkel2013-07-17
* Implement eret and deret(return from exception) instructions for Mips. Test e...Vladimir Medic2013-07-17
* [ARMv8] Add support for the NEON instructions vmaxnm/vminnm.Joey Gouly2013-07-17
* Ensure sys::getProcessTriple always uses a normalized triple. Patch byDuncan Sands2013-07-17
* [XCore] Ensure implicit operands aren't lost on the return instruction.Richard Osborne2013-07-17
* Teach x86 fast-isel to use AVX opcodes for vector stores when AVX is enabled.Craig Topper2013-07-17
* Make x86 fast-isel correctly choose between aligned and unaligned operations ...Craig Topper2013-07-17
* Fix ARMFastISel::ARMEmitIntExt shift emissionJF Bastien2013-07-17
* PPC: Add CTR-register clobber to builtin setjmpHal Finkel2013-07-17
* Mark a method 'const' and another 'static'.Craig Topper2013-07-17
* Make a few more static string pointers constant.Craig Topper2013-07-17
* Don't fallback to copy + delete in rename.Rafael Espindola2013-07-17
* Make constant string pointer into an array to remove a pointer lookup for eve...Craig Topper2013-07-17
* raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs...NAKAMURA Takumi2013-07-17
* SLPVectorizer: Accelerate the isConsecutive check by replacing the subtractio...Nadav Rotem2013-07-17
* PPC: Implement base pointer and stack realignmentHal Finkel2013-07-17
* Move string pointer from being a static class member to just a static global ...Craig Topper2013-07-17
* Add getModuleFlag(StringRef Key) to query a module flag given Key.Manman Ren2013-07-16
* flip the scev minus direction to simplify the code.Nadav Rotem2013-07-16
* SLPVectorizer: Improve the compile time of isConsecutive by adding a simple c...Nadav Rotem2013-07-16
* Related to r181161 - Indirect branches may not be the last branch in a basicLang Hames2013-07-16
* ARM: Add support for the Thumb2 PLI alternate literal form.Tilmann Scheller2013-07-16
* Add a wrapper for open.Rafael Espindola2013-07-16
* Remove floats from live range splitting costs.Jakob Stoklund Olesen2013-07-16
* Reapply r185393.Jakob Stoklund Olesen2013-07-16
* [X86] Use min/max to optimze unsigend vector comparison on X86Juergen Ributzka2013-07-16
* Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne2013-07-16
* Test commit to verify write access.Juergen Ributzka2013-07-16
* [Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner2013-07-16
* When the inliner merges allocas, it must keep the larger alignmentHal Finkel2013-07-16
* SLPVectorizer: Reduce the compile time of the consecutive store lookup.Nadav Rotem2013-07-16
* Create files with mode 666. This matches the behavior of other unix tools.Rafael Espindola2013-07-16
* [Support] Fix some warnings when self-hosting clang on WindowsReid Kleckner2013-07-16
* [APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncationUlrich Weigand2013-07-16
* [XCore] Fix printing of inline asm operands.Richard Osborne2013-07-16
* ARM: allow printing of ARM atomic DAG nodes.Tim Northover2013-07-16
* [SystemZ] Use ROSBG and non-zero form of RISBG for OR nodesRichard Sandiford2013-07-16
* Fixing a buildbot failure:unused function.Vladimir Medic2013-07-16
* [SystemZ] Add MC support for R[NOX]SBGRichard Sandiford2013-07-16
* [SystemZ] Use RISBG for (shift (and ...))Richard Sandiford2013-07-16
* This patch represents Mips utilization of r186388 code that alows asm matche...Vladimir Medic2013-07-16