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 |
2004-06-25 |
Misha Brukman | Convert tabs to spaces. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Misha Brukman | Fix opcode: no immediate in an `or r1, r2, r3' (all... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
John Criswell | Removed the interrupt_handler instrinsic section that... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
John Criswell | Grammar and punctuation fixes. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Misha Brukman | * Be consistent about MachineBB labels and references... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
John Criswell | Added missing quote. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Misha Brukman | * Initialize the entire array statically, not member... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Misha Brukman | Fix bug in previous checkin. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Misha Brukman | * Wrap long lines |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Misha Brukman | Excise X86-specific comments. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Misha Brukman | Vladimir Prus also contributed the LowerConstantExprs... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | New constant expression lowering pass to simplify your... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | New testcase for constant expression lowering pass... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | Prototype for new ConstantExpr lowering pass, contribut... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Brian Gaeke | Don't try to run qmtests if we fail to build the tree... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | Make sure to link all IPA's into opt, so that it has... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | Fix header |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Reid Spencer | - Changed Handler.h -> BytecodeHandler.h |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | Okay, Module have not been known as 'C' for a LONG... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | Fix more warnings building with VC++ |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | Unbreak the build. tsk tsk |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Tanya Lattner | Made a fix so that you can print out MachineInstrs... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Chris Lattner | fix warnings |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | Add option to print out machine code before register... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | Use DEBUG() guard for printing out debug info. |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | Add a `break' in the switch/case statement between... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | * Lowercase the register names |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | Add a LowercaseString() utility function, courtesy... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | * LowercaseString moved to StringExtras.h |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | * Tabs to spaces |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Reid Spencer | Definition of the Bytecode Handler interface. Subclasse... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | * Tabs to spaces |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | Unindent some more code to be consistent. |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | Unindent some code, it only needs 2 spaces. |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | In emitting code for a GEP instr, iterate over GEPTypes... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | * Capitalize `Java' |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | Convert tabs to spaces. |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Add FSTOD and FDTOS conversion instructions. |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Support cast float to float, cast double to float,... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Chris Lattner | Add a section about running the nightly tester proper. |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Vikram S. Adve | This file is unused, and duplicates functionality in... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Chris Lattner | etags isn't portable at all. Make it not run by defaul... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Misha Brukman | * Order #includes |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Make the double-fp pseudo registers be "NamedRegs". |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Fix a dyn_cast in copyConstantToRegister which should... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | The long integer pseudo-regs are history. So long,... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Use correct add*Imm form in more BuildMI calls. |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Rename the load and store opcodes. The non-fp ones... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Rename the load and store opcodes. The non-fp ones... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brian Gaeke | Rename the load and store opcodes. The non-fp ones... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Chris Lattner | Remove distasteful method which is really part of the... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Chris Lattner | Two fixes. First, stop using the ugly shouldSubstitute... |
commit | commitdiff | tree | snapshot |
next |