| Age | Commit message (Expand) | Author |
| 2003-09-08 | Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio... | Chris Lattner |
| 2003-09-08 | Add support for the unwind instruction | Chris Lattner |
| 2003-08-28 | Add support for the llvm.unwind intrinsic, which we codegen to just do an abort | Chris Lattner |
| 2003-08-24 | Implement: Jello/test-constantexpr.ll | Chris Lattner |
| 2003-08-18 | Add support for the sig(set|long)jmp intrinsics | Chris Lattner |
| 2003-08-13 | Factory methods for FunctionPasses now return type FunctionPass *. | Brian Gaeke |
| 2003-08-05 | This is the real fix for the previous register allocator problem. | Chris Lattner |
| 2003-08-04 | Fix Bug: test/Regression/Jello/2003-08-03-CallArgLiveRanges.llx | Chris Lattner |
| 2003-07-30 | Use target specific interface instead of forcing it to be target-generic | Chris Lattner |
| 2003-07-26 | Rename function to be more consistent with filename | Chris Lattner |
| 2003-07-26 | If the pass changes _anything_ it must return true | Chris Lattner |
| 2003-07-23 | Simplify code by using ConstantInt::getRawValue instead of checking to see | Chris Lattner |
| 2003-07-18 | Please, save your applause^H^H^H^H^H^H^H^Hflames for the end... | Brian Gaeke |
| 2003-07-17 | Use getClassB for load and store; we don't want to abort when we | Brian Gaeke |
| 2003-06-30 | Setjmp should always return zero if we don't implement longjmp. This avoids | Chris Lattner |
| 2003-06-29 | Until there is a setjmp/longjmp transformation pass, codegen setjmp as a noop | Chris Lattner |
| 2003-06-22 | Do not use the inefficient, fixed function, CBW, CDQ, ... instructions | Chris Lattner |
| 2003-06-21 | Minor simplification to 64-bit instsel | Chris Lattner |
| 2003-06-21 | For 16 and 32-bit multiplies, use the IMUL instruction instead of the MUL ins... | Chris Lattner |
| 2003-06-21 | Generate code for LONG indexes to getelementptr instructions more efficiently | Chris Lattner |
| 2003-06-05 | Implement generation of cmp R, C to not use an extra register | Chris Lattner |
| 2003-06-05 | Special case simple binary operator X op C | Chris Lattner |
| 2003-06-03 | Remove usage of typedef | Chris Lattner |
| 2003-06-01 | * Implement cast (long|ulong) to bool | Chris Lattner |
| 2003-06-01 | Add support for shl and shr for 64 bit integer types | Chris Lattner |
| 2003-05-13 | Clean up #includes | Chris Lattner |
| 2003-05-12 | Make abort more explicit | Chris Lattner |
| 2003-05-12 | Remove the assertion failure of course... doh | Chris Lattner |
| 2003-05-12 | Implement casts from unsigned integers to floating point | Chris Lattner |
| 2003-05-12 | Make error messages more useful than jsut an abort | Chris Lattner |
| 2003-05-12 | Do not insert multiple initializations for the same value in a PHI node | Chris Lattner |
| 2003-05-08 | Add support for Add, Sub, And, Or, & Xor constant exprs | Chris Lattner |
| 2003-05-08 | Add support for variable argument functions! | Chris Lattner |
| 2003-05-07 | IMPLICIT_DEF was not the beautiful elegant solution I thought it was going | Chris Lattner |
| 2003-05-06 | Emit pseudo instructions to indicate that some registers are live on entrance | Chris Lattner |
| 2003-05-03 | The Hyphenation-Adding Committee is now in session. | Misha Brukman |
| 2003-04-25 | Fix bogus assert | Chris Lattner |
| 2003-04-23 | Fix iterator invalidation problem with cast instructions | Chris Lattner |
| 2003-04-23 | Implement the constantexpr CAST instruction correctly | Chris Lattner |
| 2003-04-22 | It's "necessary" to spell "necessarily" correctly. | Misha Brukman |
| 2003-04-21 | Add support for a simple constantexpr: cast of one ptr type to another | Chris Lattner |
| 2003-01-16 | Don't emit unneccesary branch instructions! | Chris Lattner |
| 2003-01-16 | Implement optimization folding setcc into branch. | Chris Lattner |
| 2003-01-16 | Implement code to keep the stack pointer aligned to an 8 byte boundary. | Chris Lattner |
| 2003-01-14 | Rename MachineInstrInfo -> TargetInstrInfo | Chris Lattner |
| 2003-01-13 | * Adjust to use new interfaces, eliminating CurReg stuff | Chris Lattner |
| 2002-12-28 | Rename FunctionFrameInfo to MachineFrameInfo | Chris Lattner |
| 2002-12-28 | * Use the new Abstract Frame Manager to handle incoming arguments and | Chris Lattner |
| 2002-12-25 | * Simplify Value classes | Chris Lattner |
| 2002-12-24 | Changes to compile with GCC 2.96 | Chris Lattner |