Age | Commit message (Expand) | Author |
2004-07-21 | Linearscan is no longer experimental. | Alkis Evlogimenos |
2004-07-21 | Add capability to remove aliasing aliassets from an AST | Chris Lattner |
2004-07-21 | Make the AST interface a bit richer by returning whether an insertion caused | Chris Lattner |
2004-07-21 | Remove special casing of pointers and treat them generically as integers of | Chris Lattner |
2004-07-21 | Do not ignore casts unless they are pointer-pointer casts. This caused us | Chris Lattner |
2004-07-21 | Solaris hack for isinf() | Brian Gaeke |
2004-07-21 | Emit NaNs and INFs bit-identically to the bytecode file, if the system has | Brian Gaeke |
2004-07-21 | Add platform-independent wrapper function for isinf(). | Brian Gaeke |
2004-07-20 | Shorts are aligned to 2 bytes, bools to 1 byte (in structs). | Misha Brukman |
2004-07-20 | Treat external variables similarly to those with weak linkage: load indirect. | Misha Brukman |
2004-07-20 | Differentiate between global and weak symbol loads | Misha Brukman |
2004-07-20 | * Differentiate between global and weak symbol loads | Misha Brukman |
2004-07-20 | Differentiate between global and weak symbol loads | Misha Brukman |
2004-07-20 | Double alignment in structs is 4 bytes, not 8. Patch by Nate Begeman. | Misha Brukman |
2004-07-20 | Add function to clear all virtual->physical mappings but not assigned | Alkis Evlogimenos |
2004-07-20 | Remove unneeded functor. LiveInterval has a < operator. | Alkis Evlogimenos |
2004-07-20 | Fix a serious code pessimization problem. If an inlined function has a single | Chris Lattner |
2004-07-20 | Implement Transforms/InstCombine/IntPtrCast.ll | Chris Lattner |
2004-07-20 | Ignore instructions that are in trivially dead functions. This allows us | Chris Lattner |
2004-07-20 | Fix stack frame layout in prologue/epilogue. Patch courtesy of Nate Begeman. | Misha Brukman |
2004-07-20 | Implement InstCombine/GEPIdxCanon.ll | Chris Lattner |
2004-07-20 | Implement SimplifyCFG/BrUnwind.ll | Chris Lattner |
2004-07-20 | Move handing of GlobalValues from getReg() to copyConstantToRegister(), this | Misha Brukman |
2004-07-20 | Rewrite cast->cast elimination code completely based on the information we | Chris Lattner |
2004-07-20 | * Fn args passed in registers are now recorded as used by the call instruction | Misha Brukman |
2004-07-20 | * cFP class split into cFP32 and cFP64 | Misha Brukman |
2004-07-19 | While I'm at it, don't break codegen of mul by 3,5,9. | Chris Lattner |
2004-07-19 | Generate better code for multiplies by negative constants like -4, -1, -9, etc. | Chris Lattner |
2004-07-19 | Remove dead code. | Alkis Evlogimenos |
2004-07-19 | Fix a bug that occurs when the last instruction in a range is dead | Chris Lattner |
2004-07-19 | When joining intervals, join intervals in deeply nested loops first. This | Chris Lattner |
2004-07-19 | Split joinIntervals into two methods | Chris Lattner |
2004-07-19 | bug 122: | Reid Spencer |
2004-07-19 | Inline 4 methods | Chris Lattner |
2004-07-19 | There is no need to store the MBB along with the MI any more, we can now | Chris Lattner |
2004-07-19 | Simplify the interface to LiveVariables::addVirtualRegister(Killed|Dead) | Chris Lattner |
2004-07-19 | Remove the DefBlock element of VarInfo. DefBlock is always DefInst->getParent() | Chris Lattner |
2004-07-19 | Err, fix last checkin | Chris Lattner |
2004-07-19 | Fix bugpoint miscompilation support on OS/X | Chris Lattner |
2004-07-19 | Two changes, both very significant: | Chris Lattner |
2004-07-19 | See comments. The live intervals were not coming out of the spiller in sorted | Chris Lattner |
2004-07-19 | Fix assertion to not dereference end! | Chris Lattner |
2004-07-19 | Add some asserts that the list of intervals returned by addIntervalsForSpills | Chris Lattner |
2004-07-19 | remove the mbbi2mbbMap_, which was just keeping track of mbb order anyway. | Chris Lattner |
2004-07-19 | fill comment to 80 cols | Chris Lattner |
2004-07-19 | classof implementations are now inlined | Chris Lattner |
2004-07-19 | Method now returns null, dtor is inlined | Chris Lattner |
2004-07-18 | A description of what this library is about, reference to the documentation | Reid Spencer |
2004-07-18 | Initiali Makefile for this library. | Reid Spencer |
2004-07-18 | Add a workaround for a GCC 3.3.2 bug | Chris Lattner |