| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | New testcase | Chris Lattner | 2005-01-06 | 1 | -0/+6 | |
| | | | | | llvm-svn: 19312 | |||||
| * | No need to pessimize current code for future possibilities. | Chris Lattner | 2005-01-06 | 1 | -4/+3 | |
| | | | | | llvm-svn: 19311 | |||||
| * | Get the #ifdef right on LinkAllPasses.h. | Jeff Cohen | 2005-01-06 | 2 | -4/+4 | |
| | | | | | llvm-svn: 19310 | |||||
| * | Fix minor mistakes | Jeff Cohen | 2005-01-06 | 2 | -3/+2 | |
| | | | | | llvm-svn: 19309 | |||||
| * | Get rid of those pesky tabs... | Jeff Cohen | 2005-01-06 | 1 | -14/+14 | |
| | | | | | llvm-svn: 19308 | |||||
| * | Add project opt to Visual Studio. | Jeff Cohen | 2005-01-06 | 5 | -0/+277 | |
| | | | | | llvm-svn: 19307 | |||||
| * | Put createLoopUnswitchPass() into proper namespace | Jeff Cohen | 2005-01-06 | 1 | -1/+1 | |
| | | | | | llvm-svn: 19306 | |||||
| * | Add missing include | Jeff Cohen | 2005-01-06 | 1 | -0/+1 | |
| | | | | | llvm-svn: 19305 | |||||
| * | Fix incorrect return type. | Jeff Cohen | 2005-01-06 | 1 | -1/+1 | |
| | | | | | llvm-svn: 19304 | |||||
| * | Fix CBE code so that it compiles with VC++. | Jeff Cohen | 2005-01-06 | 1 | -1/+1 | |
| | | | | | llvm-svn: 19303 | |||||
| * | Add required #include | Chris Lattner | 2005-01-06 | 1 | -0/+2 | |
| | | | | | llvm-svn: 19302 | |||||
| * | Add a useful method | Chris Lattner | 2005-01-06 | 1 | -0/+16 | |
| | | | | | llvm-svn: 19301 | |||||
| * | Add a list end sentinal | Chris Lattner | 2005-01-05 | 1 | -0/+2 | |
| | | | | | llvm-svn: 19299 | |||||
| * | Add the SystemLibrary.html document now that its done. | Reid Spencer | 2005-01-05 | 1 | -0/+4 | |
| | | | | | llvm-svn: 19298 | |||||
| * | Add a missing <div> | Reid Spencer | 2005-01-05 | 1 | -2/+2 | |
| | | | | | llvm-svn: 19297 | |||||
| * | Bulk upgrade of this document. Cruft removed, new stuff added, general | Reid Spencer | 2005-01-05 | 1 | -349/+185 | |
| | | | | | | | reorganization of the content. This is now "done". llvm-svn: 19296 | |||||
| * | The Java project now lives under projects/llvm-java. | Alkis Evlogimenos | 2005-01-05 | 2 | -2/+2 | |
| | | | | | llvm-svn: 19295 | |||||
| * | Make opt honor the quiet option when printing the bytecode warning. | Reid Spencer | 2005-01-05 | 1 | -1/+1 | |
| | | | | | llvm-svn: 19294 | |||||
| * | 1. Make sure that "dot" can be found in the path | Reid Spencer | 2005-01-05 | 1 | -3/+30 | |
| | | | | | | | | | | 2. Fix a bug where the lib directory specified also had to be cwd 3. Weight the output so archive->archive edges are shorter 4. Generate two different graphs: one for libraries, one for objects. 5. Adjust the properties of the graphs till it looks nice. llvm-svn: 19293 | |||||
| * | Ignore autoconf/aclocal generated stuff. | Reid Spencer | 2005-01-05 | 1 | -0/+1 | |
| | | | | | llvm-svn: 19292 | |||||
| * | 1. If a double FP constant must be put into a constant pool, but it can be | Chris Lattner | 2005-01-05 | 1 | -9/+23 | |
| | | | | | | | | | | precisely represented as a float, put it into the constant pool as a float. 2. Use the cbw/cwd/cdq instructions instead of an explicit SAR for signed division. llvm-svn: 19291 | |||||
| * | add an assertion | Chris Lattner | 2005-01-05 | 1 | -0/+1 | |
| | | | | | llvm-svn: 19290 | |||||
| * | Minor optimization to allocate R8 registers in a better order. | Chris Lattner | 2005-01-05 | 1 | -1/+7 | |
| | | | | | llvm-svn: 19289 | |||||
| * | ignore generated file | Chris Lattner | 2005-01-05 | 1 | -0/+1 | |
| | | | | | llvm-svn: 19288 | |||||
| * | Ignore generated file | Chris Lattner | 2005-01-05 | 2 | -0/+2 | |
| | | | | | llvm-svn: 19287 | |||||
| * | Ignore .dir | Chris Lattner | 2005-01-05 | 1 | -0/+1 | |
| | | | | | llvm-svn: 19286 | |||||
| * | Update this test to pass. | Chris Lattner | 2005-01-05 | 1 | -1/+1 | |
| | | | | | llvm-svn: 19285 | |||||
| * | Cleanup configuration for Cygwin | Reid Spencer | 2005-01-05 | 3 | -6161/+44 | |
| | | | | | llvm-svn: 19284 | |||||
| * | Make bison/flex build steps output the same message in Visual Studio as | Jeff Cohen | 2005-01-04 | 2 | -8/+8 | |
| | | | | | | | on Unix. llvm-svn: 19283 | |||||
| * | Add C backend to llc in Visual Studio. | Jeff Cohen | 2005-01-04 | 4 | -17/+180 | |
| | | | | | llvm-svn: 19282 | |||||
| * | Test that trivial constants are not printed in hex notation. | Chris Lattner | 2005-01-04 | 1 | -0/+6 | |
| | | | | | llvm-svn: 19281 | |||||
| * | To not break TBAA rules, use a union. | Chris Lattner | 2005-01-04 | 1 | -5/+9 | |
| | | | | | llvm-svn: 19280 | |||||
| * | Do not let 'ftostr' return a string that starts with spaces. This allows | Chris Lattner | 2005-01-04 | 1 | -1/+3 | |
| | | | | | | | | the AsmWriter to emit FP constants like 1.0 in normal exponential notation instead of hex notation. llvm-svn: 19279 | |||||
| * | Add a testcase to check that initializer that CAN be evaluated statically ARE. | Chris Lattner | 2005-01-03 | 1 | -0/+8 | |
| | | | | | | | These used to result in dynamic initializations. llvm-svn: 19278 | |||||
| * | Fix this script to work with hyphenated llvm-gcc and friend. | Chris Lattner | 2005-01-03 | 1 | -1/+1 | |
| | | | | | llvm-svn: 19277 | |||||
| * | Quote the paths and not the assignment of the PATH variable. | John Criswell | 2005-01-03 | 1 | -2/+2 | |
| | | | | | | | This seems to make things happier. llvm-svn: 19276 | |||||
| * | Joining the quote fray... | John Criswell | 2005-01-03 | 1 | -2/+2 | |
| | | | | | | | | | | Reverting the quote patch. For some reason, this breaks the building of llvm/runtime (the shell doesn't like it for some reason). I might play with it to see if I can get the quotes done in such a way that the shell like it, but no promises. llvm-svn: 19275 | |||||
| * | Add additional header file to VS project. Patch submitted by Morten. | Jeff Cohen | 2005-01-03 | 1 | -0/+3 | |
| | | | | | llvm-svn: 19274 | |||||
| * | Revert elimination of global variable hack... still needed. | Jeff Cohen | 2005-01-03 | 1 | -0/+7 | |
| | | | | | llvm-svn: 19273 | |||||
| * | Integrate dependency graphs. | Reid Spencer | 2005-01-03 | 1 | -12/+24 | |
| | | | | | | | | Make it HTML 4.01 Strict compliant Provide better explanations of the dependency information. llvm-svn: 19272 | |||||
| * | Add library dependency and object dependency graphs. | Reid Spencer | 2005-01-03 | 2 | -0/+0 | |
| | | | | | llvm-svn: 19271 | |||||
| * | new testcase for PR481 | Chris Lattner | 2005-01-03 | 1 | -0/+10 | |
| | | | | | llvm-svn: 19270 | |||||
| * | Bug fixed | Chris Lattner | 2005-01-03 | 1 | -1/+3 | |
| | | | | | llvm-svn: 19269 | |||||
| * | New testcase for PR487 | Chris Lattner | 2005-01-03 | 1 | -0/+24 | |
| | | | | | llvm-svn: 19268 | |||||
| * | Make sure the path is properly set in the llvmgcc and llvmgxx variables. | Reid Spencer | 2005-01-03 | 1 | -2/+2 | |
| | | | | | llvm-svn: 19267 | |||||
| * | Re-apply last (reverted) patch. Reverting doesn't solve the actual problem | Reid Spencer | 2005-01-03 | 1 | -2/+2 | |
| | | | | | | | and creates issues on other platforms like Cygwin and MingW. llvm-svn: 19266 | |||||
| * | Don't quote the PATH variable value just in case it has spaces in it, as | Jeff Cohen | 2005-01-03 | 1 | -2/+2 | |
| | | | | | | | it breaks "gmake check". llvm-svn: 19265 | |||||
| * | ADC and IMUL are also commutable. | Chris Lattner | 2005-01-03 | 1 | -0/+4 | |
| | | | | | llvm-svn: 19264 | |||||
| * | This hunk: | Chris Lattner | 2005-01-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | - unsigned TrueValue = getReg(TrueVal, BB, BB->begin()); + unsigned TrueValue = getReg(TrueVal); Fixes the PPC regressions from last night. The other hunk is just a clarity improvement. llvm-svn: 19263 | |||||
| * | Remove dead directories | Chris Lattner | 2005-01-02 | 1 | -2/+1 | |
| | | | | | llvm-svn: 19262 | |||||

