2004-08-10 |
Misha Brukman | Deleted commented-out code as we now get namespace... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Nate Begeman | Fix casts of float to unsigned long |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Misha Brukman | Fix file header comment: update filename, set tablegen... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Chris Lattner | This purely mechanical patch gives the "I" tblgen class... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Reid Spencer | Fix a copy & paste error .. correct the description... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Reid Spencer | Adding a simple example of how to use the JIT. |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Chris Lattner | Convert Ii32 instructions over to use the asmprinter... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Misha Brukman | DForm 5/6 extended mneumonics take 3 arguments. |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Misha Brukman | Use the target name instead of hard-coding SparcV9. |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Misha Brukman | * Instruction definitions moved to SparcV9InstrInfo... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Misha Brukman | Renamed SparcV9_Reg.td -> SparcV9RegisterInfo.td for... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Misha Brukman | Fix DForm_4: format is `op r, r, i' |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Misha Brukman | Fix comment header, specify type of file `tablegen'. |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Reid Spencer | Finish HTMLizing the document. Configuration section... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Reid Spencer | Fixed some spellos and grammaros. |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Reid Spencer | Move CompilerDriver.h here. |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Reid Spencer | Initial makefile for the LLVM Compiler Driver. |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Reid Spencer | First "do nothing" version of the LLVM Compiler Driver... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Chris Lattner | Convert the Ii16 instructions over |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Chris Lattner | Convert all Ii8 instructions over to the autogenerated... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Misha Brukman | Define the target name so we can use it via TableGen. |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Chris Lattner | This was a good idea, but until this does not break... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Chris Lattner | Paper over CBackend/2004-08-09-va-end-null.ll |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Chris Lattner | This testcase causes the CBE to generate code that... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | Stub definition of the PowerPC CodeEmitter class; this... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | CodePrinter -> AsmPrinter |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Chris Lattner | Fix InstCombine/2004-08-09-RemInfLoop.llx |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | Do not mention Chris in public Makefiles |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | Shorten comment header to 80 cols |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | * Remove UIUC-specific comment |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | Add note about AIX/PowerPC with disk space requirements... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | Remove Chris-related bytecode-dir comment |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | Remove ClassPrefix variable as it's no longer used. |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | Use the current target name instead of a ClassPrefix. |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | * CFE builds on AIX/PowerPC |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | The (future) SparcV8 JIT would do well to have a class... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | * Use Classname and ClassPrefix instead of hard-coded... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | Define the ClassPrefix for SparcV9. |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | Define a ClassPrefix for PowerPC. |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | Classes need to have a prefix name, so that they can... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | Generate a code emitter for PowerPC as well, this will... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Misha Brukman | Use instruction formats as defined in the PowerPC ISA... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Reid Spencer | Move information on Configuration files to the ../Compi... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Reid Spencer | This is the initial draft of the Compiler Driver docume... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Reid Spencer | Fix stack size processing now that the return address... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Chris Lattner | This isn't a bug, it's a missing feature |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Chris Lattner | Fix another really nasty regression that Anshu pointed... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Chris Lattner | Add standard print/dump methods to CallGraph classes. |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Chris Lattner | Two fixes: |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Chris Lattner | This DEBUG is buggy. comment it out because it's not... |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Reid Spencer | Added information about the configuration file. This... |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Reid Spencer | Get rid of a warning when compiling optimized. Uninitia... |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Chris Lattner | Ok get rid of the REST of the tabs |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Chris Lattner | Death to tabs |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Reid Spencer | Correct spelling mistakes. Wrap lines at 80 columns. |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Reid Spencer | Various updates suggested by Misha and Chris. Moved... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Brian Gaeke | dumpSavedState has outlived its usefulness. |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Chris Lattner | New testcase for critical 1.3 feature |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Reid Spencer | First version of a manual page for the llvmc compiler... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Alkis Evlogimenos | Split assertion to two in order to give better assertio... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Chris Lattner | Now without stinky dos newlines! |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Chris Lattner | Changes commited for Nate Begeman: |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Brian Gaeke | Update the To-Do list according to my notes + assertions |
commit | commitdiff | tree | snapshot |
2004-08-05 |
John Criswell | Added Louis Gerbarg. Louis is given credit in the... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Chris Lattner | More prominantly mention ppc support, more accurately... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Misha Brukman | * Mention PowerPC as new feature, and experimental... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
John Criswell | Add additional copyright notice for the PowerPC backend. |
commit | commitdiff | tree | snapshot |
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 |
next |