2005-03-05 |
Chris Lattner | Remove the second argument to Value::setName, it is... |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Chris Lattner | New testcase for PR533 |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Chris Lattner | don't break the build on 32-bit hosts. |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Chris Lattner | This file is all commented out. |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Andrew Lenharth | fix data size stuff for architectures with bit challeng... |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Chris Lattner | Do not compute 1ULL << 64, which is undefined. This... |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Chris Lattner | Testcase for a bug that caused us to miscompile ptrdist... |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Andrew Lenharth | fix up stack pointer adjustments |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Chris Lattner | Trivial cleanup patch |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Andrew Lenharth | fix FCMOVxx typo, set rem and div to hardcode target... |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Jeff Cohen | Add support for not strength reducing GEPs where the... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Andrew Lenharth | turn on IEEE for compares |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Andrew Lenharth | beter Select on FP |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Chris Lattner | Print -X like this: |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Andrew Lenharth | LSR cleanup patch |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Chris Lattner | Do not lower malloc's to pass "sizeof" expressions... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Chris Lattner | Add an optional argument to lower to a specific constan... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Chris Lattner | Add an argument. |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Misha Brukman | Fix the spelling of the word `the' |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Chris Lattner | Print the module ID as a comment. |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Chris Lattner | cleanup the cfg after lsr |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Andrew Lenharth | remove 32 sign extend after 32 sextload and handle... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Andrew Lenharth | Added LSR as a beta pass for alpha |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Chris Lattner | Add a temporary option for llc-beta: -enable-lsr-for... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Reid Spencer | Be slightly more accurate in an error message. |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Chris Lattner | Fix a nasty order of evaluation bug that Gabor Greif... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Chris Lattner | Now that type does not derive from Value, these do... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Misha Brukman | Fix HTML-4.01 Strict compliance |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Misha Brukman | Use a colon instead of a period since we're introducing... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Reid Spencer | Correct a typo in Makefile.rules. |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Jeff Cohen | Fixed the following LSR bugs: |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Alkis Evlogimenos | Lower llvm.isunordered(a, b) into a != a | b != b. |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Chris Lattner | cleanup my miswording |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Chris Lattner | Remove tabs from file. |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Chris Lattner | Add a test for llvm.prefetch. |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Chris Lattner | Add support to the C backend for llvm.prefetch. Patch... |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Chris Lattner | recognize llvm.prefetch. Patch contributed by Justin... |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Chris Lattner | Verify llvm.prefetch. |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Chris Lattner | Lower prefetch to a noop, patch contributed by Justin... |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Chris Lattner | Add a prefetch intrinsic, patch contributed by Justin... |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Chris Lattner | Document llvm.prefetch, patch contributed by Justin... |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Andrew Lenharth | fix integer division and stuff |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Chris Lattner | Adam Treat implemented this :) |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Reid Spencer | Changes to enable creation of native executables direct... |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Reid Spencer | A few small steps toward HTML 4.01 Strict compliance. |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Reid Spencer | Add a little more detail about the configuration proces... |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Jeff Cohen | Fix crash in LSR due to attempt to remove original... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Jeff Cohen | PHI nodes were incorrectly placed when more than one... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Jeff Cohen | First pass at improved Loop Strength Reduction. Still... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Chris Lattner | New testcase for PR529 |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Chris Lattner | Fix this to create a recursive mutex. Patch by Evan... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Chris Lattner | Use const iterators where possible. Patch by Evan... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Chris Lattner | Rename include guard, patch contributed by Evan Jones! |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Chris Lattner | Teach globalopt how memset/cpy/move affect memory,... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Chris Lattner | new testcase globalopt should handle. |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Chris Lattner | new testcase globalopt should implement |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Chris Lattner | Test that a global is marked constant when it can be. |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Alkis Evlogimenos | Add llc to tools. |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Chris Lattner | Fix spelling, patch contributed by Gabor Greif! |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Chris Lattner | Fix spelling, patch contributed by Gabor Greif |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Chris Lattner | Fix misspellings, patch contributed by Gabor Greif! |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Chris Lattner | Remove some stuff I checked in accidentally |
commit | commitdiff | tree | snapshot |
2005-02-26 |
Chris Lattner | DCE a dead function |
commit | commitdiff | tree | snapshot |
2005-02-26 |
Reid Spencer | Implement an isBytecodeArchive method to determine... |
commit | commitdiff | tree | snapshot |
2005-02-26 |
Chris Lattner | 1 + 100 + 51 == 152, not 52. |
commit | commitdiff | tree | snapshot |
2005-02-26 |
Chris Lattner | A testcase that we miscompile, noticed from the demo... |
commit | commitdiff | tree | snapshot |
2005-02-26 |
Chris Lattner | Fix a case where we incorrectly returned hasComputableL... |
commit | commitdiff | tree | snapshot |
2005-02-26 |
Chris Lattner | remove extraneous cast |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Andrew Lenharth | make BB labels be exported for debuging, add fp negatio... |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Chris Lattner | add an entry, add links to entries for demo page. |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Chris Lattner | Handle null a bit more carefully. |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Reid Spencer | Use DataInstall macro instead of INSTALL. |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Reid Spencer | Remove a -C I forgot to remove earlier. |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Reid Spencer | Don't try to strip bytecode files! |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Reid Spencer | The install program doesn't know how to strip bytecode... |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Reid Spencer | For PR528: |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Chris Lattner | This instruction: |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Reid Spencer | Adjust to changes needed to more easily support project... |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Reid Spencer | Update to reflect various changes in the autoconf direc... |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Reid Spencer | Remove auxilliary files that are now picked up from... |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Reid Spencer | * Move all the "standard" configuration stuff to the... |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Reid Spencer | Don't put generated files into CVS. |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Chris Lattner | Fix a bug introduced by revision 1.187 of this file. |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Reid Spencer | * Fix an output message |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Andrew Lenharth | fix Allocas. Really. I mean it this time. |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Reid Spencer | Add a call to AC_CONFIG_COMMANDS to ensure that llvm_sr... |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Reid Spencer | This macro cannot assume that the location of install... |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Reid Spencer | Add a new macro for configuring projects, LLVM_CONFIG_P... |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Chris Lattner | Fix some problems where the verifier would crash on... |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Reid Spencer | Fix the other half of PR528 .. don't try to strip heade... |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Chris Lattner | Implement Transforms/SimplifyCFG/switch_thread.ll |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Chris Lattner | new testcase for a simple optimization that simplifycfg... |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Chris Lattner | switch instructions only allow constantints for their... |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Chris Lattner | use more specific cast. |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Chris Lattner | add more checking |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Chris Lattner | Do not read free'd memory when printing an error message. |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Reid Spencer | For PR528: |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Chris Lattner | add a new method. |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Tanya Lattner | Only print out machine instructions before modulo sched... |
commit | commitdiff | tree | snapshot |
next |