Make the -print-alias-sets pass work for printing out something other than
[oota-llvm.git] / include /
2005-12-30 Nate Begemanadd support for generating v4i32 code
2005-12-28 Duraid Madinabe more polite in public headers
2005-12-28 Duraid Madinaundo yuletide naughtyness(tm)
2005-12-26 Duraid Madinamore standards compliance (damn, I can't wait for unord...
2005-12-26 Duraid MadinaI laugh at your dual-core G5s! Fear my precompiled...
2005-12-26 Duraid Madinai love xmas!!!! *;D*
2005-12-23 Chris Lattnerimprove comment: mention vectors
2005-12-23 Chris Lattneradd a new node
2005-12-22 Chris Lattnerremove a dead node
2005-12-22 Duraid Madinai need to do this to take over the earth
2005-12-22 Chris LattnerSeparate the call graph implementation from its interfa...
2005-12-22 Reid SpencerFix documentation for the AlarmSetup function.
2005-12-22 Reid SpencerImplement a generic polled Alarm function. This merely...
2005-12-22 Jeff CohenOh oh... Unix is case sensitive.
2005-12-22 Jeff CohenMake it compile with VC++.
2005-12-22 Reid SpencerAdd an eol at the end to shut gcc up.
2005-12-21 Evan ChengAdded TargetLowering::isMaskedValueZeroForTargetNode...
2005-12-21 Jim LaskeyOops llvm namespace.
2005-12-21 Jim LaskeyStart of Dwarf framework code.
2005-12-20 Evan ChengAdded a hook to print out names of target specific...
2005-12-18 Chris LattnerAdd an accessor
2005-12-17 Evan ChengYet another variant of getTargetNode().
2005-12-17 Jeff CohenFix VC++ level 4 warnings. Because a base class has...
2005-12-17 Jeff CohenFix VC++ level 4 warnings.
2005-12-16 Jim LaskeyAdded source file/line correspondence for dwarf (PowerP...
2005-12-13 Reid SpencerAdjust the constructor to the Linker class to take...
2005-12-13 Chris LattnerAdd a couple more fields, move ctor init list to .cpp...
2005-12-10 Evan ChengAdded new getNode and getTargetNode variants for X86...
2005-12-09 Evan ChengAdded patterns for ADD8rm, etc. These fold load operand...
2005-12-08 Evan ChengAdded support for ComplexPattern. These are patterns...
2005-12-07 Chris LattnerRemove a now-dead map, patch by Saem Ghani, thanks!
2005-12-06 Sumant KowshikAdded comment for removing assert
2005-12-06 Sumant KowshikHandling of zero length last fields in struct used...
2005-12-06 Chris LattnerImplement external storage for post-order iteration...
2005-12-06 Nate BegemanTeach the SelectionDAG ISel how to turn ConstantPacked...
2005-12-05 Chris LattnerAdd a flag to Module::getGlobalVariable to allow it...
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-12-01 Evan ChengTeach tblgen to accept register source operands in...
2005-11-30 Chris LattnerMake SelectNodeTo return N
2005-11-30 Chris LattnerAdd a simple clear() method
2005-11-30 Nate BegemanFirst chunk of actually generating vector code for...
2005-11-30 Chris Lattnerminor cleanup
2005-11-30 Reid SpencerFix a problem with llvm-ranlib that (on some platforms...
2005-11-30 Evan ChengFixed a bug introduced by my last commit: TargetGlobalV...
2005-11-30 Evan ChengAdded an index field to GlobalAddressSDNode so it can...
2005-11-29 Chris LattnerAdd support for a new STRING and LOCATION node for...
2005-11-29 Nate BegemanAdd the majority of the vector machien value types...
2005-11-29 Chris LattnerFix PR670 and test/Regression/Transforms/Mem2Reg/2005...
2005-11-28 Andrew LenharthAdded documented rsprofiler interface. Also remove...
2005-11-28 Andrew LenharthRandom sampling (aka Arnold and Ryder) profiling. ...
2005-11-22 Andrew LenharthReg2Mem is something a pass may depend on, so allow...
2005-11-22 Nate BegemanCheck in code to scalarize arbitrarily wide packed...
2005-11-21 Chris LattnerAdd a new flag
2005-11-21 Chris LattnerAdd some more directives
2005-11-21 Chris Lattneradd two more config directives, add method for printing...
2005-11-21 Chris LattnerMake the AsmPrinter keep track of the notion of a funct...
2005-11-21 Chris LattnerCapitalize methods for better consistency
2005-11-21 Chris LattnerAdd section switching to to common AsmPrinter code.
2005-11-21 Chris LattnerAdd a new option.
2005-11-20 Chris Lattneradd a new node type
2005-11-19 Chris LattnerAdd two new construction methods, patch by Evan Cheng
2005-11-19 Nate BegemanTeach LLVM how to scalarize packed types. Currently...
2005-11-18 Chris LattnerFix the dominates method to return true if the two...
2005-11-17 Nate BegemanTeach the type lowering code about turning packed types...
2005-11-16 Chris Lattneradd a flag
2005-11-14 Chris LattnerTeach emitAlignment to handle explicit alignment reques...
2005-11-14 Chris Lattneradd malloc_zone_statistics, remove mstats
2005-11-14 Chris Lattnerregenerate
2005-11-13 Chris LattnerShrink derived types by 8 bytes each by not having...
2005-11-13 Chris LattnerRefactor some code, moving methods and data around...
2005-11-12 Chris LattnerShrink the Type class from 32 to 28 bytes on Darwin...
2005-11-12 Chris Lattnerremove a dead method
2005-11-12 Chris LattnerAdd support for putting globals in a particular section
2005-11-11 Andrew Lenharthadded a chain output
2005-11-11 Andrew LenharthAdd support for a cycle counter intrinsic. As basicall...
2005-11-10 Chris LattnerAllow per-character control over what target assemblers...
2005-11-10 Chris LattnerAdd a new option for targets that accept quoted labels.
2005-11-10 Chris LattnerRemove M, which is dead. Eliminate a dead typedef...
2005-11-10 Chris LattnerThis method is no longer static
2005-11-10 Chris Lattnerminor interface changes.
2005-11-10 Chris Lattneradd support for .asciz, and enable it by default. ...
2005-11-10 Andrew Lenharthneeds to go here to apparently.
2005-11-10 Andrew LenharthThe pass everyone has been waiting for!
2005-11-09 Chris LattnerSwitch the allnodes list from a vector of pointers...
2005-11-08 Chris LattnerChange the ValueList array for each node to be shared...
2005-11-08 Chris LattnerSwitch the operandlist/valuelist from being vectors...
2005-11-08 Chris Lattneradjust itf
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-06 Chris LattnerChange a comment slightly
2005-11-06 Nate BegemanAdd the necessary support to the ISel to allow targets...
2005-11-06 Chris LattnerMake sure to initialize the alignment field
2005-11-06 Chris Lattnerallow functions and modules to have an explicit alignment
2005-11-05 Chris Lattneradd an accessor
2005-11-05 Nate BegemanAdd support alignment of allocation instructions.
2005-11-04 Jeff Cohen<cassert> no longer required to make VC++ happy.
2005-11-04 Duraid Madinachange NULL to 0, unbreaks the ppc target when building...
2005-11-03 Jim Laskey1. Remove ranges from itinerary data.
2005-11-02 Jeff CohenKeep VC++ happy.
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-10-29 Chris LattnerRemove the LowerConstantExpressionsPass pass
next