aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode
Commit message (Expand)AuthorAgeFilesLines
* Today is not my day. Fix broken #Chris Lattner2004-10-141-1/+1
* unbreak previous checkin :(Chris Lattner2004-10-141-1/+1
* Add back a missing parenChris Lattner2004-10-141-2/+2
* Fit to 80 colsChris Lattner2004-10-141-7/+6
* Wrap to 80 cols, delete some seriously old debugging printoutsChris Lattner2004-10-141-26/+15
* Fit in 80 columnsChris Lattner2004-10-141-13/+14
* Minor cleanupsChris Lattner2004-10-141-7/+3
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-133-9/+9
* Initial version of automake Makefile.am file.Reid Spencer2004-10-103-0/+48
* Fix doxygen commentMisha Brukman2004-09-281-1/+1
* The system ranlib on darwin occasionally adds two extra newlines to theChris Lattner2004-09-271-2/+8
* Convert code to compile with vc7.1.Reid Spencer2004-09-151-3/+3
* Unbreak doxygen, according to Reid.Misha Brukman2004-09-121-2/+4
* Fix code spacing/alignmentMisha Brukman2004-09-121-6/+4
* Change interface to use correct typedef so it will always compile.Reid Spencer2004-09-111-1/+1
* Print the dependent libraries when dumping bytecode.Reid Spencer2004-09-111-0/+2
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-031-0/+1
* Changes For Bug 352Reid Spencer2004-09-017-14/+20
* Correctly compute the number of compaction tables.Reid Spencer2004-08-271-1/+1
* Prevent an empty compaction table from being written to the bytecode file.Reid Spencer2004-08-271-8/+12
* Add the CompactionTableIsEmpty function so that we can determine if aReid Spencer2004-08-262-0/+29
* Add a wrapper for extraction of the dependent libraries from a bytecodeReid Spencer2004-08-241-0/+14
* Rearrange output a little to make it nicer.Reid Spencer2004-08-241-17/+17
* Bytecode Analyzer Cleanup:Reid Spencer2004-08-211-162/+266
* Get rid of an extraneous local variable.Reid Spencer2004-08-211-1/+0
* Two Changes:Reid Spencer2004-08-211-14/+18
* Add boolean file format flags in preparation for version 5 bytecode.Reid Spencer2004-08-211-3/+18
* Bytecode Reader Cleanup:Reid Spencer2004-08-211-38/+66
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-203-0/+62
* Bytecode File Format Changes:Reid Spencer2004-08-174-38/+39
* Correct the comments in the symbol table writer to reflect reality.Reid Spencer2004-08-171-3/+7
* Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to getReid Spencer2004-08-042-2/+3
* Stop using getValues().Alkis Evlogimenos2004-08-041-4/+3
* Make getGlobalTableValue not use getTypeSlot, this speeds up the bc readerChris Lattner2004-08-043-32/+34
* Do not do a linear std::find to reconstruct information we had, but later threwChris Lattner2004-08-032-29/+24
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-291-1/+1
* Simplify code and silence warningChris Lattner2004-07-271-6/+4
* Fix a serious bug in the double constant reader. In particular, becauseChris Lattner2004-07-251-1/+2
* Always write FP values correctly.Reid Spencer2004-07-251-35/+21
* Don't create a backwards compatibility flag for something that was aReid Spencer2004-07-251-4/+0
* Adjust to new Module.h interface for dependent libraries.Reid Spencer2004-07-251-2/+2
* bug 263:Reid Spencer2004-07-257-811/+1003
* bug 122:Reid Spencer2004-07-181-30/+16
* bug 122:Reid Spencer2004-07-181-8/+8
* User ValueListTy as the type of the ValueList. This avoides the ValueListReid Spencer2004-07-181-1/+1
* bug 122:Reid Spencer2004-07-181-9/+5
* bug 122:Reid Spencer2004-07-181-3/+1
* Fix for PR341Chris Lattner2004-07-151-1/+1
* Actually set the endian/pointersize flags on the module being read in!Brian Gaeke2004-07-141-0/+3
* Fix warning on SparcV9, where sizeof (int) != sizeof (void *).Brian Gaeke2004-07-131-1/+1