summaryrefslogtreecommitdiff
path: root/lib/VMCore
AgeCommit message (Expand)AuthorFilesLines
2005-01-15implement these methods.Chris Lattner1-0/+52
2005-01-14Make this compatible with the HP/intel compiler. Fix by Duraid, thanks!Chris Lattner1-1/+1
2005-01-08Allow arrays to have more than 4G elements.Chris Lattner1-5/+5
2005-01-07Add convenience method.Chris Lattner1-0/+4
2005-01-06No need to pessimize current code for future possibilities.Chris Lattner1-4/+3
2005-01-04To not break TBAA rules, use a union.Chris Lattner1-5/+9
2005-01-01Allow getZeroExtend and getSignExtend to work with boolean inputs.Chris Lattner1-5/+13
2004-12-15Add a verifier assertionChris Lattner1-1/+12
2004-12-13Change this method to return ulong, not uint, for 64-bit targets.Chris Lattner1-5/+4
2004-12-11Check in the file I forgot last night, to solve all of the crashes in everyChris Lattner1-0/+1
2004-12-10Fix writer to properly quote label names when they don't containAlkis Evlogimenos1-3/+7
2004-12-08Work correctly with MSVC and ICC, patch contributed by Bjørn WennbergChris Lattner1-4/+4
2004-12-07Revert the recent patches to "fix" ConstantFP::isValueValidForType. NoneReid Spencer1-5/+1
2004-12-07Provide a missing header file.Reid Spencer1-0/+1
2004-12-07Fix some comments.Reid Spencer1-1/+2
2004-12-07Fix check for valid floats. Also use and HUGE_VALF insteadAlkis Evlogimenos1-10/+1
2004-12-07For PR387:\Reid Spencer2-5/+5
2004-12-06For PR409: \Reid Spencer1-0/+11
2004-12-05When printing out a function, make sure that local and global symbolsChris Lattner1-0/+3
2004-12-05Add a new methodChris Lattner1-0/+41
2004-12-04Check if a block has a terminator first before calling front() onAlkis Evlogimenos1-3/+3
2004-12-04Make error msg reflect what exactly went wrong.Alkis Evlogimenos1-3/+3
2004-12-01Get GEP's working with packed types. Contributed by Morten Ofstad!Chris Lattner1-0/+3
2004-11-30Add methodChris Lattner1-2/+27
2004-11-22Fix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.cChris Lattner1-0/+1
2004-11-19Fix memory leaks, patch contributed by Morten Ofstad!Chris Lattner1-15/+21
2004-11-19Add hooks to free all memory allocated by the singleton factories in theseChris Lattner2-0/+68
2004-11-18These methods are inlinedChris Lattner1-30/+0
2004-11-17Make ReturnInst accept a value of type void as the return value. TheAlkis Evlogimenos1-0/+9
2004-11-17Generalize this code to turn any cast-to-first-element-of into a gep constexprChris Lattner1-8/+21
2004-11-16Minor cleanup and speedup. This reduces link-time for 252.eon from 35.5sChris Lattner1-22/+22
2004-11-16Make this function work with non-abstract types.Chris Lattner1-14/+35
2004-11-15Remove extra space charMisha Brukman1-1/+1
2004-11-14Moved to lib/LinkerReid Spencer1-956/+0
2004-11-14GhostLinkage not allowed in LLVM AsmWriter, eitherMisha Brukman1-0/+6
2004-11-05Stop propagating method names that violate the coding standardReid Spencer1-3/+3
2004-10-29The Alpha (tm) intrinsics have never been used anywhereMisha Brukman2-47/+0
2004-10-28Gep indices must be of int, uint, long or ulong type.Alkis Evlogimenos1-1/+1
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer1-1/+1
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner3-5/+8
2004-10-24Make this actually work.Alkis Evlogimenos1-2/+2
2004-10-24Add ConstantExpr::getSizeOf(Type*).Alkis Evlogimenos1-0/+9
2004-10-22We won't use automakeReid Spencer2-743/+0
2004-10-18Initial automake generated Makefile templateReid Spencer1-0/+706
2004-10-17fold gep undef, ... -> undefChris Lattner1-1/+8
2004-10-17Fix constant folding relational operators with undef operands.Chris Lattner1-7/+4
2004-10-16Implement constant folding of undef values.Chris Lattner1-4/+54
2004-10-16Add support for undef and unreachableChris Lattner4-1/+14
2004-10-16Implement UndefValue classChris Lattner1-0/+45
2004-10-15Move the implementation of the instructions clone methods to this file soChris Lattner1-0/+30