[MCJIT] Respect target endianness in RuntimeDyldMachO and RuntimeDyldChecker.
[oota-llvm.git] / lib /
2014-08-15 Chandler Carruth[x86] Fix the very broken formation of vpunpck instruct...
2014-08-15 Rafael EspindolaDon't print comments to an object streamer :-)
2014-08-15 Rafael EspindolaEmitAbsValue is the same as EmitValue on non-darwin...
2014-08-15 Chandler Carruth[x86] Fix PR20540 where the x86 shuffle DAG combiner...
2014-08-15 Bill Schmidt[PPC64] Add missing dependency on X2 to LDinto_toc.
2014-08-14 Juergen Ributzka[FastISel][ARM] Fall-back to constant pool loads when...
2014-08-14 Hal FinkelCopy noalias metadata from call sites to inlined instru...
2014-08-14 Juergen RibutzkaRevert several FastISel commits to track down a buildbo...
2014-08-14 Duncan P. N. Exon... Fix whitespace error from r215279, NFC
2014-08-14 Adam Nemet[AVX512] Switch FMA intrinsics to the masking version
2014-08-14 Adam Nemet[X86] Break out logic to map FMA Intrinsic number to...
2014-08-14 Adam Nemet[AVX512] Add enum for the static rounding types
2014-08-14 Adam Nemet[AVX512] Break out the logic to lower masking intrinsics
2014-08-14 Adam Nemet[AVX512] Add masking variant for the FMA instructions
2014-08-14 Juergen RibutzkaRevert "[FastISel][AArch64] Add support for more addres...
2014-08-14 Hal FinkelAdd noalias metadata for general calls (not just memory...
2014-08-14 Moritz RothTesting commit access.
2014-08-14 Chad Rosier[Reassociation] Add support for reassociation with...
2014-08-14 Sanjay Pateloptimize vector fneg of bitcasted integer value
2014-08-14 Rafael EspindolaDelete support for AuroraUX.
2014-08-14 Aaron BallmanSilencing an MSVC C4334 warning ('<<' : result of 32...
2014-08-14 Chandler Carruth[x86] Begin stubbing out the AVX support in the new...
2014-08-14 Zoran Jovanovic[mips][microMIPS] MicroMIPS Compact Branch Instructions...
2014-08-14 Toma Tabacu[mips] Add assembler support for the "la $reg,symbol...
2014-08-14 Daniel Sanders[mips] Rename [gs]etCanHaveModuleDir to more natural...
2014-08-14 Chandler Carruth[SDAG] Fix a bug in the DAG combiner where we would...
2014-08-14 David MajnemerInstCombine: ((A | ~B) ^ (~A | B)) to A ^ B
2014-08-14 David MajnemerAArch64: Silence warning in AArch64FastISel
2014-08-14 David MajnemerAdded InstCombine Transform for ((B | C) & A) | B ...
2014-08-14 Saleem AbdulrasoolMC: AsmLexer: handle multi-character CommentStrings...
2014-08-14 Lang Hames[MCJIT] Support DisableSymbolSearching and InstallLazyF...
2014-08-14 Chandler Carruth[SDAG] Fix a case where we would iteratively legalize...
2014-08-13 Quentin Colombet[X86] Fix the value of the low mask for the lowering...
2014-08-13 Akira Hatanaka[AArch64, fast-isel] Fall back to SelectionDAG to selec...
2014-08-13 Juergen Ributzka[FastISel][AArch64] Add support for more addressing...
2014-08-13 Juergen Ributzka[FastISel][X86] Add large code model support for materi...
2014-08-13 Juergen Ributzka[FastISel][X86] Use XOR to materialize the "0" value.
2014-08-13 Juergen Ributzka[FastISel][X86] Emit more efficient instructions for...
2014-08-13 Juergen Ributzka[FastISel][AArch64] Make use of the zero register when...
2014-08-13 Juergen Ributzka[FastISel] Let the target decide first if it wants...
2014-08-13 Gerolf Hoflehner[MachineCombiner] Removal of dangling DBG_VALUES after...
2014-08-13 Juergen Ributzka[FastISel][X86] Refactor constant materialization....
2014-08-13 Juergen Ributzka[FastISel][ARM] Use MOVT/MOVW if the subtarget requests it.
2014-08-13 Juergen Ributzka[FastISel][ARM] Fix a bug in the integer materializatio...
2014-08-13 Juergen Ributzka[FastISel][AArch64] Cleanup constant materialization...
2014-08-13 Gerolf Hoflehner[Cleanup] Utility function to erase instruction and...
2014-08-13 Quentin Colombet[MachineDominatorTree] Provide a method to inform a...
2014-08-13 Jan Veselyutils: Fix segfault in flattencfg
2014-08-13 Jan VeselyInitialize FlattenCFG pass
2014-08-13 Matt ArsenaultR600: Correctly set the src value offset for scalarized...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-13 Andrea Di Biagio[DAGCombiner] Improved target independent vector shuffl...
2014-08-13 Toma Tabacu[mips] Refactor calls to setCanHaveModuleDir.
2014-08-13 Chandler Carruth[optnone] Make the optnone attribute effective at suppr...
2014-08-13 Aaron BallmanSilence a -Wparenthesis warning with these asserts...
2014-08-13 Robert Khasanov[SKX] Extended non-temporal load/store instructions...
2014-08-13 Daniel SandersRe-commit: [mips] Implement .ent, .end, .frame, .mask...
2014-08-13 Chandler CarruthRevert r215415 which causse MSan to crash on a great...
2014-08-13 Elena DemikhovskyAVX-512: Fixed a bug in shufflevector lowering.
2014-08-13 Karthik BhatInstCombine: Combine (xor (or %a, %b) (xor %a, %b)...
2014-08-13 Hal Finkel[NVPTX] Remove MemIntrinsicSDNode/MemSDNode duplicate...
2014-08-13 Chandler Carruth[x86] Rewrite a core part of the new vector shuffle...
2014-08-13 Hal Finkel[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
2014-08-12 Adrian PrantlRemove a condition that can never be true, as wittnesse...
2014-08-12 Adam Nemet[AVX512] Handle valign masking intrinsic via C++ lowering
2014-08-12 Matt ArsenaultAllwo bitcast + struct GEP transform to work with addrs...
2014-08-12 Jan VeselyR600: Use optimized 24bit path in udivrem
2014-08-12 Jan VeselyR600: Remove unused code.
2014-08-12 Jan VeselyR600: Use i24 optimized path for SREM
2014-08-12 Quentin ColombetFix a parentheses warning introduced in r215394.
2014-08-12 Duncan P. N. Exon... Don't upgrade global constructors when reading bitcode
2014-08-12 Sanjay Patelfixed typos
2014-08-12 Toma TabacuReverted my "Testing commit access" commit.
2014-08-12 Toma TabacuTesting commit access.
2014-08-12 Eric ChristopherHave MachineRegisterInfo take and store the MachineFunc...
2014-08-12 Gerolf Hoflehner[MachineCombiner] Fix for ICE bug 20598
2014-08-12 Justin BognerIR: Print a newline when dumping Types
2014-08-12 Peter Zotov[LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse.
2014-08-12 Adrian PrantlDebugLocEntry: Restore the comparison predicate from...
2014-08-12 Reid Klecknermsan: Handle musttail calls
2014-08-12 Reid KlecknerMove helper for getting a terminating musttail call...
2014-08-12 David BlaikieRevert "Partially revert r214761 that asserted that...
2014-08-11 Quentin Colombet[MachineSink] Improve the compile time by preserving...
2014-08-11 Michael J. Spencer[x86] Fold extract_vector_elt of a load into the Load...
2014-08-11 Adrian PrantlAdd a couple of convenience accessors to DebugLocEntry...
2014-08-11 NAKAMURA TakumiR600/SIInstrInfo.cpp: Suppress an warning. [-Wunused...
2014-08-11 Quentin Colombet[ARM] Mark VMOVDRR with the RegSequence property and...
2014-08-11 Adrian PrantlMake these DebugLocEntry::Value comparison operators...
2014-08-11 Jim GrosbachAdd missing closing namespace comment.
2014-08-11 Jim GrosbachAArch64: Tidy up a few comments.
2014-08-11 David MajnemerInstCombine: Combine (add (and %a, %b) (or %a, %b)...
2014-08-11 Tom StellardR600/SI: Add a ComplexPattern for selecting MUBUF _OFFS...
2014-08-11 Tom StellardR600/SI: Add an _OFFEN variant MUBUF_STORE_* and use...
2014-08-11 Tom StellardR600/SI: Clear lds bit on MUBUF instructions used for...
2014-08-11 Quentin ColombetAdd isRegSequence property.
2014-08-11 Quentin Colombet[AArch64] Fix registerAllocator assigns same register...
2014-08-11 Adrian PrantlDebug info: Remove an obsolete constructor from DebugLo...
2014-08-11 Adrian PrantlDebug info: Modify DebugLocEntry::addValue to take...
2014-08-11 Adrian PrantlDebug info: Further simplify the implementation of...
2014-08-11 Adrian PrantlDebug Info: Move the sorting and uniqueing of pieces...
next