switch X86 target off CurFunctionName and MCIze more.
[oota-llvm.git] / lib / CodeGen /
2010-01-16 Bob WilsonTreat indirect branches specially only during pre-regal...
2010-01-16 Bob WilsonRun the pre-register allocation tail duplication pass...
2010-01-15 Chris Lattnersupplement CurrentFnName with CurrentFnSym, which will...
2010-01-15 Chris Lattneradd a version of AsmPrinter::printVisibility that takes...
2010-01-15 Chris Lattneradd another helper
2010-01-15 Chris Lattneradd a AsmPrinter::GetGlobalValueSymbol and GetExternalS...
2010-01-15 Ted KremenekUpdate CMake build.
2010-01-15 Devang PatelAdd FIXME.
2010-01-15 Jakob Stoklund OlesenDon't make changes to the MBB in MachineBasicBlock...
2010-01-15 Jakob Stoklund OlesenSimplify logic. Any functional change is unintended.
2010-01-15 David GreeneAdd some debug routines to SelectionDAG to dump full...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Nate BegemanHook up llc's -filetype=obj to use MCStreamer if an...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Bob WilsonChange pre-regalloc tail duplication to only duplicate...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Devang PatelDo not use AT_specification die for static variables...
2010-01-15 Jim Grosbachfix 80-column violations
2010-01-15 Jim GrosbachFix 80 column violations and clean up whitespace
2010-01-15 Devang PatelDo not emit multiple AT_container_type attributes.
2010-01-14 Dale JohannesenFix a comment.
2010-01-14 Jim GrosbachAdd comment explaining the necessity of r93456
2010-01-14 Jim GrosbachDwarf EH prepare needs to be run after SjLj prepare...
2010-01-14 Dan GohmanFix a codegen abort seen in 483.xalancbmk.
2010-01-13 Evan ChengCommit some changes I had managed to lose last night...
2010-01-13 Evan ChengRe-enable extension optimization pass.
2010-01-13 Evan ChengAdd comment; refactor; avoid pulling in DT if it's...
2010-01-13 Chris Lattnerremove uses of deprecated functions, this generates...
2010-01-13 Chris Lattneruse the new form of getNameWithPrefix, not makeNameProper.
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-13 Chris Lattnerfix assert in AsmPrinter::EmitGlobalConstantLargeInt...
2010-01-13 Chris Lattnerreduce nesting and code duplication in AsmPrinter:...
2010-01-13 Chris Lattnerreduce indentation and add a fast-path to EmitGlobalCon...
2010-01-13 Chris Lattnerreduce indentation and use early exits in AsmPrinter...
2010-01-13 Evan ChengDisable opt-ext pass to unbreak the build for now.
2010-01-13 Evan ChengRemove debug option I accidentally left in.
2010-01-13 Ted KremenekUpdate CMake file.
2010-01-13 Evan ChengAdd a quick pass to optimize sign / zero extension...
2010-01-13 Dale JohannesenFurther progration of metadata operands. The
2010-01-12 Bob WilsonFix a comment typo.
2010-01-12 Dan GohmanUpdate a partially obsolete comment.
2010-01-12 Dan GohmanFix a typo in a comment.
2010-01-11 Jakob Stoklund OlesenAvoid adding PHI arguments for a predecessor that has...
2010-01-11 Mon P WangDisable transformation of select of two loads to a...
2010-01-11 Devang Patels/NextValueNo/NextMDValueNo while processing metadata.
2010-01-09 Dan GohmanRevert an earlier change to SIGN_EXTEND_INREG for vecto...
2010-01-09 Evan ChengDan pointed out checking whether a node is dead by...
2010-01-08 Evan ChengReplaceAllUsesOfValueWith may delete other nodes that...
2010-01-07 Chris LattnerFix rdar://7517201, a regression introduced by r92849.
2010-01-07 Chris Lattnerfactor this code better and reduce nesting at the same
2010-01-07 Evan ChengAPInt'fy TargetLowering::SimplifySetCC to fix PR5963.
2010-01-07 Benjamin KramerSimplify code. No intended functionality/performance...
2010-01-07 Benjamin KramerKill dead store.
2010-01-07 Benjamin KramerRemove dead variable.
2010-01-07 Benjamin KramerUse pop_back_val instead of back()+pop_back.
2010-01-06 Jakob Stoklund OlesenAllow double defs after tail duplication.
2010-01-06 Jakob Stoklund OlesenAdd Target hook to duplicate machine instructions.
2010-01-06 Jim GrosbachAnti-dependency breaking needs to be careful regarding...
2010-01-06 Evan ChengComment.
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
2010-01-06 Jim Grosbach80 column and whitespace cleanup
2010-01-06 Lang HamesFixed malformed -*- lines in PBQP headers.
2010-01-06 Jakob Stoklund OlesenAdd <imp-def> and <imp-kill> operands when replacing...
2010-01-06 Bill WendlingThe previous code could potentially cause a cycle....
2010-01-06 Bill WendlingOnly check the ordering if there is an ordering for...
2010-01-05 Bill WendlingAdd a semi-primitive form of scheduling via the "SDNode...
2010-01-05 Bill WendlingDon't assign the shift the same type as the variable...
2010-01-05 Dan GohmanDon't use the ISD::NodeType enum for SDNode opcodes...
2010-01-05 Dan GohmanRestore dump() methods to Loop and MachineLoop.
2010-01-05 Benjamin KramerMove remaining stuff to the isInteger predicate.
2010-01-05 Jakob Stoklund OlesenRemove livein checks from machine code verifier.
2010-01-05 Devang PatelIf a scope has only one instruction then first instruct...
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2010-01-05 Devang PatelDelete renaming use of dead dbg intrinsics.
2010-01-05 Devang PatelUse StringRef.startswith().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
next