2004-02-09 |
Chris Lattner | This debugging hook is no longer needed. |
tree | commitdiff |
2004-02-09 |
Chris Lattner | Adjust to the changed StructType interface. In particu... |
tree | commitdiff |
2004-02-09 |
Chris Lattner | Start using the new and improve interface to FunctionTy... |
tree | commitdiff |
2004-02-09 |
Chris Lattner | Fix PR215: [bcwriter] Problem compactifying ConstantPoi... |
tree | commitdiff |
2004-02-01 |
Chris Lattner | Remove all of the annoying statistics now that I'm... |
tree | commitdiff |
2004-01-21 |
Misha Brukman | Implement ModuleProvider::materializeModule() by only... |
tree | commitdiff |
2004-01-20 |
Chris Lattner | SlotCalculator.h moved |
tree | commitdiff |
2004-01-20 |
Chris Lattner | Move SlotCalculator.h from include/llvm to include... |
tree | commitdiff |
2004-01-20 |
Chris Lattner | Fix PR212 - Bytecode reader misreads 'long -92233720368... |
tree | commitdiff |
2004-01-20 |
Chris Lattner | Fix bogus warning and simplify code |
tree | commitdiff |
2004-01-20 |
Chris Lattner | Major changes. Now we only compactify individual type... |
tree | commitdiff |
2004-01-20 |
Chris Lattner | add a method proto, make a method not inline |
tree | commitdiff |
2004-01-20 |
Chris Lattner | Bugfixes for dealing with partially compactified functions |
tree | commitdiff |
2004-01-18 |
Chris Lattner | Save another 30K from 176.gcc by encoding the compactio... |
tree | commitdiff |
2004-01-18 |
Chris Lattner | Remove -debug output |
tree | commitdiff |
2004-01-18 |
Chris Lattner | Add support for writing bytecode files with compactiont... |
tree | commitdiff |
2004-01-18 |
Chris Lattner | Add support for reading bytecode files with compactiont... |
tree | commitdiff |
2004-01-18 |
Chris Lattner | Add support for building the compactiontable for byteco... |
tree | commitdiff |
2004-01-18 |
Chris Lattner | Add support for representing the "compaction table" |
tree | commitdiff |
2004-01-17 |
Chris Lattner | Bytecode format for LLVM 1.2 no longer explicitly encod... |
tree | commitdiff |
2004-01-15 |
Chris Lattner | If these blocks are empty, there is no reason to even... |
tree | commitdiff |
2004-01-15 |
Chris Lattner | Cleanups & efficiency improvements |
tree | commitdiff |
2004-01-15 |
Chris Lattner | The bcwriter does not want ConstantPointerRef's to... |
tree | commitdiff |
2004-01-15 |
Chris Lattner | ConstantPointerRef's are no longer emitted. This saves... |
tree | commitdiff |
2004-01-15 |
Chris Lattner | Allow bytecode files to refer directly to global values... |
tree | commitdiff |
2004-01-15 |
Chris Lattner | Fix more breakage with string change. |
tree | commitdiff |
2004-01-15 |
Chris Lattner | Fix PR73: bytecode format inconsistent |
tree | commitdiff |
2004-01-15 |
Chris Lattner | Fix PR73 |
tree | commitdiff |
2004-01-15 |
Chris Lattner | Fix brokenness in my last checking |
tree | commitdiff |
2004-01-15 |
Chris Lattner | Change all of the bytecode reader primitives to throw... |
tree | commitdiff |
2004-01-15 |
Chris Lattner | Remove the optimization that depends on ENDIAN_LITTLE... |
tree | commitdiff |
2004-01-14 |
Chris Lattner | Improve comments, add support for remembering the const... |
tree | commitdiff |
2004-01-14 |
Chris Lattner | The new bytecode format supports emitting strings a... |
tree | commitdiff |
2004-01-14 |
Chris Lattner | Version 1.2 now supports encoding strings as a special... |
tree | commitdiff |
2004-01-14 |
Chris Lattner | When emitting bytecode, handle strings specially. ... |
tree | commitdiff |
2004-01-14 |
Chris Lattner | Like output_data, it's obvious that input_data was... |
tree | commitdiff |
2004-01-14 |
Chris Lattner | It is obvious that this has never been used for outputi... |
tree | commitdiff |
2004-01-14 |
Chris Lattner | Be const correct |
tree | commitdiff |
2004-01-14 |
Chris Lattner | Ok, I can't handle it. This is a temporary checkin... |
tree | commitdiff |
2004-01-14 |
Chris Lattner | Remove support for the pre-1.0 bytecode version #1... |
tree | commitdiff |
2004-01-14 |
Chris Lattner | Toggle sense of flag |
tree | commitdiff |
2004-01-14 |
Chris Lattner | The only clients of the slot calculator are now the... |
tree | commitdiff |
2004-01-12 |
Chris Lattner | Don't use ConstantExpr::getShift anymore |
tree | commitdiff |
2004-01-11 |
Chris Lattner | Urg, remove testing code. |
tree | commitdiff |
2004-01-11 |
Chris Lattner | Fix a regression that I introduced yesterday. :( |
tree | commitdiff |
2004-01-10 |
Chris Lattner | Check in two changes: |
tree | commitdiff |
2004-01-10 |
Chris Lattner | Do not bother to emit a BytecodeBlock for an empty... |
tree | commitdiff |
2004-01-10 |
Chris Lattner | Err, we don't need Config/*.h files for things that... |
tree | commitdiff |
2004-01-10 |
Chris Lattner | minor comment tweaks |
tree | commitdiff |
2004-01-10 |
Chris Lattner | * finegrainify namespacification of ArchiveReader.cpp |
tree | commitdiff |
2004-01-10 |
Chris Lattner | Refactor writer stuff out of include/llvm/Bytecode... |
tree | commitdiff |
2004-01-10 |
Chris Lattner | Finegrainify namespacification |
tree | commitdiff |
2004-01-09 |
Chris Lattner | Inching our way towards fixing PR82 |
tree | commitdiff |
2003-12-30 |
Chris Lattner | remove some useless #includes |
tree | commitdiff |
2003-12-30 |
Chris Lattner | Use new getFileSize function instead of sys/stat.h... |
tree | commitdiff |
2003-12-29 |
Chris Lattner | Factor FDHandle out of the bytecode reader into the... |
tree | commitdiff |
2003-12-26 |
Chris Lattner | minor cleanups |
tree | commitdiff |
2003-12-22 |
John Criswell | Reverted back to revision 1.11. The previous fix doesn... |
tree | commitdiff |
2003-12-20 |
John Criswell | Fix PR#193. |
tree | commitdiff |
2003-12-17 |
Brian Gaeke | Make getObjectType() smarter about ranlibbed Mac OS... |
tree | commitdiff |
2003-12-12 |
Brian Gaeke | Throw better error messages, by calling strerror(errno... |
tree | commitdiff |
2003-12-11 |
Brian Gaeke | In getObjectType(), doxygenify comment, and take a... |
tree | commitdiff |
2003-12-01 |
Chris Lattner | Emit & read more compressed bytecode by not emitting... |
tree | commitdiff |
2003-11-21 |
Chris Lattner | Finegrainify namespacification |
tree | commitdiff |
2003-11-19 |
Chris Lattner | * Finegrainify namespacification |
tree | commitdiff |
2003-11-19 |
Chris Lattner | Minor efficiency improvements, finegrainify namespacifi... |
tree | commitdiff |
2003-11-19 |
Chris Lattner | In the future, these slabs can be null... |
tree | commitdiff |
2003-11-19 |
Chris Lattner | Minor efficiency improvements all over. Finegrainify... |
tree | commitdiff |
2003-11-19 |
Chris Lattner | Fine grainify namespacification, #include file that... |
tree | commitdiff |
2003-11-19 |
Chris Lattner | Minor speedup to do less linear time searches of infor... |
tree | commitdiff |
2003-11-17 |
Chris Lattner | Remove usage of ConstantPointer |
tree | commitdiff |
2003-11-16 |
Brian Gaeke | Implement skeletal support for __.SYMDEF (ranlib) secti... |
tree | commitdiff |
2003-11-14 |
Chris Lattner | I can't believe the incompetence of the people I have... |
tree | commitdiff |
2003-11-14 |
Chris Lattner | Fix PR 110: the constant folding code assumes that... |
tree | commitdiff |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
tree | commitdiff |
2003-11-05 |
Chris Lattner | no need for endl |
tree | commitdiff |
2003-11-05 |
Chris Lattner | Add support for constant expr shifts |
tree | commitdiff |
2003-10-31 |
Alkis Evlogimenos | Use already existing classes for post order iterator. |
tree | commitdiff |
2003-10-30 |
Alkis Evlogimenos | Output types in reverse postorder. This will allow... |
tree | commitdiff |
2003-10-30 |
Alkis Evlogimenos | Put DEBUG_OUTPUT at the top along with TRACE_LEVEL... |
tree | commitdiff |
2003-10-29 |
Brian Gaeke | Explicitly cast type, so we aren't passing output_vbr... |
tree | commitdiff |
2003-10-29 |
Alkis Evlogimenos | Add more debugging info to help tracing the SlotCalculator. |
tree | commitdiff |
2003-10-21 |
Chris Lattner | Make sure to add a type for va_next operands, which... |
tree | commitdiff |
2003-10-21 |
Chris Lattner | Fix problem which effected linking apache |
tree | commitdiff |
2003-10-21 |
John Criswell | Added LLVM copyright header. |
tree | commitdiff |
2003-10-20 |
John Criswell | Added LLVM copyright notice to Makefiles. |
tree | commitdiff |
2003-10-20 |
John Criswell | Added LLVM copyright header (for lack of a better term). |
tree | commitdiff |
2003-10-20 |
John Criswell | Added LLVM project notice to the top of every C++ sourc... |
tree | commitdiff |
2003-10-20 |
Chris Lattner | "Function"[0] == 'F', not 'M' |
tree | commitdiff |
2003-10-19 |
Chris Lattner | Change the Opcode enum for PHI nodes from "Instruction... |
tree | commitdiff |
2003-10-18 |
Chris Lattner | Fix warning |
tree | commitdiff |
2003-10-18 |
Chris Lattner | add support for new linkage types |
tree | commitdiff |
2003-10-18 |
Chris Lattner | Updated to emit the final 1.0 bytecode format. This... |
tree | commitdiff |
2003-10-18 |
Chris Lattner | * New revised variable argument handling support |
tree | commitdiff |
2003-10-17 |
Alkis Evlogimenos | Eliminate some extraneous code in SlotCalculator::inser... |
tree | commitdiff |
2003-10-16 |
Misha Brukman | Add separator between different types of readers. |
tree | commitdiff |
2003-10-16 |
Chris Lattner | Add support for 'weak' linkage. |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Stop using "reverse depth first" order |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Minor cleanups |
tree | commitdiff |
2003-10-13 |
Chris Lattner | Avoid calling getTypeSlot more |
tree | commitdiff |
next |