Wrap long lines. Fix "warning: conflicting types for built-in function 'memset'"
[oota-llvm.git] / include /
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
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Reid SpencerChange some old-style casts to C++ style casts to avoid...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Reid SpencerAdd two new methods for getting the User Id and Group...
2005-04-21 Chris LattnerAdd doxygen comments, patch contributed by Evan Jones.
2005-04-21 Chris Lattneradd support for taking the address of free.
2005-04-21 Chris LattnerImprove doxygen documentation, patch contributed by...
2005-04-15 Nate BegemanMake pattern isel default for ppc
2005-04-15 Chris Lattnernew pass
2005-04-15 Chris Lattneradd a new prototype
2005-04-13 Chris LattnerAdd a new helper method which returns the and that...
2005-04-13 Chris LattnerRemove the ZERO_EXTEND_INREG node which is redundant...
2005-04-12 Chris Lattneradd an argument.
2005-04-11 Duraid Madinarename addU64Imm() to addImm64()
2005-04-11 Jeff CohenEliminate major source of VC++ "possible loss of data...
2005-04-10 Duraid Madina* store immediate values as int64_t, not int. come...
2005-04-09 Chris Lattneradd routines to track the livein/out set for a function
2005-04-09 Chris LattnerAdd a new node
2005-04-08 Chris Lattnerfix this method for 64-bit constants
2005-04-07 Chris LattnerAllow targets which produce setcc results in non-MVT...
2005-04-06 Chris Lattnerdocument these nodes, as they are nonobvious
2005-04-05 Nate BegemanAdd MULHU and MULHS nodes for the high part of an ...
2005-04-03 Duraid Madinaa wise man once said:
2005-04-02 Chris Lattnermerge EquivClassGraphs.h into DataStructure.h with...
2005-04-02 Chris Lattneradd and use a callee_iterator typedef
2005-04-02 Chris LattnerChange the ActualCallees callgraph from hash_multimap...
2005-04-02 Duraid Madinaadd support for prefix/suffix strings to go around...
2005-04-02 Chris LattnerAdd two happy new nodes for FABS and FNEG
2005-04-02 Chris Lattnerfix a comment
2005-04-02 Chris Lattneradd some new nodes.
2005-04-01 Nate BegemanAdd ISD::UNDEF node
2005-03-31 Misha BrukmanFix spelling of `corresponds'
2005-03-31 Andrew LenharthPCMarker support for DAG and Alpha
2005-03-28 Andrew LenharthFirst step in adding pcmarker intrinsic. Second step...
2005-03-28 Jeff CohenFix VC++ build breakage
2005-03-28 Alkis EvlogimenosRename createPromoteMemoryToRegister() to
2005-03-26 Nate BegemanChange LowerCallTo to take a boolean isVarArg argument...
2005-03-24 Chris Lattneradd new spliceFrom methods.
2005-03-23 Chris Lattnerif a function doesn't access memory at all, it definite...
2005-03-23 Chris Lattnera hack to allow count-aa to work with ds-aa :(
2005-03-22 Chris LattnerFix a serious bug where we didn't insert globals into...
2005-03-22 Chris Lattneradd a method
2005-03-22 Chris LattnerNow that the dead ctor is gone, nothing uses the old...
2005-03-22 Chris Lattnerremove a dead ctor
2005-03-22 Chris Lattnernow that the second argument is always this->ReturnNode...
2005-03-22 Chris Lattnerdrop the second argument to cloneInto, which is always...
2005-03-22 Chris Lattnermove this stuff out of line
2005-03-21 Chris Lattnerallow passing clone flags into the ctor
2005-03-21 Chris Lattneradd a new map
2005-03-21 Chris Lattnermake this const correct
2005-03-21 Chris LattnerUgh, for some reason, I can't call this unless the...
2005-03-21 Chris LattnerMake the first operand of this method be modifiable.
2005-03-21 Chris Lattneradd a method
2005-03-21 Chris LattnerIf merging two calls like: foo(A) and bar(B, C), make...
2005-03-21 Chris Lattnerrename a method add a data structure.
2005-03-21 Chris LattnerProvide a guaranteed definition of intptr_t. Thansk...
2005-03-20 Chris LattnerRemove the InlinedGlobals set which is always empty.
2005-03-20 Chris Lattneradd a method
2005-03-20 Chris Lattnerrename some methods and add some new methods for dealin...
2005-03-19 Misha BrukmanConstant-propagate the value of `isL' variable and...
2005-03-19 Jeff CohenSilence VC++ warning about mixing intptr_t and bool...
2005-03-19 Chris LattnerMake each scalar map contain a reference to an equivale...
2005-03-19 Chris LattnerEach DS collection now contains an equivalence class...
2005-03-19 Chris Lattneradd a method to clear globals from a node
2005-03-19 Chris LattnerTwo fixes for the copy ctor/operator=:
2005-03-19 Chris Lattneradd some methods, fix a major bug in getLeader() that...
2005-03-19 Chris Lattnerimplement a proper copy ctor, operator= and add a helpe...
next