| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed two double free bugs that caused llc to segfault or run forever. | John Criswell | 2003-08-28 | 2 | -10/+42 |
* | Add support for the llvm.unwind intrinsic, which we codegen to just do an abort | Chris Lattner | 2003-08-28 | 2 | -2/+58 |
* | Fix really nasty bugs in the CWriter, handling invoke instructions. Tracking | Chris Lattner | 2003-08-28 | 2 | -4/+10 |
* | Removing README | Tanya Lattner | 2003-08-28 | 4 | -70/+4 |
* | Putting my revised version of ModuloScheduling in cvs. This is not complete... | Tanya Lattner | 2003-08-28 | 8 | -5880/+310 |
* | Fix bug where we considered function types equivalent even if they had differ... | Chris Lattner | 2003-08-28 | 3 | -3/+9 |
* | Moved index into BB to common graph class because its needed by ModuloSchedGr... | Tanya Lattner | 2003-08-28 | 4 | -8/+2 |
* | Added/removed header file | Tanya Lattner | 2003-08-27 | 2 | -2/+0 |
* | *** empty log message *** | Tanya Lattner | 2003-08-27 | 6 | -832/+546 |
* | Fix bug: SCCP/2003-08-26-InvokeHandling.ll | Chris Lattner | 2003-08-27 | 1 | -1/+4 |
* | First version of SchedGraph common class and refactoring of SchedGraph. | Tanya Lattner | 2003-08-25 | 10 | -962/+706 |
* | As it turns out, things will be simpler than I first expected. We no longer | Chris Lattner | 2003-08-25 | 2 | -6/+0 |
* | Remove special casing | Chris Lattner | 2003-08-25 | 1 | -3/+0 |
* | Mangle ALL letters that we do not allow, not just a few. | Chris Lattner | 2003-08-24 | 2 | -28/+52 |
* | Simplify code | Chris Lattner | 2003-08-24 | 2 | -6/+2 |
* | Consult the target data, not the module, about how large the current pointer | Chris Lattner | 2003-08-24 | 1 | -4/+4 |
* | Targets now configure themselves based on the source module, not on the | Chris Lattner | 2003-08-24 | 3 | -13/+31 |
* | Targets should configure themselves based on a Module, not some wierd flags | Chris Lattner | 2003-08-24 | 3 | -12/+12 |
* | Fix bug: Linker/2003-08-23-GlobalVarLinking.ll | Chris Lattner | 2003-08-24 | 3 | -3/+3 |
* | Implement: Linker/2003-08-24-InheritPtrSize.ll | Chris Lattner | 2003-08-24 | 3 | -6/+27 |
* | Implement: Jello/test-constantexpr.ll | Chris Lattner | 2003-08-24 | 2 | -62/+132 |
* | Implement SimplifyCFG/InvokeEliminate.ll | Chris Lattner | 2003-08-24 | 1 | -1/+36 |
* | Add preliminary support for "any" pointersize/endianness. This will need | Chris Lattner | 2003-08-24 | 2 | -5/+6 |
* | Add support for 'any' pointer size and endianness | Chris Lattner | 2003-08-24 | 1 | -2/+2 |
* | Support new 'any' support for pointer size and endianness | Chris Lattner | 2003-08-24 | 2 | -4/+12 |
* | Allow modules to have 'any' pointer size and endianness. Luckily, we had | Chris Lattner | 2003-08-24 | 3 | -15/+26 |
* | Implement support for the unwind intrinsic in the CBE | Chris Lattner | 2003-08-24 | 2 | -0/+26 |
* | rethrow is really the language independent primitive here. "throw" can be wr... | Chris Lattner | 2003-08-24 | 1 | -7/+7 |
* | rethrow is really the language independent primitive here. "throw" can be wr... | Chris Lattner | 2003-08-24 | 2 | -4/+6 |
* | Inline invoke instructions as well as call instructions | Chris Lattner | 2003-08-24 | 1 | -13/+18 |
* | *** Implement inlining of Invoke instructions! | Chris Lattner | 2003-08-24 | 1 | -51/+138 |
* | Fix copy-and-paste-o | Chris Lattner | 2003-08-24 | 1 | -2/+2 |
* | Initial support for recognizing LLVM exception handling intrinsics | Chris Lattner | 2003-08-24 | 2 | -4/+17 |
* | Big diff for a small change: delete inlined functions if all callees have | Chris Lattner | 2003-08-24 | 1 | -21/+32 |
* | Implement: Inline/cfg_preserve_test.ll | Chris Lattner | 2003-08-24 | 1 | -2/+15 |
* | Allow specifying the name for the newly split basic block | Chris Lattner | 2003-08-24 | 1 | -2/+2 |
* | Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll | Chris Lattner | 2003-08-23 | 1 | -13/+21 |
* | Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5 | Chris Lattner | 2003-08-23 | 1 | -0/+13 |
* | Rename SwitchInst::dest_push_back -> addCase | Chris Lattner | 2003-08-23 | 2 | -3/+3 |
* | Rename SwitchInst::dest_push_back -> addCase | Chris Lattner | 2003-08-23 | 1 | -1/+13 |
* | Fix bug: LowerSwitch/2003-08-23-EmptySwitch.ll | Chris Lattner | 2003-08-23 | 1 | -0/+7 |
* | Do not consider any types that exist in the global symbol table! | Chris Lattner | 2003-08-23 | 3 | -30/+33 |
* | Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll | Chris Lattner | 2003-08-23 | 3 | -42/+117 |
* | Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gcc | Chris Lattner | 2003-08-23 | 3 | -24/+111 |
* | Fix bug: TailDup/2003-08-23-InvalidatedPointers.ll | Chris Lattner | 2003-08-23 | 1 | -16/+15 |
* | Fix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll | Chris Lattner | 2003-08-23 | 1 | -6/+6 |
* | Initial checkin of ValueHolder helper | Chris Lattner | 2003-08-23 | 1 | -0/+16 |
* | Fix typeo | Chris Lattner | 2003-08-22 | 3 | -3/+3 |
* | The process of linking types can cause their addresses to become invalid. Fo... | Chris Lattner | 2003-08-22 | 3 | -72/+99 |
* | Implement Linker/2003-08-20-OpaqueTypeResolve.ll | Chris Lattner | 2003-08-22 | 3 | -48/+285 |