aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Checking in Chris's suggestions:John Criswell2003-11-041-3/+32
* Fix InstCombine/2003-11-03-VarargsCallBug.llChris Lattner2003-11-031-4/+3
* Did I mention that I _HATE_ CPRs?Chris Lattner2003-10-311-0/+12
* Constant pointer refs are causing these to fail unnecessarily, which is causingChris Lattner2003-10-311-0/+31
* Use already existing classes for post order iterator.Alkis Evlogimenos2003-10-311-17/+11
* Make use of the new AssemblyAnnotationWriter interfaceChris Lattner2003-10-301-13/+21
* Output types in reverse postorder. This will allow the ByteCode/ReaderAlkis Evlogimenos2003-10-301-9/+17
* Print the names of more opaque typesChris Lattner2003-10-301-5/+7
* Make sure to print opaque types names if they are available.Chris Lattner2003-10-301-1/+5
* Add more debugging info to help tracing the SlotCalculator.Alkis Evlogimenos2003-10-291-0/+2
* Fix test: Linker/2003-10-27-LinkOncePromote.llChris Lattner2003-10-271-27/+29
* Fix bug: instcombine/2003-10-23-InstcombineNullFail.llChris Lattner2003-10-231-0/+11
* Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.llChris Lattner2003-10-211-13/+10
* Fix message to make more sense and confuse Chris lessChris Lattner2003-10-211-2/+7
* Make sure to add a type for va_next operands, which may not other wiseChris Lattner2003-10-211-2/+2
* Fix problem which effected linking apacheChris Lattner2003-10-212-3/+7
* Added LLVM copyright header.John Criswell2003-10-212-0/+14
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-202-0/+14
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-2025-0/+175
* "Function"[0] == 'F', not 'M'Chris Lattner2003-10-201-8/+8
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-192-2/+2
* Add support for the new varargs intrinsics and instructionsChris Lattner2003-10-183-6/+15
* Chris says it's better to assert that TheModule is valid than silently return 0.Misha Brukman2003-10-171-2/+1
* Return the Module that we just materialized.Misha Brukman2003-10-171-2/+5
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-172-37/+35
* Add support for 'weak' linkage.Chris Lattner2003-10-162-9/+38
* Completely rewrite support for the Value::use_* list. Now, all operations onChris Lattner2003-10-161-37/+11
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-3/+10
* Stop using "reverse depth first" orderChris Lattner2003-10-131-6/+3
* Speed up TypesEqual by specializing it for all of the derived types, avoidingChris Lattner2003-10-131-15/+33
* Avoid creating lots of pointless opaque types, with short lifetimesChris Lattner2003-10-131-22/+37
* This is a header file, hear me roarChris Lattner2003-10-131-1/+1
* * Remove extraneous #includesChris Lattner2003-10-131-7/+9
* Regularize header file commentsChris Lattner2003-10-139-9/+9
* Rename methodChris Lattner2003-10-121-1/+1
* Don't include Config/stdio.h or <stdio.h>.Brian Gaeke2003-10-101-1/+0
* Fix spelling.Misha Brukman2003-10-101-3/+3
* Fix spelling/grammar.Misha Brukman2003-10-107-17/+17
* Add a sanity check for constant expression castsChris Lattner2003-10-071-0/+2
* Users can never be nullChris Lattner2003-10-061-1/+1
* Be more careful handling PHI nodes, which might be of potentially high degree.Chris Lattner2003-10-051-93/+80
* Type tables are now AbstractTypeUsers. This allows them to merge togetherChris Lattner2003-10-051-135/+217
* Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner2003-10-041-3/+3
* Minor random speedup: make Constant::getNullValue only call ConstantFOO::getChris Lattner2003-10-031-13/+45
* Explicit copy ctors are no longer neededChris Lattner2003-10-031-21/+0
* Minor cleanupsChris Lattner2003-10-031-31/+17
* This checkin basically amounts to a complete rewrite of the type-resolutionChris Lattner2003-10-032-284/+138
* These methods are dead, remove them. Because the bodies will soon beChris Lattner2003-10-031-2/+8
* Dramatically simplify DerivedType::refineAbstractTypeToInternalChris Lattner2003-10-031-44/+25