oota-llvm.git
2014-01-19 NAKAMURA Takumi[CMake] Prune deprecate usage of CMAKE_RUNTIME_OUTPUT_D...
2014-01-19 Chandler CarruthFix a really nasty SROA bug with how we handled out...
2014-01-19 Saleem AbdulrasoolARM ELF: ensure that the tag types are corrected
2014-01-19 Saleem AbdulrasoolARM: update build attributes for ABI r2.09
2014-01-19 Saleem AbdulrasoolMove ARM build attributes into Support
2014-01-19 Saleem AbdulrasoolARM IAS: remove unnecessary special case
2014-01-19 Arnold SchwaighoferLoopVectorizer: A reduction that has multiple uses...
2014-01-19 Chandler Carruth[PM] Make the verifier work independently of any pass...
2014-01-19 Chandler CarruthAdd a const lookup routine to get a BlockAddress consta...
2014-01-18 Eli BenderskySupport AddrSpaceCast in ConstantExpr::getAsInstruction.
2014-01-18 Nick LewyckyDon't refuse to transform constexpr(call(arg, ...)...
2014-01-18 Benjamin KramerARM: Let the assembler reject v5 instructions in v4...
2014-01-18 NAKAMURA Takumi[CMake] Add llvm-tblgen to dependencies of check-llvm.
2014-01-18 Benjamin KramerInstCombine: Make the (fmul X, -1.0) -> (fsub -0.0...
2014-01-18 Benjamin KramerUpgrade ConstantFP's negative zero and infinity getters...
2014-01-18 Adrian Prantltypo
2014-01-18 Adrian PrantlDebug info (LTO): Move the creation of accessibility...
2014-01-18 Owen AndersonFix more instances of dropped fast math flags when...
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2014-01-17 Justin BognerMC: Add some missing include guards
2014-01-17 Juergen RibutzkaUpdate LangRef to emphasize the difference between...
2014-01-17 Rui Ueyama80-column.
2014-01-17 Rui Ueyamallvm-objdump/COFF: Print ordinal base number.
2014-01-17 Juergen RibutzkaAdd two new calling conventions for runtime calls
2014-01-17 Daniel Sanders[mips][msa] Correct pattern for LSA
2014-01-17 Daniel Sanders[mips] Split IIIdiv int II_DIV, II_DIVU, II_DDIV, and...
2014-01-17 Daniel Sanders[mips][sched] Split IIImul and IIImult into subclasses.
2014-01-17 Daniel Sanders[mips][sched] Split IIHiLo into II_MFHI_MFLO and II_MTH...
2014-01-17 Renato GolinAdd MLA alias for ARMv4 support.
2014-01-17 Chandler Carruth[PM] [cleanup] Rename some of the Verifier's members...
2014-01-17 Kostya Serebryany[asan] extend asan-coverage (still experimental).
2014-01-17 Chandler Carruth[PM] Remove the preverifier and directly compute the...
2014-01-17 Kevin Qin[AArch64 NEON] Expand vector for UDIV/SDIV/UREM/SREM...
2014-01-17 Chandler CarruthAdd the test for libstdc++ versions newer than 4.6...
2014-01-17 Craig TopperSwitch a few instructions to use RI instead I so they...
2014-01-17 Craig TopperAdd OpSize16 flags to 32-bit CRC32 instructions so...
2014-01-17 Craig TopperTeach x86 asm parser to handle 'opaque ptr' in Intel...
2014-01-17 Craig TopperTeach X86 asm parser to understand 'ZMMWORD PTR' in...
2014-01-17 Craig TopperFix intel syntax for 64-bit version of FXSAVE/FXRSTOR...
2014-01-17 Craig TopperVEX_PREFIX_66 doesn't need to set the hasOpSize flag...
2014-01-17 Craig TopperReplace duplicated code with a existing helper function.
2014-01-17 Hao Liu[AArch64]Fix the problem can't select f16_to_f32 and...
2014-01-17 Kevin Qin[AArch64 NEON] Custom lower conversion between vector...
2014-01-17 Hao Liu[AArch64]Fix the problem can't select concat_vectors...
2014-01-17 Bob WilsonFix bad variable syntax in r199413
2014-01-16 Rafael EspindolaUse LLVM_EXPLICIT instead of a function pointer as...
2014-01-16 Reid KlecknerChange inalloca rules to make it only apply to the...
2014-01-16 Quentin Colombet[opt][PassInfo] Allow opt to run passes that need targe...
2014-01-16 Duncan P. N... LTO: document LTO_API_VERSION for each API
2014-01-16 Owen AndersonFix two cases where we could lose fast math flags when...
2014-01-16 Owen AndersonFix an instance where we would drop fast math flags...
2014-01-16 Owen AndersonFix a bug in InstCombine where we failed to preserve...
2014-01-16 Rui UeyamaFix style issues.
2014-01-16 Rui Ueyamallvm-objdump/COFF: Print DLL name in the export table...
2014-01-16 Owen AndersonTeach InstCombine that (fmul X, -1.0) can be simplified...
2014-01-16 Rui UeyamaUse static instead of anonymous namespace.
2014-01-16 Rui UeyamaReduce nesting.
2014-01-16 Rui UeyamaUse the current local variable naming style.
2014-01-16 Bob WilsonPass the --enable-libcpp configure option for cross...
2014-01-16 Kevin EnderbyTweak the MCExternalSymbolizer to print references...
2014-01-16 Ed Mastellvm-symbolizer: make mangled name heuristic apply...
2014-01-16 Daniel Sanders[mips][sched] Removed IIXfer. No instructions use it.
2014-01-16 Daniel Sanders[mips][sched] Put AND, OR, XOR, MOVT_I, and MOVF_I...
2014-01-16 Rafael EspindolaAdd an emitRawComment function and use it to simplify...
2014-01-16 Daniel Sanders[mips][sched] Split IIseb into II_SEB and II_SEH
2014-01-16 Daniel Sanders[mips][sched] Split IILogic into II_AND, II_OR, II_XOR...
2014-01-16 Amara EmersonMove the xscale build attribute test to the proper...
2014-01-16 Daniel Sanders[mips][sched] Split IIArith in preparation for the...
2014-01-16 Daniel Sanders[mips] Correct itin class for MULT_MM and MULTu_MM...
2014-01-16 Daniel Sanders[mips] IIImult should have an InstrItinData in the...
2014-01-16 Tim NorthoverReMat: fix overly cavalier attitude to sub-register...
2014-01-16 Evgeniy Stepanov[asan] Remove -fsanitize-address-zero-base-shadow comma...
2014-01-16 Jiangning LiuFor ARM, fix assertuib failures for some ld/st 3/4...
2014-01-16 Elena DemikhovskyAVX-512: fixed a compare pattern
2014-01-16 Craig TopperCopy segment register when optimizing to MOV8ao8/MOV16a...
2014-01-16 Craig TopperAllow x86 mov instructions to/from memory with absolute...
2014-01-16 Rafael EspindolaUse a slightly smaller hack.
2014-01-16 Quentin ColombetRevert r199361: Now, the sanitizer got the change
2014-01-16 Quentin Colombet[LTO] Modify lto.exports to force the sanitizer to...
2014-01-16 Bill WendlingFix typo: : not ;
2014-01-16 Rui Ueyamallmv-objdump/COFF: Print export table contents.
2014-01-16 Rafael EspindolaCommentColumn is always 40. Simplify.
2014-01-16 Quentin Colombet[cmake] Attempt to fix sanitizer buildbot.
2014-01-16 Rafael EspindolaConvert test to FileCheck.
2014-01-16 Bill WendlingReapply r194218 with fix:
2014-01-16 Craig TopperRemove use of OpSize for populating VEX_PP field. A...
2014-01-16 Rafael EspindolaAttempt to fix the MSVC build.
2014-01-16 Arnold SchwaighoferBasicAA: We need to check both access sizes when compar...
2014-01-16 Rafael EspindolaPrevent calls to __jit_debug_register_code from being...
2014-01-16 Rui UeyamaDon't use DataRefImpl to implement ImportDirectoryEntryRef.
2014-01-16 Manman RenReport a warning when dropping outdated debug info...
2014-01-16 Reed KotlerAdjust offsets for max load instruction offsets. This...
2014-01-15 Rui Ueyamallvm-objdump: Don't print "Import table:" header if...
2014-01-15 David PeixottoFix parsing of .symver directive on ARM
2014-01-15 Quentin Colombet[LTO] Add a hook to map LLVM diagnostics into the clien...
2014-01-15 Bob WilsonRemove support for armv7f slice. <rdar://problem/12478440>
2014-01-15 Chandler CarruthUse a heavier hammer when --enable-libcpp is passed...
2014-01-15 Andrea Di BiagioUpdate test/CodeGen/X86/vbinop-simplify-bug.ll.
2014-01-15 Andrea Di Biagio[DAGCombiner] Fix a wrong check in method SimplifyVBinOp.
2014-01-15 Rafael EspindolaReturn an ErrorOr<Binary *> from createBinary.
next