summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Moved to lib/LinkerReid Spencer2004-11-14
* GhostLinkage not allowed in LLVM AsmWriter, eitherMisha Brukman2004-11-14
* Stop propagating method names that violate the coding standardReid Spencer2004-11-05
* The Alpha (tm) intrinsics have never been used anywhereMisha Brukman2004-10-29
* Gep indices must be of int, uint, long or ulong type.Alkis Evlogimenos2004-10-28
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* Make this actually work.Alkis Evlogimenos2004-10-24
* Add ConstantExpr::getSizeOf(Type*).Alkis Evlogimenos2004-10-24
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* fold gep undef, ... -> undefChris Lattner2004-10-17
* Fix constant folding relational operators with undef operands.Chris Lattner2004-10-17
* Implement constant folding of undef values.Chris Lattner2004-10-16
* Add support for undef and unreachableChris Lattner2004-10-16
* Implement UndefValue classChris Lattner2004-10-16
* Move the implementation of the instructions clone methods to this file soChris Lattner2004-10-15
* Add a space between the type and name of value when printing error messageMisha Brukman2004-10-15
* Make sure any client of Dominators.h links in Dominators.cppChris Lattner2004-10-14
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Minor tweaksChris Lattner2004-10-12
* Implement a new methodChris Lattner2004-10-12
* Allow creation of GEP constantexprs with a vector of value* operands asChris Lattner2004-10-11
* Implement remove/eraseFromParent methodsChris Lattner2004-10-11
* If we are trying to create a ConstantExpr cast that is really a GEP to theChris Lattner2004-10-11
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Unfortunately the fix for the previous bug introduced the previousChris Lattner2004-10-07
* Fix a bug in my previous change. Unfortunately this reverts most of theChris Lattner2004-10-07
* Change Type::isAbstract to have better comments, a more correct nameChris Lattner2004-10-06
* Make sure the const bit gets inherited correctly when linking declarationsChris Lattner2004-10-05
* Make sure to check select instructions for generic instruction propertiesChris Lattner2004-09-29
* Don't use DominatorSet::dominates for intra-block instruction dom checks.Chris Lattner2004-09-29
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* When creating constant arrays check that the initializer vector is theAlkis Evlogimenos2004-09-15
* Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer2004-09-14
* Don't print newlines between passes in the pass list.Chris Lattner2004-09-14
* Don't print newlines between each library in the deplibs list.Chris Lattner2004-09-14
* Add support for the link-time pass list to Modules.Reid Spencer2004-09-13
* Implement support for dependent libraries. The "source" module's dependentReid Spencer2004-09-11
* Add assertion descriptiosn on type mismatches when creatingAlkis Evlogimenos2004-09-10
* Changes For Bug 352Reid Spencer2004-09-01
* Add an assert to cature null Operands. It is better to catch it here thanReid Spencer2004-08-29
* Give the -time-passes tool option a global storage location so that itsReid Spencer2004-08-24
* Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MBChris Lattner2004-08-21
* Fix a bug found exposed by: Regression/Other/2004-08-20-PackedControlFlow.llReid Spencer2004-08-20
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-20
* Check constant expression validity more strictlyChris Lattner2004-08-17
* Allow an arbitrary prefixChris Lattner2004-08-17
* Fix PR422.Reid Spencer2004-08-16