summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary assignment.Manuel Klimek2013-07-161-1/+0
* Fixes another hard to test problem with iterator invalidation.Manuel Klimek2013-07-161-60/+69
* [ASan] Bump min supported Mac OS X version to 10.6 - makefile buildAlexey Samsonov2013-07-161-2/+2
* [APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncationUlrich Weigand2013-07-162-0/+28
* [Sanitizer] move strcpy and strncpy to common interceptorsAlexey Samsonov2013-07-165-66/+59
* [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
* [ASan] Bump min supported Mac OS X version to 10.6Alexey Samsonov2013-07-163-3/+6
* Fixing a buildbot failure:unused function.Vladimir Medic2013-07-161-14/+0
* clang-format: Improve detection of function types.Daniel Jasper2013-07-162-1/+5
* [SystemZ] Add MC support for R[NOX]SBGRichard Sandiford2013-07-164-0/+179
* tsan: support sigsuspend() callDmitry Vyukov2013-07-164-0/+46
* [SystemZ] Use RISBG for (shift (and ...))Richard Sandiford2013-07-162-98/+321
* Fix test on release builds.Tim Northover2013-07-161-2/+1
* 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 low-level intrinsics for the atomic exclusive operations.Tim Northover2013-07-169-21/+398
* [ASan] Use less shadow on Win 32-bitTimur Iskhodzhanov2013-07-164-19/+34
* ARM: implement ldrex, strex and clrex intrinsicsTim Northover2013-07-168-53/+277
* ARM EABI divmod supportRenato Golin2013-07-164-2/+289
* [ASan] Cache the OSX version to avoid calling sysctl() on every GetMacosVersi...Alexander Potapenko2013-07-162-4/+20
* 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
* [ASan] Add support for OS X Mavericks to GetMacosVersion.Alexander Potapenko2013-07-162-1/+3
* Limit number of bits in size representation so that bit size fit 64 bits.Serge Pavlov2013-07-163-8/+14
* [PECOFF][Writer] Replace magic numbers with sizeof().Rui Ueyama2013-07-161-7/+13
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-161-2/+2
* [PECOFF][Writer] Use defined constants instead of magic numbers.Rui Ueyama2013-07-161-2/+4
* 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
* Merge attributes on typedef decls.Eli Friedman2013-07-162-0/+6
* 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
* Fix alignment of class derived from empty class.Eli Friedman2013-07-162-3/+45
* ObjC migrator: build conforming interfaceFariborz Jahanian2013-07-163-1/+54
* [PECOFF] Add default argument to addDir32NBReloc() as the default value 0 is ...Rui Ueyama2013-07-161-4/+4
* Fix member refs with using decl + anonymous union.Eli Friedman2013-07-163-15/+31
* Revert "Don't pass llvm::errs() all over the place. Diagnostics always go to ...Rafael Espindola2013-07-157-75/+98
* 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
* Fixed a problem in IRForTarget where we would notSean Callanan2013-07-154-2/+107
* Disabling the introspecting summary for __NSCFSet (essentially, for CF*SetRef)Enrico Granata2013-07-151-2/+2
* Remove unused RunLocker and related codeEd Maste2013-07-152-59/+0
OpenPOWER on IntegriCloud