aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-11-05Go ahead and trust the client not to mess with the ModuleProvider* returnedReid Spencer
2004-11-05* Documentation corrections (thanks to Chris for nit-picking)Reid Spencer
2004-11-05Fix compilation problem; make the cast and the LHS be the same type.John Criswell
2004-11-05First version of the interface to Archive files. This introduces theReid Spencer
2004-11-05Remove dead varChris Lattner
2004-11-05Quiet VC++ warningsChris Lattner
2004-11-05Do not make i have bigger scope that we needChris Lattner
2004-11-05Remove dead varsChris Lattner
2004-11-05Fix some warnings on VC++Chris Lattner
2004-11-05Remove this file as suggested by Jeff CohenChris Lattner
2004-11-05Fix project file, patch contributed by Jeff CohenChris Lattner
2004-11-05Clean up code layout, delete extra blank line, say `fibonacci' instead of `foo'Misha Brukman
2004-11-04Thanks to sabre for pointing out that we were incorrectly codegen'ingNate Begeman
2004-11-04Fix typeoChris Lattner
2004-11-04Handle "call" operands of type long/ulong passed in registers.Brian Gaeke
2004-11-03Cleanup this example, simplifying it and making it conform to LLVM codingChris Lattner
2004-11-03Don't call Constant::getNullValue when the argument could be VoidTyChris Lattner
2004-11-03defining __STDC_LIMIT_MACROS on the command line is not really necessaryChris Lattner
2004-11-03CONFIGURATION isn't spelled Configuration, it's spelled BuildMode.Brian Gaeke
2004-11-03Top level files for building natively on win32Reid Spencer
2004-11-03MS Visual Studio files for building LLVM on Win32 platforms.Reid Spencer
2004-11-02Fix this function to not say that longs have 8-byte alignment on X86/PPC.Chris Lattner
2004-11-02Added gross hacks such as creating my own def-use map, and picking on Instruc...Tanya Lattner
2004-11-02Graphs that are part of equivalence sets can be multi-function SCC'sChris Lattner
2004-11-02Correctly handle new SCC's found as a result of merging EQ graphs do toChris Lattner
2004-11-02Substantially cleanup/speedup the eq graphs pass by walking the callgraphChris Lattner
2004-11-02Fix typo, contributed by Henrik Bach!Chris Lattner
2004-11-02* New Recursive Target: clean-all. This target will recursively descend theReid Spencer
2004-11-02* New Recursive Target: clean-allReid Spencer
2004-11-02Fix a warningChris Lattner
2004-11-02Minor cleanupsChris Lattner
2004-11-02* Rearrange code slightlyChris Lattner
2004-11-01List the individual tools for easier reference.Reid Spencer
2004-11-01Add compliant header.Reid Spencer
2004-11-01Add missing tag.Reid Spencer
2004-11-01Remove more dead methodsChris Lattner
2004-11-01Delete a dead methodChris Lattner
2004-11-01Rename FoldedGraph -> DSInfo to be consistent with other passesChris Lattner
2004-11-01Update table to llvm.css standards.Reid Spencer
2004-11-01Get rid of bogus entity references.Reid Spencer
2004-11-01Get rid of the EquivClassGraphArgsInfo class, and the map that held it.Chris Lattner
2004-11-01Add placeholder variable to make Win32 work, applied for Morten OfstadChris Lattner
2004-11-01Eliminate the cloneGraph methodChris Lattner
2004-11-01Attempt CSS 2 compliance.Reid Spencer
2004-11-01Attempt CSS 2 validation.Reid Spencer
2004-11-01HTML 4.01 Strict compliance.Reid Spencer
2004-11-01Correct the document type declaration.Reid Spencer
2004-11-01Add the HTML 4.01 and CSS icons with links to validators.Reid Spencer
2004-11-01Attempt HTML 4.01 Strict compliance.Reid Spencer
2004-11-01Cleanup the constants section.Reid Spencer