2003-12-20 |
John Criswell | Fix PR#193. |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Alkis Evlogimenos | Fix help string for --enable-spec2000 option |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Alkis Evlogimenos | Move FP_REG_KILL closer to the actual branch instruction. |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Alkis Evlogimenos | Remove floating point killer pass. This is now implemen... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Another day, another bug |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Add a new target-independent machine code freeing pass |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Finally, _actually delete the machine code_ for a funct... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | This should not be needed anymore |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Rearrange code, indent for the namespace, add the creat... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Fix memory leak in the stackifier, due to the machineba... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Hoist some sparc specific code into the sparc target |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | * Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Remove sparc specific passes from public headers |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Remove a horrible API |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | PR135 is now finally fixed |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Implement PR135, lazy emission of global variables |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Cleanups to implement PR135 |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Simple refactorings to prepare for lazy global emission |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Simple refactorings to prepare for lazy global emission |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | A minor cleanup for better encapsulation |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Cleanup the JIT as per PR176. This renames the VM... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Update for changes in the JIT |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Rip JIT specific stuff out of TargetMachine, as per... |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Chris Lattner | Eliminate a spurious warning |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Chris Lattner | Fix ADCE/2003-12-19-MergeReturn.llx |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Chris Lattner | New testcase for missed optimization |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Chris Lattner | Expand on the AliasSetTracker a bit, so I can remember... |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Chris Lattner | Remove the wierd "Operands" loop, by traversing basicbl... |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Chris Lattner | Add support for people calling main recursively |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Chris Lattner | Implement LICM/sink_multiple.ll, by sinking all possibl... |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Chris Lattner | Turn QOI section into CQ section (QUI can be added... |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Chris Lattner | Generalize a special case to fix PR187 |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Chris Lattner | Factor code out into the Utils library |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Chris Lattner | Add new function |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Chris Lattner | If -enable-linscan is specified, add ENABLE_LINEARSCAN... |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Chris Lattner | Update template |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Alkis Evlogimenos | Remove TwoAddressInstruction from the public headers... |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Brian Gaeke | Add install target for libraries. |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Chris Lattner | Prune some #includes |
commit | commitdiff | tree | snapshot |
2003-12-18 |
John Criswell | Reverted back to previous revision - this was previousl... |
commit | commitdiff | tree | snapshot |
2003-12-18 |
John Criswell | Merged in RELEASE_11. |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Alkis Evlogimenos | Modify linear scan register allocator to use the two... |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Alkis Evlogimenos | Fix bug in reserved registers. DH actually aliases... |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Alkis Evlogimenos | Modify local register allocator to use the two-address... |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Alkis Evlogimenos | Add TwoAddressInstructionPass to handle instructions... |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Alkis Evlogimenos | Rename LiveIntervals::expired() to LiveIntervals::expir... |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Alkis Evlogimenos | When a variable is killed and redifined in a basic... |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Alkis Evlogimenos | Handle multiple virtual register definitions gracefully. |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Chris Lattner | add boog |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Chris Lattner | When we delete instructions from the loop, make sure... |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Chris Lattner | Add a new AliassetTracker::remove method. Because... |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Chris Lattner | Check in patch that Reid submitted |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Misha Brukman | Fix the links to match our 'llvm' namespace in doxygen... |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Misha Brukman | * Converted C-style comments to C++ |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Misha Brukman | Reordered #includes. |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Misha Brukman | Doxygenified some comments, reduced extraneous space. |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Misha Brukman | Reorganized the Sparc backend to be more modular -... |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Misha Brukman | Since we are now in the 'llvm' namespace, the mangled... |
commit | commitdiff | tree | snapshot |
2003-12-17 |
John Criswell | Added Stacker to Reid Spencer's list of contributions. |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Brian Gaeke | Make getObjectType() smarter about ranlibbed Mac OS... |
commit | commitdiff | tree | snapshot |
2003-12-16 |
Misha Brukman | Disable __attribute__((weak)) on Mac OS X and other... |
commit | commitdiff | tree | snapshot |
2003-12-16 |
Chris Lattner | Add a faq entry for the demo page |
commit | commitdiff | tree | snapshot |
2003-12-16 |
Brian Gaeke | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Chris Lattner | There is no reason to add -load support to LLC |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Misha Brukman | Added info about PR186: weak linkage on memory functions. |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Misha Brukman | Make all memory functions have weak linkage so that... |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Chris Lattner | Fix for PR185 & IndVarsSimplify/2003-12-15-Crash.llx |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Chris Lattner | New testcase, for PR185 |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Chris Lattner | This header is dead |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Alkis Evlogimenos | Change preserve all claim to just preserve live variabl... |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Chris Lattner | Refactor code just a little bit, allowing us to impleme... |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Chris Lattner | new test |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Alkis Evlogimenos | I wonder how this didn't cause any tests to fail... |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Alkis Evlogimenos | Change interface of MachineOperand as follows: |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Alkis Evlogimenos | Change preserve all claim to just preserve live variabl... |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Chris Lattner | Rev the release notes to 1.2 |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Chris Lattner | Do not promote volatile alias sets into registers |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Chris Lattner | Add capability to represent volatile AliasSet's |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Chris Lattner | Testcase for PR179 |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Alkis Evlogimenos | When reserving a preallocated register spill the aliase... |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Alkis Evlogimenos | Ignore non-allocatable physical registers in live inter... |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Alkis Evlogimenos | Expire any active intervals left when register allocati... |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Alkis Evlogimenos | Add instruction numbers to debugging output. |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Alkis Evlogimenos | Add a floating point killer pass. This pass runs before... |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Alkis Evlogimenos | Handle explicit physical register defs. |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Alkis Evlogimenos | Remove unecessary if statements when looping on Implici... |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Chris Lattner | Try rewording stuff talking about unwinding. Hopefully... |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Chris Lattner | Link to lists, incorporate feedback from Tanya |
commit | commitdiff | tree | snapshot |
2003-12-12 |
John Criswell | Updated configure script so that it does not configure... |
commit | commitdiff | tree | snapshot |
2003-12-12 |
John Criswell | Don't configure directories that don't have a configure... |
commit | commitdiff | tree | snapshot |
2003-12-12 |
John Criswell | Modified cast so that it converts the int to a long... |
commit | commitdiff | tree | snapshot |
2003-12-12 |
John Criswell | Fixed some minor typos. |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Brian Gaeke | Dynamically get the right-sized member of a GenericValu... |
commit | commitdiff | tree | snapshot |
next |