Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that
[oota-llvm.git] / include / llvm /
2005-07-30 Nate BegemanBreak SCEVExpander out of IndVarSimplify into its own...
2005-07-29 Andrew Lenharthsupport near allocations for the JIT
2005-07-28 Andrew Lenharthnew is not a valid default anywhere, so make this pure...
2005-07-28 Andrew LenharthLike constants, globals on some platforms are GOT relat...
2005-07-28 Jeff CohenPlease do not reintroduce tabs.
2005-07-27 Reid SpencerFix PR608:
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-22 Andrew Lenharthallow constants to be relocated like GV (necessary...
2005-07-19 Reid SpencerFor: memory operations -> stores
2005-07-16 Chris LattnerAdd two helper methods, adjust a prototype
2005-07-16 Chris LattnerAdd ability to set TYPE and FLAGS field for section...
2005-07-16 Chris LattnerMajor refactor of the ELFWriter code. Instead of build...
2005-07-14 Reid Spencer* Correct the AC_DEFINE for LLVM_PATH_GRAPHVIZ to use...
2005-07-14 Reid SpencerPut the path to the Graphviz program in the #defines...
2005-07-13 Reid SpencerImplement a test for the Graphviz program for Chris...
2005-07-13 Jeff CohenEliminate tabs
2005-07-13 Jeff CohenWin32 support for Mutex class.
2005-07-12 Reid SpencerFor PR540:
2005-07-12 Reid SpencerFor PR540:
2005-07-12 Reid SpencerFor PR540:
2005-07-12 Chris LattnerAdd support for emitting 64-bit integers
2005-07-12 Chris LattnerAdd some apparently undocumented ELF section header...
2005-07-12 Nate BegemanClean up and add comments to the newly implemented...
2005-07-12 Nate BegemanClean up the TargetSubtarget class a bit, removing...
2005-07-12 Nate BegemanImplement Subtarget support
2005-07-11 Chris LattnerThe symbol table just needs a const GlobalValue*, not...
2005-07-11 Chris Lattnerexpose a new code emitter object
2005-07-11 Chris Lattneradd a helper method
2005-07-11 Chris Lattneradd a name mangler object
2005-07-10 Chris LattnerChange *EXTLOAD to use an VTSDNode operand instead...
2005-07-10 Chris LattnerMove TRUNCSTORE to using a VTSDNode operand instead...
2005-07-10 Chris LattnerIntroduce a new VTSDNode class with the ultimate goal...
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-08 Jeff Cohenfix typo
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Chris LattnerAdd support for building/representing the symbol table...
2005-07-05 Chris LattnerMake several cleanups to Andrews varargs change:
2005-06-29 Chris LattnerDon't crash on a query where the block is not in any...
2005-06-27 Chris Lattneriniital checkin of ELFWriter header.
2005-06-25 Chris Lattneradd some new file types
2005-06-25 Chris Lattnerrefactor these interfaces a bit
2005-06-24 Chris Lattnerimprove comments
2005-06-20 Andrew Lenharthmake AliasAnalysis know that VAArg writes memory. ...
2005-06-19 Andrew Lenharthfix DCE + va_arg problem
2005-06-18 Andrew Lenharthheader file changes for varargs
2005-06-18 Reid SpencerMake sure a variable is initialized before use to clean...
2005-06-17 Chris Lattnersilence a huge number of bogus warnings with GCC 4...
2005-06-17 Tanya LattnerAdded ModuloSchedSB as a friend class.
2005-06-15 Reid SpencerDon't lie to the casual reader about Value subclassing...
2005-06-15 Nate BegemanAdd some operators the PowerPC backend needs to efficie...
2005-05-20 Chris LattnerGive the asmparser the ability to parse strings, patch...
2005-05-16 Chris Lattnerremove deprecated methods
2005-05-15 Reid SpencerRemove the check for the ffsll function. Its no longer...
2005-05-15 Chris Lattnerfix warning
2005-05-15 Chris Lattnerfix compiler warning
2005-05-15 Reid SpencerSome cleanups for compilation with GCC 4.0.0 to remove...
2005-05-14 Reid SpencerForgot to commit this earlier. Its part of the simplify...
2005-05-14 Chris Lattneradd a new map
2005-05-14 Chris LattnerAdd a way to construct an arbitrary node, cleanly.
2005-05-14 Chris Lattneradd accessors
2005-05-14 Chris LattnerPass the dag into LowerOperation
2005-05-14 Chris LattnerPrint the symbolic register name in a register allocato...
2005-05-13 Chris LattnerAdd an isTailCall flag to LowerCallTo
2005-05-13 Chris Lattneradd TAILCALL node
2005-05-13 Chris Lattneradd a new method
2005-05-13 Chris Lattnerallow a virtual register to be associated with live...
2005-05-12 Chris Lattnerrename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to...
2005-05-12 Chris LattnerLowerCallTo now takes the cc to use
2005-05-12 Chris LattnerAdd a little hook
2005-05-11 Chris Lattnernew method
2005-05-09 Chris LattnerAdd READPORT, WRITEPORT, READIO, WRITEIO nodes, wrap...
2005-05-07 Jeff CohenSilence VC++ warnings about unsafe mixing of ints and...
2005-05-06 Chris LattnerAdd support for explicit calling conventions
2005-05-06 Chris LattnerNew file
2005-05-06 Chris Lattneradd a default arg
2005-05-06 Chris LattnerAdd a 'tail' marker for call instructions, patch contri...
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-05-05 Misha BrukmanConvert tabs to spaces
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-05-03 Chris Lattneradd direct support for making GEP instrs with one index
2005-05-01 Tanya LattnerAdd accessor method,
2005-05-01 Tanya LattnerAdding ModuloSched SB.
2005-04-30 Chris LattnerExpose an option allowing unsafe math optimizations...
2005-04-30 Chris LattnerAdd llvm.sqrt intrinsic, patch contributed by Morten...
2005-04-28 Chris LattnerAdd FSQRT, FSIN, FCOS nodes, patch contributed by Morte...
2005-04-27 Andrew LenharthImplement Value* tracking for loads and stores in the...
2005-04-26 Jeff CohenAdd SimplyLibCalls.cpp to VC++ build
2005-04-25 Reid SpencerShut GCC 4.0 up about classes that have virtual functio...
2005-04-25 Reid SpencerDeclare a function to create the SimplifyLibCalls pass.
2005-04-25 Reid SpencerOlder compilers won't like the inline virtual destructo...
2005-04-25 Reid SpencerFix a thinko in the documentation of the splitBasicBloc...
2005-04-24 Reid SpencerShut GCC 4.0 up when it complains about classes with...
2005-04-24 Chris Lattnerallow these to take a generic Value*
2005-04-23 Misha Brukman* The aesthetic police is on patrol!!...
2005-04-23 Chris LattnerAdd a helper method
2005-04-23 Chris LattnerThis file is never referenced
2005-04-23 Chris Lattneradd a method, remove a dead #include
2005-04-23 Alkis EvlogimenosAdd method to return the type this type will be promote...
2005-04-22 Misha BrukmanConvert tabs to spaces
next