2004-11-18 |
Chris Lattner | remove debugging code |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Tanya Lattner | Fixed to fit in 80 columns. |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Reid Spencer | Add notes about makefile changes and llvm-ar. |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Tanya Lattner | Adding option to llc for ModuloScheduling. By default... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Chris Lattner | These methods are inlined |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Chris Lattner | Update comments, now that CPR's are gone, inline the... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Chris Lattner | Check in hook that I forgot |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Reid Spencer | Fix PR456:\ |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Reid Spencer | Include ltdl.h if we have it. |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Reid Spencer | Add checks for HAVE_LTDL_H and HAVE_LT_DLOPEN |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Reid Spencer | Changes for testing presence of ltdl.h and lt_dlopen... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Brian Gaeke | Rewrite LoadArgumentsToVirtualRegs, making it match... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Brian Gaeke | Update current expected failures list - expand it to... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Nate Begeman | Eliminate another common source of moves that the regis... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Nate Begeman | When accessing the base register for global variables... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Chris Lattner | * There is no reason for SpillWeights to be an instance var |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Chris Lattner | There is no need to check to see if j overflowed in... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Chris Lattner | Moderate head scratching reveals that this conditional... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Nate Begeman | Clean up and fix cast codegen by removing cases that... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Reid Spencer | Dynamic Library abstraction. This makes the abstraction... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Reid Spencer | Dynamic Library abstraction. This makes the abstraction... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Chris Lattner | Fix a couple of bugs where we considered physregs past... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Chris Lattner | Fix typeo |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Chris Lattner | Start using the iterators in the fixed_ intervals to... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Chris Lattner | Take another .7 seconds off of linear scan time. |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Chris Lattner | Add a counter for the number of times linscan has to... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Chris Lattner | Add ability to give hints to the overlaps routines. |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Chris Lattner | * Improve comments/documentation substantially |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Chris Lattner | Add new advanceTo method |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Chris Lattner | Fix a minor bug in expiredAt. endNumber() is the first... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Chris Lattner | Rename some methods, use 'begin' instead of 'start... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Brian Gaeke | Allocate fewer registers and tighten up alignment restr... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Brian Gaeke | Update to-do list. |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Brian Gaeke | Update list of failing SingleSource Benchmarks |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Brian Gaeke | We were (somehow) getting the wrong branch opcode for... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Alkis Evlogimenos | Make ReturnInst accept a value of type void as the... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Reid Spencer | Add a standards section. |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Reid Spencer | Fix PR458: |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Reid Spencer | Fix some things for Mac OSX archives: |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Reid Spencer | Make sure we parse bytecode with a module identifier... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Chris Lattner | Make this more accurate |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Chris Lattner | New prototype for lowerpacked pass. |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Chris Lattner | Generalize this code to turn any cast-to-first-element... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Chris Lattner | Simplify conditional and fix LICM/2004-11-17-UndefIndex... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Chris Lattner | New testcase that crashes licm |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Chris Lattner | -disable-opt is not -O0, it's okay for it to disable... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Reid Spencer | Adjust long file name writing to match BSD 4.4 and... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Reid Spencer | Despite documentation to the contrary, Mac OSX and... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Tanya Lattner | Added my own defMap. Only saving values that are not... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | Minor cleanup and speedup. This reduces link-time... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | Make this function work with non-abstract types. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | Don't increment a dead iterator |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | Even with -disable-opt we should still internalize... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | Fix a major bug in the signed shr code, which apparentl... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | * Use low-level unix I/O interface since we're on Unix. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | Simplify the remapper by only needing one map, since... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Make the comment for LinkFiles a bit more precise and... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | New testcase for recent patch to SCCP, thanks to Nate... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | Do not delete dead invoke instructions! |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Misha Brukman | Erase non-applicable Unix comment, this is Win32 |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Brian Gaeke | Update list of failing benchmarks |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Brian Gaeke | Correct the implicit-defs information for indirect... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | Take advantage of the fact that we are allowed to clobb... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Fix typeo in comment. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Remove useless #include. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Simplify code. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Standardize on 'class' instead of 'struct'. Gets rid... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Remove dupliate buid of Signals.cpp |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Brian Gaeke | Give a better message for a common assertion failure. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Add a comment to some code that at first glance just... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Per code review:\ |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Per code review:\ |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Per code review:\ |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Per code review:\ |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Per code review:\ |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | The second arg may be clobbered by this function |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | Document this as clobbering the second arg, make the... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Per code review: \ |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Per code review: \ |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Per code review:\ |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | use an autoptr |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | Make this code not depend on LinkModules leaving the... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Per code review: |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Per code review: |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Reid Spencer | Per code review: |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | Simplify namespaces |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | Remove a dead function, which died when we got GAS... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | Implement a simple FIXME: if we are emitting a basic... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Chris Lattner | * Merge some win32 ifdefs together |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Misha Brukman | * Change test/projects => projects/llvm-test |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Chris Lattner | Add an accessor |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Chris Lattner | Now that we have ghost linkage, we can force resolution... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Chris Lattner | There is no reason to try to materialize the function... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Chris Lattner | Add debug-only=jit printout, so we see when lazily... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Chris Lattner | Simplify and rearrange long shift code |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Chris Lattner | Update to reflect recent change |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Chris Lattner | Do not emit FunctionBlock blocks for external functions... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Chris Lattner | Use a per-function flag bit to indicate whether or... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Chris Lattner | Disable this change, it was premature |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Chris Lattner | Make *SURE* to null out the pointer before throwing... |
commit | commitdiff | tree | snapshot |
next |