- fe785bd Add dependencies so that project tools are recompiled if LLVM libraries by John Criswell · 20 years ago
- acf8089 Add a newline by Chris Lattner · 20 years ago
- 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 20 years ago
- 7e0e9c6 Make sure to update the list end when an element is removed from it. This by Chris Lattner · 20 years ago
- 3080b60 Add some assertions by Chris Lattner · 20 years ago
- d27d1b9 Stacker compiler library doesn't need to be shared and it can cause by Reid Spencer · 20 years ago
- 011f5ca Attempt to solve the libtool problem on Solaris. by Reid Spencer · 20 years ago
- b016a37 Patches to make this file actually compile under windows. by Reid Spencer · 20 years ago
- 9041843 Initial version of the SysConfig abstraction for Win32. by Reid Spencer · 20 years ago
- 0b22ba4 First version of a common header file for Win32 implementations. by Reid Spencer · 20 years ago
- 437b079 Initial implementation of the Process abstraction for Win32. by Reid Spencer · 20 years ago
- 4909b6c Fix the interface to ReleaseRWX to take MemoryBlock& not Memory& by Reid Spencer · 20 years ago
- bdacd87 Fix a bug in the previous checkin that broke 255.vortex by Chris Lattner · 20 years ago
- e0de1d6 When creating constant arrays check that the initializer vector is the by Alkis Evlogimenos · 20 years ago
- a270019 Fit long lines into 80 cols via creative space elimination by Misha Brukman · 20 years ago
- 3559a93 Wrap long line by Misha Brukman · 20 years ago
- 07542c8 Targets are independent of each other, so compile them in parallel by Misha Brukman · 20 years ago
- 372dc8d Bug fixed by Chris Lattner · 20 years ago
- fb3ee19 Make sure to update alias analysis information as we transform the function. by Chris Lattner · 20 years ago
- 62e29b5 If given an AliasSetTracker object to update, update it. by Chris Lattner · 20 years ago
- 7f820b1 Add an optional argument to PromoteMemToReg by Chris Lattner · 20 years ago
- 8b20217 New testcase for PR420 by Chris Lattner · 20 years ago
- b66e648 Implement an AliasSetTracker::copyValue method by Chris Lattner · 20 years ago
- e2fe784 Add an AliasSetTracker::copyValue method by Chris Lattner · 20 years ago
- 1cf70ff The Sparc linking .so problem extends to the sample project as well by Misha Brukman · 20 years ago
- 9934f97 Add notes about some buggy passes by Chris Lattner · 20 years ago
- 264532c Remove unused pass by Chris Lattner · 20 years ago
- b50f1f1 Remove a long-dead pass. Actually, this pass was never used at all. by Chris Lattner · 20 years ago
- e6bd638 Fix compilation warning. by Reid Spencer · 20 years ago
- 8c0c339 Fix a compilation error. by Reid Spencer · 20 years ago
- 1c7b907 Okay, the list of link-time passes wasn't such a hot idea. Its prone to by Reid Spencer · 20 years ago
- 44da7d7 Don't print newlines between passes in the pass list. by Chris Lattner · 20 years ago
- cfe97b7 Don't print newlines between each library in the deplibs list. by Chris Lattner · 20 years ago
- b228657 Revamp the Register class, and allow the use of the RegisterGroup class to by Chris Lattner · 20 years ago
- 5148b63 Adjust to #include movage by Chris Lattner · 20 years ago
- e52b44e Update to reflect stkrc's new optimization capabilities. by Reid Spencer · 20 years ago
- d4ff15a Support substitution options for the W, M, and f options. by Reid Spencer · 20 years ago
- 54fafe4 Support the -WX, -f -M options as pass throughs by Reid Spencer · 20 years ago
- 74e7261 Implement the GetLibraryPath function. by Reid Spencer · 20 years ago
- 9ab80b7 Add the GetLibraryPath method. by Reid Spencer · 20 years ago
- e59eaf4 Add support for the link-time pass list to Modules. by Reid Spencer · 20 years ago
- b921012 Sparc cannot link shared objects (libtool issue) which affects Stacker. by Misha Brukman · 20 years ago
- 865c415 Simplify the sys::Memory interface per Chris' request. by Reid Spencer · 20 years ago
- 33189e7 Simplify the sys::Memory interface per Chris' request. by Reid Spencer · 20 years ago
- 2565943 Clean up the interface and implementation of sys::Program so that it is by Reid Spencer · 20 years ago
- 1002013 Changes to make this work with Jason's patch. I checked this by hand, but by Chris Lattner · 20 years ago
- 14c225e Change banner name to reflect actual program this Makefile is for. by Reid Spencer · 20 years ago
- 6dd3713 Get rid of compile warning by having llvmExecve return the result of its by Reid Spencer · 20 years ago
- c0af3f0 Initial implementation of llvm-ld: stolen from gccld. by Reid Spencer · 20 years ago
- 247384c Add LLEE into compilation, but not for Sparc by Misha Brukman · 20 years ago
- dccc01e Excise the -L option since llvm-link should not do library searches. It by Reid Spencer · 20 years ago
- a2dfd05 Excise dependent library linking at Chris' request. llvm-link is intended by Reid Spencer · 20 years ago
- a6bcd83 Squelch compilation warnings on Sparc by Misha Brukman · 20 years ago
- 27bdcd8 * Fix grammar * Convert tabs to spaces by Misha Brukman · 20 years ago
- fb0796e Fix filename: Printer.cpp has become X86AsmPrinter.cpp by Misha Brukman · 20 years ago
- 5adf0ca Unbreak doxygen, according to Reid. by Misha Brukman · 20 years ago
- 7df0074 Fix code spacing/alignment by Misha Brukman · 20 years ago
- 70e2d38 Fix the replace method to assert if an item was erased from the set but not by Reid Spencer · 20 years ago
- 66e7cd0 Correct the file header to reflect the new "examples" home for the file. by Reid Spencer · 20 years ago
- 7144707 Fix typo: sterror -> strerror by Reid Spencer · 20 years ago
- f51c8ea Correct the dynamic lib suffix on Darwin. by Reid Spencer · 20 years ago
- cbad701 Provide initial implementations of Memory and Process concepts for various by Reid Spencer · 20 years ago
- 41b21bf Provide a generic Unix implementation of the Memory concept. by Reid Spencer · 20 years ago
- 27dafe1 Provide a generic unix implementation of the Process abstraction. by Reid Spencer · 20 years ago
- 1b554b4 Implemented support for detecting file types by magic number, stripping by Reid Spencer · 20 years ago
- 4429b2c Implementation of Process concept for SUSv2 platforms. by Reid Spencer · 20 years ago
- 6939f81 Implement dependent library processing and search paths for them. by Reid Spencer · 20 years ago
- 52b0ba6 Convert the Emitter to use the lib/System "Memory" interface instead of the by Reid Spencer · 20 years ago
- 86e5aef Add library LLVMsystem.a because the JIT now needs it. by Reid Spencer · 20 years ago
- 9cab9e5 Correct the interface of a function to use the correct typedef for an by Reid Spencer · 20 years ago
- 0bdc620 Implement the remove method for deleting entries from the SetVector. by Reid Spencer · 20 years ago
- 57a0efa Implement support for dependent libraries. The "source" module's dependent by Reid Spencer · 20 years ago
- 46a981c Change interface to use correct typedef so it will always compile. by Reid Spencer · 20 years ago
- 249403f Make the dependent libraries list use a SetVector instead of a regular by Reid Spencer · 20 years ago
- e5d6ca4 Initial commit of a file to declare the interface for platform independent by Reid Spencer · 20 years ago
- e6a10cf Add methods for detecting file types by magic number, getting the file name by Reid Spencer · 20 years ago
- e38001f Add methods for detecting different kinds of files by their magic number, by Reid Spencer · 20 years ago
- 1694eec Use llvm-link to link the .bc with testing.bc. This helps test the new by Reid Spencer · 20 years ago
- 3ee8eed Print the dependent libraries when dumping bytecode. by Reid Spencer · 20 years ago
- 8bb8250 Update to latest versions of config.guess and config.sub from by Brian Gaeke · 20 years ago
- bcb5562 Renamed file to SparcV8ISelSimple.cpp by Misha Brukman · 20 years ago
- fd23c4e Roll back constant printing changes until the problems with larger by Brian Gaeke · 20 years ago
- cad90ad Add assertion descriptiosn on type mismatches when creating by Alkis Evlogimenos · 20 years ago
- 24fdc1d Fix broken internal links (one found by seventwentyfour.com spider) by Misha Brukman · 20 years ago
- 2c4f7b5 Grow the map on entry so that we don't crash if joinIntervals never by Alkis Evlogimenos · 20 years ago
- 1739aec If updating from CVS gives error "No rule to make target", it's faster to just by Misha Brukman · 20 years ago
- d54fe67 Fix broken link to the 2004 CGO paper. by Misha Brukman · 20 years ago
- 8018a66 Add missing #include by Chris Lattner · 20 years ago
- 0a62133 Regenerated, to recognize mingw. by Brian Gaeke · 20 years ago
- 2f686db recognize MinGW by Brian Gaeke · 20 years ago
- 6f22256 Disable libprofile as it breaks the build on Sparc (autoconf issues). by Misha Brukman · 20 years ago
- ac09e25 Make file comment span the entire line by Misha Brukman · 20 years ago
- 93c1ab2 Use a shorter form to express implicit use/defs in FpGETRESULT and FpSETRESULT. by Alkis Evlogimenos · 20 years ago
- 978f629 A call instruction should implicitely define ST0 since the return by Alkis Evlogimenos · 20 years ago
- f539ffe This file does not need <iostream>, I think. by Brian Gaeke · 20 years ago
- 5d0d1e3 Use a DenseMap for mapping reg->reg. This improves the LiveInterval by Alkis Evlogimenos · 20 years ago
- 67f9349 Use libtool, not mklib (which somehow doesn't get generated anymore) by Brian Gaeke · 20 years ago
- 9751dbf Remove PAPIDIR, per brg by Reid Spencer · 20 years ago
- ec98fed bug 352 fixed bug 257 fixed by Reid Spencer · 20 years ago
- 19ee52a PAPI check has been moved to projects/reopt. by Brian Gaeke · 20 years ago