oota-llvm.git
2014-03-30 Rafael EspindolaAdd a missing break.
2014-03-30 Saleem AbdulrasoolSupport: normalize the default triple on Unix
2014-03-30 Rafael EspindolaRemove dead declarations.
2014-03-29 Benjamin KramerRemove outdated comment.
2014-03-29 Dmitri GribenkoFix a few -Wdocumentation warnings
2014-03-29 Benjamin KramerDetemplatize LOHDirective.
2014-03-29 Benjamin KramerARM64: Remove unused helper function, make others static.
2014-03-29 Benjamin Kramertblgen: Twinify PrintFatalError.
2014-03-29 Tim NorthoverTableGen: don't save a StringRef to a local std::string.
2014-03-29 Benjamin KramerAvoid storing Twines.
2014-03-29 Hal Finkel[PowerPC] Handle v2i64 comparisons
2014-03-29 Tim NorthoverARM64: format register strings without creating a local...
2014-03-29 Logan Chienllvm-mc: Fix build breakage caused by r205050.
2014-03-29 Hal Finkel[PowerPC] VSX instruction latency corrections
2014-03-29 Stepan DyatkovskiyRecommitted fix for PR18931, with extended tests set.
2014-03-29 Tim NorthoverARM64: use 64-bit constant even on 32-bit machines
2014-03-29 Tim NorthoverARM64: change format specifier to work on 32-bit targets
2014-03-29 Chandler Carruth[ARM64] Fix 'assert("...")' to be 'assert(0 && ".....
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Tim NorthoverTableGen: avoid dereferencing nullptr variable
2014-03-29 Tim NorthoverCodeGen: add sensible defaults for the ISD::FROUND...
2014-03-29 Tim NorthoverMC-exceptions: add support for compact-unwind without...
2014-03-29 Tim NorthoverCodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz...
2014-03-29 Tim NorthoverMC: add a RefKind field to MCValue
2014-03-29 Tim NorthoverMachO: Add linker-optimisation hint framework to MC.
2014-03-29 Tim NorthoverMachO: actually set linker-private prefix at MC level.
2014-03-29 Tim NorthoverMachO: allow each section to have a linker-private...
2014-03-29 Tim NorthoverMake GetCPISymbol a virtual method.
2014-03-29 Tim NorthoverIntrinsics: add LLVMHalfElementsVectorType constraint
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-29 Hal Finkel[PowerPC] Add subregister classes for f64 VSX values
2014-03-29 Saleem AbdulrasoolWindows: canonicalise the default windows triple
2014-03-28 Akira Hatanaka[x86] Fix printing of register operands with q modifier.
2014-03-28 David BlaikieDebug Compression: Avoid compression debug_frame for now
2014-03-28 David MajnemerX86: Disable IsLegalToCallImmediateAddr for Win32
2014-03-28 David BlaikieAdd missing include (for r205050)
2014-03-28 David Blaikiellvm-mc: error when -compress-debug-sections is request...
2014-03-28 Hal Finkel[PowerPC] Fix VSX permutation isel
2014-03-28 Rafael EspindolaConvert one last llc -filetype=obj test.
2014-03-28 Hal Finkel[PowerPC] v2[fi]64 need to be explicitly passed in...
2014-03-28 Rafael EspindolaConvert llc -filetype=obj test.
2014-03-28 Rafael EspindolaConvert llc -filetype=obj test.
2014-03-28 Rafael EspindolaRemove bogus test.
2014-03-28 Rafael EspindolaConvert another llc -filetype=obj test.
2014-03-28 Justin BognerSupport: Functions for writing endian specific data...
2014-03-28 Rafael EspindolaMap ELf flags back to more specific section kinds.
2014-03-28 Rafael EspindolaParse .gpdword and convert another llc -filetype=obj...
2014-03-28 Rafael Espindolaconvert another llc -filetype=obj test.
2014-03-28 Rafael EspindolaConvert "llc -filetype=obj" test into llvm-mc tests.
2014-03-28 Arnold SchwaighoferSLPVectorizer: Take credit for free extractelement...
2014-03-28 Arnold SchwaighoferSLPVectorizer: Fix typos
2014-03-28 Arnold SchwaighoferSLPVectorizer: Ignore users that are insertelements...
2014-03-28 Mark SeabornException handling docs: Clarify how the llvm.eh.*...
2014-03-28 David BlaikieOnly test compression when linked with zlib.
2014-03-28 Rafael EspindolaAdd const to a method I missed in the previous commit.
2014-03-28 Rafael EspindolaAdd const.
2014-03-28 Erik VerbruggenRevert "InstCombine: merge constants in both operands...
2014-03-28 Erik VerbruggenRevert "GVN: merge overflow intrinsics with non-overflo...
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-28 Tim NorthoverR600: avoid calling std::next on an iterator that might...
2014-03-28 Tim NorthoverIntrinsics: expand semantics of LLVMExtendedVectorType...
2014-03-28 Chandler Carruth[Allocator Cleanup] Sink the private data members and...
2014-03-28 Chandler Carruth[Allocator Cleanup] Move generic pointer alignment...
2014-03-28 Chandler Carruth[Allocator Cleanup] Make the growth of the "slab" size...
2014-03-28 Chandler Carruth[cleanup] Hoist the initialization and constants for...
2014-03-27 David BlaikiePBQP: Minor cleanups to r204857
2014-03-27 Adrian PrantlC++11: convert verbose loops to range-based loops.
2014-03-27 Hal Finkel[PowerPC] Use a small cleanup pass to remove VSX self...
2014-03-27 Manman RenProvide a target override for the cost of using a calle...
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-27 Hal Finkel[PowerPC] Don't remove self VSX copies in PPCInstrInfo...
2014-03-27 Lang HamesTemporarily remove assert while I dig in to issues...
2014-03-27 Rui UeyamaRevert "[C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__."
2014-03-27 Quentin Colombet[X86][Vector Cost Model] Add a comment to explain the...
2014-03-27 Hal Finkel[PowerPC] Fix v2f64 vector extract and related patterns
2014-03-27 Rui Ueyama[C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__.
2014-03-27 Hal Finkel[PowerPC] Expand v2i64 shifts
2014-03-27 Manman RenRegister Allocator: refactoring and add comments.
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Hans WennborgWin installer: provide a pretty icon
2014-03-27 David BlaikieDebugInfo: Support for compressed debug info sections
2014-03-27 David BlaikieDebugInfo: TargetOptions/MCAsmInfo support for compress...
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-27 Reid KlecknerInstCombine: Don't combine constants on unsigned icmps
2014-03-27 Matt ArsenaultR600: Implement isZExtFree.
2014-03-27 Matt ArsenaultR600/SI: Fix unreachable with a sext_in_reg to an illeg...
2014-03-27 Daniel Sanders[mips] Some uses of isMips64()/hasMips64() are really...
2014-03-27 Logan Chien[AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTS
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-27 Daniel Sanders[mips] Attempting to use register $32 should be an...
2014-03-27 Aaron BallmanThe forward declare should be a struct instead of a...
2014-03-27 Daniel Sanders[mips] Add support for .cpsetup
2014-03-27 Daniel Sanders[mips] The decision between GOT_DISP and GOT16 for...
2014-03-27 Zoran JovanovicSplit the file MipsAsmBackend.cpp in Split the file...
2014-03-27 Karthik BhatAll new elements except the last one initialized to...
2014-03-27 Matheus Almeida[mips] Remove unused private field.
2014-03-27 Matheus Almeida[mips] NaCl should now use the custom MipsELFStreamer...
2014-03-27 Matheus Almeida[mips] Implement custom MCELFStreamer.
2014-03-27 NAKAMURA TakumiUntabify.
2014-03-27 NAKAMURA TakumiSmallVector<3> may be used here.
next