2005-01-03 |
Chris Lattner | Add a testcase to check that initializer that CAN be... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Chris Lattner | Fix this script to work with hyphenated llvm-gcc and... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
John Criswell | Quote the paths and not the assignment of the PATH... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
John Criswell | Joining the quote fray... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Jeff Cohen | Add additional header file to VS project. Patch submit... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Jeff Cohen | Revert elimination of global variable hack... still... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Reid Spencer | Integrate dependency graphs. |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Reid Spencer | Add library dependency and object dependency graphs. |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Chris Lattner | new testcase for PR481 |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Chris Lattner | New testcase for PR487 |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Reid Spencer | Make sure the path is properly set in the llvmgcc and... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Reid Spencer | Re-apply last (reverted) patch. Reverting doesn't solve... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Jeff Cohen | Don't quote the PATH variable value just in case it... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Chris Lattner | ADC and IMUL are also commutable. |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | This hunk: |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | Remove dead directories |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | This lib is dead |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | Remove a bunch of useless empty libraries |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | This is no longer needed. |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | Testcase for PR494 |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | xfail these tests, whcih require more info in the code... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Reid Spencer | Avoid use of -fomit-frame-pointer on FreeBSD platforms... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Reid Spencer | Quote the PATH variable value just in case it has space... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Reid Spencer | Correct the case of a #include directory name, just... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Jeff Cohen | Cleanup some Visual Studio project dependencies. |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Jeff Cohen | Eliminate the use of the global variable hack in the... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | Disable 2->3 address promotion of add and inc instructi... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | Check in an old test that never made it into CVS |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | Add a new method. |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | Add support for SETNPr to lower to memory form. |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | Implement the convertToThreeAddress method, add support... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | Two changes here: |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | Make the 2-address instruction lowering pass smarter... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | Add several testcases for new optimizations in the... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | Expose isConvertibleToThreeAddress and isCommutable... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | Add some bits that can be set on instructions. Renumbe... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Chris Lattner | Add some bits that can be set for instructions. |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Reid Spencer | Make printing a warning message optional in CheckByteco... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Reid Spencer | Prevent output of bytecode to std::cout unless the... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Reid Spencer | Move the code for printing out a warning about bytecode... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Reid Spencer | Implement a function to print a warning if bytecode... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Jeff Cohen | Add functions for determining if the stdin/out/err... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Jeff Cohen | Add llvm-link, Linker projects to Visual Studio. |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Jeff Cohen | Add missing header files to projects. |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Reid Spencer | Add functions for determining if the stdin/out/err... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Jeff Cohen | Fix typo 'ompress' => 'compress'. |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Jeff Cohen | Add llvm-ranlib project to Visual Studio. |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Jeff Cohen | Add llvm-ar project to Visual Studio. |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Jeff Cohen | Add -v option to bison. |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Jeff Cohen | Add missing file SystemUtils.cpp to Support project. |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Jeff Cohen | Add llvm-as project to Visual Studio |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Jeff Cohen | Add llvm-dis project to Visual Studio |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Jeff Cohen | Put executables into a single directory |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Jeff Cohen | Fix bountiful sources of VC++ 'possible loss of data... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Jeff Cohen | Improve TableGen dependencies |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Reid Spencer | Add HAVE_SBRK |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Reid Spencer | Ignore some files |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Chris Lattner | This is a bulk commit that implements the following... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Chris Lattner | New testcases that we should combine. |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Chris Lattner | New testcase for common bitfield manipulation instructi... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Chris Lattner | Add a bunch of tests for cases that should be eliminated. |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Chris Lattner | Add a bunch of tests for ANDs that should be eliminated. |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Chris Lattner | This now works. |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Chris Lattner | Fix a FIXME: Select instructions on longs were miscompiled. |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Chris Lattner | Substantially improve the code generated by non-folded... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Chris Lattner | Implement SimplifyCFG/DeadSetCC.ll |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Chris Lattner | Add new test to make sure simplifycfg doesn't leave... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Chris Lattner | Allow getZeroExtend and getSignExtend to work with... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Chris Lattner | Add a useful accessor |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Chris Lattner | Add two helper functions. |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Reid Spencer | Update to autoconf 2.59 standards. |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Reid Spencer | Correct the conditional test for non-portable tools... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Reid Spencer | For PR351: |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Reid Spencer | Describe both objdir==srcdir and objdir!=srcdir methods... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Jeff Cohen | Where do these tabs keep coming from??? |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Jeff Cohen | Mostly cleanup, but also some bug fixes, for win32... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Reid Spencer | Fix a compilation error for the case where mallinfo... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Reid Spencer | For PR351: |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Jeff Cohen | Get rid of those nasty tabs... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Jeff Cohen | Bring win32/Path.cpp up to date with respect to Unix... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Reid Spencer | * Add missing libraries: Linker, Archive, SparcV8 |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Reid Spencer | * Don't include weak definitions as a definition |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Reid Spencer | Add a section on library dependencies now that GenLibDe... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Reid Spencer | A Perl script to generate an HTML definition list conta... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Reid Spencer | Fix the help documentation to not imply multiple archiv... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Reid Spencer | For PR351: |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Jeff Cohen | Fix MINGW compilation errors |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Reid Spencer | * Fix a bug in an m4 macro that used an incorrect test... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Reid Spencer | Fix a Bourne Shell syntax error in a test |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Reid Spencer | Fix one of the names to not have a . in front of it. |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Chris Lattner | Fix PR491 and testcase Transforms/DeadStoreElimination... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Chris Lattner | Add a comment, add a new testcase |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Chris Lattner | New testcase for PR491 |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Chris Lattner | Fix PR490 |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Chris Lattner | new testcase for PR490 |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Reid Spencer | XFAIL this test everywhere. |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Reid Spencer | XFAIL this everywhere, the CFE doesn't support bitfield... |
commit | commitdiff | tree | snapshot |
next |