2004-10-15 |
Chris Lattner | Fix broken links |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Chris Lattner | Instruction select globals with offsets better. For... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Chris Lattner | Give the X86 JIT the ability to encode global+disp... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Chris Lattner | Give the X86 asm printer the ability to print out addre... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Chris Lattner | Allow X86 addressing modes to represent globals with... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Chris Lattner | Allow machine operands to represent global variables... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Chris Lattner | This patch fixes the nasty bug that caused 175.vpr... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Chris Lattner | This patch adds and improves debugging output. No... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Nate Begeman | Better codegen of binary integer ops with 32 bit immedi... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | The field is called `imm22', not simply `imm' |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | Synthetic instructions RET and RETL need to have all... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | Class F2_1 already inherits the imm22 field from class F2 |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | Generate the SparcV8 code emitter from .td files |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | * In the F3_1 class, default asi to 0 because it's... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | * We don't use the ENABLE_*_JIT flags in the source... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Chris Lattner | Fix a bug John tracked down in libstdc++ where we were... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Brian Gaeke | Add FSTOI, FDTOI (fp to integer cast) instructions. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Brian Gaeke | Rewrite emitCastOperation, refactoring parts of it... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Brian Gaeke | Add list of libc procedures we'll use, at some point. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | Use the shared Makefile.JIT for JIT-enablement, which... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | Use the shared Makefile.JIT for JIT-enablement |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | Add Makefile.JIT to the list of Makefiles transferred... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | Transfer Makefile.JIT into the build tree for JIT-enabl... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | Since several tools and examples want JIT support,... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | Convert tabs to spaces |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Chris Lattner | Make sure any client of Dominators.h links in Dominator... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Chris Lattner | Make sure any client of Dominators.h links in Dominator... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Chris Lattner | Do not use the same variable name for two different... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Chris Lattner | Remove unneeded typedef, patch by Morten Ofstad |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | * Claim to support machine code emission - return false... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Misha Brukman | Enable the PowerPC JIT by compiling powerpc.o library... |
commit | commitdiff | tree | snapshot |
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 |
next |