summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Allow arrays to have more than 4G elements.Chris Lattner2005-01-08
* Add convenience method.Chris Lattner2005-01-07
* No need to pessimize current code for future possibilities.Chris Lattner2005-01-06
* To not break TBAA rules, use a union.Chris Lattner2005-01-04
* Allow getZeroExtend and getSignExtend to work with boolean inputs.Chris Lattner2005-01-01
* Add a verifier assertionChris Lattner2004-12-15
* Change this method to return ulong, not uint, for 64-bit targets.Chris Lattner2004-12-13
* Check in the file I forgot last night, to solve all of the crashes in everyChris Lattner2004-12-11
* Fix writer to properly quote label names when they don't containAlkis Evlogimenos2004-12-10
* Work correctly with MSVC and ICC, patch contributed by Bjørn WennbergChris Lattner2004-12-08
* Revert the recent patches to "fix" ConstantFP::isValueValidForType. NoneReid Spencer2004-12-07
* Provide a missing header file.Reid Spencer2004-12-07
* Fix some comments.Reid Spencer2004-12-07
* Fix check for valid floats. Also use and HUGE_VALF insteadAlkis Evlogimenos2004-12-07
* For PR387:\Reid Spencer2004-12-07
* For PR409: \Reid Spencer2004-12-06
* When printing out a function, make sure that local and global symbolsChris Lattner2004-12-05
* Add a new methodChris Lattner2004-12-05
* Check if a block has a terminator first before calling front() onAlkis Evlogimenos2004-12-04
* Make error msg reflect what exactly went wrong.Alkis Evlogimenos2004-12-04
* Get GEP's working with packed types. Contributed by Morten Ofstad!Chris Lattner2004-12-01
* Add methodChris Lattner2004-11-30
* Fix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.cChris Lattner2004-11-22
* Fix memory leaks, patch contributed by Morten Ofstad!Chris Lattner2004-11-19
* Add hooks to free all memory allocated by the singleton factories in theseChris Lattner2004-11-19
* These methods are inlinedChris Lattner2004-11-18
* Make ReturnInst accept a value of type void as the return value. TheAlkis Evlogimenos2004-11-17
* Generalize this code to turn any cast-to-first-element-of into a gep constexprChris Lattner2004-11-17
* Minor cleanup and speedup. This reduces link-time for 252.eon from 35.5sChris Lattner2004-11-16
* Make this function work with non-abstract types.Chris Lattner2004-11-16
* Remove extra space charMisha Brukman2004-11-15
* 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