Fix the missing symbols problem Bill was hitting. Patch contributed by
[oota-llvm.git] / lib / VMCore /
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...
2004-11-16 Chris LattnerMinor cleanup and speedup. This reduces link-time...
2004-11-16 Chris LattnerMake this function work with non-abstract types.
2004-11-15 Misha BrukmanRemove extra space char
2004-11-14 Reid SpencerMoved to lib/Linker
2004-11-14 Misha BrukmanGhostLinkage not allowed in LLVM AsmWriter, either
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-10-29 Misha BrukmanThe Alpha (tm) intrinsics have never been used anywhere
2004-10-28 Alkis EvlogimenosGep indices must be of int, uint, long or ulong type.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-24 Alkis EvlogimenosMake this actually work.
2004-10-24 Alkis EvlogimenosAdd ConstantExpr::getSizeOf(Type*).
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-17 Chris Lattnerfold gep undef, ... -> undef
2004-10-17 Chris LattnerFix constant folding relational operators with undef...
2004-10-16 Chris LattnerImplement constant folding of undef values.
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-10-16 Chris LattnerImplement UndefValue class
2004-10-15 Chris LattnerMove the implementation of the instructions clone metho...
2004-10-15 Misha BrukmanAdd a space between the type and name of value when...
2004-10-14 Chris LattnerMake sure any client of Dominators.h links in Dominator...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-12 Chris LattnerMinor tweaks
2004-10-12 Chris LattnerImplement a new method
next