[Hexagon] Adding aslh instruction.
[oota-llvm.git] / lib /
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...
2014-11-21 Joerg SonnenbergerFix transformation of add with pc argument to adr for...
2014-11-21 Kostya Serebryany[asan] remove old experimental code
2014-11-21 Tom StellardR600/SI: Add an s_mov_b32 to patterns which use the...
2014-11-21 Tom StellardR600/SI: Emit s_mov_b32 m0, -1 before every DS instruction
2014-11-21 Tom StellardR600/SI: Add SIFoldOperands pass
2014-11-21 Jozef Kolek[mips][microMIPS] This patch implements functionality...
2014-11-21 Tom StellardR600/SI: Mark s_mov_b32 and s_mov_b64 as rematerializable
2014-11-21 Colin LeMahieu[Hexagon] Adding sxth instruction.
2014-11-21 Colin LeMahieu[Hexagon] Adding sxtb instruction. Renaming some ident...
2014-11-21 Kostya Serebryany[asan] add statistic counter to dynamic alloca instrume...
2014-11-21 Colin LeMahieu[Hexagon] Removing SUB_rr and replacing with A2_sub.
2014-11-21 Tim NorthoverRemove duplication of relocation names in lib/Object...
2014-11-21 Tim NorthoverRemove duplication of relocation names in lib/Object...
2014-11-21 Manman RenDebug Info: revert r222195, r222210 and r222239.
2014-11-21 Roman DivackyDisable header duplication at -Oz in loop-rotate pass.
2014-11-21 Manman RenDebug Info: add an assertion that the context field...
2014-11-21 Manman Ren[Objective-C] Support a new special module flag that...
2014-11-21 Hans WennborgLazyValueInfo: range'ify some for-loops. No functional...
2014-11-21 Rafael EspindolaAdd params() to FunctionType. NFC.
2014-11-21 Sanjay PatelDon't repeat class/function/variable names in comments...
2014-11-21 Hans WennborgLazyValueInfo: fix some typos and indentation, etc...
2014-11-21 Rafael EspindolaAdd and use a helper elements() to StructType. NFC.
2014-11-21 Matthias BraunAllow multiple -debug-only args
2014-11-21 Sanjay PatelLess space; NFC
2014-11-21 Sanjay PatelAdd a feature flag for slow 32-byte unaligned memory...
2014-11-21 Duncan P. N. Exon... Revert "Allow FDE references outside the +/-2GB range...
2014-11-21 Chandler Carruth[x86] Restructure the checking patterns for v16 and...
2014-11-21 Joerg SonnenbergerAllow FDE references outside the +/-2GB range supported...
2014-11-21 Chandler Carruth[x86] Make the previous logic significantly less conser...
2014-11-21 Andrea Di Biagio[DAG] Teach how to turn a build_vector into a shuffle...
2014-11-21 Chandler Carruth[x86] Teach the x86 vector shuffle lowering to detect...
2014-11-21 Andrea Di Biagio[DAG] Refactor the shuffle combining logic in DAGCombin...
2014-11-21 Alexey Volkov[X86] For Silvermont CPU use 16-bit division instead...
2014-11-21 Yury Gribov[asan] Add new hidden compile-time flag asan-instrument...
2014-11-21 NAKAMURA TakumiAdd LLVMScalarOpts to LLVMPowerPCCodeGen.
2014-11-21 Hao LiuDAGCombiner: Allow the DAGCombiner to combine multiple...
2014-11-21 Craig TopperRemove a bunch of unnecessary typecasts to 'const Targe...
2014-11-21 Hal Finkel[PPC] Use SeparateConstOffsetFromGEP
2014-11-21 Richard TrieuAdd accessor marcos to ConstantPlaceHolder, similar...
2014-11-21 David MajnemerThis Reassociate change unintentionally slipped in...
2014-11-21 David MajnemerSROA: The alloca type isn't a candidate promotion type...
2014-11-21 Lang Hames[MCJIT] Remove JITEventListener::NotifyFreeingMachineCo...
2014-11-21 Zachary TurnerAdd curly braces to workaround an MSVC bug.
2014-11-21 Quentin Colombet[X86] Do not custom lower UINT_TO_FP when the target...
2014-11-21 Adrian PrantlVerifier: Check that all instructions have their parent...
2014-11-20 Reid KlecknerFix more instances of -Wsentinel on Windows with s...
2014-11-20 Reid KlecknerAdd out of line virtual destructors to all LLVMTargetMa...
2014-11-20 Mehdi AminiUpdate Makefile following directory removal in r222466
2014-11-20 Mehdi AminiSimplifyCFG: Refactor GatherConstantCompares() result...
2014-11-20 Colin LeMahieu[Hexagon] [NFC] Merging InstPrinter directory in to...
2014-11-20 Lang Hames[MCJIT] Remove JITEventListener::NotifyFunctionEmitted...
2014-11-20 Michael ZolotukhinFix a trip-count overflow issue in LoopUnroll.
2014-11-20 Saleem AbdulrasoolX86: use the correct alloca symbol for Windows Itanium
2014-11-20 Frederic RissMake DWARFAcceleratorTable::dump() const.
2014-11-20 Frederic RissAdd missing copyright headers.
2014-11-20 Frederic RissDo not create a replaceable Variables MDNode for functi...
2014-11-20 Timur IskhodzhanovRevert r222416, r222422, r222426: the former revision...
2014-11-20 Timur IskhodzhanovFix a typo
2014-11-20 NAKAMURA TakumiSimplifyCFG.cpp: Tweak to let msc17 compliant.
2014-11-20 Mehdi AminiSimplifyCFG: Refactor GatherConstantCompares() result...
2014-11-20 Jyoti Allur[ELF] Prevent ARM ELF object writer from generating...
2014-11-20 Craig TopperFix a typo in a comment.
2014-11-20 Alexey SamsonovRemove support for undocumented SpecialCaseList entries.
2014-11-19 Colin LeMahieu[Hexagon] Adding A2_xor instruction with IR selection...
2014-11-19 Chad RosierRevert "[Reassociate] As the expression tree is rewritt...
2014-11-19 Colin LeMahieu[Hexagon] Adding A2_or instruction with IR selection...
2014-11-19 Nico WeberTry to fix MSVS build after r222384. No intended behavi...
2014-11-19 Mehdi AminiSimplifyCFG: turn recursive GatherConstantCompares...
2014-11-19 Matthias BraunRegisterCoalescer: Improve debug messages
next