2004-05-12 |
Misha Brukman | Centralize images in this dir; add lines.gif from websi... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Misha Brukman | Make file use stylesheets and be HTML-4.01 (Strict... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Misha Brukman | Made document HTML-4.01 (Strict)-compliant. |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Misha Brukman | Make file standard-compliant once again. |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Misha Brukman | Made file comply with HTML-4.01 (Strict) |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Chris Lattner | Turn the block extractor on by default now that it... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Misha Brukman | Made file HTML-4.01 (Strict)-compliant. |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Misha Brukman | Made to be HTML-4.01 (Strict)-compliant. |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Misha Brukman | Made to be HTML-4.01 (Strict) -compliant. |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Misha Brukman | Add proper footer since this file is HTML-4.01 compliant. |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Misha Brukman | Make document HTML-4.01 (Strict) compliant. |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Misha Brukman | Fix grammar: remove `the' before LLVM. |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Misha Brukman | * Make the document format follow the stringent purple... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Chris Lattner | Pass boolean constants into function calls more efficie... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Chris Lattner | Do not pass in the same argument to the extracted funct... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Chris Lattner | Check to see if all blocks are extractible first. |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Chris Lattner | Implement support for code extracting basic blocks... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Chris Lattner | Implement splitting of PHI nodes, allowing block extrac... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Chris Lattner | * Pull some code out into the definedInRegion/definedIn... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Chris Lattner | Generate substantially better code when there are a... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Chris Lattner | Two minor improvements: |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Chris Lattner | Don't leave dead bytecode.output files around if the... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Misha Brukman | This file has been superseded by docs/index.html . |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Chris Lattner | Implement the final missing bits for block extractor... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Misha Brukman | Add link to Valgrind. |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Chris Lattner | Implement basic block extraction for the miscompilation... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Chris Lattner | A class that is meant to be a base class should have... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Chris Lattner | Add a note to make sure the program is memory correct |
commit | commitdiff | tree | snapshot |
2004-05-11 |
John Criswell | Added obsequi. |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Brian Gaeke | Use inttypes.h, which exists on all of Linux, Solaris... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Chris Lattner | Unbreak the build on X86. |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Brian Gaeke | Squash warnings on Solaris/sparc... the test suite... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Brian Gaeke | Do not hardcode the name of gcc, because its full pathn... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Brian Gaeke | Do not depend on the path to bash |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Brian Gaeke | Include <sys/types.h> to get the definition of int64_t... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Chris Lattner | Switch this from using an std::map to using a DenseMap... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Chris Lattner | Use a new VRegPHIUseCount to compute uses of PHI values... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Chris Lattner | Now that we use an ilist of machine instructions, itera... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Chris Lattner | Fix a fairly serious pessimizaion that was preventing... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Chris Lattner | Patch to fix PR337. Make sure to mark all aliased... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Chris Lattner | Testcase for PR337, which was reduced by Reid Spencer. |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Reid Spencer | Bug 178 Fixed |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Reid Spencer | Changes to make the Stacker Stack use 64 bit values... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Chris Lattner | Fix some comments, avoid sign extending booleans when... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Chris Lattner | Generate more efficient code for casting booleans to... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Chris Lattner | syntactically loopify natural loops so that the GCC... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Chris Lattner | Do not emit prototypes for setjmp/longjmp, as they... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Chris Lattner | Fine grainify namespacification |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Chris Lattner | Make the floating point constant pools local to each... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Brian Gaeke | Bug fixed. |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Chris Lattner | Get this looking more like a function pass. |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Chris Lattner | Implement the AddPrototypes method |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Chris Lattner | Add support for inserting all prototypes up-front |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Chris Lattner | Print all PHI copies for successor blocks before the... |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Chris Lattner | Fix stupid bug in my checkin yesterday |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Tanya Lattner | Fixed up sched graph. |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Tanya Lattner | Registering the ModuloScheduling pass. |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Tanya Lattner | Changed CPUResource to allow access to max num users... |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Tanya Lattner | Changed CPUResource to allow access to maxnum users. |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Tanya Lattner | Updating my versions of ModuloScheduling in cvs. Still... |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Brian Gaeke | Add support for widening integral casts. |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Brian Gaeke | Add a bunch more branches |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Brian Gaeke | Flesh out GEP support |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Brian Gaeke | Add ADD with immediate |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Brian Gaeke | Add forms of CMP, SUBCC, and a few branches, and some... |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Brian Gaeke | Add stub support for GEPs. |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Alkis Evlogimenos | Add required header |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Alkis Evlogimenos | Remove unneeded header |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Chris Lattner | Implement folding of GEP's like: |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Brian Gaeke | Allow the user to set the LLVMINTERP environment variab... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Brian Gaeke | Add support for copying bool constants to registers. |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Chris Lattner | Codegen floating point stores of constants into integer... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Brian Gaeke | Add more casts. You can never have enough casts. |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Chris Lattner | Make comparisons against the null pointer as efficient... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Chris Lattner | PR implemented |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Chris Lattner | New testcase for PR336 |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Chris Lattner | Fix PR336: The instcombine pass asserts when visiting... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
John Criswell | Regression test for PR#330. |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Chris Lattner | Add the enum corresponding to the source change I made... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
John Criswell | Bug fixed. |
commit | commitdiff | tree | snapshot |
2004-05-06 |
John Criswell | Don't call getForwardedType() twice, as recommended... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Chris Lattner | Use the new commandline flag to allow us to call bugpoi... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Chris Lattner | Implement the new cl::PositionalEatsArgs flag, refactor... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Chris Lattner | Add a new cl::PositionalEatsArgs flag |
commit | commitdiff | tree | snapshot |
2004-05-06 |
John Criswell | Fix for PR#330. |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Chris Lattner | Remove a really old comment |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Reid Spencer | Just testing the "Reid has CVS commit access" system |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Misha Brukman | Give props to Vladimir Prus for the inst_iterator patch. |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Chris Lattner | numeric_limits::infinity() apparently does not work... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Alkis Evlogimenos | Fix for gcc3.4: invalid use of forward delacred class... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Brian Gaeke | Move the stuff that fixes the size, orientation & fonts... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | Apply simplification suggested by Chris: why assign... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
John Criswell | Fixed inconsistent indentation. |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | Missing piece of fix for Bug 333 |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | Bugs fixed |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | update command guide to have --tool-args |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | Add --tool-args flag which lets you pass arguments... |
commit | commitdiff | tree | snapshot |
next |