| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the LLVM standard name mangling infrastructure instead of reinventing the | Misha Brukman | 2004-01-15 | 1 | -77/+18 |
* | This is my script for narrowing down miscompilations to a single file. | Brian Gaeke | 2004-01-15 | 1 | -0/+147 |
* | If these blocks are empty, there is no reason to even emit the bytecode blocks. | Chris Lattner | 2004-01-15 | 2 | -8/+24 |
* | Cleanups & efficiency improvements | Chris Lattner | 2004-01-15 | 2 | -36/+6 |
* | Put stylesheet after the title. | Misha Brukman | 2004-01-15 | 1 | -1/+1 |
* | * HTML 4.01 Strict DTD compliance | Misha Brukman | 2004-01-15 | 1 | -11/+15 |
* | The bcwriter does not want ConstantPointerRef's to be indexed, and the asmwri... | Chris Lattner | 2004-01-15 | 2 | -10/+28 |
* | ConstantPointerRef's are no longer emitted. This saves 20028 bytes in the | Chris Lattner | 2004-01-15 | 1 | -7/+3 |
* | Allow bytecode files to refer directly to global values as constants, instead | Chris Lattner | 2004-01-15 | 1 | -2/+6 |
* | Fix more breakage with string change. | Chris Lattner | 2004-01-15 | 1 | -2/+2 |
* | * HTML 4.01 Strict DTD compliance | Misha Brukman | 2004-01-15 | 1 | -499/+645 |
* | Include TargetRegInfo.h and declare SparcTargetMachine forward, to make this | Brian Gaeke | 2004-01-15 | 1 | -1/+4 |
* | Make this assertion more self-explanatory. | Brian Gaeke | 2004-01-15 | 1 | -2/+2 |
* | Hrm, thanks to misha for paying attention to my foolishness! | Chris Lattner | 2004-01-15 | 1 | -1/+1 |
* | PR73 is finally fixed | Chris Lattner | 2004-01-15 | 1 | -0/+1 |
* | Fix PR73: bytecode format inconsistent | Chris Lattner | 2004-01-15 | 1 | -2/+0 |
* | Fix PR73 | Chris Lattner | 2004-01-15 | 2 | -1/+14 |
* | Fix brokenness in my last checking | Chris Lattner | 2004-01-15 | 1 | -1/+1 |
* | Remove configure support for endianness checking, the need for which | Brian Gaeke | 2004-01-15 | 4 | -224/+0 |
* | Remove ENDIAN_* support. LLVM does not need it anymore. | Chris Lattner | 2004-01-15 | 1 | -9/+0 |
* | Change all of the bytecode reader primitives to throw exceptions instead of | Chris Lattner | 2004-01-15 | 5 | -244/+131 |
* | Remove the optimization that depends on ENDIAN_LITTLE: it's not worth it. | Chris Lattner | 2004-01-15 | 1 | -8/+0 |
* | Remove broken doxygen comments | Chris Lattner | 2004-01-15 | 1 | -17/+16 |
* | * Conform to HTML 4.01 strict DTD | Misha Brukman | 2004-01-15 | 1 | -1282/+1438 |
* | Make the stylesheet conform to CSS standard. | Misha Brukman | 2004-01-15 | 1 | -1/+2 |
* | Improve comments, add support for remembering the constants strings that | Chris Lattner | 2004-01-14 | 3 | -42/+81 |
* | add support for -- for symmetry | Chris Lattner | 2004-01-14 | 2 | -0/+4 |
* | The new bytecode format supports emitting strings a special case. This is | Chris Lattner | 2004-01-14 | 3 | -21/+63 |
* | Version 1.2 now supports encoding strings as a special case, to avoid having | Chris Lattner | 2004-01-14 | 3 | -2/+47 |
* | When emitting bytecode, handle strings specially. Do not add the characters | Chris Lattner | 2004-01-14 | 2 | -18/+104 |
* | Like output_data, it's obvious that input_data was only used with 1 character | Chris Lattner | 2004-01-14 | 1 | -9/+1 |
* | "fix" a nasty race condition | Chris Lattner | 2004-01-14 | 1 | -1/+20 |
* | Fix some exception safety problems | Chris Lattner | 2004-01-14 | 1 | -9/+22 |
* | Hrm, apparently I missed lowering this intrinsic. :( | Chris Lattner | 2004-01-14 | 2 | -0/+2 |
* | It is obvious that this has never been used for outputing more than a single | Chris Lattner | 2004-01-14 | 1 | -10/+1 |
* | Be const correct | Chris Lattner | 2004-01-14 | 1 | -3/+3 |
* | Fix bug in previous checkin: Demorgan would be ashamed of me, I need to | Chris Lattner | 2004-01-14 | 1 | -1/+1 |
* | Eliminate the isStringCompatible function, using ConstantArray::isString. | Chris Lattner | 2004-01-14 | 1 | -40/+22 |
* | Eliminate the isStringCompatible function, using ConstantArray::isString. | Chris Lattner | 2004-01-14 | 2 | -36/+6 |
* | Use new method | Chris Lattner | 2004-01-14 | 1 | -2/+1 |
* | Implement ConstantArray::isString | Chris Lattner | 2004-01-14 | 1 | -3/+16 |
* | Add new ConstantArray::isString(), as the conditions for using getString() | Chris Lattner | 2004-01-14 | 1 | -6/+13 |
* | Ok, I can't handle it. This is a temporary checkin of a ton of statistics that | Chris Lattner | 2004-01-14 | 3 | -9/+100 |
* | Remove support for the pre-1.0 bytecode version #1. This will become | Chris Lattner | 2004-01-14 | 2 | -60/+34 |
* | Properly update #intervals statistic. | Alkis Evlogimenos | 2004-01-14 | 1 | -0/+2 |
* | Fix InstCombine/2004-01-13-InstCombineInvokePHI.ll, which also fixes lots | Chris Lattner | 2004-01-14 | 1 | -4/+20 |
* | Don't pass anything to the IntrinsicLowering class that is not_intrinsic, | Brian Gaeke | 2004-01-14 | 1 | -1/+4 |
* | new testcase | Chris Lattner | 2004-01-14 | 1 | -0/+24 |
* | Fix check. PHI nodes must be handled specially, of course. | Chris Lattner | 2004-01-14 | 1 | -4/+5 |
* | Tighten up verifier checks. The result of an invoke instruction only | Chris Lattner | 2004-01-14 | 1 | -2/+8 |