80 column cleanup
[oota-llvm.git] / lib / CodeGen /
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-16 Dale JohannesenHandle DBG_VALUE mixed with labels when doing PHI
2010-02-16 Dale JohannesenReapply 96294; now that I've gotten around to looking
2010-02-16 Dale JohannesenSomething broke. Hard to believe it was this patch
2010-02-15 Evan ChengFix a memory leak. Patch by Nicolas Geoffray.
2010-02-15 Dale JohannesenMore handling of DBG_VALUE.
2010-02-15 Anton KorobeynikovAdd missed entry to cmake build list file
2010-02-15 Anton KorobeynikovUse ttype encoding consistently
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 Anton KorobeynikovIt turns out that we emitted completely wrong common...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-15 Jakob Stoklund OlesenFix PR6300.
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-15 David GreeneAdd non-temporal flags and remove an assumption of...
2010-02-15 David GreeneAdd non-temporal flags to MachineMemOperand.
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-15 Dale JohannesenIgnore DBG_VALUE in a couple more places.
2010-02-13 Jakob Stoklund OlesenFix PR6283.
2010-02-13 Evan ChengTeach MachineFrameInfo to track maximum alignment while...
2010-02-13 Bob WilsonBesides removing phi cycles that reduce to a single...
2010-02-12 Chris Lattnergive MCCodeEmitters access to the current MCContext.
2010-02-12 Dale JohannesenRewrite handling of DBG_VALUE; previous algorithm
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-02-12 Lang Hames* Updated the cost matrix normalization proceedure...
2010-02-12 Bob WilsonAdd a new pass on machine instructions to optimize...
2010-02-11 Jakob Stoklund OlesenReapply coalescer fix for better cross-class coalescing.
2010-02-11 Jakob Stoklund OlesenRevert functional change. This broke a bunch of tests.
2010-02-11 Jakob Stoklund OlesenIt is always good to do a cross-class join when the...
2010-02-11 Dale JohannesenAllow for more than one DBG_VALUE targeting the
2010-02-11 Dale JohannesenDon't allow DBG_VALUE to affect codegen.
2010-02-11 Jakob Stoklund OlesenUse array_pod_sort instead of std::sort for improved...
2010-02-11 Bill WendlingUse .empty() instead of .size().
2010-02-11 Bill WendlingFix to get it to compile.
2010-02-11 Bill WendlingDon't print out a default newline when emitting the...
2010-02-11 Jakob Stoklund OlesenReuse operand location when updating PHI instructions.
2010-02-11 Jakob Stoklund OlesenRemove duplicate successors from indirectbr instruction...
2010-02-10 Mon P WangThe previous fix of widening divides that trap was...
2010-02-10 Dale JohannesenIgnore debug info one more place during coalescing.
2010-02-10 Bob WilsonDelete dead PHI machine instructions. These can be...
2010-02-10 Dale JohannesenSkip debug info in a couple of places.
2010-02-10 Bill WendlingUse an index instead of pointers into the vector. If...
2010-02-10 Dale JohannesenWhen I rewrote this loop per Chris' preference I
2010-02-10 Dan GohmanFix several comments which had previously been "the...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-10 Evan ChengNow that ShrinkDemandedOps() is separated out from...
2010-02-10 Dale JohannesenRewrite loop to suit Chris' preference.
2010-02-10 Chris Lattnerfix a layering violation: VirtRegRewriter.cpp shouldn...
2010-02-10 Evan ChengRemove duplicated #include.
2010-02-10 Evan ChengEmit an error for illegal inline asm constraint (which...
2010-02-10 Chris Lattnerfix missing #includes.
2010-02-10 Bill WendlingImprove comments a even more.
2010-02-10 Dale JohannesenSkip DBG_VALUE many places in live intervals and
2010-02-10 Chris LattnerMove verbose asm instruction comments to using MCStreamer.
2010-02-10 Bill WendlingImprove comments a bit more.
2010-02-10 Dale Johannesenmore comment updates
2010-02-10 Dale JohannesenAdd isDebug argument to ChangeToRegister; this prevents
2010-02-10 Chris Lattnerprint all the newlines at the end of instructions with
2010-02-10 Dale JohannesenFix comments to reflect renaming elsewhere.
2010-02-09 David GreeneOnly dump output in debug mode.
2010-02-09 Bill WendlingImprove comments in the LSDA somewhat. They can be...
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-09 Jakob Stoklund OlesenRemember to update live-in lists when coalescing physregs.
2010-02-09 Dale JohannesenSkip DEBUG_VALUE in some places where it was affecting...
2010-02-09 Devang PatelAdd declaration attribute to a variable DIE, if there...
2010-02-09 Lang HamesFixed a bug in the PBQP allocator's findCoalesces method.
2010-02-09 Lang HamesAdded copy sensible construction & assignment to PBQP...
2010-02-09 Dan GohmanImplement AsmPrinter support for several more operators...
2010-02-08 Chris Lattnernow that @GOTOFF is no longer represented as a suffix...
2010-02-08 Dan GohmanConstantFoldConstantExpression can theoretically return...
2010-02-08 Dan GohmanWhen CodeGen'ing unoptimized code, there may be unfolde...
2010-02-08 Dale JohannesenApply the 95471 fix to SelectionDAGBuilder as well;
2010-02-08 Dan GohmanIn guaranteed tailcall mode, don't decline the tailcall...
2010-02-07 Duncan SandsGive DwarfPrinter a protected (but not virtual) destruc...
2010-02-06 Evan ChengRun codegen dce pass for all targets at all optimizatio...
2010-02-06 Bob WilsonFix an uninitialized value. Radar 7609421.
2010-02-06 Dale JohannesenAfter Victor's latest commits I am seeing null
2010-02-06 Devang PatelSet DW_AT_artificial only if argument is marked as...
2010-02-05 Devang PatelDo not generate specification DIE for nested functions.
2010-02-05 Evan ChengWhen the scheduler unfold a load folding instruction...
2010-02-05 Bill WendlingAn empty global constant (one of size 0) may have a...
2010-02-04 Evan ChengFix typo Duncan noticed.
2010-02-04 Jakob Stoklund OlesenFix small bug in handling instructions with more than...
2010-02-04 Evan ChengIt's too risky to eliminate sext / zext of call results...
2010-02-03 Devang PatelEmit appropriate expression to find virtual base offset.
2010-02-03 Devang PatelProvide interface to identifiy artificial methods.
2010-02-03 Chris Lattnermake MachineModuleInfoMachO hold non-const MCSymbol...
2010-02-03 Chris Lattnerchange addPassesToEmitFile to return true on failure...
2010-02-03 Evan ChengRevert 94937 and move the noreturn check to codegen.
2010-02-03 Evan ChengAllow all types of callee's to be tail called. But...
2010-02-03 Chris Lattnerdon't emit \n's at the start of X86AsmPrinter::runOnMac...
2010-02-03 Chris Lattnerprivatize a bunch of methods and move \n printing into...
2010-02-03 Dale JohannesenReapply 95050 with a tweak to check the register class.
2010-02-03 Chris Lattnerrejigger the world so that EmitInstruction prints the...
2010-02-03 Chris Lattnersink handling of target-independent machine instrs...
2010-02-03 Chris Lattnerpass an instprinter into the AsmPrinter if it is available.
2010-02-03 Chris Lattnermake any use of the "O" stream in asmprinter print to
2010-02-02 Chris LattnerHook up -filetype=obj through the MachO streamer. ...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Chris Lattneruse OwningPtr and factor code better.
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
next