oota-llvm.git
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.
2014-01-15 Chandler CarruthSink the autoconf check for sufficiently modern host...
2014-01-15 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to accept
2014-01-15 Rafael EspindolaMake sure we create a new archive by deleting any stale...
2014-01-15 Zoran JovanovicLL and SC decoder method fix.
2014-01-15 Zoran JovanovicAdded support for LWU microMIPS instruction.
2014-01-15 Chandler CarruthFix a bug in r199313 where I failed to restore CXXFLAGS...
2014-01-15 Chandler CarruthAdd a check to configure that the libstdc++ selected...
2014-01-15 David MajnemerWinCOFF: Transform IR expressions featuring __ImageBase...
2014-01-15 Renato GolinRevert 199262 - MCJIT remote still failing on ARM
2014-01-15 Renato GolinRe-disable MCJIT remote tests on ARM
2014-01-15 NAKAMURA TakumiWhitespace.
2014-01-15 Kostya Serebryanyreplace LeakSanitizerIsTurnedOffForTheCurrentProcess...
2014-01-15 Elena DemikhovskyFixed identation.
2014-01-15 Andrew TrickFix PR18449: SCEV needs more precise max BECount for...
2014-01-15 Craig TopperAdd OpSize16 to the two byte forms of INC/DEC that...
2014-01-15 Jiangning LiuFor AArch64, lowering sext_inreg and generate optimized...
2014-01-15 Craig TopperSimplify x86 disassembler table handling of when to...
2014-01-15 Hans WennborgSwitch-to-lookup tables: set threshold to 3 cases
2014-01-15 Rafael EspindolaCheck the error code and save a call to sys::fs::exists.
2014-01-15 Arnold SchwaighoferLoopVectorize: Only strip casts from integer types...
2014-01-15 Rafael EspindolaFix uninitialized variable.
2014-01-15 Rafael EspindolaOnly mark functions as micromips.
2014-01-15 Hans WennborgLangRef.rst: fix LangRef data layout text about m speci...
2014-01-15 Hans WennborgLangRef: attempt to fix line breaks
2014-01-15 Weiming ZhaoPR 18466: Fix ARM Pseudo Expansion
2014-01-15 Rafael EspindolaMake parseBitcodeFile return an ErrorOr<Module *>.
2014-01-15 Eric ChristopherMake sure we emit a relocation to the debug_ranges...
2014-01-14 Rafael EspindolaReturn an error_code from materializeAllPermanently.
2014-01-14 Rafael EspindolaUse error_code in Module::materializeAll.
2014-01-14 Renato GolinFix Remote MCJIT on Windows
2014-01-14 Eric ChristopherAdd testcase for r199263 forgotten in commit.
2014-01-14 Tim NorthoverARM: correctly determine final tBX_LR in Thumb1 functions
2014-01-14 Tim NorthoverAArch64: don't try to handle [SU]MUL_LOHI nodes
next