In 64-bit mode, use i64 to lower memcpy / memset instead of f64.
[oota-llvm.git] / lib / CodeGen /
2010-04-01 Devang PatelDo not eagerly record known previous location. DBG_VALU...
2010-04-01 Evan ChengSkip checking preferred alignment of GVs defined in...
2010-04-01 Evan Cheng- Avoid using floating point stores to implement memset...
2010-04-01 Devang PatelSkip instructions until new scope is seen.
2010-04-01 Devang PatelCosmetic changes.
2010-04-01 Evan ChengFix sdisel memcpy, memset, memmove lowering:
2010-04-01 Bill WendlingReapply r100056. It doesn't look like it's the one...
2010-03-31 Bill WendlingRevert r100056. It was causing a failure on MSVC.
2010-03-31 Stuart HastingsReverting 100048; it broke two Frontend debug info...
2010-03-31 Bill WendlingRewrite CorrectExtraCFGEdges() to make it more understa...
2010-03-31 Stuart HastingsDebug info can now properly represent functions inside...
2010-03-31 Benjamin KramerReduce string trashing.
2010-03-31 Benjamin KramerDwarfDebug: Allocate DIEValues with a BumpPtrAllocator...
2010-03-31 Chris Lattnerreduce indentation
2010-03-31 Chris Lattnertidy up
2010-03-31 Chris LattnerMI != 0 is checked in the assert right above this.
2010-03-31 Chris Lattneruse the isDebugValue() predicate and pop_back_val()
2010-03-31 Chris Lattnerassert is a function-like macro, not a control flow...
2010-03-31 Chris Lattnerreduce indentation, fit in 80 cols and various other...
2010-03-31 Chris Lattneruse the optimized debug info apis in sdisel.
2010-03-31 Chris Lattneradd new apis for getting/setting !dbg metadata on
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Devang PatelIgnore invalid metadata.
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-30 Benjamin KramerIntroduce SpecificBumpPtrAllocator, a wrapper for BumpP...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-30 Evan ChengFunky indentation.
2010-03-30 Devang PatelThere is no need to fall through after processing DBG_V...
2010-03-30 Daniel DunbarFix -Asserts warning.
2010-03-30 Torok EdwinReapply r99881 with some fixes: only call destructor...
2010-03-30 Torok EdwinRevert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.
2010-03-30 Torok EdwinIntroduce another Reset() method in BumpPtrAllocator...
2010-03-30 Evan ChengAvoid being influenced by the presence of dbg_value...
2010-03-29 Bill WendlingRe-add back in the slow way of determining of a clean...
2010-03-29 Bill WendlingA more general (and simpler!) implementation of r99671...
2010-03-29 Devang PatelEncode start location of debug value, communicated...
2010-03-29 Evan ChengFix PR4975. Avoid referencing empty vector.
2010-03-29 Evan ChengPool allocate SDDbgValue nodes.
2010-03-29 Chris Lattneruse RAII for ExceptionTimer too
2010-03-29 Chris Lattnerfix a variety of issues were we'd start DebugTimer but
2010-03-29 Devang PatelRefactor code to push DILocation prcessing into DwarfDe...
2010-03-28 Devang PatelRevert 99772.
2010-03-28 Chris Lattneradd a statistic for the # times isel has to backtrack.
2010-03-28 Devang PatelRefactoring. Push DILocation processing in to DwarfDebu...
2010-03-28 Chris Lattnerfinally remove the immAllOnesV_bc/immAllZerosV_bc patterns
2010-03-28 Chris Lattnercomply with the wishes of a fixme.
2010-03-28 Chris Lattnernow that (parallel) is gone and a variety of bugs in...
2010-03-28 Chris Lattneradd an optimized form of OPC_EmitMergeInputChains for...
2010-03-28 Chris Lattnerdon't add nodes to the now-dead nodes list multiple...
2010-03-28 Chris Lattnerdon't add flag nodes with chain results to the NowDeadNodes
2010-03-27 Chris Lattnerimprove -debug-only=isel comments for cases when we...
2010-03-27 Bill WendlingForgot the part where we handle the ".llvm.eh.catch...
2010-03-27 Bill WendlingReturn if we changed anything or not.
2010-03-27 Bill WendlingIf a selector has a call to ".llvm.eh.catch.all.value...
2010-03-26 Bill WendlingIf we mark clean-ups as clean-ups, then it could break...
2010-03-26 Anton KorobeynikovAdd few missed libcalls and correct names for others.
2010-03-26 Dale JohannesenDebug info shouldn't affect kills.
2010-03-26 Evan ChengLiveVariables should clear kill / dead markers first...
2010-03-26 Evan ChengTry trivial remat before the coalescer gives up on...
2010-03-26 Dale JohannesenHandle DEBUG_VALUE in this pass.
2010-03-25 Evan ChengCode clean up.
2010-03-25 Chris Lattnerfix a valgrind error on copy-constructor-synthesis...
2010-03-25 Evan ChengRemove an unused option.
2010-03-25 Devang PatelAdd comment.
2010-03-25 Evan ChengScheduler assumes SDDbgValue nodes are in source order...
2010-03-25 Chris LattnerChange tblgen to emit FOOISD opcode names as two
2010-03-25 Evan ChengRemove a fixme that doesn't make sense any more.
2010-03-25 Evan ChengMake sure SDDbgValue.Invalid is initialized to false...
2010-03-25 Chris LattnerMake the NDEBUG assertion stronger and more clear what is
2010-03-25 Chris Lattnerreapply 99444/99445, which I speculatively reverted in
2010-03-25 Evan ChengChange how dbg_value sdnodes are converted into machine...
2010-03-25 Evan ChengAvoid being influenced by dbg_value instructions.
2010-03-24 Chris Lattnerrevert 99444/99445. This doesn't cause the failure of
2010-03-24 Chris Lattnerremove dead argument.
2010-03-24 Chris Lattnersplit EmitNode in half to reduce indentation.
2010-03-24 Devang PatelUse SP filename directly instead of SP's context's...
2010-03-24 Bob WilsonRevert Edwin's change that is breaking MultiSource...
2010-03-24 Torok EdwinFix memory leak in liveintervals: the destructor for...
2010-03-24 Evan Chengdbg_value may end a block.
2010-03-24 Dan GohmanRemove the ConvertActions table and associated code...
2010-03-23 Dan GohmanRevert 99335. getTypeToExpandTo's iterative behavior...
2010-03-23 Dan GohmanRemove getTypeToExpandTo, since it isn't adding much...
2010-03-23 Evan ChengIgnore dbg_value's.
2010-03-23 Evan ChengCode clean up.
2010-03-22 Chris LattnerFix PR6673: updating the callback should not clear...
2010-03-22 Devang PatelEmit DW_AT_low_pc and DW_AT_high_pc attributes for...
2010-03-22 Devang PatelDW_AT_stmt_list attribute attached with a compile unit...
2010-03-22 Evan ChengReduce indentation.
2010-03-22 Jeffrey YasskinFix a memory leak from DIE::addSiblingOffset() by addin...
2010-03-22 Evan Cheng80 col violation.
2010-03-21 Jeffrey YasskinFree SavedLI even if SimpleRegisterCoalescing::JoinCopy...
2010-03-19 Bob WilsonStop trying to merge identical jump tables. This had...
2010-03-19 Mon P WangFixed a widening bug where we were not using the correc...
2010-03-18 Anton KorobeynikovGet rid of target-specific nodes for fp16 <-> fp32...
2010-03-18 Dan GohmanDefine placement new wrappers for BumpPtrAllocator and
2010-03-18 Bob WilsonFix pr6543: svn r88806 changed MachineJumpTableInfo...
2010-03-18 Dan GohmanAdd explicit braces to avoid ambiguous ‘else’.
2010-03-18 Devang PatelFix comment.
2010-03-18 Jakob Stoklund OlesenRevert "Change coalescer complexity from N^2 to N logN...
2010-03-17 Devang PatelDebug info intrinsic does not intefer during tail call...
next