2004-04-09 |
Chris Lattner | Add testcases for harder combining cases. |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | Fold code like: |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | Fix an obvious bug in the refactoring I did a few days ago |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | Expand on adding an intrinsic. Move section to before... |
commit | commitdiff | tree | snapshot |
2004-04-09 |
John Criswell | Reversed the order of the llvm.writeport() operands... |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | Fold binary operators with a constant operand into... |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | Implement select.ll:test11 |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Alkis Evlogimenos | Add definition list to each live interval. |
commit | commitdiff | tree | snapshot |
2004-04-09 |
John Criswell | Fixed some spelling. |
commit | commitdiff | tree | snapshot |
2004-04-09 |
John Criswell | Modified the prototypes of the llvm.readport and llvm... |
commit | commitdiff | tree | snapshot |
2004-04-09 |
John Criswell | Added the llvm.readport and llvm.writeport intrinsics. |
commit | commitdiff | tree | snapshot |
2004-04-09 |
John Criswell | Changed assertions to error messages. |
commit | commitdiff | tree | snapshot |
2004-04-08 |
John Criswell | Changes recommended by Chris: |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | Implement InstCombine/cast-propagate.ll |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-04-08 |
John Criswell | Added the llvm.readport and llvm.writeport intrinsics... |
commit | commitdiff | tree | snapshot |
2004-04-08 |
John Criswell | Added the llvm.readport and llvm.writeport intrinsics. |
commit | commitdiff | tree | snapshot |
2004-04-08 |
John Criswell | Added the llvm.readport and llvm.writeport intrinsics. |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | Implement ScalarRepl/select_promote.ll |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | New testcase, corresponding to phi_promote.ll |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Brian Gaeke | This file does not appear to be included anywhere. |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | Disable strict alias analysis in the backend c compiler... |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | Revert previous patch, I'm a moron :) |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | Right, we break strict aliasing requirements. Make... |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | Remove the "really gross hacks" that are there to deal... |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | Implement InstCombine/select.ll:test[7-10] |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | Add some more cases we should combine |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | This file is no longer used. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Don't include InstrSelectionSupport.h. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Move ChooseRegOrImmed() prototype here, from InstrSelec... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Don't include InstrSelectionSupport.h. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Chris Lattner | Implement test/Regression/Transforms/InstCombine/getele... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Fix insertion of SelectInsts. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Don't print [%reg + 0], just print [%reg] |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | First version of code to handle loads. Stub function... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Support loading arguments from %I0...%I5 into virtual... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | It's setting up the call args right now, but on the... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Chris Lattner | New testcase that crashed scalarevolution on sparc |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Chris Lattner | Fix a bug Brian found. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | We have a global reg. allocator now -- thanks to Alkis. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Chris Lattner | New file that can be useful for hand inspection of... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Chris Lattner | This is a start on handling setcc instructions. As... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Chris Lattner | andd subcc instructions which is used to create the... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Chris Lattner | Avoid emitting an extra copy on each 32-bit operation |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Make generation of stack-slot loads and copies less... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Fix bug in printing loads. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Chris Lattner | Add support for shift instructions, wrap some long... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Chris Lattner | Fix encoding of existing shift instructions, add rr... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Chris Lattner | Add a bunch more instructions |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Chris Lattner | Merge my changes with brians |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Add in some things I forgot, which Chris helpfully... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Add support for the "Y" register, used by MUL & DIV. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Add UDIV, SDIV, and a few variants of WR. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Preliminary support for getting 64-bit integer constant... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Brian Gaeke | Prune unnecessary #includes |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Brian Gaeke | Simple delay slot filler pass. |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Brian Gaeke | Add references to delay slot filler pass. |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Brian Gaeke | First attempt at handling frame index elimination. |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Brian Gaeke | First attempt at special-casing printing of [%reg ... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Brian Gaeke | Delete reference to "the Mach-O Runtime ABI". |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Brian Gaeke | Deal with call return values. |
commit | commitdiff | tree | snapshot |
2004-04-06 |
John Criswell | Adding kimwitu++ license. |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Bugs fixed new features implemented |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Jakub Staszak | file based off InstSelectSimple.cpp, slowly being repla... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Jakub Staszak | Tablgen files for really simple instruction selector |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Jakub Staszak | Tablegen backend for really simple instruction selector |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Jakub Staszak | add tablgen backend for really simple instruction selector |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Fix PR313: [x86] JIT miscompiles unsigned short to... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Fix incorrect encoding of some ADC and SBB instuctions |
commit | commitdiff | tree | snapshot |
2004-04-06 |
John Criswell | Added licensing information for treecc. |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Fix a minor bug in previous checking |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Misha Brukman | Wrap at 80 cols. |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Document new option |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Add a new gccld -native-cbe option which causes gccld... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Improve codegen of long == and != comparisons against... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Update docs a bit |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Remove some options that don't really have anything... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Handle various other important cases of multiplying... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Efficiently handle a long multiplication by a constant... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Misha Brukman | * Added link to newly written ExtendingLLVM.html document |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Misha Brukman | Incorporated Chris' comments. |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Misha Brukman | Added notes on extending LLVM with new instructions... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Improve code generation of long shifts by 32. |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Bugfixes: inc/dec don't set the carry flag! |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Improve code for passing constant longs as arguments... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Emit more efficient 64-bit operations when the RHS... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Fix typeo |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Add support for simple immediate handling to long instr... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | The sbb instructions really ARE sbb's, not adc's |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Implement negation of longs efficiently. For this... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Minor tweak to avoid an extra reg-reg copy that the... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Chris Lattner | Two changes: |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Chris Lattner | Merge the code generator miscompilation code into the... |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Chris Lattner | Make a method public |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Chris Lattner | Minor cleanups, remove some old debug code |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Chris Lattner | Refactor and genericize code |
commit | commitdiff | tree | snapshot |
next |