2004-07-04 |
Reid Spencer | #include <iostream> since its not in Value.h any more. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Adjust the slot machine to handle Types separately... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Implementation of SlotTable went into header file.... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Remove Tabs. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Implement new output functions for types and compacted... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Add new methods outputTypes and outputCompactionTypes... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | For bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | - Type::TypeTyID doesn't exist any more (bug 122) |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Move SlotCalculator.h to lib/Bytecode/Writer since... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | - Don't use macros to call the BytecodeHandler |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Make all the virtual function (except destructor) inlin... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | - Make ValueList an "OtherVal" user of Values to ensure... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Remove tabs. Move function declaration to Reader.h... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Add #include <iostream> which is needed now that Value... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Excise tabs. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Add a new, compatible, interface function for writing... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Added #include <iostream> since this header is no longe... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | - Remove enumerator TypeVal since Values can't be types... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | There is no longer a "Type" primitive type because... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Constify usage of Type* on the interface to ensure... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Remove all of the classof(const Value*) methods of... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Make Type have no base classes. Previously it inherited... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Alkis Evlogimenos | Add efficiency statistic. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Alkis Evlogimenos | Add more operators. |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Chris Lattner | Fix compilation on internix |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Chris Lattner | Implement add.ll:test22, a common case in MSIL files |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Chris Lattner | Add a new testcase for folding an add into a switch |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Chris Lattner | Fix Type::isSized() to realize that "{ opaque }" is... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Chris Lattner | Do not call getTypeSize on a type that has no size |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Brian Gaeke | Modernize example, so that you can paste it right into... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Chris Lattner | Since we are in the department of redundancy department... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Misha Brukman | Add FIXME notes for spilling int/fp regs (need to calcu... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Misha Brukman | * Wrap long lines |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Misha Brukman | * Standardize manpage output: program name bold, option... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Misha Brukman | The HTML documentation is now automatically generated... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Misha Brukman | * Link to the POD-generated HTML documentation |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Misha Brukman | Make `args' stand out as bold, delete confusing elipsis... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Misha Brukman | HTML links in PODs must be absolute. |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Misha Brukman | Simplify wording: `the bugpoint tool' can just become... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Misha Brukman | llvm-abcd has become llvm-bcanalyzer |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Brian Gaeke | Fix use-before-def thinko |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Reid Spencer | Add a note about implementing interprocedural register... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Brian Gaeke | Build llvm-bcanalyzer |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Chris Lattner | Revert patches 1.79 and 1.80 which had to do with dead... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Chris Lattner | Fix potential problems with unreachable basic blocks. |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Chris Lattner | Fix all of those problems that the PPC backend has... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Chris Lattner | Remove dead blocks |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Chris Lattner | Add a trivially simple pass to delete unreachable block... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Chris Lattner | Add a new pass for code generators to use |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Chris Lattner | Make this testcase more interesting |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Brian Gaeke | Get rid of a dead variable, and fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Brian Gaeke | Add M_TERMINATOR_FLAG to terminator instructions (branc... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Brian Gaeke | RETURN instructions are not used in the sparc backend. |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Reid Spencer | llvm-abcd tool name changed to llvm-bcanalyzer: see... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Reid Spencer | Podified documentation for the llvm-bcanalyzer tool... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Reid Spencer | Name Change: llvm-abcd -> llvm-bcanalyzer |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | * Follow the PowerPC convention of leaving 24 bytes... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | * Get rid of constant-expr handling code: we use the... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | Wrap long line |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | * Do not allocate r0 as we use it indiscriminantly... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | Check if operand has an allocated reg before requesting it. |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | * Doxygenify comments |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Chris Lattner | Fix broken links |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Brian Gaeke | bug. point. pod. |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Chris Lattner | Add much better assertion checking for load and store... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Chris Lattner | Move init methods out of line to enable better assertio... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Brian Gaeke | bugpoint command guide has been designated a full-fledg... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Brian Gaeke | abcd pod document |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Brian Gaeke | llvm-nm pod format man page. |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Brian Gaeke | Make this pass use a more specific debug message than... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | Fix grammar: remove `our' as it no longer makes sense. |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Chris Lattner | This is more of an "llvm team" thing by now |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | llvm-db is in alpha stage, this document is a placeholder. |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | Fix links to llvmgcc and llvmgxx |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | gccld enters the Hall of POD. |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | Make the text of the link to llvmgxx.html more appropri... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Chris Lattner | Handle targets where alignment can be bigger than the... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | Fix grammar in Stacker doc description. |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | Mention llvm-abcd, point out difference between it... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | Change format of CommandGuide index page to look like... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | * `The' isn't necessary in front of LLVM |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | Fresh from the LLVM baker's oven: opt and analyze pods. |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | Add llvm-g++ and llvm-gcc pod documentation. |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | Fix link to llvmgcc. |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Misha Brukman | Make links relative instead of absolute. |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Chris Lattner | Make sure that we destroy the MBB's, with all of their... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Chris Lattner | Now that MachineFunction/MachineBasicBlock keep a mappi... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Chris Lattner | Now that we have happy mappings from MBBs->numbers... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Chris Lattner | Change MBB autonumber a bit to get the reverse mapping... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Chris Lattner | Instance var no longer exists |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Chris Lattner | Change the implementation of the autonumbering for... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Chris Lattner | Start using MBB numbers directly instead of going throu... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Chris Lattner | Instead of building a private numbering of MBB's use... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Chris Lattner | Fix testcase |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Chris Lattner | -debug option does not exist in a release build |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Chris Lattner | Fix testcase. For some reason this was failing only... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Reid Spencer | Added a command page for the llvm-abcd tool. |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Misha Brukman | Fix indentation to be 2 spaces. |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Misha Brukman | * Coalesce the handy CALL* alias opcodes with the stand... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Misha Brukman | * Allow more registers to be allocated from the general... |
commit | commitdiff | tree | snapshot |
next |