summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove bogus project folderJeff Cohen2005-01-071-4/+0
| | | | llvm-svn: 19318
* Fix spelling.Misha Brukman2005-01-071-1/+1
| | | | llvm-svn: 19317
* Update list of passesJeff Cohen2005-01-071-30/+17
| | | | llvm-svn: 19316
* Add missing includeJeff Cohen2005-01-071-0/+1
| | | | llvm-svn: 19315
* Fix return typeJeff Cohen2005-01-071-1/+1
| | | | llvm-svn: 19314
* Codegen -1 and -0.0 more efficiently. This implements ↵Chris Lattner2005-01-061-2/+9
| | | | | | CodeGen/X86/negatize_zero.ll llvm-svn: 19313
* New testcaseChris Lattner2005-01-061-0/+6
| | | | llvm-svn: 19312
* No need to pessimize current code for future possibilities.Chris Lattner2005-01-061-4/+3
| | | | llvm-svn: 19311
* Get the #ifdef right on LinkAllPasses.h.Jeff Cohen2005-01-062-4/+4
| | | | llvm-svn: 19310
* Fix minor mistakesJeff Cohen2005-01-062-3/+2
| | | | llvm-svn: 19309
* Get rid of those pesky tabs...Jeff Cohen2005-01-061-14/+14
| | | | llvm-svn: 19308
* Add project opt to Visual Studio.Jeff Cohen2005-01-065-0/+277
| | | | llvm-svn: 19307
* Put createLoopUnswitchPass() into proper namespaceJeff Cohen2005-01-061-1/+1
| | | | llvm-svn: 19306
* Add missing includeJeff Cohen2005-01-061-0/+1
| | | | llvm-svn: 19305
* Fix incorrect return type.Jeff Cohen2005-01-061-1/+1
| | | | llvm-svn: 19304
* Fix CBE code so that it compiles with VC++.Jeff Cohen2005-01-061-1/+1
| | | | llvm-svn: 19303
* Add required #includeChris Lattner2005-01-061-0/+2
| | | | llvm-svn: 19302
* Add a useful methodChris Lattner2005-01-061-0/+16
| | | | llvm-svn: 19301
* Add a list end sentinalChris Lattner2005-01-051-0/+2
| | | | llvm-svn: 19299
* Add the SystemLibrary.html document now that its done.Reid Spencer2005-01-051-0/+4
| | | | llvm-svn: 19298
* Add a missing <div>Reid Spencer2005-01-051-2/+2
| | | | llvm-svn: 19297
* Bulk upgrade of this document. Cruft removed, new stuff added, generalReid Spencer2005-01-051-349/+185
| | | | | | reorganization of the content. This is now "done". llvm-svn: 19296
* The Java project now lives under projects/llvm-java.Alkis Evlogimenos2005-01-052-2/+2
| | | | llvm-svn: 19295
* Make opt honor the quiet option when printing the bytecode warning.Reid Spencer2005-01-051-1/+1
| | | | llvm-svn: 19294
* 1. Make sure that "dot" can be found in the pathReid Spencer2005-01-051-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 Spencer2005-01-051-0/+1
| | | | llvm-svn: 19292
* 1. If a double FP constant must be put into a constant pool, but it can beChris Lattner2005-01-051-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 assertionChris Lattner2005-01-051-0/+1
| | | | llvm-svn: 19290
* Minor optimization to allocate R8 registers in a better order.Chris Lattner2005-01-051-1/+7
| | | | llvm-svn: 19289
* ignore generated fileChris Lattner2005-01-051-0/+1
| | | | llvm-svn: 19288
* Ignore generated fileChris Lattner2005-01-052-0/+2
| | | | llvm-svn: 19287
* Ignore .dirChris Lattner2005-01-051-0/+1
| | | | llvm-svn: 19286
* Update this test to pass.Chris Lattner2005-01-051-1/+1
| | | | llvm-svn: 19285
* Cleanup configuration for CygwinReid Spencer2005-01-053-6161/+44
| | | | llvm-svn: 19284
* Make bison/flex build steps output the same message in Visual Studio asJeff Cohen2005-01-042-8/+8
| | | | | | on Unix. llvm-svn: 19283
* Add C backend to llc in Visual Studio.Jeff Cohen2005-01-044-17/+180
| | | | llvm-svn: 19282
* Test that trivial constants are not printed in hex notation.Chris Lattner2005-01-041-0/+6
| | | | llvm-svn: 19281
* To not break TBAA rules, use a union.Chris Lattner2005-01-041-5/+9
| | | | llvm-svn: 19280
* Do not let 'ftostr' return a string that starts with spaces. This allowsChris Lattner2005-01-041-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 Lattner2005-01-031-0/+8
| | | | | | These used to result in dynamic initializations. llvm-svn: 19278
* Fix this script to work with hyphenated llvm-gcc and friend.Chris Lattner2005-01-031-1/+1
| | | | llvm-svn: 19277
* Quote the paths and not the assignment of the PATH variable.John Criswell2005-01-031-2/+2
| | | | | | This seems to make things happier. llvm-svn: 19276
* Joining the quote fray...John Criswell2005-01-031-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 Cohen2005-01-031-0/+3
| | | | llvm-svn: 19274
* Revert elimination of global variable hack... still needed.Jeff Cohen2005-01-031-0/+7
| | | | llvm-svn: 19273
* Integrate dependency graphs.Reid Spencer2005-01-031-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 Spencer2005-01-032-0/+0
| | | | llvm-svn: 19271
* new testcase for PR481Chris Lattner2005-01-031-0/+10
| | | | llvm-svn: 19270
* Bug fixedChris Lattner2005-01-031-1/+3
| | | | llvm-svn: 19269
* New testcase for PR487Chris Lattner2005-01-031-0/+24
| | | | llvm-svn: 19268
OpenPOWER on IntegriCloud