s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
[oota-llvm.git] / lib / CodeGen /
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-27 Chris Lattnertypo fix
2006-08-27 Evan ChengEliminate SelectNodeTo() and getTargetNode() variants...
2006-08-26 Nate BegemanProperly size the string table, and emit symbol table...
2006-08-26 Evan ChengSelectNodeTo now returns a SDNode*.
2006-08-26 Chris LattnerSimplifications to liveinterval analysis, no functional...
2006-08-25 Chris LattnerCompletely change the way that joining with physregs...
2006-08-25 Jim LaskeyTidy up.
2006-08-25 Jim LaskeyConsolidate callee saved register information so that...
2006-08-25 Jim LaskeyAllow for register numbers > 31.
2006-08-25 Nate BegemanGet closer to handling globals correctly. We now gener...
2006-08-24 Chris LattnerWhen replacing value numbers, make sure to compactify...
2006-08-24 Chris LattnerTake advantage of the recent improvements to the livein...
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...
2006-08-22 Chris LattnerImprove the LiveInterval class to keep track of which...
2006-08-21 Chris LattnerPrint physreg names symbolically in dumps
2006-08-21 Chris LattnerPrint debug info as:
2006-08-21 Jim LaskeyAdding C++ member support.
2006-08-21 Chris LattnerFix PR861
2006-08-21 Bill WendlingAdded a check so that if we have two machine instructio...
2006-08-17 Chris Lattnerswitch the SUnit pred/succ sets from being std::sets...
2006-08-16 Chris Lattnerminor changes.
2006-08-16 Chris LattnerUse the appropriate typedef
2006-08-15 Chris LattnerStart using SDVTList more consistently
2006-08-15 Chris Lattneradd a new SDVTList type and new SelectionDAG::getVTList...
2006-08-14 Chris Lattnereliminate use of getNode that takes vector of valuetypes.
2006-08-14 Chris LattnerAdd a new getNode() method that takes a pointer to...
2006-08-14 Chris Lattnerremove SelectionDAG::InsertISelMapEntry, it is dead
2006-08-14 Chris LattnerAdd code to resize the CSEMap hash table. This doesn...
2006-08-14 Chris LattnerAdd the actual constant to the hash for ConstantPool...
2006-08-12 Nate BegemanEmit .set directives for jump table entries when possib...
2006-08-12 Chris LattnerFix an obvious bug, noticed by inspection. No current...
2006-08-12 Chris LattnerSwitch to using SuperFastHash instead of adding all...
2006-08-11 Chris LattnerSwitch NodeID to track 32-bit chunks instead of 8-bit...
2006-08-11 Chris LattnerRemove 8 more std::map's.
2006-08-11 Chris LattnerMove the BBNodes, GlobalValues, TargetGlobalValues...
2006-08-11 Chris Lattnereliminate the NullaryOps map, use CSEMap instead.
2006-08-11 Chris Lattnerchange internal impl of dag combiner so that calls...
2006-08-11 Chris LattnerChange one ReplaceAllUsesWith method to take an array...
2006-08-08 Chris LattnerStart eliminating temporary vectors used to create...
2006-08-08 Chris LattnerEliminate some malloc traffic by allocating vectors...
2006-08-07 Chris LattnerRevamp the "CSEMap" datastructure used in the Selection...
2006-08-07 Evan ChengClear TopOrder before assigning topological order....
2006-08-07 Evan ChengReverse the FlaggedNodes after scanning up for flagged...
2006-08-04 Chris LattnerMake SelectionDAG::RemoveDeadNodes iterative instead...
2006-08-03 Jim LaskeyCopy the liveins for the first block. PR859
2006-08-03 Chris LattnerWork around a GCC 3.3.5 bug noticed by a user.
2006-08-03 Chris LattnerWork around a bug in gcc 3.3.5, reported by a user
2006-08-02 Evan Cheng- Change AssignTopologicalOrder to return vector of...
2006-08-02 Jim LaskeyFinal polish on machine pass registries.
2006-08-01 Jim LaskeyNow that the ISel is available, it's possible to create...
2006-08-01 Jim Laskey1. Change use of "Cache" to "Default".
2006-08-01 Jim LaskeyForgot the added files for plugable machine passes.
2006-08-01 Jim LaskeyIntroducing plugable register allocators and instructio...
2006-08-01 Evan ChengAdded AssignTopologicalOrder() to assign each node...
2006-08-01 Evan ChengPIC jump table entries are always 32-bit even in 64...
2006-07-29 Chris LattnerInstead of blindly looking past constantexpr casts...
2006-07-28 Evan ChengRemove InFlightSet hack. No longer needed.
2006-07-28 Chris LattnerPrint empty inline asms as a blank line instead of:
2006-07-27 Jim LaskeyWorking toward registration of register allocators.
2006-07-27 Nate BegemanCode cleanups, per review
2006-07-27 Evan ChengAssignNodeIds should return unsigned.
2006-07-27 Evan ChengAssignNodeIds assign each node in the DAG an unique id.
2006-07-27 Nate BegemanSupport jump tables when in PIC relocation model
2006-07-26 Chris LattnerFix a case where LegalizeAllNodesNotLeadingTo could...
2006-07-26 Reid SpencerFor PR780:
2006-07-25 Reid SpencerInitialize some variables the compiler warns about.
2006-07-21 Jim LaskeyEliminate data relocations by using NULL instead of...
2006-07-21 Jim LaskeyUse an enumeration to eliminate data relocations.
2006-07-21 Evan ChengIf a shuffle is a splat, check if the argument is a...
2006-07-21 Chris LattnerBuild more debugger/selectiondag libraries as archives...
2006-07-20 Evan ChengIf a shuffle is unary, i.e. one of the vector argument...
2006-07-20 Chris LattnerMems can be in the output list also. This is the secon...
2006-07-20 Andrew Lenharth80 cols
2006-07-20 Andrew LenharthReduce number of exported symbols
2006-07-20 Andrew LenharthFix linking on Alpha
2006-07-19 Chris LattnerAdd an out-of-line virtual method for the sdnode class...
2006-07-15 Chris LattnerOn 64-bit targets like ppc64, we should use .quad to...
2006-07-14 Chris LattnerAdd an out-of-line virtual function to home class.
2006-07-13 Jim LaskeyFixed a bug handling void function types.
2006-07-11 Jim LaskeyIt was pointed out that DEBUG() is only available with...
2006-07-11 Jim LaskeyEnsure that dump calls that are associated with asserts...
2006-07-11 Jim Laskey1. Support for c++ mangled names.
2006-07-11 Chris LattnerFix CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll and...
2006-07-07 Evan ChengFix a typo that causes 2006-07-07-ComputeMaskedBits...
2006-06-29 Evan ChengUgly hack! Add helper functions InsertInFlightSetEntry and
2006-06-29 Evan ChengAdd support to print 4-, 8-, and 16- byte constant...
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2006-06-28 Chris LattnerShave another 27K off libllvmgcc.dylib with visibility...
2006-06-28 Chris LattnerMark these two classes as hidden, shrinking libllbmgcc...
2006-06-28 Chris LattnerFix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll
2006-06-27 Reid SpencerFor PR801:
2006-06-23 Jim LaskeyAdd and sort "sections" in debug lines. This always...
2006-06-20 Jim LaskeyAdd support for function types.
2006-06-19 Jim LaskeyReferences need to be section relative.
2006-06-19 Jim LaskeyReferences need to be section relative.
2006-06-19 Jim LaskeyHandle versioning of compile unit.
2006-06-16 Jim Laskey1. Revise vector debug support.
2006-06-15 Chris LattnerTeach the local allocator to know that live-in values...
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
next