add a hack that fixes:
[oota-llvm.git] / include /
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...
2005-09-30 Chris Lattnerexpose a new virtual method
2005-09-30 Chris LattnerChange these methods to take RC's
2005-09-28 Chris LattnerAdd FP versions of the binary operators, keeping the...
2005-09-27 Chris LattnerAdd a new flag for targets where setjmp/longjmp saves...
2005-09-27 Chris Lattnerallow demotion to volatile values
2005-09-27 Chris LattnerMake this slightly more efficient by pushing actual...
2005-09-27 Chris LattnerSplit SimpleConstantVal up into its components, so...
2005-09-26 Chris Lattneradd a new function
2005-09-24 Chris LattnerAdd long-overdue helpers for getting constants with...
2005-09-24 Chris Lattnerchange proto slightly
2005-09-21 Chris Lattnermove the live interval headers out of lib/CodeGen/
2005-09-17 Chris Lattneradd a new callback
2005-09-12 Chris Lattnernew method
2005-09-07 Chris LattnerAdd a new argument to ReplaceAllUsesWith to keep track...
2005-09-02 Chris Lattneradd a map for nullary ops
2005-09-02 Jim LaskeyAdd help support for -mcpu and -mattr.
2005-09-02 Chris LattnerMove a bunch of non-deprecated methods above the "depre...
2005-09-02 Jeff CohenFix VC++ build errors
2005-09-02 Chris LattnerTeach live intervals to not crash on dead livein regs
2005-09-02 Chris LattnerAdd a new ANY_EXTEND node, which operates like an exten...
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-09-01 Jim LaskeyThis new class provides support for platform specific...
2005-09-01 Nate BegemanFirst pass at the DAG Combiner. It isn't used anywhere...
2005-08-31 Chris Lattnerremove an inappropriate comment
2005-08-31 Nate BegemanAdd support for count trailing zeroes, and population...
2005-08-30 Chris LattnerAllow physregs to occur in the dag with multiple types...
2005-08-30 Nate BegemanAdd AssertSext, AssertZext nodes for targets that pass...
2005-08-30 Chris Lattneradd some method variants
2005-08-29 Chris Lattnerimprove comment
2005-08-29 Chris LattnerAdd a new API for nate
2005-08-27 Reid SpencerChange the names of member variables per Chris' instruc...
2005-08-27 Reid SpencerFix a typo.
2005-08-26 Chris Lattneradd some forward defs
2005-08-26 Chris Lattnerspell this right!
2005-08-26 Chris LattnerAdd a hook
2005-08-26 Chris LattnerAdd a new instruction flag
2005-08-26 Chris LattnerAdd a new version of ReplaceAllUsesWith, make the comme...
2005-08-26 Chris LattnerChange ConstantPoolSDNode to actually hold the Constant...
2005-08-26 Chris LattnerFix a huge annoyance: SelectNodeTo took types before...
2005-08-26 Jim LaskeyChange unsigned lng to unsigned.
2005-08-25 Jim LaskeyAdded cl::bits option type (bit vectors). See "Collect...
2005-08-25 Chris Lattneradd a method
2005-08-25 Chris Lattneradd an enum value
2005-08-25 Jim LaskeyRecommended to use std::algorithms instead.
2005-08-25 Jim LaskeyAdded support for generic linear/binary search.
2005-08-25 Chris LattnerFix a problem Duraid noticed, where we weren't removing...
2005-08-25 Chris LattnerAdd support for TargetConstantPool node
2005-08-25 Chris Lattneradd a new TargetFrameIndex node
2005-08-24 Chris Lattneradd a method
2005-08-24 Chris Lattneradd two new methods
2005-08-24 Chris Lattnerrename hasNativeSupportFor* -> is(Operation|Type)Legal.
2005-08-24 Misha BrukmanWrap long lines
next