Enhance memdep to return clobber relation between noalias loads when
[oota-llvm.git] / lib /
2011-04-26 Chris LattnerEnhance memdep to return clobber relation between noali...
2011-04-26 Jakob Stoklund OlesenAdd a safe-guard against repeated splitting for some...
2011-04-26 Chris Lattneruse AA::isMustAlias to simplify some calls.
2011-04-26 Chris Lattnerremove support for llvm.invariant.end from memdep....
2011-04-26 Evan ChengBe careful about scheduling nodes above previous calls...
2011-04-26 Chris LattnerTransform: "icmp eq (trunc (lshr(X, cst1)), cst" to...
2011-04-26 Chris Lattnersome random cleanups, no functionality change.
2011-04-26 Jim GrosbachARM and Thumb2 support for atomic MIN/MAX/UMIN/UMAX...
2011-04-26 Rafael EspindolaPrint the label if we will use it in debug_frame.
2011-04-26 Devang PatelRefactor code. Keep dwarf register operation selection...
2011-04-26 Jakob Stoklund OlesenUse the new TRI->getLargestLegalSuperClass hook to...
2011-04-26 Jakob Stoklund OlesenAdd a TRI::getLargestLegalSuperClass hook to provide...
2011-04-26 Devang PatelFix an off by one error while accessing complex address...
2011-04-26 Chris LattnerImprove the bail-out predicate to really only kick...
2011-04-26 Dan GohmanFast-isel support for simple inline asms.
2011-04-26 Duncan SandsAnother example of a static table that wasn't marked...
2011-04-26 Chris Lattnerdon't emit the symbol name twice for local bss and...
2011-04-26 Evan ChengFix typo
2011-04-26 Rafael EspindolaPrint all the moves at a given label instead of just...
2011-04-26 Nick LewyckyRename everything to follow LLVM style ... I think.
2011-04-26 Rafael EspindolaNo relocation produces a SLEB or ULEB, make sure they...
2011-04-26 Chris LattnerEnhance MemDep: When alias analysis returns a partial...
2011-04-26 Devang PatelLet dwarf writer allocate extra space in the debug...
2011-04-25 Devang PatelRename a local variable.
2011-04-25 Devang PatelRename a method to match what it really does.
2011-04-25 Devang PatelDo not drop a variable's complex address if it is not...
2011-04-25 Dan GohmanFix an iterator invalidation bug.
2011-04-25 Chris Lattnermark a large static table static. Pointed out by Micha...
2011-04-25 Chris Lattnerallow adding a FoldingSetNodeID to a FastFoldingSetNode...
2011-04-25 Chris Lattneradd a missed bitfield instcombine.
2011-04-25 Akira HatanakaLower BlockAddress node when relocation-model is static.
2011-04-25 Devang PatelA dbg.declare may not be in entry block, even if it...
2011-04-25 Chandler CarruthRemove some hard coded CR-LFs. Some of these were the...
2011-04-25 Duncan SandsFix comment typo. Noticed by Liu.
2011-04-24 Rafael EspindolaSimplify the logic. Noticed by aKor.
2011-04-24 Rafael EspindolaSynchronize the conditions for producing a .cfi_startpr...
2011-04-24 Sebastian RedlFix Target/ARM/Thumb1FrameLowering.h header guard.
2011-04-24 Sebastian RedlGive MC/MCDisassembler/Disassembler.h a header guard.
2011-04-24 Sebastian RedlGive SplitKit.h a header guard.
2011-04-24 Jay FoadFix an assert to check exactly what it says.
2011-04-24 Jay FoadPR9214: Convert the DIBuilder API to use ArrayRef.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-23 Jay FoadLike the coding standards say, do not use "using namesp...
2011-04-23 Benjamin KramerSilence an overzealous uninitialized variable warning...
2011-04-23 Andrew TrickThumb2 and ARM add/subtract with carry fixes.
2011-04-23 Andrew Trickwhitespace
2011-04-22 Owen AndersonTeach FastISel to deal with instructions that have...
2011-04-22 Devang PatelLet front-end tie subprogram declaration with subprogra...
2011-04-22 Jakob Stoklund OlesenAlways compare the cost of region splitting with the...
2011-04-22 Chris LattnerRecommit the fix for rdar://9289512 with a couple tweaks to
2011-04-22 Johnny ChenDisassembly of A8.6.59 LDR (literal) Encoding T1 (16...
2011-04-22 Benjamin KramerDAGCombine: fold "(zext x) == C" into "x == (trunc...
2011-04-22 Devang PatelDo not leak argument's DbgVariables.
2011-04-22 Devang PatelAdd asserts.
2011-04-22 Benjamin KramerX86: Try to use a smaller encoding by transforming...
2011-04-22 Eric ChristopherUse enums for constant values.
2011-04-22 Eric ChristopherMake the file format strings a little prettier for...
2011-04-22 Eric ChristopherAdd MachOObjectFile.cpp to cmake.
2011-04-22 Eric ChristopherHook in mach-o object files into Object interface.
2011-04-22 Eric ChristopherAdd support for 64-bit object files to Path.
2011-04-22 Eric ChristopherAdd an ObjectFile implementation for mach-o.
2011-04-22 Eric Christopher80-col fix.
2011-04-22 Evan ChengIn Thumb2 mode, lower frame indix references to:
2011-04-22 Evan ChengTypo
2011-04-22 Chandler CarruthDelete the other unused variable in this function....
2011-04-22 Chandler CarruthRemove an unused variable from a function. This is...
2011-04-22 Bill WendlingBranch folding is folding a landing pad into a regular BB.
2011-04-22 Rafael EspindolaCompute the size of the FDE encoding instead of hard...
2011-04-21 Rafael EspindolaRemove unused argument.
2011-04-21 Rafael EspindolaDon't pass address spaces to EmitULEB128IntValue.
2011-04-21 Devang PatelFix DWARF description of Q registers.
2011-04-21 Devang PatelFix DWARF description of S registers.
2011-04-21 Devang PatelAdd DW_OP_bit_piece.
2011-04-21 Devang PatelRefactor.
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-21 Matt Beaumont-GayDon't recycle loop variables.
2011-04-21 Jakob Stoklund OlesenAllow allocatable ranges from global live range splitti...
2011-04-21 Rafael EspindolaFix relative relocations. This is sufficient for runnin...
2011-04-21 Devang PatelAs per ARM docs, register Dx is described as DW_OP_regx...
2011-04-21 Devang PatelAdd comment in output stream.
2011-04-21 Daniel DunbarRevert r1296656, "Fix rdar://9289512 - not folding...
2011-04-21 Justin HolewinskiPTX: Expand useable register space
2011-04-21 Che-Liang Chiouptx: fix parameter ordering
2011-04-21 Che-Liang Chiouptx: PTXMachineFunctionInfo no longer sort registers...
2011-04-21 Nick LewyckyIn gcov profiling, give all functions an extra unified...
2011-04-21 Nick LewyckyFix think-o: emit all 8 bytes of the EOF marker. Also...
2011-04-21 Nick LewyckyAdd independent controls for whether GCOV profiling...
2011-04-20 Nick LewyckyStructs have elements not parameters. I'm surprised...
2011-04-20 Evan ChengRemove -use-divmod-libcall. Let targets opt in when...
2011-04-20 Jakob Stoklund OlesenAdd debug output for rematerializable instructions.
2011-04-20 Jakob Stoklund OlesenPermit remat when a virtual register has multiple defs.
2011-04-20 Cameron ZwarichFix another case of <rdar://problem/9184212> that only...
2011-04-20 Cameron ZwarichThe bitcast case here is actually handled uniformly...
2011-04-20 Cameron ZwarichCleanup some code to better use an early return style...
2011-04-20 Eli FriedmanRevert r129846; it's breaking a buildbot. See
2011-04-20 Jakob Stoklund OlesenPrefer cheap registers for busy live ranges.
2011-04-20 Stuart HastingsExcise unintended hunk in 129858. <rdar://problem...
2011-04-20 Stuart HastingsARM byval support. Will be enabled by another patch...
2011-04-20 Daniel Dunbarsys/Host: Change getHostTriple() to return the full...
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
next