2004-07-22 |
Chris Lattner | Remove some (LARGE) abandoned code for the release... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | Make linear scan the default |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Misha Brukman | * Change bool from cInt to cByte (for now) |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Alkis Evlogimenos | Put variable name to a separate line. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Misha Brukman | Fix indentation and wrap code at 80 cols |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Alkis Evlogimenos | Sorting is now handled by both linearscan and iterative... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Alkis Evlogimenos | Fit to 80 columns. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | Remove redundant SCCP pass |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Alkis Evlogimenos | Some compile time improvements resulting in a 1sec... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | New prototype |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | This is a trivial dead store elimination pass. It... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | Trivial testcase for dse |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | Clean up reference counting to stop "leaking" alias... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | Remove extraneous punctuation |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | Update GC intrinsics to take a pointer to the object... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | Updates to gc intrinsics, contributed by Tobias Nurmiranta |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | Update documentation for gc intrinsics change. Contrib... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | Update gc intrinsics to take pointer to object as well... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Alkis Evlogimenos | Use reverse iterators when updating the vector, since... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | That funny 2-address lowering pass can also cause multi... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Chris Lattner | Fix cases where we generated horrible code like this: |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Brian Gaeke | These files don't need to include <iostream> since... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Brian Gaeke | Include <iostream> here, because most people using... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Misha Brukman | * Add the lost fix to define the second reg of a 2... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Misha Brukman | * Speed up canUseAsImmediateForOpcode() by comparing... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Chris Lattner | * Further cleanup. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Misha Brukman | * Fix printing of signed immediate values (Nate Begeman) |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Misha Brukman | * Fix printing of signed immediate values |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Chris Lattner | Make cast-cast code a bit more defensive |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Misha Brukman | Use addSImm() instead of addImm() for stack offsets... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Misha Brukman | Reid doesn't need a definite article in front of his... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Misha Brukman | Delete extra space; add <p> tags around text within... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Alkis Evlogimenos | Fix analysis name. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Misha Brukman | Add SUBI instruction |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Misha Brukman | Fix spelling of `iterative scan' |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Misha Brukman | * Uncomment rule for location of LLI (formerly commente... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Alkis Evlogimenos | Clear spilled list at once. Remove unused vector. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Alkis Evlogimenos | Change std::list into a std::vector for IntervalSets... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Alkis Evlogimenos | Add greater_ptr functor. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Alkis Evlogimenos | Improve file comment. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Alkis Evlogimenos | Add Iterative scan register allocator. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Alkis Evlogimenos | Linearscan is no longer experimental. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Chris Lattner | Add capability to remove aliasing aliassets from an AST |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Chris Lattner | Add a bunch of new functionality, primarily to do with... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Chris Lattner | Make the AST interface a bit richer by returning whethe... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Chris Lattner | Remove special casing of pointers and treat them generi... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Chris Lattner | Do not ignore casts unless they are pointer-pointer... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Brian Gaeke | Regenerated using autoconf-2.57. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Brian Gaeke | Add AC_MSG_CHECKING and AC_MSG_RESULT statements which... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Brian Gaeke | Regenerated with autoconf/autoheader 2.57 |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Brian Gaeke | Solaris hack for isinf() |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Brian Gaeke | Add check for finite(). Solaris doesn't have isinf... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Brian Gaeke | Emit NaNs and INFs bit-identically to the bytecode... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Brian Gaeke | Add prototypes for platform-independent wrappers for... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Brian Gaeke | Regenerated with autoheader-2.57. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Brian Gaeke | Add call to check for isinf(). |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Brian Gaeke | Add support for checking for isinf(). |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Brian Gaeke | Regenerated with autoconf-2.57. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Brian Gaeke | Add platform-independent wrapper function for isinf(). |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Brian Gaeke | Move LLVM tool definitions to Makefile.rules |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | Shorts are aligned to 2 bytes, bools to 1 byte (in... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | Treat external variables similarly to those with weak... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | Refer would-be llvm-gcc source users/hackers to the... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | Use C++-style <cstdio> instead of C-style <stdio.h> |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | Differentiate between global and weak symbol loads |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | * Differentiate between global and weak symbol loads |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | Differentiate between global and weak symbol loads |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | Double alignment in structs is 4 bytes, not 8. Patch... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Alkis Evlogimenos | Add function to clear all virtual->physical mappings... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Alkis Evlogimenos | Remove unneeded functor. LiveInterval has a < operator. |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Chris Lattner | Fix a serious code pessimization problem. If an inline... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Chris Lattner | Implement Transforms/InstCombine/IntPtrCast.ll |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Chris Lattner | Ignore instructions that are in trivially dead function... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | Fix stack frame layout in prologue/epilogue. Patch... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | Dump the old-fashioned C-style <ctype.h> in favor of... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Chris Lattner | Implement InstCombine/GEPIdxCanon.ll |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Chris Lattner | New testcase that instcombine should help out with. |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Chris Lattner | Implement SimplifyCFG/BrUnwind.ll |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Chris Lattner | test that unconditional branches to unwinds are always... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | Move handing of GlobalValues from getReg() to copyConst... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Chris Lattner | Rewrite cast->cast elimination code completely based... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Chris Lattner | Testcases missed by the instruction combiner |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | isupper() and tolower() are declared in <ctype.h> |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | * Fn args passed in registers are now recorded as used... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | * cFP class split into cFP32 and cFP64 |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | While I'm at it, don't break codegen of mul by 3,5,9. |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Generate better code for multiplies by negative constan... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Alkis Evlogimenos | Remove dead code. |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Misha Brukman | Tabs to spaces. |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Misha Brukman | Convert tabs to spaces; fix name of function in assert... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Fix broken link |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Just run 'make', not all-gcc |
commit | commitdiff | tree | snapshot |
2004-07-19 |
John Criswell | Added support for stdint.h. It is now automatically... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Fix a bug that occurs when the last instruction in... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | When joining intervals, join intervals in deeply nested... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Split joinIntervals into two methods |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Fix comment |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
next |