This bug is also present in MSVC10. Requested by Elrood on IRC.
[oota-llvm.git] / lib /
2010-06-05 Duncan SandsThis bug is also present in MSVC10. Requested by Elroo...
2010-06-05 Chris Lattnerrevert r105521, which is breaking the buildbots with...
2010-06-05 Bruno Cardoso LopesInitial AVX support for some instructions. No patterns...
2010-06-05 Dale JohannesenImprovements to tail call code. No functional effect
2010-06-05 Dan GohmangetFoldedOffsetOf no longer does anything special with...
2010-06-05 Stuart HastingsRevert 105492 & 105493 due to a testcase regression...
2010-06-05 Dan GohmanLSR needs to remember inserted instructions even in...
2010-06-05 Dale JohannesenFix some liveout handling related to tail calls, see...
2010-06-04 Evan ChengRe-apply 105308 with fix.
2010-06-04 Dan GohmanDon't track users of undef values; they aren't interest...
2010-06-04 Jim GrosbachMake if-conversion ignore dbg_value instructions in...
2010-06-04 Stuart HastingsSupport for nested functions/classes in debug output...
2010-06-04 Devang PatelCopy location info for current function argument from...
2010-06-04 Jim GrosbachSkip dbg_value instructions when scanning instructions...
2010-06-04 Dan GohmanFix normalization and de-normalization of non-affine...
2010-06-04 Jakob Stoklund OlesenKeep track of the call instructions whose clobber lists...
2010-06-04 Dale JohannesenMore thoroughly disable tails calls by default.
2010-06-04 Jim GrosbachAnother fix to prevent debug info from affecting codege...
2010-06-04 Jim Grosbachmore dbg_value adjustments so debug info doesn't affect...
2010-06-04 Mon P WangFixed a bug during widening where we would avoid legali...
2010-06-04 Jim Grosbachfix typo
2010-06-04 Bob WilsonFor NEON vectors with 32- or 64-bit elements, select...
2010-06-03 Bob WilsonAdd some missing checks in TwoAddressInstructionPass...
2010-06-03 Jim GrosbachCleanup 80-column and trim trailing whitespace
2010-06-03 Jim GrosbachTeach the ARM load-store optimizer to deal with dbg_val...
2010-06-03 Dale JohannesenEarly implementation of tail call for ARM.
2010-06-03 Dan GohmanFix SimplifyDemandedBits' AssertZext logic to demand...
2010-06-03 Bob WilsonRevert 105308.
2010-06-03 Bill WendlingMachine sink could potentially sink instructions into...
2010-06-03 Eric ChristopherAdd first pass at darwin tls compiler support.
2010-06-03 Eric ChristopherOne underscore, not two.
2010-06-03 Eli FriedmanImplement expansion in type legalization for add/sub...
2010-06-03 Eli FriedmanRemove some already-fixed README entries.
2010-06-03 Eli FriedmanRemove README entry which no longer compiles to somethi...
2010-06-03 Eli FriedmanRemove a fixed item, update a couple partially-fixed...
2010-06-03 Jakob Stoklund OlesenUse the fast register allocator by default for -O0...
2010-06-03 Jakob Stoklund OlesenUse readsWritesVirtualRegister instead of counting...
2010-06-02 Jakob Stoklund OlesenAdd full register <imp-def> operands when the coalescer...
2010-06-02 Devang PatelSpeedup bitcode writer. Do not walk all values for...
2010-06-02 Bill WendlingCompulsive reformating. No functionalitical changes.
2010-06-02 Jakob Stoklund OlesenSlightly change the meaning of the reMaterialize target...
2010-06-02 Jim GrosbachClean up 80 column violations. No functional change.
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 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 Espindolacleanup
2010-06-02 Rafael EspindolaRemove uses of getCalleeSavedRegClasses from outside the
2010-06-02 Evan ChengEnable machine cse of instructions which define physica...
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 Jakob Stoklund OlesenProperly 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 Bruno Cardoso LopesRefactor some SSE 2 unpack instructions
2010-06-01 Dan GohmanDon't call flush() at a library level which isn't check...
2010-06-01 Kalle RaiskilaFix handling of 'load' nodes.
2010-05-31 Duncan SandsFix PR7272: when inlining through a callsite with byval...
2010-05-31 Chris Lattnerfix PR6623: when optimizing for size, don't inline...
2010-05-31 Chris Lattnerthe 'limit' argument to FindOptimalMemOpLowering is...
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-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 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 OlesenHandle 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 OlesenMerge 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 LopesMore 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 Kevin EnderbyMC/X86: Add alias for movzx.
next