summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* [SystemZ] Use RISBG for (shift (and ...))Richard Sandiford2013-07-162-98/+321
* This patch represents Mips utilization of r186388 code that alows asm matche...Vladimir Medic2013-07-164-270/+242
* PPCJITInfo.cpp: Tweak r186252 with s/__ppc/__powerpc/ to work on powerpc-linu...NAKAMURA Takumi2013-07-161-2/+2
* ARM: implement ldrex, strex and clrex intrinsicsTim Northover2013-07-168-53/+277
* ARM EABI divmod supportRenato Golin2013-07-164-2/+289
* This patch allows targets to define weather the instruction mnemonics in asm ...Vladimir Medic2013-07-162-4/+10
* llvm/test/Object/directory.ll: Mark it as XFAIL:cygwin. Directories can be op...NAKAMURA Takumi2013-07-161-3/+3
* Use open+fstat instead of stat+open.Rafael Espindola2013-07-161-3/+13
* Remember that we have a null terminated string.Rafael Espindola2013-07-161-4/+4
* [Object/COFF] Add import_directory_table_entry.Rui Ueyama2013-07-161-0/+8
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-163-40/+71
* COFF: Add constants for optional data directory.Rui Ueyama2013-07-161-0/+18
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-163-44/+52
* unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374.NAKAMURA Takumi2013-07-161-0/+16
* Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatibl...NAKAMURA Takumi2013-07-162-5/+3
* Rename Support.TimeValue to TimeValue.time_t in unittests/Support.NAKAMURA Takumi2013-07-162-3/+3
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-169-37/+38
* Add mingw32 to the XFAIL. I forgot about it when adding win32.Rafael Espindola2013-07-151-1/+1
* PEI: Support for non-zero SPAdj at beginning of a basic block.Manman Ren2013-07-153-15/+280
* PR16628: Fix a bug in the code that merges compares.Nadav Rotem2013-07-152-1/+30
* PPC: Refactoring to support subtarget feature changingHal Finkel2013-07-152-37/+69
* Further simplify test case from r186119/r186035.David Blaikie2013-07-151-123/+94
* XFAIL on windows too and document the XFAILs.Rafael Espindola2013-07-151-1/+4
* Machine Verifier: verify FrameSetup and FrameDestroyManman Ren2013-07-151-0/+132
* Remove an extra is_directory call.Rafael Espindola2013-07-151-11/+0
* Fix register subclass handling in PPCInstrInfo::insertSelectHal Finkel2013-07-152-5/+60
* [mc-coff] Resolve aliases when emitting COFF relocationsReid Kleckner2013-07-152-2/+109
OpenPOWER on IntegriCloud