2004-11-24 |
Chris Lattner | Calls do not need a MovPCtoLR instruction |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Chris Lattner | Get constant pools working. This fixes even more progr... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Tanya Lattner | Forced branches to be first to be scheduled. |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Chris Lattner | Rewrite branches more closely to correct. This makes... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Chris Lattner | Branch instructions explicitly represent CRx in them... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Nate Begeman | Fix encoding of bctrl, and remove some unused instructions |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Reid Spencer | Make sure additional C++ suffixes are recognized by... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Reid Spencer | Add the configurable configuration files for llvmc. |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Reid Spencer | * Adjust the options to make them either accept multipl... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Reid Spencer | * Don't pass empty arguments to ExecuteAndWait because... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Reid Spencer | Configuration data now supports a vector of library... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Reid Spencer | Add the c and cpp configuration files. |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Reid Spencer | Removed in favor of configurable (*.in) versions. |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Reid Spencer | Make various adjustments to parsing so that the separat... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Reid Spencer | SPACE is a legitimate token now, to separate option... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Reid Spencer | Handle space, separators, bad substitutions, and librar... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Reid Spencer | Configurable language configuration files. |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Reid Spencer | Allow reading of member names that begin with an _... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Fix encoding of blr and bctr |
commit | commitdiff | tree | snapshot |
2004-11-23 |
John Criswell | Added remark about GCC 3.2.2. Someone with more knowle... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Nate Begeman | Use the correct register class as a constaint to gcc... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Nate Begeman | Save/Restore arg regs and nonvolatile regs the compiler... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Fix the encoding of OR, AND and many other instructions |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Brian Gaeke | Support shr long/ulong. |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Brian Gaeke | Support printing ConstantAggregateZeros. |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Brian Gaeke | Update failing SingleSource test-case list. |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Remove argtype and argcount magic, which was used by... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Get rid of flags that are dead |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Misha Brukman | We also provide a source distribution of the GCC front-end |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Fix encoding of rlwinm? |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Fix encodings |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Enumerate CR registers |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Initial implementation of exiting CompilationCallback |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | This method is dead |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Remove this method. |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Reid Spencer | Make sure the timing output is also sent to the log... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Squelch a bogus warning |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Squelch a bogus warning. |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Nate Begeman | Don't return value from void function. This is only... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Brian Gaeke | pseudocode for 64-bit lshr. |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Fix a minor bug |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Be really paranoid about not breaking stuff yet |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Implement the first hunk of CompilationCallback. The... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Change formats, as suggested by Duraid |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Brian Gaeke | Add more known-failing tests. |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Brian Gaeke | Add the rest of the logical instructions. |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Implement the stub needed to get into compilation callback. |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Simplify code a bit |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Initial implementation of the JIT interfaces. Relocati... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Emit relocations for the global variable using instruct... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Reid Spencer | Allow configuration files to be themselves configured... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Implement all of the methods |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Initial checkin of the 32-bit PPC relocation types |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Move JITInfo from PPCTM to PPC32TM |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | Do not provide the non-specialized PowerPCJITInfo objec... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Chris Lattner | LA is really addi. Be consistent with operand ordering... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Tanya Lattner | Changed the CreateCodeToLoadConst function to preserve... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Remove some dead code |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Comment out a couple of unused instructions. |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Do not push two return addresses on the stack when... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Add a note about the JIT changes. |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Rename Emitter.cpp -> JITEmitter.cpp |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Fix the FIXME, nuke the JIT specific forceCompilationOf... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Disable this. |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | These methods are obsolete |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | These methods are now obsolete |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | This chunk of code needs to be rewritten |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Remove some dead vars and some useless namespacification |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Implement a disgusting hack to work around broken machi... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Tanya Lattner | Fixed a bug where I was trying to ModuloSchedule a... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Remove JIT-specific code from the code emitter. |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | New methods implemented |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Implement the Sparc JIT interfaces, including relocatio... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Exit only with a value from 0-255. |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | %p is expanded by dejagnu, avoid it in the test. |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Pull out failing test into a seperate file, which is... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | This was fixed |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Fix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.c |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | These tests really are failing, do not let them acciden... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Don't stop make if there are XFAIL or XPASSes |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Reid Spencer | Add a note about the name change of libraries. |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Tanya Lattner | Moved dejagnu log link to the template. |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Do not count debugger intrinsics in size estimation. |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Ignore debugger intrinsics when doing inlining size... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Do not consider debug intrinsics in the size computatio... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Add a new debug intrinsic parent class. Patch contribu... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
John Criswell | Fixed typo. |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Tanya Lattner | Changed to catch stderror of dejagnu and fixed missing... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | This is the proper code for this method, thanks to... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
John Criswell | Moved into the poolalloc tree. |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Reid Spencer | Implement a missing function called by JIT/Emitter... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Brian Gaeke | Add stub method for long shift codegen. |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Brian Gaeke | Update to-do list. |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Support targets that require stubs for external functio... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Reid Spencer | Fix a comment to imply the correct semantics. |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Reid Spencer | Make sure output goes in the temporary/output directory. |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Chris Lattner | Initial checkin of the V9 relocation types |
commit | commitdiff | tree | snapshot |
2004-11-21 |
Reid Spencer | * Undo previous commit that breaks the test. |
commit | commitdiff | tree | snapshot |
2004-11-21 |
Reid Spencer | * Undo previous commit that breaks the test. |
commit | commitdiff | tree | snapshot |
2004-11-21 |
Reid Spencer | First version of manual page for llvm-ld. |
commit | commitdiff | tree | snapshot |
next |