2004-11-25 |
Reid Spencer | Add a convenience target to build all three modes:... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Gack. Actually use the correct variable name in setting... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Nate Begeman | Enable optimization suggested by Chris Lattner to not... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Chris Lattner | The PPC backend is basically stable, and has a JIT... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Chris Lattner | New testcase for PR451 |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Chris Lattner | Fix the build on non ppc machines |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | PR256 fixed. |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Fix the lib/System/platform link by using proper cached... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | For PR256: |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Cache the value of this test. |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Tidy up the indentation. Give the cache variable a... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Eliminate duplicate "checking" message. |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Chris Lattner | The JIT works enough |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Chris Lattner | Fix encoding of fsel, fixing olden/power, McCat/bisort... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Chris Lattner | Fix encoding of fneg instruction |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Chris Lattner | Fix encoding of swari, fixing several programs, includi... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Make the check print something, give the cache var... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Chris Lattner | There is not a 1-1 mappign between llvm blocks and... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Chris Lattner | * Rename existing relocations to be more specific |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Nate Begeman | Add the same optimization that we do loading from fixed... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Chris Lattner | Write CompilationCallback as an explicit assembly stub... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Chris Lattner | When rewriting the original call instruction, make... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Chris Lattner | Force the intregs ptr into R2 and the FPregs ptr into... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Reid Spencer | Implement and document prefix options with arbitrary... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Brian Gaeke | Update list of failing benchmarks. |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Brian Gaeke | Fix bug in emitGEPOperation with large struct-member... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Chris Lattner | Fix a few more tests by encoding the extsb and other... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Chris Lattner | Fix the encoding of ORi and other DForm4 instructions... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Chris Lattner | Loads are relocatable too |
commit | commitdiff | tree | snapshot |
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 |
next |