2004-08-05 |
Brian Gaeke | Split out -disable-codegen into -disable-llc and -disab... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Misha Brukman | We now have the PowerPC backend, thanks to Nate Begeman... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Misha Brukman | Simplify makefile by combining all TableGen dependencie... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Chris Lattner | while we're at it, make the libraries be on separate... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Misha Brukman | Lines need to end with \ to make sure they're actually... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Misha Brukman | * Add PowerPC library to LLC |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Misha Brukman | PowerPC is a real target now. |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Chris Lattner | This file is obsolete |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Alkis Evlogimenos | Make GlobalVariable constructor assert when an initiali... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Brian Gaeke | sparcv9select is history. |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Chris Lattner | C++ support does not live in the C runtime any longer |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Chris Lattner | Two files are moved to libstdc++, and a NOTE gets added |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Chris Lattner | Add missing copyrights |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Reid Spencer | Turn a use of intptr_t into a reinterpret_cast<uint64_t... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Fix another minor problem that exists if you ahve multi... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Fix a typeo |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Add a hack to work around a problem my changes exposed |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Misha Brukman | * Added documentation in the file header |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Misha Brukman | Surround code element with <tt> tags |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Misha Brukman | Hand-propagate the constant TARGET_NAME which was makin... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Misha Brukman | * Remove unnecessary comment |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Misha Brukman | Align dependencies so they don't hurt the eyes to look... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Misha Brukman | * Convert C++ comments to C |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Misha Brukman | Shared libraries are usually prepended with `lib' |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Misha Brukman | Remove unused instruction classes |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Misha Brukman | Make tablegen targets depend on PowerPCInstrFormats... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Fix a latent bug exposed by my recent changes |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Move method out of line |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | It is not possible to catch SIGKILL, don't bother trying. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | getValues does not exist |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | getValues is gone |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Alkis Evlogimenos | Clean up whitespace. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Alkis Evlogimenos | Convert indentation to 2 spaces. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Alkis Evlogimenos | Remove uneeded getValues() functions. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Alkis Evlogimenos | Stop using getValues(). |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Fix a major regression in my previous checkin |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Alkis Evlogimenos | Stop using getValues(). |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Brian Gaeke | getResultPos() is dead. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Brian Gaeke | Get rid of the only use of TargetInstrInfo::getResultPo... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Alkis Evlogimenos | Stop using getValues(). |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Add note |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | FindGlobalNamed used to take 2.92s out of 8.39s running... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Brian Gaeke | sparcv9select is history |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Brian Gaeke | libsparcv9select is history |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Brian Gaeke | These headers have been moved/merged into other files. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Brian Gaeke | Include SparcV9TmpInstr.h to pick up the def. of TmpIns... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Brian Gaeke | Tighten up some whitespace. Include SparcV9TmpInstr... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Brian Gaeke | Include SparcV9BurgISel.h, to pick up the definition of |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Brian Gaeke | Include SparcV9TmpInstr.h instead of llvm/CodeGen/Instr... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Brian Gaeke | Include SparcV9BurgISel.h, because PreSelection uses... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Brian Gaeke | Add a Doxygen comment, and inline the constructor ... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Brian Gaeke | The InstrForest data type has moved from llvm/CodeGen... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Brian Gaeke | Add a new file containing just TmpInstruction and its... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Brian Gaeke | All the SparcV9 BURG instruction selector pieces have... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | I swear I compiled this, really I did. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Factor some code out, no substantial change. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Concisify some code |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Fix linkage types |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Implement a FIXME, by not searching linearly through... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | New methods |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Minor efficiency improvements |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Squelch warnings in release mode |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Now that ConstantPointerRef is gone, it is the case... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Add a special version of getType for ConstantPointerNul... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Add a cast |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Reid Spencer | Added note for PR413 |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Change SymbolTable::insertEntry to be more careful... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Reid Spencer | Add a --version option for every tool that prints out: |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Reid Spencer | Change the package identification to use one less level... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | Make getGlobalTableValue not use getTypeSlot, this... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Chris Lattner | The Type* is redundant with the TypeSlot |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Chris Lattner | Do not do a linear std::find to reconstruct information... |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Reid Spencer | Line length <= 80 cols. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Reid Spencer | Fix some indentation (so brg can test commit script). |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Misha Brukman | Remove unused opcodes. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Reid Spencer | Fix line lengths. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Brian Gaeke | Testing the commit-diffs script again. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Brian Gaeke | Let's try it again. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Brian Gaeke | Another test. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Brian Gaeke | Testing...one more time. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Reid Spencer | Properly wrap some lines. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Reid Spencer | Added llvmcs to my list. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Brian Gaeke | Testing... One more time... |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Brian Gaeke | Just testing |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Brian Gaeke | testing |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Brian Gaeke | Testing commit-diffs.pl |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Chris Lattner | Moved into SparcV9 directory |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Chris Lattner | Move this file out of the top-level docs directory |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Chris Lattner | Simplify the first example, as the LLVM IR interfaces... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
John Criswell | Use the new prcontext script. |
commit | commitdiff | tree | snapshot |
2004-08-02 |
John Criswell | Add support for using the prcontext python script inste... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
John Criswell | New python script that print a specified number of... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
John Criswell | Set a variable so that we can find the python interpreter. |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Misha Brukman | * Use simpler instruction templates to define instructions |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Misha Brukman | Replace patterns 0, 4, and 5 with simpler heirarchical... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Chris Lattner | Add link for IRC |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Chris Lattner | Written by |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Chris Lattner | continue hacking |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Chris Lattner | Revamp the index page |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Chris Lattner | ... now real HTML 4.01 strict! |
commit | commitdiff | tree | snapshot |
next |