Fix a missing newline in debug output.
[oota-llvm.git] / lib / CodeGen /
2010-05-25 Eric ChristopherMove the verbose asm output up a bit so it can be used...
2010-05-25 Bill WendlingOkay, bear with me here...
2010-05-25 Eric ChristopherAdd support for initialized global data for darwin...
2010-05-25 Jakob Stoklund OlesenPrint symbolic SubRegIndex names on machine operands.
2010-05-25 Dale JohannesenFix another variant of PR 7191. Also add a testcase
2010-05-25 Dale JohannesenFix PR 7191. I have been unable to create a .ll file...
2010-05-25 Jakob Stoklund OlesenDisable invalid coalescer assertion.
2010-05-24 Bill WendlingPrint out the name of the function during SSC.
2010-05-24 Evan ChengAvoid adding duplicate function live-in's.
2010-05-24 Devang PatelDo not emit line number entries for unknown debug values.
2010-05-24 Nicolas GeoffrayEncode the Caml frametable by following what the commen...
2010-05-23 Daniel DunbarMC: Add an MCLoggingStreamer, for use in debugging...
2010-05-22 Evan ChengImplement @llvm.returnaddress. rdar://8015977.
2010-05-22 Jim GrosbachImplement eh.sjlj.longjmp for ARM. Clean up the intrins...
2010-05-22 Eric ChristopherAdd full bss data support for darwin tls variables.
2010-05-22 Devang PatelCollect variable information during endFunction() inste...
2010-05-21 Bob WilsonClean up extra whitespace.
2010-05-21 Eric ChristopherMake this LookAheadLimit, not the uninitialized LookAhe...
2010-05-21 Evan ChengAllow machine cse to cse instructions which define...
2010-05-21 Bob WilsonChange CodeGen/ARM/2009-11-02-NegativeLane.ll to use...
2010-05-21 Evan Cheng- Change MachineInstr::findRegisterDefOperandIdx so...
2010-05-21 Jakob Stoklund OlesenAdd MachineInstr::readsWritesVirtualRegister() to deter...
2010-05-21 Devang PatelSimplify
2010-05-21 Chris Lattnerconstify accessor.
2010-05-21 Jakob Stoklund OlesenRevert "Use MachineInstr::readsWritesVirtualRegister...
2010-05-21 Jakob Stoklund OlesenUse MachineInstr::readsWritesVirtualRegister to determi...
2010-05-21 Jakob Stoklund OlesenTeach VirtRegRewriter to handle spilling in instruction...
2010-05-21 Jakob Stoklund OlesenIf the first definition of a virtual register is a...
2010-05-21 Evan ChengRename -pre-RA-sched=hybrid to -pre-RA-sched=list-hybrid.
2010-05-21 Devang PatelSimplify.
2010-05-20 Evan ChengAllow targets more controls on what nodes are scheduled...
2010-05-20 Devang PatelRefactor.
2010-05-20 Jim GrosbachRemove dbg_value workaround and associated command...
2010-05-20 Devang PatelSplit DbgVariable. Eventually, variable info will be...
2010-05-20 Evan ChengAdd a hybrid bottom up scheduler that reduce register...
2010-05-20 Nick LewyckyFix typo in comment.
2010-05-20 Eric ChristopherPartial code for emitting thread local bss data.
2010-05-19 Bob WilsonOptimize away insertelement of an undef value. This...
2010-05-19 Jim GrosbachEnable preserving debug information through post-RA...
2010-05-19 Jim GrosbachFix the post-RA instruction scheduler to handle instruc...
2010-05-19 Evan ChengCode clean up.
2010-05-19 Devang PatelRevert r104165.
2010-05-19 Jakob Stoklund OlesenAdd support for partial redefs to the fast register...
2010-05-19 Devang PatelThere is no need to maintain InsnsBeginScopeSet separately.
2010-05-19 Jakob Stoklund OlesenAdd MachineInstr::readsVirtualRegister() in preparation...
2010-05-19 Evan ChengCode refactoring: pull SchedPreference enum from Target...
2010-05-19 Jakob Stoklund OlesenTwoAddressInstructionPass doesn't really know how to...
2010-05-19 Bob WilsonWhen expanding a vector_shuffle, the element type may...
2010-05-19 Evan ChengIntrinsics which do a vector compare (results are all...
2010-05-18 Bob WilsonFix a crash when debugging the coalescer. DebugValue...
2010-05-18 Jakob Stoklund OlesenRemember to update VirtRegLastUse when spilling without...
2010-05-18 Evan ChengSink dag combine's post index load / store code that...
2010-05-18 Jakob Stoklund OlesenProperly handle multiple definitions of a virtual regis...
2010-05-18 Evan ChengContinuously refine the register class of REG_SEQUENCE...
2010-05-18 Evan ChengFix PR7162: Use source register classes and sub-indices...
2010-05-18 Jakob Stoklund OlesenTeach the machine code verifier to use getSubRegisterRe...
2010-05-18 Daniel Dunbarllc (et al): Add support for --show-encoding and -...
2010-05-18 Evan ChengFIX PR7158. SimplifyVBinOp was asserting when it fails...
2010-05-17 Evan ChengFix PR7175. Insert copies of a REG_SEQUENCE source...
2010-05-17 Bill Wendling- Set the "HasCalls" flag after instruction selection...
2010-05-17 Eric ChristopherMore data/parsing support for tls directives. Add...
2010-05-17 Evan ChengFix PR7156. If the sources of a REG_SEQUENCE are all...
2010-05-17 Jakob Stoklund OlesenPull the UsedInInstr.test() calls into calcSpillCost...
2010-05-17 Eric ChristopherAdd some section and constant support for darwin TLS.
2010-05-17 Evan ChengCareful with reg_sequence coalescing to not to overwrit...
2010-05-17 Jakob Stoklund OlesenRemove debug option. Add comment on spill order determi...
2010-05-17 Jakob Stoklund OlesenAvoid allocating the same physreg to multiple virtregs...
2010-05-17 Jakob Stoklund OlesenMinor optimizations. DenseMap::begin() is surprisingly...
2010-05-17 Jakob Stoklund OlesenExtract spill cost calculation to a new method, and...
2010-05-17 Zhongxing XuRemove unused member variable.
2010-05-17 Jakob Stoklund OlesenOnly use clairvoyance when defining a register, and...
2010-05-17 Jakob Stoklund OlesenEliminate a hash table probe when killing virtual regis...
2010-05-17 Jakob Stoklund OlesenExecute virtreg kills immediately instead of after...
2010-05-17 Jakob Stoklund OlesenSprinkle superregister <imp-def> and <imp-kill> operand...
2010-05-17 Jakob Stoklund OlesenNow that we don't keep live registers across calls...
2010-05-17 Jakob Stoklund OlesenBoldly attempt consistent capitalization. Functional...
2010-05-17 Jakob Stoklund OlesenSpill and kill all virtual registers across a call.
2010-05-17 Jakob Stoklund OlesenReduce hashtable probes by using DenseMap::insert(...
2010-05-17 Jakob Stoklund OlesenMake MBB a class member instead of passing it around...
2010-05-17 Evan ChengYes, if the redef is a copy, update the old val# with...
2010-05-15 Dale JohannesenFix uint64->{float, double} conversion to do rounding...
2010-05-15 Dale JohannesenImprove assertion messages.
2010-05-15 Chris Lattnerimprove portability to systems that don't have powf...
2010-05-15 Chandler CarruthFix an GCC warning that seems to have actually caught...
2010-05-15 Jakob Stoklund OlesenCalculate liveness on the fly for local registers.
2010-05-15 Evan ChengA partial re-def instruction may be a copy.
2010-05-14 Evan ChengTeach two-address pass to do some coalescing while...
2010-05-14 Dan GohmanFast ISel trivially coalesces away no-op casts, so...
2010-05-14 Jakob Stoklund OlesenDon't bother spilling before a return
2010-05-14 Jakob Stoklund OlesenRegAllocLocal can count copies too
2010-05-14 Jakob Stoklund OlesenTrack allocatable instead of reserved regs, and never...
2010-05-14 Dan GohmanDon't set kill flags for instructions which the schedul...
2010-05-14 Jakob Stoklund OlesenAvoid scanning the long tail of physreg operands on...
2010-05-14 Devang PatelDo not forget to mark prcessed arguments.
2010-05-14 Jakob Stoklund OlesenCount coalesced copies
2010-05-14 Jakob Stoklund OlesenAllow virtreg redefines when verifying for RegAllocFast
2010-05-14 Jim GrosbachRemove trailing whitespace
2010-05-14 Jim Grosbach80 column and trailing whitespace cleanup
2010-05-14 Jim Grosbachadd cmd line option to leave dbgvalues in during post...
2010-05-14 Bill WendlingRename "HasCalls" in MachineFrameInfo to "AdjustsStack...
next