add a sparcv8 section, make this validate
[oota-llvm.git] / lib / VMCore /
2005-05-08 Chris LattnerVerify that varargs functions all have ccc
2005-05-06 Chris Lattneradd support for explicit calling conventions
2005-05-06 Chris LattnerAdd a 'tail' marker for call instructions, patch contri...
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-05-03 Chris Lattnerfix a bug in the 1 index GEP handling code
2005-05-03 Chris Lattneradd direct support for making GEP instrs with one index
2005-05-03 Jeff CohenUse ANSI-approved way of getting the value infinity...
2005-05-02 Andrew Lenharthfold fp div by 0 to inf, the way gcc does. This is...
2005-04-30 Chris LattnerAdd llvm.sqrt intrinsic, patch contributed by Morten...
2005-04-27 Chris LattnerUnbreak the sparc backend.
2005-04-26 Chris Lattnerdon't let Reid build void*'s :)
2005-04-25 Chris LattnerMake dominates(A,B) work with post dominators. Patch...
2005-04-25 Reid SpencerOlder compilers won't like the inline virtual destructo...
2005-04-24 Reid SpencerShut GCC 4.0 up about classes with virtual functions...
2005-04-24 Chris LattnerAllow these methods to take a generic Value* to simplif...
2005-04-23 Chris LattnerFix a bug in my previous checkin
2005-04-23 Chris LattnerAdd a method, remove last use of Type.def
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Chris LattnerImprove doxygen, from part of Evan's patch that didn...
2005-04-21 Chris LattnerImprove doxygen documentation, patch contributed by...
2005-04-12 Chris Lattneradd an argument to allow avoiding deleting phi nodes.
2005-03-28 Andrew LenharthFirst step in adding pcmarker intrinsic. Second step...
2005-03-19 Alkis EvlogimenosAdd new function getPtrPtrFromArrayPtr().
2005-03-16 Misha BrukmanConvert tabs to spaces
2005-03-15 Chris Lattnerstop using arg_front
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-09 Chris Lattnercorrect the computation of the isAbstract bit for types.
2005-03-09 Reid SpencerFix a typo in an assertion comment.
2005-03-06 Chris Lattnerrename insertEntry to insert
2005-03-06 Chris LattnerMerge SymbolTable::removeEntry into SymbolTable::remove...
2005-03-06 Chris LattnerDelete the really inefficient method: void remove(const...
2005-03-06 Chris LattnerRemove some really gross and hard to understand code...
2005-03-06 Chris LattnerSimplify some code.
2005-03-06 Chris Lattnerremove these methods.
2005-03-06 Chris LattnerThis fixes PR531, a crash when running the CBE on a...
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris Lattner2nd arg to setName goes away.
2005-03-05 Chris LattnerConstants never get names.
2005-03-05 Chris LattnerRemove the 2nd argument to Value::setName
2005-03-02 Misha BrukmanFix the spelling of the word `the'
2005-03-02 Chris LattnerPrint the module ID as a comment.
2005-03-02 Chris LattnerFix a nasty order of evaluation bug that Gabor Greif...
2005-02-28 Chris Lattnerrecognize llvm.prefetch. Patch contributed by Justin...
2005-02-28 Chris LattnerVerify llvm.prefetch.
2005-02-24 Chris LattnerFix some problems where the verifier would crash on...
2005-02-24 Chris Lattnerswitch instructions only allow constantints for their...
2005-02-24 Chris Lattneradd a new method.
2005-02-23 Chris Lattnermake this more efficient. Scan up to 16 nodes, not...
2005-02-23 Chris Lattnernew method
2005-02-23 Chris LattnerReduce the amount of searching this assertion does...
2005-02-13 Chris LattnerNuke blank line.
2005-02-09 Chris LattnerFix test/Regression/Assembler/2005-02-09-AsmWriterStore...
2005-02-05 Chris LattnerInstead of initializing the volatile field, use accesso...
2005-02-05 Chris LattnerInitialize new field.
2005-02-01 Chris LattnerUpdates for new use list changes.
2005-02-01 Chris LattnerUpdate for API change.
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris LattnerAdjust to ilist changes.
2005-01-29 Chris LattnerMake sure that we always grow a multiple of 2 operands.
2005-01-29 Chris LattnerAdjust to changes in User class.
2005-01-29 Chris LattnerMerge InstrTypes.cpp into this file
2005-01-29 Chris LattnerAdjust to changes in User class. Aggregate constants...
2005-01-29 Chris LattnerThis file is now merged into Instructions.cpp
2005-01-28 Chris LattnerFix a nasty thinko in my previous commit.
2005-01-28 Chris LattnerFix ConstProp/2005-01-28-SetCCGEP.ll: indexing over...
2005-01-27 Misha BrukmanFix grammar
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2005-01-20 Chris LattnerAdd missing entry.
2005-01-15 Chris Lattnerimplement these methods.
2005-01-14 Chris LattnerMake this compatible with the HP/intel compiler. Fix...
2005-01-08 Chris LattnerAllow arrays to have more than 4G elements.
2005-01-07 Chris LattnerAdd convenience method.
2005-01-06 Chris LattnerNo need to pessimize current code for future possibilities.
2005-01-04 Chris LattnerTo not break TBAA rules, use a union.
2005-01-01 Chris LattnerAllow getZeroExtend and getSignExtend to work with...
2004-12-15 Chris LattnerAdd a verifier assertion
2004-12-13 Chris LattnerChange this method to return ulong, not uint, for 64...
2004-12-11 Chris LattnerCheck in the file I forgot last night, to solve all...
2004-12-10 Alkis EvlogimenosFix writer to properly quote label names when they...
2004-12-08 Chris LattnerWork correctly with MSVC and ICC, patch contributed...
2004-12-07 Reid SpencerRevert the recent patches to "fix" ConstantFP::isValueV...
2004-12-07 Reid SpencerProvide a missing header file.
2004-12-07 Reid SpencerFix some comments.
2004-12-07 Alkis EvlogimenosFix check for valid floats. Also use and HUGE_VALF...
2004-12-07 Reid SpencerFor PR387:\
2004-12-06 Reid SpencerFor PR409: \
2004-12-05 Chris LattnerWhen printing out a function, make sure that local...
2004-12-05 Chris LattnerAdd a new method
2004-12-04 Alkis EvlogimenosCheck if a block has a terminator first before calling...
2004-12-04 Alkis EvlogimenosMake error msg reflect what exactly went wrong.
2004-12-01 Chris LattnerGet GEP's working with packed types. Contributed by...
2004-11-30 Chris LattnerAdd method
2004-11-22 Chris LattnerFix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.c
2004-11-19 Chris LattnerFix memory leaks, patch contributed by Morten Ofstad!
2004-11-19 Chris LattnerAdd hooks to free all memory allocated by the singleton...
2004-11-18 Chris LattnerThese methods are inlined
2004-11-17 Alkis EvlogimenosMake ReturnInst accept a value of type void as the...
2004-11-17 Chris LattnerGeneralize this code to turn any cast-to-first-element...
next