summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-07-17Fix ARMFastISel::ARMEmitIntExt shift emissionJF Bastien1-30/+52
2013-07-17PPC: Add CTR-register clobber to builtin setjmpHal Finkel3-0/+9
2013-07-17Mark a method 'const' and another 'static'.Craig Topper1-2/+2
2013-07-17Make a few more static string pointers constant.Craig Topper1-8/+8
2013-07-17Don't fallback to copy + delete in rename.Rafael Espindola1-11/+2
2013-07-17Make constant string pointer into an array to remove a pointer lookup for eve...Craig Topper2-2/+2
2013-07-17raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs...NAKAMURA Takumi1-0/+5
2013-07-17SLPVectorizer: Accelerate the isConsecutive check by replacing the subtractio...Nadav Rotem1-10/+5
2013-07-17PPC: Implement base pointer and stack realignmentHal Finkel5-41/+240
2013-07-17Move string pointer from being a static class member to just a static global ...Craig Topper2-7/+2
2013-07-16Add getModuleFlag(StringRef Key) to query a module flag given Key.Manman Ren2-11/+17
2013-07-16flip the scev minus direction to simplify the code.Nadav Rotem1-3/+3
2013-07-16SLPVectorizer: Improve the compile time of isConsecutive by adding a simple c...Nadav Rotem1-0/+18
2013-07-16Related to r181161 - Indirect branches may not be the last branch in a basicLang Hames1-0/+7
2013-07-16ARM: Add support for the Thumb2 PLI alternate literal form.Tilmann Scheller1-0/+3
2013-07-16Add a wrapper for open.Rafael Espindola11-60/+71
2013-07-16Remove floats from live range splitting costs.Jakob Stoklund Olesen2-26/+28
2013-07-16Reapply r185393.Jakob Stoklund Olesen2-82/+80
2013-07-16[X86] Use min/max to optimze unsigend vector comparison on X86Juergen Ributzka1-2/+22
2013-07-16Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne1-1/+1
2013-07-16Test commit to verify write access.Juergen Ributzka1-0/+1
2013-07-16[Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner1-0/+55
2013-07-16When the inliner merges allocas, it must keep the larger alignmentHal Finkel1-2/+16
2013-07-16SLPVectorizer: Reduce the compile time of the consecutive store lookup.Nadav Rotem1-5/+13
2013-07-16Create files with mode 666. This matches the behavior of other unix tools.Rafael Espindola1-1/+1
2013-07-16[Support] Fix some warnings when self-hosting clang on WindowsReid Kleckner2-2/+5
2013-07-16[APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncationUlrich Weigand1-0/+17
2013-07-16[XCore] Fix printing of inline asm operands.Richard Osborne1-11/+7
2013-07-16ARM: allow printing of ARM atomic DAG nodes.Tim Northover1-0/+13
2013-07-16[SystemZ] Use ROSBG and non-zero form of RISBG for OR nodesRichard Sandiford1-1/+86
2013-07-16Fixing a buildbot failure:unused function.Vladimir Medic1-14/+0
2013-07-16[SystemZ] Add MC support for R[NOX]SBGRichard Sandiford1-0/+8
2013-07-16[SystemZ] Use RISBG for (shift (and ...))Richard Sandiford1-97/+168
2013-07-16 This patch represents Mips utilization of r186388 code that alows asm matche...Vladimir Medic4-270/+242
2013-07-16PPCJITInfo.cpp: Tweak r186252 with s/__ppc/__powerpc/ to work on powerpc-linu...NAKAMURA Takumi1-2/+2
2013-07-16ARM: implement ldrex, strex and clrex intrinsicsTim Northover5-16/+131
2013-07-16ARM EABI divmod supportRenato Golin3-2/+87
2013-07-16Add a version of sys::fs::status that uses fstat.Rafael Espindola2-40/+68
2013-07-16Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2-25/+18
2013-07-16Add 'const' qualifiers to static const char* variables.Craig Topper9-37/+38
2013-07-15PEI: Support for non-zero SPAdj at beginning of a basic block.Manman Ren1-15/+26
2013-07-15PR16628: Fix a bug in the code that merges compares.Nadav Rotem1-1/+3
2013-07-15PPC: Refactoring to support subtarget feature changingHal Finkel2-37/+69
2013-07-15Machine Verifier: verify FrameSetup and FrameDestroyManman Ren1-0/+132
2013-07-15Remove an extra is_directory call.Rafael Espindola1-11/+0
2013-07-15Fix register subclass handling in PPCInstrInfo::insertSelectHal Finkel1-5/+10
2013-07-15[mc-coff] Resolve aliases when emitting COFF relocationsReid Kleckner1-2/+3
2013-07-15R600/SI: Add support for 64-bit loadsTom Stellard3-1/+29
2013-07-15Remove invalid assert in DAGTypeLegalizer::RemapValueHal Finkel1-1/+4
2013-07-15Remove trailing whitespaceStephen Lin1-36/+36