| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some indentation (so brg can test commit script). | Reid Spencer | 2004-08-03 | 1 | -4/+4 |
| | | | | | llvm-svn: 15448 | ||||
| * | Remove unused opcodes. | Misha Brukman | 2004-08-03 | 1 | -676/+0 |
| | | | | | llvm-svn: 15447 | ||||
| * | Fix line lengths. | Reid Spencer | 2004-08-03 | 1 | -2/+4 |
| | | | | | llvm-svn: 15446 | ||||
| * | Properly wrap some lines. | Reid Spencer | 2004-08-03 | 1 | -17/+15 |
| | | | | | llvm-svn: 15440 | ||||
| * | Added llvmcs to my list. | Reid Spencer | 2004-08-03 | 1 | -1/+1 |
| | | | | | llvm-svn: 15439 | ||||
| * | Testing... One more time... | Brian Gaeke | 2004-08-03 | 1 | -1/+1 |
| | | | | | llvm-svn: 15438 | ||||
| * | Just testing | Brian Gaeke | 2004-08-03 | 1 | -1/+1 |
| | | | | | llvm-svn: 15437 | ||||
| * | testing | Brian Gaeke | 2004-08-03 | 1 | -1/+1 |
| | | | | | llvm-svn: 15436 | ||||
| * | Testing commit-diffs.pl | Brian Gaeke | 2004-08-03 | 1 | -1/+2 |
| | | | | | llvm-svn: 15435 | ||||
| * | Moved into SparcV9 directory | Chris Lattner | 2004-08-03 | 1 | -197/+0 |
| | | | | | llvm-svn: 15430 | ||||
| * | Move this file out of the top-level docs directory | Chris Lattner | 2004-08-03 | 1 | -0/+197 |
| | | | | | llvm-svn: 15429 | ||||
| * | Simplify the first example, as the LLVM IR interfaces have evolved. Other | Chris Lattner | 2004-08-03 | 1 | -16/+13 |
| | | | | | | | examples in this doc could also be simplified dramatically in similar ways. llvm-svn: 15428 | ||||
| * | Use the new prcontext script. | John Criswell | 2004-08-02 | 16 | -16/+16 |
| | | | | | llvm-svn: 15427 | ||||
| * | Add support for using the prcontext python script instead of grep -C. | John Criswell | 2004-08-02 | 1 | -1/+2 |
| | | | | | llvm-svn: 15426 | ||||
| * | New python script that print a specified number of lines surrounding a | John Criswell | 2004-08-02 | 1 | -0/+29 |
| | | | | | | | | located pattern. In other words, grep -C for Solaris. llvm-svn: 15425 | ||||
| * | Set a variable so that we can find the python interpreter. | John Criswell | 2004-08-02 | 1 | -0/+3 |
| | | | | | llvm-svn: 15424 | ||||
| * | * Use simpler instruction templates to define instructions | Misha Brukman | 2004-08-02 | 1 | -52/+52 |
| | | | | | | | * Fix several extended opcodes llvm-svn: 15423 | ||||
| * | Replace patterns 0, 4, and 5 with simpler heirarchical definitions that use the | Misha Brukman | 2004-08-02 | 1 | -68/+98 |
| | | | | | | | official PowerPC instruction format lingo: X- and D-form. llvm-svn: 15422 | ||||
| * | Add link for IRC | Chris Lattner | 2004-08-02 | 1 | -3/+3 |
| | | | | | llvm-svn: 15421 | ||||
| * | Written by | Chris Lattner | 2004-08-02 | 1 | -0/+4 |
| | | | | | llvm-svn: 15420 | ||||
| * | continue hacking | Chris Lattner | 2004-08-02 | 1 | -26/+11 |
| | | | | | llvm-svn: 15419 | ||||
| * | Revamp the index page | Chris Lattner | 2004-08-02 | 1 | -119/+143 |
| | | | | | llvm-svn: 15418 | ||||
| * | ... now real HTML 4.01 strict! | Chris Lattner | 2004-08-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 15417 | ||||
| * | Substantially hack on and clean up the release notes | Chris Lattner | 2004-08-02 | 1 | -67/+54 |
| | | | | | llvm-svn: 15416 | ||||
| * | Hide this option | Chris Lattner | 2004-08-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 15415 | ||||
| * | Separate instruction formats from instruction definitions. | Misha Brukman | 2004-08-02 | 2 | -1236/+1248 |
| | | | | | llvm-svn: 15414 | ||||
| * | Add #include <cstdlib> and abort() to silence a warning | Misha Brukman | 2004-08-02 | 1 | -5/+6 |
| | | | | | llvm-svn: 15413 | ||||
| * | * ceil() requires #include <cmath> for compilation | Misha Brukman | 2004-08-02 | 1 | -3/+4 |
| | | | | | | | | * Alphabetize #includes * Fix some lines to fit within 80 cols llvm-svn: 15412 | ||||
| * | This pass has proven its metal, remove -disable option. | Chris Lattner | 2004-08-02 | 1 | -5/+1 |
| | | | | | llvm-svn: 15411 | ||||
| * | Fix a regression in InstCombine/xor.ll | Chris Lattner | 2004-08-01 | 1 | -2/+2 |
| | | | | | llvm-svn: 15410 | ||||
| * | Fix a warning | Chris Lattner | 2004-08-01 | 1 | -2/+1 |
| | | | | | llvm-svn: 15409 | ||||
| * | Adding ModuloScheduling so that it compiles for everyone. | Tanya Lattner | 2004-08-01 | 1 | -1/+1 |
| | | | | | llvm-svn: 15408 | ||||
| * | Adding friend MSSchedule for ModuloScheduling pass. | Tanya Lattner | 2004-08-01 | 1 | -0/+1 |
| | | | | | llvm-svn: 15407 | ||||
| * | Fix warning | Chris Lattner | 2004-08-01 | 1 | -0/+2 |
| | | | | | llvm-svn: 15406 | ||||
| * | Initial testcase for bytecode compatibility regression test. | Chris Lattner | 2004-08-01 | 2 | -0/+97 |
| | | | | | llvm-svn: 15405 | ||||
| * | Update. | Reid Spencer | 2004-08-01 | 1 | -1/+2 |
| | | | | | llvm-svn: 15404 | ||||
| * | Convert all I<> instructions to asmformat. | Chris Lattner | 2004-08-01 | 1 | -224/+302 |
| | | | | | | | Delete the 'name' field of all instructions that have asmformats. llvm-svn: 15403 | ||||
| * | Dereferencing end() is bad. | Chris Lattner | 2004-08-01 | 1 | -1/+1 |
| | | | | | llvm-svn: 15402 | ||||
| * | Add some immediate forms, make name optional | Chris Lattner | 2004-08-01 | 1 | -2/+5 |
| | | | | | llvm-svn: 15401 | ||||
| * | Be picky | Chris Lattner | 2004-08-01 | 1 | -1/+5 |
| | | | | | llvm-svn: 15400 | ||||
| * | Instructions no longer need to have names. | Chris Lattner | 2004-08-01 | 1 | -1/+6 |
| | | | | | llvm-svn: 15399 | ||||
| * | Eliminate 3 of the X86 printImplicit* flags. | Chris Lattner | 2004-08-01 | 3 | -25/+3 |
| | | | | | llvm-svn: 15398 | ||||
| * | Get rid of 3 of the 4 'printimplicit' flags. Implicit operands are now | Chris Lattner | 2004-08-01 | 1 | -79/+1 |
| | | | | | | | explicitly listed in the asm string. llvm-svn: 15397 | ||||
| * | Convert more instructions over to the asmprinter | Chris Lattner | 2004-08-01 | 1 | -50/+66 |
| | | | | | llvm-svn: 15396 | ||||
| * | Handle registers a bit more efficiently | Chris Lattner | 2004-08-01 | 1 | -1/+7 |
| | | | | | llvm-svn: 15395 | ||||
| * | give FP stack registers names | Chris Lattner | 2004-08-01 | 1 | -2/+5 |
| | | | | | llvm-svn: 15394 | ||||
| * | Switch more instructions over to using the asmprinter. Fix bugs in the emission | Chris Lattner | 2004-08-01 | 1 | -36/+47 |
| | | | | | | | of in/out instructions (missing %'s on registers). llvm-svn: 15393 | ||||
| * | The tblgen'erated asmparser wants a way to print operands. | Chris Lattner | 2004-08-01 | 1 | -0/+6 |
| | | | | | llvm-svn: 15392 | ||||
| * | Add support for asm printing machine instructions that have operands. | Chris Lattner | 2004-08-01 | 1 | -2/+48 |
| | | | | | llvm-svn: 15391 | ||||
| * | Parse the operand list of the instruction. We currently support register ↵ | Chris Lattner | 2004-08-01 | 3 | -7/+54 |
| | | | | | | | and immediate operands. llvm-svn: 15390 | ||||

