Suppress partial retain+release elimination when there's a
[oota-llvm.git] / lib /
2011-10-17 Dan GohmanSuppress partial retain+release elimination when there's a
2011-10-17 Bill WendlingCorrect over-zealous removal of hack.
2011-10-17 Akira HatanakaMove class and instruction definitions for conditional...
2011-10-17 Akira HatanakaRevert change made in r142205.
2011-10-17 Akira HatanakaRedefine count-leading 0s and 1s instructions.
2011-10-17 Akira HatanakaRedefine mfhi/lo and mthi/lo instructions.
2011-10-17 Bill WendlingNow that we have the ReturnsTwice function attribute...
2011-10-17 Akira HatanakaRedefine multiply and divide instructions.
2011-10-17 Akira HatanakaAdd definition of a base class for logical shift/rotate...
2011-10-17 Hal FinkelRemove >80-col line and unicode
2011-10-17 Akira HatanakaAdd definition of a base class for logical shift/rotate...
2011-10-17 Chad RosierRemoved set, but unused variable.
2011-10-17 Akira HatanakaAdd definition of immZExt5_64 and redefine immZExt5...
2011-10-17 Michael J. SpencerFix CMake build.
2011-10-17 Devang PatelIt is safe to speculate load from GOT. This fixes perfo...
2011-10-17 Devang Patelsvn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar...
2011-10-17 Hal FinkelInstructions for Book E PPC should be word aligned...
2011-10-17 Craig TopperDon't use inline assembly in 64-bit Visual Studio....
2011-10-17 Bill WendlingAdd comment explaining that the order of processing...
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests (new...
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests
2011-10-17 Chandler CarruthAdd a routine to swap branch instruction operands,...
2011-10-16 Chandler CarruthDelete a dead member. Dunno if this was ever used,...
2011-10-16 Chandler CarruthAdd a proper LLVM banner to this file.
2011-10-16 Nadav RotemEnable element promotion type legalization by deafault.
2011-10-16 Nick LewyckyWhen looking for dependencies on the src pointer, scan...
2011-10-16 Craig TopperAdd X86 PEXTR and PDEP instructions.
2011-10-16 Benjamin KramerLet printf do the formatting instead aligning strings...
2011-10-16 Benjamin KramerTwinify better.
2011-10-16 Benjamin KramerAdd AsmToken::getEndLoc and use it to add ranges to...
2011-10-16 Benjamin KramerX86AsmParser: Synthesize EndLoc for tokens out of Start...
2011-10-16 Benjamin KramerPR11143: Save the old diagnostic handler and call it...
2011-10-16 Nadav RotemFix a bug in LowerV2I64Splat, which generated a BUILD_V...
2011-10-16 Craig TopperAdd X86 BZHI instruction as well as BMI2 feature detection.
2011-10-16 Craig TopperAdd X86 INVPCID instruction. Add 32/64-bit predicates...
2011-10-16 Cameron ZwarichAdd flags on Thumb2 indexed stores paralleling the...
2011-10-16 Cameron ZwarichFix an obvious typo found when looking at nearby code.
2011-10-16 Chris Lattnerremove the dead 'ShowLine' argument from SMDiagnostic.
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-16 Craig TopperAdd X86 BEXTR instruction. This instruction uses VEX...
2011-10-16 Craig TopperAdd X86 feature detection support for BMI instructions...
2011-10-15 Craig TopperAdd support for X86 blsr, blsmsk, and blsi instructions...
2011-10-15 Nadav RotemThe CELL backend cannot select patterns for vector...
2011-10-15 Nadav RotemARM cannot select a pattern for trunc-store v4i8; ...
2011-10-15 Benjamin KramerSmallVector -> array
2011-10-15 Duncan SandsDon't replace all dominated uses if there is only one...
2011-10-15 Benjamin KramerAdd a bad char heuristic to StringRef::find.
2011-10-15 Nadav RotemMove the legalization of vector loads and stores into...
2011-10-15 Andrew TrickFix SCEVExpander assert during LSR: "argument of incomp...
2011-10-15 NAKAMURA TakumiRevert r142046, "Fix for llvm::sys::getHostTriple on...
2011-10-15 Chad RosierFix for llvm::sys::getHostTriple on Windows. Instead...
2011-10-15 NAKAMURA TakumiWindows/Memory.inc: Support the ability to allocate...
2011-10-15 Andrew TrickFix indvars randomness by removing iteration over a...
2011-10-15 Bill WendlingClear out the landing pad to call site map for each...
2011-10-15 Jakob Stoklund OlesenMark tADDrSPi as having side effects again.
2011-10-15 Chad RosierThumb1 does not support dynamic stack realignment.
2011-10-15 Bill WendlingMark registers as DEAD because they're really just...
2011-10-14 Eli FriedmanAdd missing correctness check to ARMTargetLowering...
2011-10-14 Bill WendlingMake sure that the register is in the register class...
2011-10-14 Bill WendlingMark the invoke call instruction as implicitly defining...
2011-10-14 Chris Lattnerconstify array itself, don't iterate multiple times.
2011-10-14 Tanya LattnerAllow the source module to be materialized during the...
2011-10-14 Richard TrieuFix a non-firing assert. Change:
2011-10-14 Torok Edwinocaml bindings: add getopcode for constant and instruct...
2011-10-14 Torok Edwinbindings: tab and indentation fixes of my previous...
2011-10-14 Evan ChengA few 80-col violations.
2011-10-14 Owen AndersonDisable code/data region symbols on ELF targets, where...
2011-10-14 Hal FinkelAdd an implementation of the CanLowerReturn function...
2011-10-14 Akira HatanakaAdd f128 to datalayout string.
2011-10-14 Hal Finkelinitial test commit (remove whitespace)
2011-10-14 Jakob Stoklund OlesenUpdate live-in lists when splitting critical edges.
2011-10-14 Akira HatanakaRevert r141932, r141936 and r141937.
2011-10-14 Jim GrosbachFix typo. "__sync_fetch_and-xor_4" should be "__sync_fe...
2011-10-14 Nick LewyckyAn instruction's operands aren't necessarily instructio...
2011-10-14 Craig TopperAdd X86 ANDN instruction. Including instruction selection.
2011-10-14 Craig TopperAdd X86 TZCNT instruction and patterns to select it...
2011-10-14 Akira HatanakaDefinition of function getMipsRegisterNumbering.
2011-10-14 Akira HatanakaAdd definition of class MipsELFWriterInfo.
2011-10-14 Akira HatanakaAdd missing relocation types.
2011-10-14 Akira HatanakaFixup enumerations.
2011-10-14 Akira HatanakaAdd more Mips relocation types.
2011-10-14 Jakob Stoklund OlesenBan rematerializable instructions with side effects.
2011-10-14 Jakob Stoklund OlesenV_SET0 has no side effects.
2011-10-14 Jakob Stoklund OlesenAdd value numbers when spilling dead defs.
2011-10-13 Eli FriedmanAvoid undefined behavior in negation in LSR. Patch...
2011-10-13 Eli FriedmanFix undefined shift. Patch by Ahmed Charles.
2011-10-13 Eli FriedmanSimplify assertion, and avoid undefined shift. Based...
2011-10-13 Michael J. SpencerSupport/Windows: Add support modifying memory permissio...
2011-10-13 Eli FriedmanFix undefined shifts and abs in Alpha backend. Based...
2011-10-13 Michael J. SpencerSupport/Windows: Add efficent RW mutex on Windows....
2011-10-13 Eli FriedmanAvoid undefined behavior in signed integer negation...
2011-10-13 Eli FriedmanSimplify and avoid undefined shift. Based on patch...
2011-10-13 Michael J. SpencerELF: Fix the section that relocations apply to. Add...
2011-10-13 Eli FriedmanEnhance the memdep interface so that users can tell...
2011-10-13 Andrew TrickReapply r141870, SCEV expansion of post-inc.
2011-10-13 Eric ChristopherDon't forget to reconstruct D after changing the scope...
2011-10-13 Michael J. SpencerCOFF: Implement sectionContainsSymbol for relocatable...
2011-10-13 Andrew TrickFix memory corruption I introduced a few checkins ago.
2011-10-13 Owen AndersonSETEND is not allowed in an IT block.
next