oota-llvm.git
2013-07-17 Nadav RotemAdd a micro optimization to catch cases where the PtrA...
2013-07-17 Rafael EspindolaAdd FILE_SHARE_WRITE to openFileForRead.
2013-07-17 Aaron BallmanSilencing an MSVC warning about signed vs unsigned...
2013-07-17 Akira Hatanaka[mips] Use "foreach" loop to make register definitions...
2013-07-17 Michael GottesmanAdd -*- C++ -*- to InstrEmitter.h.
2013-07-17 Hans WennborgOptParser.td: typo
2013-07-17 Vladimir MedicThis patch checks for valid mnemonics at the beginning...
2013-07-17 Rafael EspindolaSplit openFileForRead into Windows and Unix versions.
2013-07-17 Hal FinkelFix comparisons of alloca alignment in inliner merging
2013-07-17 Vladimir MedicImplement eret and deret(return from exception) instruc...
2013-07-17 Joey GoulyAdd the tests that I forgot to 'svn add' with my previo...
2013-07-17 Joey Gouly[ARMv8] Add support for the NEON instructions vmaxnm...
2013-07-17 NAKAMURA Takumillvm-ar: doExtract(): Write extracted files with F_Bina...
2013-07-17 Duncan SandsEnsure sys::getProcessTriple always uses a normalized...
2013-07-17 Richard Osborne[XCore] Ensure implicit operands aren't lost on the...
2013-07-17 Duncan SandsTweak the cmake interaction between CMAKE_BUILD_TYPE...
2013-07-17 Craig TopperTeach x86 fast-isel to use AVX opcodes for vector store...
2013-07-17 NAKAMURA TakumiLLVMSymbolize.cpp: Fix build. Triple::ArchType is not...
2013-07-17 Alexey Samsonovllvm-symbolizer: be more careful with colons in file...
2013-07-17 Craig TopperMake x86 fast-isel correctly choose between aligned...
2013-07-17 JF BastienFix ARMFastISel::ARMEmitIntExt shift emission
2013-07-17 Hal FinkelPPC: Add CTR-register clobber to builtin setjmp
2013-07-17 Rafael EspindolaAdd simpler version of is_directory. It will be used...
2013-07-17 Craig TopperMark a method 'const' and another 'static'.
2013-07-17 Craig TopperMake a few more static string pointers constant.
2013-07-17 Rafael EspindolaDon't fallback to copy + delete in rename.
2013-07-17 Craig TopperMake constant string pointer into an array to remove...
2013-07-17 NAKAMURA Takumiraw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY...
2013-07-17 Nadav RotemSLPVectorizer: Accelerate the isConsecutive check by...
2013-07-17 Hal FinkelPPC: Implement base pointer and stack realignment
2013-07-17 NAKAMURA Takumillvm/test/CodeGen/X86/vec_setcc.ll: Add explicit -mtrip...
2013-07-17 Craig TopperMove string pointer from being a static class member...
2013-07-16 Manman RenAdd getModuleFlag(StringRef Key) to query a module...
2013-07-16 NAKAMURA Takumillvm/test/Object/ar-create.test: Relax a CHECK line...
2013-07-16 NAKAMURA Takumillvm/test/Object/check_binary_output.ll: Mark it as...
2013-07-16 Nadav Rotemflip the scev minus direction to simplify the code.
2013-07-16 Nadav RotemSLPVectorizer: Improve the compile time of isConsecutiv...
2013-07-16 Lang HamesRelated to r181161 - Indirect branches may not be the...
2013-07-16 Tilmann SchellerARM: Add support for the Thumb2 PLI alternate literal...
2013-07-16 Rafael EspindolaUpdate the examples for an API change.
2013-07-16 Rafael EspindolaAdd a wrapper for open.
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 Benjamin KramerLabel names also differ between platforms. Use a relaxe...
2013-07-16 Benjamin KramerFix test not to fail when the target doesn't use leadin...
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 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 Juergen RibutzkaTest commit to verify write access.
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 Rafael EspindolaOn error, close the temporary file descriptor.
2013-07-16 Nadav RotemSLPVectorizer: Reduce the compile time of the consecuti...
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 Ulrich Weigand[APFloat] PR16573: Avoid losing mantissa bits in ppc_fp...
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 Vladimir MedicFixing a buildbot failure:unused function.
2013-07-16 Richard Sandiford[SystemZ] Add MC support for R[NOX]SBG
2013-07-16 Richard Sandiford[SystemZ] Use RISBG for (shift (and ...))
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 ldrex, strex and clrex intrinsics
2013-07-16 Renato GolinARM EABI divmod support
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 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 NAKAMURA TakumiRename Support.TimeValue to TimeValue.time_t in unittes...
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
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 Nadav RotemPR16628: Fix a bug in the code that merges compares.
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 Rafael EspindolaXFAIL on windows too and document the XFAILs.
2013-07-15 Manman RenMachine Verifier: verify FrameSetup and FrameDestroy
2013-07-15 Rafael EspindolaRemove an extra is_directory call.
2013-07-15 Hal FinkelFix register subclass handling in PPCInstrInfo::insertS...
2013-07-15 Reid Kleckner[mc-coff] Resolve aliases when emitting COFF relocations
2013-07-15 Tom StellardR600/SI: Add support for 64-bit loads
2013-07-15 Hal FinkelRemove invalid assert in DAGTypeLegalizer::RemapValue
2013-07-15 Stephen LinRemove trailing whitespace
2013-07-15 Chandler CarruthRevert r186316 while I track down an ASan failure and...
2013-07-15 Aaron BallmanTeaching llvm-tblgen to not emit a switch statement...
2013-07-15 Reid KlecknerRevert "[Option] Store arg strings in a set backed...
2013-07-15 Job NoormanTest commit to see if write access works.
2013-07-15 Reid Kleckner[Option] Store arg strings in a set backed by a BumpPtr...
2013-07-15 Rafael EspindolaXFAIL this on freebsd to bring the bot back.
2013-07-15 Chandler CarruthReimplement SROA yet again. Same fundamental principle...
next