aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change all of the bytecode reader primitives to throw exceptions instead ofChris Lattner2004-01-155-244/+131
* Remove the optimization that depends on ENDIAN_LITTLE: it's not worth it.Chris Lattner2004-01-151-8/+0
* Remove broken doxygen commentsChris Lattner2004-01-151-17/+16
* * Conform to HTML 4.01 strict DTDMisha Brukman2004-01-151-1282/+1438
* Make the stylesheet conform to CSS standard.Misha Brukman2004-01-151-1/+2
* Improve comments, add support for remembering the constants strings thatChris Lattner2004-01-143-42/+81
* add support for -- for symmetryChris Lattner2004-01-142-0/+4
* The new bytecode format supports emitting strings a special case. This isChris Lattner2004-01-143-21/+63
* Version 1.2 now supports encoding strings as a special case, to avoid havingChris Lattner2004-01-143-2/+47
* When emitting bytecode, handle strings specially. Do not add the charactersChris Lattner2004-01-142-18/+104
* Like output_data, it's obvious that input_data was only used with 1 characterChris Lattner2004-01-141-9/+1
* "fix" a nasty race conditionChris Lattner2004-01-141-1/+20
* Fix some exception safety problemsChris Lattner2004-01-141-9/+22
* Hrm, apparently I missed lowering this intrinsic. :(Chris Lattner2004-01-142-0/+2
* It is obvious that this has never been used for outputing more than a singleChris Lattner2004-01-141-10/+1
* Be const correctChris Lattner2004-01-141-3/+3
* Fix bug in previous checkin: Demorgan would be ashamed of me, I need toChris Lattner2004-01-141-1/+1
* Eliminate the isStringCompatible function, using ConstantArray::isString.Chris Lattner2004-01-141-40/+22
* Eliminate the isStringCompatible function, using ConstantArray::isString.Chris Lattner2004-01-142-36/+6
* Use new methodChris Lattner2004-01-141-2/+1
* Implement ConstantArray::isStringChris Lattner2004-01-141-3/+16
* Add new ConstantArray::isString(), as the conditions for using getString()Chris Lattner2004-01-141-6/+13
* Ok, I can't handle it. This is a temporary checkin of a ton of statistics thatChris Lattner2004-01-143-9/+100
* Remove support for the pre-1.0 bytecode version #1. This will becomeChris Lattner2004-01-142-60/+34
* Properly update #intervals statistic.Alkis Evlogimenos2004-01-141-0/+2
* Fix InstCombine/2004-01-13-InstCombineInvokePHI.ll, which also fixes lotsChris Lattner2004-01-141-4/+20
* Don't pass anything to the IntrinsicLowering class that is not_intrinsic,Brian Gaeke2004-01-141-1/+4
* new testcaseChris Lattner2004-01-141-0/+24
* Fix check. PHI nodes must be handled specially, of course.Chris Lattner2004-01-141-4/+5
* Tighten up verifier checks. The result of an invoke instruction onlyChris Lattner2004-01-141-2/+8