2004-09-19 |
Chris Lattner | Remove a whole bunch of horrible hacky code that was... |
commit | commitdiff | tree | snapshot |
2004-09-19 |
Chris Lattner | Instcombine now helps out with these |
commit | commitdiff | tree | snapshot |
2004-09-19 |
Chris Lattner | Make instruction combining a bit more aggressive in... |
commit | commitdiff | tree | snapshot |
2004-09-19 |
Chris Lattner | Add two new testcases that instcombine should handle |
commit | commitdiff | tree | snapshot |
2004-09-19 |
Reid Spencer | Minor correction to Signals implementation. |
commit | commitdiff | tree | snapshot |
2004-09-19 |
Chris Lattner | Add comment |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Chris Lattner | Fix the inliner to always delete any edges from the... |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Chris Lattner | Add CallGraphNode::removeAnyCallEdgeTo method |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Reid Spencer | Use the /dev/zero device as the device on which the... |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Reid Spencer | Porting of Unix implementation to Win32. |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Reid Spencer | Get rid of file descriptor leak in create_file. |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Chris Lattner | Misha implemented the ModuleProvider interface back... |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Chris Lattner | Provide initial docs for CallGraphSCCPass's, and fix... |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Chris Lattner | Make this HTML 4.01 strict |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Chris Lattner | Don't include libtool "object" files |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Chris Lattner | Convert this pass to be a CallGraphSCCPass instead... |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Chris Lattner | Make sure to remove the Select instruction as well |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Chris Lattner | When changing a function, make sure to update the CallG... |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Chris Lattner | Implement new changeFunction method, nuke a never imple... |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Chris Lattner | Implement new changeFunction method, nuke a never imple... |
commit | commitdiff | tree | snapshot |
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 |
next |