oota-llvm.git
2010-06-02 Jakob Stoklund... Slightly change the meaning of the reMaterialize target...
2010-06-02 Benjamin KramerUpdate Readme and Makefiles for the new gtest.
2010-06-02 Benjamin KramerMerge gtest-1.5.0.
2010-06-02 Benjamin KramerMerge gtest-1.4.0.
2010-06-02 Benjamin KramerMerge gtest-1.3.0.
2010-06-02 Jim GrosbachClean up 80 column violations. No functional change.
2010-06-02 Nate Begemanarm_neon.h emitter now mostly complete for the purposes...
2010-06-02 Rafael EspindolaRemove the TargetRegisterClass member from CalleeSavedInfo
2010-06-02 Eli FriedmanFix comment so it doesn't include comments which are...
2010-06-02 Dan GohmanUse comments to document non-obvious code rather than
2010-06-02 Devang PatelSkip identical instruction while calculating DBG_VALUE...
2010-06-02 Bob WilsonRename canCombinedSubRegIndex method to something more...
2010-06-02 Rafael EspindolaReplace ARM's getCalleeSavedRegClasses with a simpler...
2010-06-02 Jim Grosbachremove trailing whitespace
2010-06-02 Devang PatelUse local small vector.
2010-06-02 Rafael EspindolaRemove unused function.
2010-06-02 Jim GrosbachNot all entries in the range will have an SUnit. Check...
2010-06-02 Rafael EspindolaUpdate the documentation, getCalleeSavedRegClasses...
2010-06-02 Rafael Espindolacleanup
2010-06-02 Rafael EspindolaRemove uses of getCalleeSavedRegClasses from outside the
2010-06-02 Duncan SandsPacify recent gcc: remove a pointless const qualifier.
2010-06-02 Nate BegemanCheckpoint; handle 'int' and 'void' correctly
2010-06-02 Nate BegemanEmit full function prototypes. Definitions & typedefs...
2010-06-02 Evan ChengEnable machine cse of instructions which define physica...
2010-06-02 Nate BegemanCheckpoint arm_neon.h generation with tablegen
2010-06-02 Eli FriedmanDon't try to custom-lower 64-bit add-with-overflow...
2010-06-02 Bob WilsonFix an obvious mistake: don't change the operands until...
2010-06-02 Eli FriedmanRemove outdated README entries.
2010-06-01 Jim GrosbachUpdate debug information when breaking anti-dependencie...
2010-06-01 Sean HuntFix comment
2010-06-01 Devang PatelDwarfWrite is now smart enough to drop debug value...
2010-06-01 Jakob Stoklund... Properly compose subregister indices when coalescing.
2010-06-01 Jim GrosbachRemove unused code
2010-06-01 Devang PatelIgnore line number of debug value in undefined register.
2010-06-01 Jim Grosbachfix think-o
2010-06-01 Dan GohmanFix the allocation of shadow space for the Win64 callin...
2010-06-01 Jim GrosbachSimplify things a bit more. Fix prototype to use SmallV...
2010-06-01 Dan GohmanFix the noalias checking so that it doesn't worry about
2010-06-01 Devang PatelKeep track of incoming debug value of unused argument.
2010-06-01 Dan GohmanFill in missing support for ISD::FEXP, ISD::FPOWI,...
2010-06-01 Jim GrosbachAdd a FIXME
2010-06-01 Jim Grosbachmirror of r105280 changes for LowerInvoke, which uses...
2010-06-01 Jim GrosbachWhen processing function arguments when splitting live...
2010-06-01 Jim GrosbachUse SmallVector instead of std::vector.
2010-06-01 Dan GohmanDelete unused variables (that weren't even getting...
2010-06-01 Dan GohmanFreebsd's sed doesn't support \< in regexps, and GNU...
2010-06-01 Bruno Cardoso... Refactor some SSE 2 unpack instructions
2010-06-01 Dan GohmanDon't call flush() at a library level which isn't check...
2010-06-01 Dan GohmanFix a spello affecting platforms where the configure...
2010-06-01 Dan GohmanFix a typo in a comment.
2010-06-01 Dan Gohman-retain-symbols-file is not what it seems. Update the...
2010-06-01 Dan GohmanFix extra fread after EOF, non-wires-crossed version.
2010-06-01 Kalle RaiskilaFix handling of 'load' nodes.
2010-05-31 Bill WendlingDebreak test for non-Darwin.
2010-05-31 Duncan SandsFix PR7272: when inlining through a callsite with byval...
2010-05-31 Eric ChristopherAdd a test for the llvm-gcc commit in r90200.
2010-05-31 Chris Lattnerfix PR6623: when optimizing for size, don't inline...
2010-05-31 Chris Lattnerupgrade and filecheckize this test.
2010-05-31 Chris Lattnerthe 'limit' argument to FindOptimalMemOpLowering is...
2010-05-31 Chris Lattnerrevert r105223 which broke all my testing.
2010-05-31 Dan GohmanFix count so that it doesn't make an extra fread call...
2010-05-31 Benjamin KramerAvoid swap when a copy suffices.
2010-05-31 Nick LewyckyThe memcpy intrinsic only takes i8* for %src and %dst...
2010-05-30 Oscar FuentesUse `llvm::next' instead of `next' to make VC++ 2010...
2010-05-30 Sean HuntAllow for creation of clang DeclNodes tables.
2010-05-29 Anton KorobeynikovSome A9 load/store cleanups
2010-05-29 Anton KorobeynikovSome rough approximations for load/stores on A9
2010-05-29 Anton KorobeynikovNEON/VFP stuff can be issued only via Pipe1 on A9
2010-05-29 Anton KorobeynikovAdd some integer instruction itineraries for A9
2010-05-29 Dan GohmanReorder some code in SelectionDAGBuilder.
2010-05-29 Dan GohmanSelectionDAG shouldn't have a FunctionLoweringInfo...
2010-05-29 Benjamin KramerRemove unused function.
2010-05-29 Nick LewyckyDocument aggregate operation constant expressions.
2010-05-29 Nick LewyckyFix typo.
2010-05-29 Evan ChengRemove schedule-livein-copies. It's not being used.
2010-05-29 Evan ChengFix PR7193: if sibling call address can take a register...
2010-05-29 Jakob Stoklund... Handle composed subreg indices when processing REQ_SEQU...
2010-05-29 Evan ChengDoh. Machine LICM is re-initializing the CSE map over...
2010-05-28 Jakob Stoklund... Emit TargetRegisterInfo::composeSubRegIndices().
2010-05-28 Jakob Stoklund... Merge the SystemZ subreg_even32 SubRegIndex into subreg...
2010-05-28 Evan ChengFix some latency computation bugs: if the use is not...
2010-05-28 Evan ChengSchedule high latency instructions for latency reductio...
2010-05-28 Dale JohannesenFix comment typos.
2010-05-28 Bruno Cardoso... More SSE 1 & 2 merge, this time with logical instructions
2010-05-28 Dan GohmanFix AliasDebugger to be aware of operand values too.
2010-05-28 Dan GohmanAdd lint checks for function attributes.
2010-05-28 Dan GohmanSplit the logic behind CastInst::isNoopCast into a...
2010-05-28 Dan GohmanFix a comment; vectors are not a special case here.
2010-05-28 Kevin EnderbyMC/X86: Add alias for movzx.
2010-05-28 Kevin EnderbyMC/X86: Add alias for fwait.
2010-05-28 Kevin EnderbyFix the use of x86 control and debug registers so that...
2010-05-28 Dale JohannesenFix Data Layout description of floating point.
2010-05-28 Dale JohannesenAdd missing space; works for me.
2010-05-28 Jakob Stoklund... Add a TargetRegisterInfo::composeSubRegIndices hook...
2010-05-28 Jim Grosbachcorrect retattr
2010-05-28 Jim GrosbachCosmetic cleanup. No functional change.
2010-05-28 Dan GohmanFix lint's memcpy and memmove checks, and its basic...
2010-05-28 Jim Grosbachmake sure accesses to set up the jmpbuf don't get moved...
2010-05-28 Dan GohmanFix more whitespace to be consistent with AsmPrinter.
2010-05-28 Dan GohmanFix whitespace to be more consistent with AsmPrinter...
next