summaryrefslogtreecommitdiff
path: root/lib/Bytecode
Commit message (Expand)AuthorAge
* remove some useless #includesChris Lattner2003-12-30
* Use new getFileSize function instead of sys/stat.h directly.Chris Lattner2003-12-30
* Factor FDHandle out of the bytecode reader into the FileUtilities.h supportChris Lattner2003-12-29
* minor cleanupsChris Lattner2003-12-26
* Reverted back to revision 1.11. The previous fix doesn't really fixJohn Criswell2003-12-22
* Fix PR#193.John Criswell2003-12-20
* Make getObjectType() smarter about ranlibbed Mac OS X archives.Brian Gaeke2003-12-17
* Throw better error messages, by calling strerror(errno) when weBrian Gaeke2003-12-12
* In getObjectType(), doxygenify comment, and take a pointer to theBrian Gaeke2003-12-11
* Emit & read more compressed bytecode by not emitting a bytecodeblock forChris Lattner2003-12-01
* Finegrainify namespacificationChris Lattner2003-11-21
* * Finegrainify namespacificationChris Lattner2003-11-19
* Minor efficiency improvements, finegrainify namespacificationChris Lattner2003-11-19
* In the future, these slabs can be null...Chris Lattner2003-11-19
* Minor efficiency improvements all over. Finegrainify NamespacificationChris Lattner2003-11-19
* Fine grainify namespacification, #include file that defines the interface!Chris Lattner2003-11-19
* Minor speedup to do less linear time searches of information we already have.Chris Lattner2003-11-19
* Remove usage of ConstantPointerChris Lattner2003-11-17
* Implement skeletal support for __.SYMDEF (ranlib) sections in archives.Brian Gaeke2003-11-16
* I can't believe the incompetence of the people I have to deal with around here.Chris Lattner2003-11-14
* Fix PR 110: the constant folding code assumes that if something is not aChris Lattner2003-11-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* no need for endlChris Lattner2003-11-05
* Add support for constant expr shiftsChris Lattner2003-11-05
* Use already existing classes for post order iterator.Alkis Evlogimenos2003-10-31
* Output types in reverse postorder. This will allow the ByteCode/ReaderAlkis Evlogimenos2003-10-30
* Put DEBUG_OUTPUT at the top along with TRACE_LEVEL. Also fix the codeAlkis Evlogimenos2003-10-30
* Explicitly cast type, so we aren't passing output_vbr a size_t.Brian Gaeke2003-10-29
* Add more debugging info to help tracing the SlotCalculator.Alkis Evlogimenos2003-10-29
* Make sure to add a type for va_next operands, which may not other wiseChris Lattner2003-10-21
* Fix problem which effected linking apacheChris Lattner2003-10-21
* Added LLVM copyright header.John Criswell2003-10-21
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-20
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* "Function"[0] == 'F', not 'M'Chris Lattner2003-10-20
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-19
* Fix warningChris Lattner2003-10-18
* add support for new linkage typesChris Lattner2003-10-18
* Updated to emit the final 1.0 bytecode format. This supports weak linkage,Chris Lattner2003-10-18
* * New revised variable argument handling supportChris Lattner2003-10-18
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-17
* Add separator between different types of readers.Misha Brukman2003-10-16
* Add support for 'weak' linkage.Chris Lattner2003-10-16
* Stop using "reverse depth first" orderChris Lattner2003-10-13
* Minor cleanupsChris Lattner2003-10-13
* Avoid calling getTypeSlot moreChris Lattner2003-10-13
* This is a header file, thus it needs a -*-C++-*-Chris Lattner2003-10-13
* Regularize header file commentsChris Lattner2003-10-13
* Ok, the "fix" for this is to do a real associative container. Symbol tablesChris Lattner2003-10-10