[MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.
[oota-llvm.git] / lib /
2014-11-27 Lang Hames[MCJIT] Remove the local symbol table from RuntimeDlyd...
2014-11-27 Lang Hames[MCJIT] Replace JITEventListener::anchor (temporarily...
2014-11-27 Lang Hames[MCJIT] Remove JITEventListener's anchor until I can...
2014-11-27 Lang Hames[MCJIT] Move get-any-symbol-load-address logic out...
2014-11-26 David MajnemerRevert "Added inst combine transforms for single bit...
2014-11-26 Rui UeyamaObject/COFF: Fix off-by-one error for object having...
2014-11-26 Matt ArsenaultR600/SI: Use ZeroOrNegativeOneBooleanContent
2014-11-26 Colin LeMahieu[Hexagon] Adding cmp* immediate form instructions.
2014-11-26 Jozef Kolek[mips][microMIPS] Implement disassembler support for...
2014-11-26 Colin LeMahieu[Hexagon] Adding and64, or64, and xor64 instructions.
2014-11-26 Matt ArsenaultR600/SI: Create e64 versions of and/or/xor in SILowerI1...
2014-11-26 Lang Hames[MCJIT] Fix missing return statement.
2014-11-26 Lang Hames[MCJIT] Reapply r222828 and r222810-r222812 with fix...
2014-11-26 Aaron BallmanReverting r222828 and r222810-r222812 as they broke...
2014-11-26 Aaron BallmanRemoving a spurious semicolon; NFC
2014-11-26 Evgeniy StepanovAdd missing "override".
2014-11-26 Will NewtonUpdate AArch64 ELF relocations to ABI 1.0
2014-11-26 Elena DemikhovskyAVX-512: Scalar ERI intrinsics
2014-11-26 Lang Hames[MCJIT] Re-enable GDB registration (temporarily disable...
2014-11-26 Lang Hames[MCJIT] Temporarily disable automatic JIT debugger...
2014-11-26 Lang Hames[MCJIT] Clean up RuntimeDyld's quirky object-ownership...
2014-11-26 Craig TopperReplace neverHasSideEffects=1 with hasSideEffects=0...
2014-11-25 Simon Pilgrim[X86][SSE] Improvements to byte shift shuffle matching
2014-11-25 Colin LeMahieu[Hexagon] Adding add64 and sub64 instructions.
2014-11-25 Colin LeMahieuReverting 222792
2014-11-25 Colin LeMahieu[Hexagon] Adding compare with immediate instructions.
2014-11-25 Colin LeMahieu[Hexagon] Adding NOP encoding bits.
2014-11-25 Matt ArsenaultR600/SI: Only use one DEBUG()
2014-11-25 Cameron McInally[AVX512] Add 512b integer shift by variable intrinsics...
2014-11-25 Colin LeMahieu[Hexagon] Adding C2_mux instruction.
2014-11-25 Craig TopperRemove space before tab in all AVX512 mnemonic strings.
2014-11-25 Colin LeMahieu[Hexagon] Replacing cmp* instructions with ones that...
2014-11-25 Hans WennborgLazyValueInfo: Actually re-visit partially solved block...
2014-11-25 Rafael EspindolaSet the body of a new struct as soon as it is created.
2014-11-25 Evgeniy Stepanov[msan] Annotate zlib functions for MemorySanitizer.
2014-11-25 Rafael EspindolaMisc style fixes. NFC.
2014-11-25 Joerg SonnenbergerReapply 222538 and update tests to explicitly request...
2014-11-25 Rafael EspindolaRemove a bit of duplicated code.
2014-11-25 Chandler CarruthRevert r222746: That commit did not update any tests...
2014-11-25 Zoran Jovanovic[mips][micromips] Use call instructions with short...
2014-11-25 Chandler Carruth[InstCombine] Change LLVM To canonicalize toward the...
2014-11-25 Marek OlsakR600/SI: Disable commutativity for MIN/MAX_LEGACY
2014-11-25 Chandler CarruthRevert r220349 to re-instate r220277 with a fix for...
2014-11-25 Matt ArsenaultR600/SI: Fix allocating flat_scr_lo / flat_scr_hi
2014-11-25 David MajnemerCOFF: Add back an assertion that is superseded by r222124
2014-11-25 Rafael EspindolaUse a range loop. NFC.
2014-11-25 Rafael EspindolaStyle fix: don't indent inside a namemespace.
2014-11-25 Rafael EspindolaRemove a nested anonymous namespace.
2014-11-25 Rafael EspindolaFix overly aggressive type merging.
2014-11-25 Rafael EspindolaLink the type of aliases.
2014-11-25 Rafael EspindolaDon't repeat name in comment or duplicate comment....
2014-11-25 Rafael EspindolaUse range loops. NFC.
2014-11-25 Juergen Ributzka[FastISel][AArch64] Fix and extend the tbz/tbnz pattern...
2014-11-25 David MajnemerInstSimplify: Handle some simple tautological comparisons
2014-11-25 David BlaikieRevert "unique_ptrify LLVMContextImpl::CAZConstants"
2014-11-25 David Blaikieunique_ptrify LLVMContextImpl::CAZConstants
2014-11-25 Hal Finkel[PowerPC] Add the 'attn' instruction
2014-11-24 Hal Finkel[PowerPC] Implement combineRepeatedFPDivisors
2014-11-24 Philip ReamesFactor check for the assume intrinsic out of checks...
2014-11-24 Philip ReamesIncorporate review comments from r221742
2014-11-24 Matt ArsenaultBug 21610: Canonicalize min/max fcmp selects to use...
2014-11-24 Rafael EspindolaRemove the unused FindUsedTypes pass.
2014-11-24 Rafael EspindolaAdd and use Type::subtypes. NFC.
2014-11-24 Chad Rosier[AArch64] Fix clobber computation in A57LoadBalancing...
2014-11-24 Colin LeMahieuRemoving unused variable.
2014-11-24 Kostya Serebryany[asan/coverage] change the way asan coverage instrument...
2014-11-24 Ulrich Weigand[PowerPC] Fix PR 21652 - copy st_other bits on symbol...
2014-11-24 Paul RobinsonMore long path name support on Windows, this time in...
2014-11-24 Colin LeMahieu[Hexagon] Adding asrh instruction, removing unused...
2014-11-24 Colin LeMahieu[Hexagon] Adding aslh instruction.
2014-11-24 Colin LeMahieu[Hexagon] Adding zxth instruction.
2014-11-24 Colin LeMahieu[Hexagon] Adding zxtb instruction.
2014-11-24 David MajnemerInstCombine: Don't create an unused instruction
2014-11-24 Jozef Kolek[mips][microMIPS] Fix JRADDIUSP instruction
2014-11-24 Jozef Kolek[mips][microMIPS] Implement LBU16, LHU16, LW16, SB16...
2014-11-24 Jozef Kolek[mips][microMIPS] Implement 16-bit instructions registe...
2014-11-24 Aaron BallmanRemoving a variable that is initialized but never read...
2014-11-24 Jozef Kolek[mips][microMIPS] Implement disassembler support for...
2014-11-24 Andrea Di Biagio[X86] Improved target specific combine on VSELECT dag...
2014-11-24 David MajnemerInstCombine: Don't assume DataLayout is always available
2014-11-23 Elena DemikhovskyConverted back to Unix format (after my last commit...
2014-11-23 Michael Kuperstein[X86] Fixes bug in build_vector v4x32 lowering
2014-11-23 Craig TopperAdd missing override keywords.
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-23 Matt ArsenaultR600: Fix extloads of i1 on R600/Evergreen
2014-11-23 Matt ArsenaultR600: Fix assert on copy of an i1 on pre-SI
2014-11-22 David MajnemerInstCombine: Propagate exact for (sdiv X, Pow2) ->...
2014-11-22 David MajnemerInstCombine: Propagate exact for (sdiv X, Y) -> (udiv...
2014-11-22 David MajnemerInstCombine: Propagate exact for (sdiv -X, C) -> (sdiv...
2014-11-22 Simon PilgrimTidied up target triple OS detection. NFC
2014-11-22 David MajnemerInstCombine: Propagate exact in (udiv (lshr X,C1),C2...
2014-11-22 Chandler Carruth[x86] Teach the vector shuffle yet another step of...
2014-11-22 David MajnemerInstCombine: Propagate NSW/NUW for X*(1<<Y) -> X<<Y
2014-11-22 David MajnemerInstCombine: Propagate NSW for -X * -Y -> X * Y
2014-11-22 David MajnemerInstSimplify: Simplify (sub 0, X) -> X if it's NUW
2014-11-22 David MajnemerInstCombine: Silence a parenthesis warning
2014-11-22 David MajnemerInstCombine: Preserve nsw when folding X*(2^C) -> X...
2014-11-22 David MajnemerInstCombine: Preserve nsw/nuw for ((X << C2)*C1) -...
2014-11-22 David MajnemerInstCombine: Preserve nsw for (mul %V, -1) -> (sub...
2014-11-21 Gerolf Hoflehner[InstCombine] Re-commit of r218721 (Optimize icmp...
next