aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser
AgeCommit message (Expand)Author
2004-05-28Remove some more dead code resulting from adding setTypeName().Reid Spencer
2004-05-27Remove an assertion that uses Type::TypeTy that is never hit and willReid Spencer
2004-05-27Add support for dos-style filesChris Lattner
2004-05-26Provide the correct patch for bug 345. The solution is to add a setTypeNameReid Spencer
2004-05-26A quick and ugly hack to fix PR345. I used TypeTy specifically to makeChris Lattner
2004-05-25Changed to use SymbolTable's new lookup interface.Reid Spencer
2004-04-17Fix a memory leak. We leaked the vector holding the entries in switch tables.Chris Lattner
2004-04-05Support getelementptr instructions which use uint's to index into structureChris Lattner
2004-03-31Avoid TRUE and FALSE which apparently conflict with some macros on OSXChris Lattner
2004-03-30Fix bug: Assembler/2004-03-30-UnclosedFunctionCrash.llxChris Lattner
2004-03-19Hrm, we were leaking ~1M of garbage that valgrind never told us about becauseChris Lattner
2004-03-12Allow parsing select instruction and constant exprChris Lattner
2004-03-08Insert functions into the module promptly, not lazily. This fixes a bugChris Lattner
2004-03-08Eliminate a REALLY HORRIBLE API: mutateReferences, which is gross gross gross.Chris Lattner
2004-02-09It turns out that the two dimensional vectors were causing big slowdownsChris Lattner
2004-02-09When resolving upreferences, if multiple uprefs will be resolved to the sameChris Lattner
2004-02-09Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner
2004-02-09Start using the new and improve interface to FunctionType argumentsChris Lattner
2004-02-09This #include is not needed, it should have been removed with the last patchChris Lattner
2004-02-09Instead of searching the entire type graph for a type to determine if itChris Lattner
2004-02-09Upreferences are always OpaqueTypes, meaning that it is impossible for a non-...Chris Lattner
2004-02-08Change the 'exception' destination to the 'unwind' destination. We will alwaysChris Lattner
2004-01-12Don't use ConstantExpr::getShift anymoreChris Lattner
2003-12-31Minor code cleanups. The only bugfix is to the UR_DEBUG stuff which didn'tChris Lattner
2003-12-23Right, fix the problem with invoke instructions, not just call instructionsChris Lattner
2003-12-23Do not delete the type holder until after the call instruction has beenChris Lattner
2003-12-23Minor cleanups, plug a minor memory leakChris Lattner
2003-11-26To not barf when an error occurs.Chris Lattner
2003-11-25Fix PR147Chris Lattner
2003-11-21Check return types of functionsChris Lattner
2003-11-21Don't crash on bogus source valueChris Lattner
2003-11-12Fix bug PR107, patch contributed by Reid Spencer!Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-30Make sure that PHI node operands are first class typesChris Lattner
2003-10-23* Eliminate `using' directiveMisha Brukman
2003-10-21Added LLVM copyright header.John Criswell
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-19Eliminate unused classChris Lattner
2003-10-19Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner
2003-10-18New revised variable argument handling supportChris Lattner
2003-10-17Tighten up handling of checks for shift instructionsChris Lattner
2003-10-16Minor cleanupsChris Lattner
2003-10-16Add support for 'weak' linkage.Chris Lattner
2003-10-15Decrease usage of use_size()Chris Lattner
2003-10-13Regularize header file commentsChris Lattner
2003-10-10Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h".Brian Gaeke
2003-10-10Reserve space for PHI operandsChris Lattner
2003-10-10Accept 'weak' as a linkage type. For now, just turn it into linkonce linkageChris Lattner
2003-10-10Add better checkingChris Lattner