2004-09-17 |
John Criswell | Changed the distclean target to handle the new location... |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Chris Lattner | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Reid Spencer | Make sure critical sections are entered before trying... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Reid Spencer | Adjust the license files based on the actual content... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Reid Spencer | Allow "bc" as suffix for bytecode files. |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Reid Spencer | Implement the signals interface for Win32. |
commit | commitdiff | tree | snapshot |
2004-09-16 |
John Criswell | Add dependencies so that project tools are recompiled... |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Chris Lattner | Add a newline |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Reid Spencer | Convert code to compile with vc7.1. |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Chris Lattner | Make sure to update the list end when an element is... |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Chris Lattner | Add some assertions |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Reid Spencer | Stacker compiler library doesn't need to be shared... |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Reid Spencer | Attempt to solve the libtool problem on Solaris. |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Reid Spencer | Patches to make this file actually compile under windows. |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Reid Spencer | Initial version of the SysConfig abstraction for Win32. |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Reid Spencer | First version of a common header file for Win32 impleme... |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Reid Spencer | Initial implementation of the Process abstraction for... |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Reid Spencer | Fix the interface to ReleaseRWX to take MemoryBlock... |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Chris Lattner | Fix a bug in the previous checkin that broke 255.vortex |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Alkis Evlogimenos | When creating constant arrays check that the initialize... |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Misha Brukman | Fit long lines into 80 cols via creative space elimination |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Misha Brukman | Wrap long line |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Misha Brukman | Targets are independent of each other, so compile them... |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Chris Lattner | Make sure to update alias analysis information as we... |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Chris Lattner | If given an AliasSetTracker object to update, update it. |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Chris Lattner | Add an optional argument to PromoteMemToReg |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Chris Lattner | New testcase for PR420 |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Chris Lattner | Implement an AliasSetTracker::copyValue method |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Chris Lattner | Add an AliasSetTracker::copyValue method |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Misha Brukman | The Sparc linking .so problem extends to the sample... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Chris Lattner | Add notes about some buggy passes |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Chris Lattner | Remove unused pass |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Chris Lattner | Remove a long-dead pass. Actually, this pass was never... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Reid Spencer | Fix compilation warning. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Reid Spencer | Fix a compilation error. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Reid Spencer | Okay, the list of link-time passes wasn't such a hot... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Chris Lattner | Don't print newlines between passes in the pass list. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Chris Lattner | Don't print newlines between each library in the deplib... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Chris Lattner | Revamp the Register class, and allow the use of the... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Chris Lattner | Adjust to #include movage |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Reid Spencer | Update to reflect stkrc's new optimization capabilities. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Reid Spencer | Support substitution options for the W, M, and f options. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Reid Spencer | Support the -WX, -f -M options as pass throughs |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Reid Spencer | Implement the GetLibraryPath function. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Reid Spencer | Add the GetLibraryPath method. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Reid Spencer | Add support for the link-time pass list to Modules. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Misha Brukman | Sparc cannot link shared objects (libtool issue) which... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Reid Spencer | Simplify the sys::Memory interface per Chris' request. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Reid Spencer | Simplify the sys::Memory interface per Chris' request. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Reid Spencer | Clean up the interface and implementation of sys::Progr... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Chris Lattner | Changes to make this work with Jason's patch. I checke... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Reid Spencer | Change banner name to reflect actual program this Makef... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Reid Spencer | Get rid of compile warning by having llvmExecve return... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Reid Spencer | Initial implementation of llvm-ld: stolen from gccld. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Misha Brukman | Add LLEE into compilation, but not for Sparc |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Reid Spencer | Excise the -L option since llvm-link should not do... |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Reid Spencer | Excise dependent library linking at Chris' request... |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Misha Brukman | Squelch compilation warnings on Sparc |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Misha Brukman | * Fix grammar |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Misha Brukman | Fix filename: Printer.cpp has become X86AsmPrinter.cpp |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Misha Brukman | Unbreak doxygen, according to Reid. |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Misha Brukman | Fix code spacing/alignment |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Fix the replace method to assert if an item was erased... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Correct the file header to reflect the new "examples... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Fix typo: sterror -> strerror |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Correct the dynamic lib suffix on Darwin. |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Provide initial implementations of Memory and Process... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Provide a generic Unix implementation of the Memory... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Provide a generic unix implementation of the Process... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Implemented support for detecting file types by magic... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Implementation of Process concept for SUSv2 platforms. |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Implement dependent library processing and search paths... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Convert the Emitter to use the lib/System "Memory"... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Add library LLVMsystem.a because the JIT now needs it. |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Correct the interface of a function to use the correct... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Implement the remove method for deleting entries from... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Implement support for dependent libraries. The "source... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Change interface to use correct typedef so it will... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Make the dependent libraries list use a SetVector inste... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Initial commit of a file to declare the interface for... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Add methods for detecting file types by magic number... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Add methods for detecting different kinds of files... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Use llvm-link to link the .bc with testing.bc. This... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Reid Spencer | Print the dependent libraries when dumping bytecode. |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Brian Gaeke | Update to latest versions of config.guess and config... |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Misha Brukman | Renamed file to SparcV8ISelSimple.cpp |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Brian Gaeke | Roll back constant printing changes until the problems... |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Alkis Evlogimenos | Add assertion descriptiosn on type mismatches when... |
commit | commitdiff | tree | snapshot |
2004-09-09 |
Misha Brukman | Fix broken internal links (one found by seventwentyfour... |
commit | commitdiff | tree | snapshot |
2004-09-09 |
Alkis Evlogimenos | Grow the map on entry so that we don't crash if joinInt... |
commit | commitdiff | tree | snapshot |
2004-09-09 |
Misha Brukman | If updating from CVS gives error "No rule to make targe... |
commit | commitdiff | tree | snapshot |
2004-09-09 |
Misha Brukman | Fix broken link to the 2004 CGO paper. |
commit | commitdiff | tree | snapshot |
2004-09-09 |
Chris Lattner | Add missing #include |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Brian Gaeke | Regenerated, to recognize mingw. |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Brian Gaeke | recognize MinGW |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Misha Brukman | Disable libprofile as it breaks the build on Sparc... |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Misha Brukman | Make file comment span the entire line |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Alkis Evlogimenos | Use a shorter form to express implicit use/defs in... |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Alkis Evlogimenos | A call instruction should implicitely define ST0 since... |
commit | commitdiff | tree | snapshot |
next |