Add support for a new STRING and LOCATION node for line number support, patch
[oota-llvm.git] / include /
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
2005-10-29 Chris Lattnerremove a dead header
2005-10-27 Jim LaskeyStructures used to hold scheduling information.
2005-10-27 John CriswellMove some constant folding functions into LLVMAnalysis...
2005-10-26 Jeff CohenFix comment.
2005-10-26 Jeff CohenEliminate use of sed in Visual Studio builds.
2005-10-25 Chris LattnerAdd a method
2005-10-25 Chris LattnerRemove some dead argument names which irritates GCC...
2005-10-25 Chris LattnerAdd a missing Module::setTargetTriple method.
2005-10-25 Jim LaskeyPreparation of supporting scheduling info. Need to...
2005-10-24 Chris LattnerMove the END_WITH_NULL marker. Vladimir suggests that...
2005-10-24 Chris LattnerRemove a prototype
2005-10-24 Chris LattnerThis pass is very old and quite useless, remove it.
2005-10-24 Chris LattnerDon't link these three passes in anymore
2005-10-24 Chris Lattneradd a proto
2005-10-24 Chris Lattnernew header
2005-10-24 Chris Lattneradd some prototypes
2005-10-24 Chris LattnerDon't invade the system namespace
2005-10-24 Chris LattnerThere is no need for this to be VC++ only
2005-10-23 Jeff CohenWork around GCC's dislike of attributes on function...
2005-10-23 Chris LattnerMove static functions to .cpp file, reduce #includes...
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-10-23 Andrew Lenharthadd TargetExternalSymbol
2005-10-21 Chris Lattneradd missing prototype
2005-10-21 Nate BegemanInvert the TargetLowering flag that controls divide...
2005-10-20 Chris Lattneradd a new method
2005-10-20 Nate BegemanEnable targets to say that integer divide is expensive...
2005-10-19 Chris LattnerMake this work with the internalize change
2005-10-18 Nate BegemanAdd the ability to lower return instructions to TargetL...
2005-10-18 Chris Lattneradd an option to the internalize pass
2005-10-14 Chris LattnerFix errors when compiling with -pedantic
2005-10-13 Nate BegemanSimplifySelectCC is dead
2005-10-08 Chris Lattnerremove a comma to compile with pedantic gcc
2005-10-07 Jeff CohenRemove prolific source of VC++ truncation warnings.
2005-10-05 Chris Lattneradd a helper class
2005-10-04 Chris LattnerChange the signature of replaceUsesOfWithOnConstant...
2005-10-03 Chris LattnerFix case of path
2005-10-03 Chris LattnerThis member can be const too
2005-10-02 Chris LattnerExpose the actual valuetype of each register class
2005-10-01 Chris LattnerAnnotate nodes with their addresses if a graph requests it.
2005-10-01 Chris Lattneradd a method
2005-09-30 Jim LaskeyReverting change moving to selection dag graph.
2005-09-30 Jim LaskeyAdded allnodes_size for scheduling support.
2005-09-30 Jim LaskeyAdd the node name (thus the address) to node label.
2005-09-30 Chris LattnerRename MRegisterDesc -> TargetRegisterDesc for consistency
2005-09-30 Chris Lattnertrim down the target info structs now that we have...
next