platform/upstream/llvm.git
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-16 Daniel MaleaAdd tests for 'thread step out' for multithreaded programs
2013-07-16 Benjamin KramerFinally, force the target for this test. Should unbreak...
2013-07-16 Rafael EspindolaXFAIL this test on mingw.
2013-07-16 Fariborz JahanianObjectiveC migration: complete migrating class
2013-07-16 Benjamin KramerLabel names also differ between platforms. Use a relaxe...
2013-07-16 Nick Kledzikbuild lld unittests as part of lld-test target
2013-07-16 Nick KledzikFix Driver tests to check return value of parse(),...
2013-07-16 Benjamin KramerFix test not to fail when the target doesn't use leadin...
2013-07-16 Hans WennborgFileCheckize test/Driver/immediate-options.c
2013-07-16 Craig TopperFix formatting. No functional change.
2013-07-16 Manman RenCleanup testing case by using a shorter name for types.
2013-07-16 Jakob Stoklund... Remove floats from live range splitting costs.
2013-07-16 Jakob Stoklund... Reapply r185393.
2013-07-16 Daniel JasperRevamp the formatting of C++11 braced init lists.
2013-07-16 Juergen Ributzka[X86] Use min/max to optimze unsigend vector comparison...
2013-07-16 Peter CollingbourneMake SpecialCaseList match full strings, as documented...
2013-07-16 Marshall ClowBug 16599 part 2: Make std::pair's constructors and...
2013-07-16 Juergen RibutzkaTest commit to verify write access.
2013-07-16 Rui Ueyama[WinLink] Add /LargeAddressAware command line option.
2013-07-16 Rui UeyamaFix broken unittest for GnuLDDriver.
2013-07-16 Reid Kleckner[Support] Add a Unicode conversion wrapper from UTF16...
2013-07-16 Hal FinkelWhen the inliner merges allocas, it must keep the large...
2013-07-16 Dmitry Vyukovtsan: extend suppressions format with ^ and $ symbols
2013-07-16 Rafael EspindolaOn error, close the temporary file descriptor.
2013-07-16 Samuel BenzaquenAdd more types to ASTNodeKind. Refactor common instanti...
2013-07-16 Fariborz JahanianThis patch removes unused parameter allProperties and...
2013-07-16 Nadav RotemSLPVectorizer: Reduce the compile time of the consecuti...
2013-07-16 Hongbin ZhengEnsure a correct order between memory accesses.
2013-07-16 Hongbin ZhengIndependentBlock: Add option to disable scalar to array...
2013-07-16 Hongbin ZhengMake sure the each instruction is mapped to one memory...
2013-07-16 Aaron WatryFix and re-enable R600 vload/vstore assembly
2013-07-16 Aaron Watrylibclc: vload/vstore disable assembly and fix offset...
2013-07-16 Rafael EspindolaCreate files with mode 666. This matches the behavior...
2013-07-16 Reid Kleckner[Support] Fix some warnings when self-hosting clang...
2013-07-16 Manuel KlimekRemove unnecessary assignment.
2013-07-16 Manuel KlimekFixes another hard to test problem with iterator invali...
2013-07-16 Alexey Samsonov[ASan] Bump min supported Mac OS X version to 10.6...
2013-07-16 Ulrich Weigand[APFloat] PR16573: Avoid losing mantissa bits in ppc_fp...
2013-07-16 Alexey Samsonov[Sanitizer] move strcpy and strncpy to common interceptors
2013-07-16 Richard Osborne[XCore] Fix printing of inline asm operands.
2013-07-16 Tim NorthoverARM: allow printing of ARM atomic DAG nodes.
2013-07-16 Richard Sandiford[SystemZ] Use ROSBG and non-zero form of RISBG for...
2013-07-16 Alexey Samsonov[ASan] Bump min supported Mac OS X version to 10.6
2013-07-16 Vladimir MedicFixing a buildbot failure:unused function.
2013-07-16 Daniel Jasperclang-format: Improve detection of function types.
2013-07-16 Richard Sandiford[SystemZ] Add MC support for R[NOX]SBG
2013-07-16 Dmitry Vyukovtsan: support sigsuspend() call
2013-07-16 Richard Sandiford[SystemZ] Use RISBG for (shift (and ...))
2013-07-16 Tim NorthoverFix test on release builds.
2013-07-16 Vladimir Medic This patch represents Mips utilization of r186388...
2013-07-16 NAKAMURA TakumiPPCJITInfo.cpp: Tweak r186252 with s/__ppc/__powerpc...
2013-07-16 Tim NorthoverARM: implement low-level intrinsics for the atomic...
2013-07-16 Timur Iskhodzhanov[ASan] Use less shadow on Win 32-bit
2013-07-16 Tim NorthoverARM: implement ldrex, strex and clrex intrinsics
2013-07-16 Renato GolinARM EABI divmod support
2013-07-16 Alexander Potapenko[ASan] Cache the OSX version to avoid calling sysctl...
2013-07-16 Vladimir MedicThis patch allows targets to define weather the instruc...
2013-07-16 NAKAMURA Takumillvm/test/Object/directory.ll: Mark it as XFAIL:cygwin...
2013-07-16 Alexander Potapenko[ASan] Add support for OS X Mavericks to GetMacosVersion.
2013-07-16 Serge PavlovLimit number of bits in size representation so that...
2013-07-16 Rui Ueyama[PECOFF][Writer] Replace magic numbers with sizeof().
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-16 Rui Ueyama[PECOFF][Writer] Use defined constants instead of magic...
2013-07-16 Rafael EspindolaUse open+fstat instead of stat+open.
2013-07-16 Rafael EspindolaRemember that we have a null terminated string.
2013-07-16 Rui Ueyama[Object/COFF] Add import_directory_table_entry.
2013-07-16 Rafael EspindolaAdd a version of sys::fs::status that uses fstat.
2013-07-16 Rui UeyamaCOFF: Add constants for optional data directory.
2013-07-16 Rafael EspindolaInstead friending status, provide windows and posix...
2013-07-16 NAKAMURA Takumiunittests/Support: Add TimeValue.Win32FILETIME, corresp...
2013-07-16 NAKAMURA TakumiFix TimeValue::toWin32Time() to be symmetric to fromWin...
2013-07-16 Eli FriedmanMerge attributes on typedef decls.
2013-07-16 NAKAMURA TakumiRename Support.TimeValue to TimeValue.time_t in unittes...
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-16 Eli FriedmanFix alignment of class derived from empty class.
2013-07-16 Fariborz JahanianObjC migrator: build conforming interface
2013-07-16 Rui Ueyama[PECOFF] Add default argument to addDir32NBReloc()...
2013-07-16 Eli FriedmanFix member refs with using decl + anonymous union.
2013-07-15 Rafael EspindolaRevert "Don't pass llvm::errs() all over the place...
2013-07-15 Rafael EspindolaAdd mingw32 to the XFAIL. I forgot about it when adding...
2013-07-15 Manman RenPEI: Support for non-zero SPAdj at beginning of a basic...
2013-07-15 Sean CallananFixed a problem in IRForTarget where we would not
2013-07-15 Enrico GranataDisabling the introspecting summary for __NSCFSet ...
2013-07-15 Ed MasteRemove unused RunLocker and related code
2013-07-15 Greg Clayton<rdar://problem/13793059>
2013-07-15 Nadav RotemPR16628: Fix a bug in the code that merges compares.
2013-07-15 Jason MolendaFix typeo in diagnose-unwind.py.
2013-07-15 Hal FinkelPPC: Refactoring to support subtarget feature changing
2013-07-15 David BlaikieFurther simplify test case from r186119/r186035.
2013-07-15 Rui Ueyama[PECOFF][Writer] Follow up patch for r186336.
2013-07-15 Rafael EspindolaXFAIL on windows too and document the XFAILs.
2013-07-15 Rui Ueyama[PECOFF][Writer] s/dyn_cast/cast/ where we don't expect...
2013-07-15 Rui Ueyama[PECOFF][Writer] Refactoring: Move private methods...
2013-07-15 David BlaikieTest case for r18266 (serialization support for TagDecl...
2013-07-15 Manman RenMachine Verifier: verify FrameSetup and FrameDestroy
2013-07-15 Fariborz JahanianObjC migrator: finding conforming protocol
2013-07-15 Kaelyn UhrainFix a typo in the diagnostic note added in r186342.
2013-07-15 Greg ClaytonFix issues with GCC debugging. GCC emits DWARF in uniqu...
2013-07-15 Rui Ueyama[PECOFF] Fix comment.
next