2004-11-27 |
Nate Begeman | Remove the ISel->AsmPrinter link via the TargetMachine... |
commit | commitdiff | tree | snapshot |
2004-11-26 |
Chris Lattner | Add a new interface |
commit | commitdiff | tree | snapshot |
2004-11-26 |
Chris Lattner | Provide size information when checking to see if we... |
commit | commitdiff | tree | snapshot |
2004-11-26 |
Chris Lattner | When evaluating an AA, pass in size info |
commit | commitdiff | tree | snapshot |
2004-11-26 |
Chris Lattner | There is no reason to store <x,x>, just store <x>. |
commit | commitdiff | tree | snapshot |
2004-11-26 |
Chris Lattner | The trick with globals actually works with allocas... |
commit | commitdiff | tree | snapshot |
2004-11-26 |
Chris Lattner | A store or load cannot alias a global if the accessed... |
commit | commitdiff | tree | snapshot |
2004-11-26 |
Chris Lattner | new testcase basicaa should handle |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Indicate that PR427 won't be fixed. |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | * Add features I implemented this release. |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Add LLVMbzip2 library, now required. |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Always pass -D_GNU_SOURCE to cc1plus |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Always pass -D_GNU_SOURCE to cc1 |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Add bzip2 subdirectory |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Remove zlib support in favor of our own bzip2 library |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Adjust to Compressor interface change |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Restrict the interface to not allow algorithm selection |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Add some instructions about ranlib'ing the CFE runtime... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Revise to LLVM makefile standards. |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Initial Version from bzip2 Release 1.0.2. |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Correct the configuration variable used to find the... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Implement dependent library linking. It is no longer... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Reid Spencer | Remove blank comment lines for uniformity. |
commit | commitdiff | tree | snapshot |
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 |
next |