2004-10-14 |
Misha Brukman | * Include the real (generated) version of getBinaryCode... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | * Make a PPC32-specific code emitter because we have... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Tanya Lattner | Checking in code that works on my simple test case... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | There is only one field in an instruction, and that... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | PowerPC instruction definitions use LittleEndian-style... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | Add isLittleEndianEncoding to InstrInfo class, defaults... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | * Factor out (into new fn) a loop emitting operand... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | * Add option to read isLittleEndianEncoding for InstrIn... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Chris Lattner | When converting phi nodes into select instructions... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Chris Lattner | When converting phi nodes into select instructions... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Reid Spencer | Allow this file to compile on Darwin. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Reid Spencer | Use __MINGW instead of __MING. Patch contributed by... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Reid Spencer | Get proper BSD #includes for MappedFile implementation. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Reid Spencer | Implementation of MappedFile for Win32. Patch provided... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Chris Lattner | Today is not my day. Fix broken # |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Chris Lattner | unbreak previous checkin :( |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Chris Lattner | Add back a missing paren |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Chris Lattner | Fit to 80 cols |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Chris Lattner | Wrap to 80 cols, delete some seriously old debugging... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Chris Lattner | Fit in 80 columns |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Chris Lattner | Patch to make VS happier, thanks to Morten Ofstad for... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Chris Lattner | Use explicit std:: qualification to avoid relying on... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Chris Lattner | Get rid of template templates that were preventing... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Reid Spencer | Changes for automake. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Reid Spencer | Set up BUILD_MODE based on the configuration so the... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Reid Spencer | Updates for changes in Makefile rules. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Reid Spencer | Update to reflect changes in Makefile rules. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Reid Spencer | Get rid of the horrendous FIND_PATH macro, have libs... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Chris Lattner | Update doco, make doxygen more, use standard dividers. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Misha Brukman | Save Reid's notes from bugzilla on the proper procedure... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Reid Spencer | Resolution to PR451. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Reid Spencer | Changes for libtool 1.5.10 |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Reid Spencer | Update for libtool 1.5.10 |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Reid Spencer | Harden the version requirements to the set that actuall... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Misha Brukman | Fix file comment header |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Misha Brukman | On second thought, OpaqueType is not really a good... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Misha Brukman | No space allowed between \ and end-of-line |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Misha Brukman | Wrap lines at 80 cols |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Chris Lattner | Add comment |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Misha Brukman | Opaque types are considered to be first-class. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Chris Lattner | Minor cleanups: |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Chris Lattner | Don't emit the method into the llvm namespace, let... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Chris Lattner | Add std:: prefix for compilers without correct koenig... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Chris Lattner | Transform memmove -> memcpy when the source is obviousl... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Chris Lattner | New testcase for memmove -> memcpy transform |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Chris Lattner | Right, calls have Operand#0 == the called function... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Chris Lattner | Minor tweaks |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Chris Lattner | New header. Classes can be added as needed. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Chris Lattner | Implement a new method |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Chris Lattner | This nutty patch has been in my tree since before 1... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Chris Lattner | Fix a REALLY obscure bug in my previous checkin, which... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Chris Lattner | Handle a common case more carefully. In particular... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Chris Lattner | Allow creation of GEP constantexprs with a vector of... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Chris Lattner | Implement remove/eraseFromParent methods |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Chris Lattner | Add long overdue methods |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Chris Lattner | Make this build |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Chris Lattner | Reenable the transform, turning X/-10 < 1 into X > -10 |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Chris Lattner | Fix a warning that is emitted on the suns |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Chris Lattner | This patch implements two things (sorry). |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Chris Lattner | This testcase ensures that we can SRA a global even... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Chris Lattner | These testcases check to see if we can promote malloc... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Chris Lattner | Don't miss global optimizations because we run before... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Chris Lattner | Fix SingleSource/Benchmarks/McGill/chomp |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Chris Lattner | If we are trying to create a ConstantExpr cast that... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Misha Brukman | Fix grammar |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Misha Brukman | Remove exhuberant-style comments which remained from... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Misha Brukman | Fix file header comment; remove sample project (extra... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Misha Brukman | Fix file header comment |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Misha Brukman | ModuloScheduling has moved to lib/Target/SparcV9 |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Misha Brukman | Add ModuloScheduling to the recursive build tree |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Misha Brukman | Adjust header file inclusion due to move |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Misha Brukman | Adjust comment header and paths to refect move |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Misha Brukman | ModuloScheduling moved to lib/Target/SparcV9 as it... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Chris Lattner | Just because we cannot completely eliminate all uses... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Chris Lattner | Another testcase. We should be able to devirtualize... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Reid Spencer | Reorganize FINDLIBS to make most comment libs searched... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Reid Spencer | Initial version of automake Makefile.am file. |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Reid Spencer | Add the new InstrSched directory. |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Reid Spencer | Fix named of a library. |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Tanya Lattner | Added debug information. Fixed several bugs in the... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Reid Spencer | Initial version of automake Makefile.am file. |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Reid Spencer | Initial version of automake Makefile.am file. |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Reid Spencer | Build both archive and relinked objects |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Reid Spencer | Directory changes |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Reid Spencer | A configure script to configure LLVM for compilation... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Reid Spencer | Initial version of common automake Rules for LLVM |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Reid Spencer | Initial version of automake Makefile.am file. |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Reid Spencer | Remove the InstrSched directory (moved to SparcV9) |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Reid Spencer | Directory no long exists (moved to Targets/SparcV9). |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Reid Spencer | Initial version of automake Makefile.am file. |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Brian Gaeke | Fix assertion failure when calling or returning from... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Brian Gaeke | Implement eliminateCallFramePseudoInstr(). |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Brian Gaeke | Model calls as *both* using *and* killing O0..O5, becau... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Brian Gaeke | Fix whitespace and wrap some long lines. |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Reid Spencer | Top level makefile for building LLVM with automake. |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Reid Spencer | Ensure timestamp on saved contents of configure.ac... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Chris Lattner | Fix 2004-10-10-CastStoreOnce.llx, by adjusting types... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Chris Lattner | New testcase that crashes -globalopt. I found this... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Chris Lattner | Implement GlobalOpt/deadglobal-2.llx, deletion of globa... |
commit | commitdiff | tree | snapshot |
next |