aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-01-01Fix typo 'ompress' => 'compress'.Jeff Cohen
2005-01-01Add llvm-ranlib project to Visual Studio.Jeff Cohen
2005-01-01Add llvm-ar project to Visual Studio.Jeff Cohen
2005-01-01Add -v option to bison.Jeff Cohen
2005-01-01Add missing file SystemUtils.cpp to Support project.Jeff Cohen
2005-01-01Add llvm-as project to Visual StudioJeff Cohen
2005-01-01Add llvm-dis project to Visual StudioJeff Cohen
2005-01-01Put executables into a single directoryJeff Cohen
2005-01-01Fix bountiful sources of VC++ 'possible loss of data' warningsJeff Cohen
2005-01-01Improve TableGen dependenciesJeff Cohen
2005-01-01Add HAVE_SBRKReid Spencer
2005-01-01Ignore some filesReid Spencer
2005-01-01This is a bulk commit that implements the following primary improvements:Chris Lattner
2005-01-01New testcases that we should combine.Chris Lattner
2005-01-01New testcase for common bitfield manipulation instruction sequences.Chris Lattner
2005-01-01Add a bunch of tests for cases that should be eliminated.Chris Lattner
2005-01-01Add a bunch of tests for ANDs that should be eliminated.Chris Lattner
2005-01-01This now works.Chris Lattner
2005-01-01Fix a FIXME: Select instructions on longs were miscompiled.Chris Lattner
2005-01-01Substantially improve the code generated by non-folded setcc instructions.Chris Lattner
2005-01-01Implement SimplifyCFG/DeadSetCC.llChris Lattner
2005-01-01Add new test to make sure simplifycfg doesn't leave around triviallyChris Lattner
2005-01-01Allow getZeroExtend and getSignExtend to work with boolean inputs.Chris Lattner
2005-01-01Add a useful accessorChris Lattner
2005-01-01Add two helper functions.Chris Lattner
2005-01-01Update to autoconf 2.59 standards.Reid Spencer
2004-12-31Correct the conditional test for non-portable tools so that it willReid Spencer
2004-12-31For PR351:Reid Spencer
2004-12-31Describe both objdir==srcdir and objdir!=srcdir methods of building LLVMReid Spencer
2004-12-31Where do these tabs keep coming from???Jeff Cohen
2004-12-31Mostly cleanup, but also some bug fixes, for win32/Path.cppJeff Cohen
2004-12-31Fix a compilation error for the case where mallinfo() is not available.Reid Spencer
2004-12-31For PR351:Reid Spencer
2004-12-31Get rid of those nasty tabs...Jeff Cohen
2004-12-31Bring win32/Path.cpp up to date with respect to Unix/Path.cppJeff Cohen
2004-12-31* Add missing libraries: Linker, Archive, SparcV8Reid Spencer
2004-12-30* Don't include weak definitions as a definitionReid Spencer
2004-12-30Add a section on library dependencies now that GenLibDeps.html is written.Reid Spencer
2004-12-30A Perl script to generate an HTML definition list containing the LLVMReid Spencer
2004-12-30Fix the help documentation to not imply multiple archive files can beReid Spencer
2004-12-30For PR351:Reid Spencer
2004-12-30Fix MINGW compilation errorsJeff Cohen
2004-12-29* Fix a bug in an m4 macro that used an incorrect test operatorReid Spencer
2004-12-29Fix a Bourne Shell syntax error in a testReid Spencer
2004-12-29Fix one of the names to not have a . in front of it.Reid Spencer
2004-12-29Bug fixedChris Lattner
2004-12-29Fix PR491 and testcase Transforms/DeadStoreElimination/2004-12-28-PartialStor...Chris Lattner
2004-12-29Add a comment, add a new testcaseChris Lattner
2004-12-29New testcase for PR491Chris Lattner
2004-12-29Bug fixedChris Lattner