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 |
2004-06-30 |
Misha Brukman | * Inquire about the number of operands from the instruc... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Misha Brukman | visitSetCondInst() takes a parameter of type `SetCondInst' |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Jonathan Manton | Fixed the tutorial to indicate that we needed to use... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Misha Brukman | Always assume a function may have calls because the... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Misha Brukman | * Don't save LR when outputting globals: it's already... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Misha Brukman | * Stop using BBNumbering, we don't really need it |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Reid Spencer | Fix order and line length of fixed bugs. |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Misha Brukman | Set up the prologue and epilogue to be more like the... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Misha Brukman | * Use LA instead of LWZ for LoadLoAddr |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Misha Brukman | Only allocate non-volatile registers R13-31 (for now). |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Reid Spencer | Implement verification feature. |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Reid Spencer | The analyzer code now lives in the bcreader library... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Misha Brukman | Lower ConstantExpressions before the code generator. |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Reid Spencer | Remove files no longer needed. ConstantReader and Instr... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Reid Spencer | This is a slimming down of the previous ReaderInternals... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Reid Spencer | MAJOR REWRITE. |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Reid Spencer | Adjustments to allow Bytecode Reading to support the... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Reid Spencer | Merge Dumper.cpp and AnalyzerWrappers.cpp into this... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Reid Spencer | Analyzer moved to ../Reader directory. |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Reid Spencer | Remove newly defunct Analyzer directory. |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Reid Spencer | Provide support for the BytecodeHandler interface which... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Reid Spencer | Fix include guard |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Reid Spencer | Adjust comments to match code. |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Misha Brukman | Fix associativity of parameters to assert(): now it... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Misha Brukman | Convert tabs to spaces. |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Misha Brukman | * Fix saving LR in function prologue |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Misha Brukman | Assembly syntax/comment fixes by Nate Begeman. |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Vikram S. Adve | Restoring this file. |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Chris Lattner | The code generator should work with unreachable blocks... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Chris Lattner | I believe that the code generator now properly handles... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Chris Lattner | In line with the previous patch, do not assert out... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Chris Lattner | Do not dereference end iterators. It hurts when you... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Chris Lattner | Fix a regression from r1.224. In particular, codegen... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Misha Brukman | Can't print out machine code before it is constructed. |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | document new pass |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Misha Brukman | Fix the assembly opcode on LOADLoAddr, courtesy of... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Misha Brukman | Set isBranch and isTerminator bits on all branch instru... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Misha Brukman | Fix loading and storing PC-relative static variables... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Misha Brukman | No need to generate a lazy-linking stub for internal... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Misha Brukman | Do not set the `link' bit when branching to the first... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Add a link to the CFE build instrs next to the CFE... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Building the C FE is a user-level process |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Misha Brukman | Fix spacing around function arguments. |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Initial checkin of a simple mod/ref analysis for global... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Add new header |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Remove unused file |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Remove dead file |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Bad passes are gone |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | These passes are long dead/obsolete. They never worked... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Remove two dead passes |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Moved IPModRef out of the public include dir |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Move file to lib/Analysis/DataStructure |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Move DependenceGraph.* to lib/Analysis/DataStructure |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Moved to lib/analysis/datastructure |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Moving to lib/Analysis/DataStructure |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Moved to lib/Analysis/DataStructure |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Move MemoryDepAnalysis.h into lib/Analysis/DataStructure |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Moved to lib/Analysis/DataStructure |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Chris Lattner | Move PgmDependenceGraph.h out of the public include... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Brian Gaeke | Allow saving and restoring of double and float registers. |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Brian Gaeke | Add FITOS, FITOD, and F{ADD,SUB,MUL,DIV}{S,D}. |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Chris Lattner | Implement InstCombine/add.ll:test21 |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Brian Gaeke | Support printing constant pool indices. |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Brian Gaeke | Trim whitespace. |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Chris Lattner | Now that the SparcV9 specific MachineCodeForInstruction... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Chris Lattner | Do not find these ugly sparc-specific objects by using... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Chris Lattner | This class is no longer an annotation |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Chris Lattner | Add a map of MachineCodeForInstruction objects to Machi... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Chris Lattner | Fold iType into Value::VTy |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Chris Lattner | Eliminate the Instruction::iType field, folding it... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Chris Lattner | Get rid of Annotable's vtable. If anyone deletes an... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Chris Lattner | Make it obvious that this file is bad bad bad |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Chris Lattner | User ctor is now inline |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Chris Lattner | Make ctor inline, change ValueTy ->unsigned |
commit | commitdiff | tree | snapshot |
2004-06-26 |
Chris Lattner | Consider anything with a ValueType that is >= Instructi... |
commit | commitdiff | tree | snapshot |
2004-06-26 |
Chris Lattner | Instancevar was renamed |
commit | commitdiff | tree | snapshot |
2004-06-26 |
Chris Lattner | Rearrange some code. |
commit | commitdiff | tree | snapshot |
2004-06-26 |
Chris Lattner | Don't call getValueType directly. the LLVM optimizer... |
commit | commitdiff | tree | snapshot |
2004-06-26 |
Chris Lattner | There is no reason to print ValueType here |
commit | commitdiff | tree | snapshot |
2004-06-26 |
Chris Lattner | Simplify code |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | Hey, why not just make 'new ReturnInst(BB)' DTRT? |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | new ReturnInst(BB) does not "do the right thing". ... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | Add credits entry |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | Fix relative links for nightly testers not hosted on... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | Write .bc files to binary ostreams. This shouldn't... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | No functionality changes here: |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Misha Brukman | Allow debugging machine instrs (by printout) before... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Misha Brukman | Combine several if stmts with returns into an if-then... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Misha Brukman | Do not move any values into registers for a void return... |
commit | commitdiff | tree | snapshot |
next |