- 5de946f Bug fixed by Chris Lattner · 22 years ago
- 306acee The GCC problem is not specific to suse by Chris Lattner · 22 years ago
- 3324e71 Fix PR194 by Chris Lattner · 22 years ago
- 3615845 Really release memory used by functions. Patch by Chris. by Misha Brukman · 22 years ago
- 38847d5 Fix the URL to check the referrer for CSS conformity. by Misha Brukman · 22 years ago
- 4de1fef Remove verifyIntervals() since it doesn't actually work right now. by Alkis Evlogimenos · 22 years ago
- 6b4edba Change weight into a float so that we can take into account the by Alkis Evlogimenos · 22 years ago
- 595bb97 New testcase for PR194 by Chris Lattner · 22 years ago
- 0ef76ca Move FP_REG_KILL closer to the return instruction. by Alkis Evlogimenos · 22 years ago
- 169cfd0 Add support for inactive intervals. This effectively reuses registers by Alkis Evlogimenos · 22 years ago
- 1118d0f Fix PR#193. by John Criswell · 22 years ago
- 3e58e48 Fix help string for --enable-spec2000 option by Alkis Evlogimenos · 22 years ago
- 9abc817 Move FP_REG_KILL closer to the actual branch instruction. by Alkis Evlogimenos · 22 years ago
- e0bb3e7 Remove floating point killer pass. This is now implemented in the by Alkis Evlogimenos · 22 years ago
- ef56a19 Another day, another bug by Chris Lattner · 22 years ago
- 16c45e9 Add a new target-independent machine code freeing pass by Chris Lattner · 22 years ago
- 655239c Finally, _actually delete the machine code_ for a function, after it has by Chris Lattner · 22 years ago
- 028565b This should not be needed anymore by Chris Lattner · 22 years ago
- 3e200e6 Rearrange code, indent for the namespace, add the createMachineFunctionPrinterPass by Chris Lattner · 22 years ago
- 9068574 Fix memory leak in the stackifier, due to the machinebasicblocks not holding by Chris Lattner · 22 years ago
- f2e49d4 Finegrainify namespacification Minor cleanups to killer pass by Chris Lattner · 22 years ago
- 583b9d8 Hoist some sparc specific code into the sparc target by Chris Lattner · 22 years ago
- 07f32d4 * Finegrainify namespacification by Chris Lattner · 22 years ago
- 73c1366 Remove sparc specific passes from public headers by Chris Lattner · 22 years ago
- 6183882 Remove a horrible API by Chris Lattner · 22 years ago
- e29ac16 PR135 is now finally fixed by Chris Lattner · 22 years ago
- c07ed13 Implement PR135, lazy emission of global variables by Chris Lattner · 22 years ago
- 1514b5b Cleanups to implement PR135 by Chris Lattner · 22 years ago
- 24b0a18 Simple refactorings to prepare for lazy global emission by Chris Lattner · 22 years ago
- 3ddc05b Simple refactorings to prepare for lazy global emission by Chris Lattner · 22 years ago
- 2828970 A minor cleanup for better encapsulation by Chris Lattner · 22 years ago
- 4d326fa Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the by Chris Lattner · 22 years ago
- 61612df Update for changes in the JIT by Chris Lattner · 22 years ago
- 1e60a91 Rip JIT specific stuff out of TargetMachine, as per PR176 by Chris Lattner · 22 years ago
- 370e809 Eliminate a spurious warning by Chris Lattner · 22 years ago
- bd1a90e Fix ADCE/2003-12-19-MergeReturn.llx by Chris Lattner · 22 years ago
- 7fe1786 New testcase for missed optimization by Chris Lattner · 22 years ago
- 539ca70 Expand on the AliasSetTracker a bit, so I can remember this next time I come back to it. :) by Chris Lattner · 22 years ago
- a3df8a9 Remove the wierd "Operands" loop, by traversing basicblocks in reverse order by Chris Lattner · 22 years ago
- 86f3dda Add support for people calling main recursively by Chris Lattner · 22 years ago
- e4365b2 Implement LICM/sink_multiple.ll, by sinking all possible instructions in the by Chris Lattner · 22 years ago
- bb8d661 New testcase by Chris Lattner · 22 years ago
- 9e25906 Turn QOI section into CQ section (QUI can be added later if needed) Add PR187 by Chris Lattner · 22 years ago
- 0f98e75 Generalize a special case to fix PR187 by Chris Lattner · 22 years ago
- 60921c9 Factor code out into the Utils library by Chris Lattner · 22 years ago
- abbc2dd Add new function by Chris Lattner · 22 years ago
- bb0aca5 If -enable-linscan is specified, add ENABLE_LINEARSCAN=1 to the make commandline by Chris Lattner · 22 years ago
- 8ffc66d Update template by Chris Lattner · 22 years ago
- 4c08086 Remove TwoAddressInstruction from the public headers and add an ID by Alkis Evlogimenos · 22 years ago
- 78cb3f2 Add install target for libraries. by Brian Gaeke · 22 years ago
- 5e46b51 Prune some #includes Add a statistic for # reloads by Chris Lattner · 22 years ago
- 47df12d Reverted back to previous revision - this was previously merged by John Criswell · 22 years ago
- d000e1d Merged in RELEASE_11. by John Criswell · 22 years ago
- a71e05a Modify linear scan register allocator to use the two-address by Alkis Evlogimenos · 22 years ago
- a3d0e5c Fix bug in reserved registers. DH actually aliases DX and EDX which by Alkis Evlogimenos · 22 years ago
- 9af9dbd Modify local register allocator to use the two-address instruction pass. by Alkis Evlogimenos · 22 years ago
- 71499de Add TwoAddressInstructionPass to handle instructions that have two or by Alkis Evlogimenos · 22 years ago
- 485ec3c Rename LiveIntervals::expired() to LiveIntervals::expiredAt(). by Alkis Evlogimenos · 22 years ago
- 43f692f When a variable is killed and redifined in a basic block only one by Alkis Evlogimenos · 22 years ago
- dd2cc65 Handle multiple virtual register definitions gracefully. by Alkis Evlogimenos · 22 years ago
- 5b7142a add boog by Chris Lattner · 22 years ago
- ba7df4c When we delete instructions from the loop, make sure to remove them from the by Chris Lattner · 22 years ago
- 2cffeec Add a new AliassetTracker::remove method. Because we need to be able to remove by Chris Lattner · 22 years ago
- 45ab10c Check in patch that Reid submitted by Chris Lattner · 22 years ago
- e12e5f3 Fix the links to match our 'llvm' namespace in doxygen-generated docs. by Misha Brukman · 22 years ago
- 97f9cf2 * Converted C-style comments to C++ by Misha Brukman · 22 years ago
- 3d0ad41 Reordered #includes. by Misha Brukman · 22 years ago
- c3402cd Doxygenified some comments, reduced extraneous space. by Misha Brukman · 22 years ago
- d71295a Reorganized the Sparc backend to be more modular -- each different by Misha Brukman · 22 years ago
- 3e7ada6 Since we are now in the 'llvm' namespace, the mangled C++ name of structs by Misha Brukman · 22 years ago
- 7d2779c Added Stacker to Reid Spencer's list of contributions. by John Criswell · 22 years ago
- 6ca5b8f Make getObjectType() smarter about ranlibbed Mac OS X archives. by Brian Gaeke · 22 years ago
- b49fa61 Disable __attribute__((weak)) on Mac OS X and other lame platforms. by Misha Brukman · 22 years ago
- a28e3ce Add a faq entry for the demo page by Chris Lattner · 22 years ago
- 0f7d2e8 Fix typo in comment. by Brian Gaeke · 22 years ago
- ef1b62b There is no reason to add -load support to LLC by Chris Lattner · 22 years ago
- ad64385 Added info about PR186: weak linkage on memory functions. by Misha Brukman · 22 years ago
- a5df0cd Make all memory functions have weak linkage so that they can be overridden with by Misha Brukman · 22 years ago
- 9e45d2e Fix for PR185 & IndVarsSimplify/2003-12-15-Crash.llx by Chris Lattner · 22 years ago
- 215da0c New testcase, for PR185 by Chris Lattner · 22 years ago
- cfde00b This header is dead by Chris Lattner · 22 years ago
- f6f91bf Change preserve all claim to just preserve live variables and phielimination. by Alkis Evlogimenos · 22 years ago
- d598561 New testcase by Chris Lattner · 22 years ago
- d64152a Refactor code just a little bit, allowing us to implement TailCallElim/return_constant.ll by Chris Lattner · 22 years ago
- 2040d6e new test by Chris Lattner · 22 years ago
- f7a743d Finegrainify namespacification by Chris Lattner · 22 years ago
- 2cdd21c Finegrainify namespacification by Chris Lattner · 22 years ago
- b6d465f Finegrainify namespacification by Chris Lattner · 22 years ago
- 721b4e5 I wonder how this didn't cause any tests to fail... by Alkis Evlogimenos · 22 years ago
- 4d7af65 Change interface of MachineOperand as follows: by Alkis Evlogimenos · 22 years ago
- 97323a4 Change preserve all claim to just preserve live variables and phielimination. by Alkis Evlogimenos · 22 years ago
- b40efb3 Rev the release notes to 1.2 by Chris Lattner · 22 years ago
- 00ad4a2 Do not promote volatile alias sets into registers by Chris Lattner · 22 years ago
- e260924 Finegrainify namespacification by Chris Lattner · 22 years ago
- bb8f476 Add capability to represent volatile AliasSet's by Chris Lattner · 22 years ago
- 15beaf7 Testcase for PR179 by Chris Lattner · 22 years ago
- 94743e4 When reserving a preallocated register spill the aliases of this register too. by Alkis Evlogimenos · 22 years ago
- 4c214d2 Ignore non-allocatable physical registers in live interval analysis. by Alkis Evlogimenos · 22 years ago
- 7d65a12 Expire any active intervals left when register allocation is done. by Alkis Evlogimenos · 22 years ago
- f6e610c Add instruction numbers to debugging output. by Alkis Evlogimenos · 22 years ago