aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Major changes. Now we only compactify individual type planes if it is inChris Lattner2004-01-202-100/+392
* add a method proto, make a method not inlineChris Lattner2004-01-203-21/+6
* Bugfixes for dealing with partially compactified functionsChris Lattner2004-01-202-14/+29
* Now with HTML 4.01 comliance flavor.Misha Brukman2004-01-201-48/+46
* Save another 30K from 176.gcc by encoding the compaction table a bit moreChris Lattner2004-01-182-7/+32
* Remove -debug outputChris Lattner2004-01-181-7/+0
* Add enum for compaction table.Chris Lattner2004-01-181-2/+8
* Add support for writing bytecode files with compactiontables for bytecode files.Chris Lattner2004-01-184-36/+73
* Add support for reading bytecode files with compactiontables for bytecode files.Chris Lattner2004-01-183-41/+186
* Add support for building the compactiontable for bytecode files. This shrinksChris Lattner2004-01-182-108/+442
* Add support for representing the "compaction table"Chris Lattner2004-01-183-15/+120
* Eliminate special case handling for CPR'sChris Lattner2004-01-181-17/+6
* Clarify situation w.r.t the -lowerinvoke pass.Chris Lattner2004-01-181-1/+5
* Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitiveChris Lattner2004-01-175-13/+38
* fix copy-and-pastoChris Lattner2004-01-171-2/+2
* Revision of Brian's threading support library to be a bit more generic andChris Lattner2004-01-175-102/+157
* This file goes awayChris Lattner2004-01-171-24/+0
* Add a fixed bugBrian Gaeke2004-01-161-3/+9
* Remove the use of LLVMGCCARCH. Instead, query the compiler for theJohn Criswell2004-01-161-1/+4
* Remove some whitespace and fix up some comments.Brian Gaeke2004-01-161-69/+9
* Get paths to cc1 and cc1plus by asking llvm-gcc, and AC_SUBST them.Brian Gaeke2004-01-161-0/+4
* Regenerated using autoconf-2.57.Brian Gaeke2004-01-161-1/+9
* Take settings of LCC and LCC1XX from configure.Brian Gaeke2004-01-161-2/+0
* Clarify comment.Brian Gaeke2004-01-161-2/+2
* I'm fairly certain this was just a typo.Brian Gaeke2004-01-161-1/+1
* Handle printing of intervals that are not assign to any physicalAlkis Evlogimenos2004-01-161-1/+1
* Handle printing of intervals that are not assign to any physicalAlkis Evlogimenos2004-01-161-6/+7
* Fold open interval ends handling intoAlkis Evlogimenos2004-01-164-13/+7
* Add asserts to previous change.Alkis Evlogimenos2004-01-161-2/+6
* Use a list instead of a vector to store intervals. This will be neededAlkis Evlogimenos2004-01-164-13/+15
* Use the LLVM standard name mangling infrastructure instead of reinventing theMisha Brukman2004-01-151-77/+18
* This is my script for narrowing down miscompilations to a single file.Brian Gaeke2004-01-151-0/+147
* If these blocks are empty, there is no reason to even emit the bytecode blocks.Chris Lattner2004-01-152-8/+24
* Cleanups & efficiency improvementsChris Lattner2004-01-152-36/+6
* Put stylesheet after the title.Misha Brukman2004-01-151-1/+1
* * HTML 4.01 Strict DTD complianceMisha Brukman2004-01-151-11/+15
* The bcwriter does not want ConstantPointerRef's to be indexed, and the asmwri...Chris Lattner2004-01-152-10/+28
* ConstantPointerRef's are no longer emitted. This saves 20028 bytes in theChris Lattner2004-01-151-7/+3
* Allow bytecode files to refer directly to global values as constants, insteadChris Lattner2004-01-151-2/+6
* Fix more breakage with string change.Chris Lattner2004-01-151-2/+2
* * HTML 4.01 Strict DTD complianceMisha Brukman2004-01-151-499/+645
* Include TargetRegInfo.h and declare SparcTargetMachine forward, to make thisBrian Gaeke2004-01-151-1/+4
* Make this assertion more self-explanatory.Brian Gaeke2004-01-151-2/+2
* Hrm, thanks to misha for paying attention to my foolishness!Chris Lattner2004-01-151-1/+1
* PR73 is finally fixedChris Lattner2004-01-151-0/+1
* Fix PR73: bytecode format inconsistentChris Lattner2004-01-151-2/+0
* Fix PR73Chris Lattner2004-01-152-1/+14
* Fix brokenness in my last checkingChris Lattner2004-01-151-1/+1
* Remove configure support for endianness checking, the need for whichBrian Gaeke2004-01-154-224/+0
* Remove ENDIAN_* support. LLVM does not need it anymore.Chris Lattner2004-01-151-9/+0