Some reassociate optimizations create new instructions, which they insert just
[oota-llvm.git] / lib /
2012-06-27 Duncan SandsSome reassociate optimizations create new instructions...
2012-06-27 Richard BartonTeach assembler to handle capitalised operation values...
2012-06-27 Richard BartonPrevent ARM Assembler crashing on unrecognised assembly...
2012-06-27 Akira HatanakaSilence uninitialized variable warning in MipsISelDAGTo...
2012-06-27 Akira HatanakaFix bug in computation of stack size in MipsFrameLoweri...
2012-06-26 Bill WendlingReduce indentation in function. Rearrange some methods...
2012-06-26 Bill WendlingRevamp how debugging information is emitted for debug...
2012-06-26 Evan ChengAdd a missing check to avoid dereference null. No sensi...
2012-06-26 Evan ChengRemove a instcombine transform that (no longer?) makes...
2012-06-26 Benjamin KramerImplement getHostCPUName for ARM/linux. This will be...
2012-06-26 Manman RenX86: add GATHER intrinsics (AVX2) in LLVM
2012-06-26 Argyrios KyrtzidisFix ThreadLocalImpl::getInstance for --disable-threads.
2012-06-26 Jakob Stoklund OlesenAllow targets to inject passes before the virtual regis...
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-06-26 Duncan SandsReplacing zero-sized alloca's with a null pointer is...
2012-06-26 Elena DemikhovskyRemoved unused variable
2012-06-26 Bill WendlingRename to match other X86_64* names.
2012-06-26 Elena DemikhovskyShuffle optimization for AVX/AVX2.
2012-06-26 Chandler CarruthUpdate a bunch of stale comments that dated from when...
2012-06-26 Craig TopperRemove some duplicate instructions that exist only...
2012-06-26 Andrew TrickEnable the new LoopInfo algorithm by default.
2012-06-26 Andrew TrickRemove unnecessary FIXME
2012-06-26 Evan ChengMake sure type is not extended or untyped before create...
2012-06-25 Eli FriedmanMake some ugly hacks for inline asm operands which...
2012-06-25 Nuno Lopesrevert my previous commit (r159173), since as Eli point...
2012-06-25 Nuno Lopesdo not set realloc() as NotAlias, since it can return...
2012-06-25 Manman RenARM: update peephole optimization.
2012-06-25 Dan GohmanFix the objc_autoreleasedReturnValue optimization code...
2012-06-25 Jakob Stoklund OlesenEnforce stricter liveness rules for PHIs.
2012-06-25 Jakob Stoklund OlesenRun ProcessImplicitDefs on SSA form where it can be...
2012-06-25 Nuno Lopesimprove optimization of invoke instructions:
2012-06-25 Nuno Lopescheck for the NoAlias attribute through CallSite
2012-06-25 Meador IngePR13013: ELF Type identification fails for MSB type...
2012-06-25 Rafael EspindolaIf a constant or a function has linkonce_odr linkage...
2012-06-25 Eli BenderskyThe name (and comment describing) of llvm::GetFirstDebu...
2012-06-25 Craig TopperAdd SSE2 predicate to CVTPS2PD instructions. Doesn...
2012-06-25 Craig TopperRemove codegen only instruction in favor of one that...
2012-06-25 Jakob Stoklund OlesenTeach PHIElimination to handle <undef> operands.
2012-06-25 Jakob Stoklund OlesenHandle <undef> operands in TwoAddressInstructionPass.
2012-06-24 Jakob Stoklund Olesen%RCX is not a function live-out in eh.return functions.
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-24 Hal FinkelAllow controlling vectorization of boolean values separ...
2012-06-24 Nick LewyckyRemove dyn_cast + dereference pattern by replacing...
2012-06-24 Craig TopperRemove intrinsic specific instructions for (V)CVTPS2DQ...
2012-06-24 Craig TopperRemove intrinsic specific instructions for (V)CVTPS2DQ...
2012-06-24 Craig TopperFix build failures from r159106.
2012-06-24 Craig TopperRemove intrinsic specific instructions for CVTPD2PS...
2012-06-24 Craig TopperRemove intrinsic specific instructions for CVTPD2DQ...
2012-06-24 Nick LewyckyTab to spaces. No functionality change.
2012-06-24 NAKAMURA Takumillvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerr...
2012-06-24 NAKAMURA TakumiVMCore/CMakeLists.txt: [CMake][MSVC] Add "/Og-" to...
2012-06-24 Nick LewyckyRemove a dangling reference to a deleted instruction...
2012-06-24 Pete CooperRemove code i'd been testing with but didn't mean to...
2012-06-24 Pete CooperDAG legalisation can now handle illegal fma vector...
2012-06-23 Craig TopperRemove intrinsic specific instructions for (V)CVTDQ2PS...
2012-06-23 Hal FinkelAllow BBVectorize to fuse compare instructions.
2012-06-23 Craig TopperMake CVTDQ2PS instruction use SSE2 predicate instead...
2012-06-23 Craig TopperMove CVTPD2DQ to use SSE2 predicate instead of SSE3...
2012-06-23 Benjamin KramerAdd a microoptimization note.
2012-06-23 Hans WennborgClean-up after r159077.
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-06-23 Stepan DyatkovskiyOptimized usage of new SwitchInst case values (Integers...
2012-06-23 Craig TopperUse correct memory types for (V)CVTDQ2PD instructions.
2012-06-23 Craig TopperSilence an unused variable warning on release builds.
2012-06-23 Craig TopperCompress flags in X86 op folding to reduce space in...
2012-06-23 Craig TopperMake helper method static since it doesn't use anything...
2012-06-23 Craig TopperRemove intrinsic specific instructions for 128-bit...
2012-06-23 Jakob Stoklund OlesenTeach LiveVariables to handle <undef> operands.
2012-06-23 Rafael EspindolaHandle aliases to tls variables in all architectures...
2012-06-23 Evan Cheng(sub X, imm) gets canonicalized to (add X, -imm)
2012-06-23 Nuno LopesBoundsChecking: attach debug info to traps to make...
2012-06-22 Jim GrosbachARM: Add a better diagnostic for some out of range...
2012-06-22 Hal FinkelAdd support for the PPC isel instruction.
2012-06-22 Jakob Stoklund OlesenRemove ProcessImplicitDefs.h which was unused.
2012-06-22 Jakob Stoklund OlesenAlso verify the def index for early clobbers.
2012-06-22 Chad RosierWhitespace.
2012-06-22 Jakob Stoklund OlesenDelete a boring statistic.
2012-06-22 Jakob Stoklund OlesenStore live intervals in an IndexedMap.
2012-06-22 Hal FinkelRevert r158679 - use case is unclear (and it increases...
2012-06-22 Evan ChengEmitZerofill should take a 64-bit size or else it's...
2012-06-22 Jakob Stoklund OlesenFix a crash in --debug code.
2012-06-22 Jakob Stoklund OlesenDon't depend on live ranges being present.
2012-06-22 Jakob Stoklund OlesenSimplify handleMove() a bit.
2012-06-22 Jakob Stoklund OlesenStop computing physreg live ranges.
2012-06-22 Jakob Stoklund OlesenRemove some redundant LIS->hasInterval() checks.
2012-06-22 Jakob Stoklund OlesenUse MRI::isConstantPhysReg() to check remat feasibility.
2012-06-22 Jakob Stoklund OlesenUse regunit liveness to guide LiveDebugVariables.
2012-06-22 Jakob Stoklund OlesenRemove LiveIntervals::trackingRegUnits().
2012-06-22 Jakob Stoklund OlesenRevert remaining part of r93200: "Disable folding sext...
2012-06-22 Nuno Lopessimplify code from previous commits (Thanks Duncan)
2012-06-22 Stepan DyatkovskiyFixed r158979.
2012-06-22 Rafael EspindolaRemove another duplicated variable. We only need one...
2012-06-22 Rafael EspindolaFix a FIXME: DwarfRequiresRelocationForSectionOffset...
2012-06-22 Duncan SandsRevert commit 158979 (dyatkovskiy) since it is causing...
2012-06-22 Stepan DyatkovskiyPerformance optimizations:
2012-06-22 Andrew TrickUse "NoItineraries" for processors with no itineraries.
2012-06-22 Jakob Stoklund OlesenFunctions calling __builtin_eh_return must have a frame...
2012-06-22 Andrew TrickARM scheduling fix: don't guess at implicit operand...
2012-06-22 Andrew TrickARM scheduling fix: compute predicated implicit use...
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
next