oota-llvm.git
2004-09-19 Reid SpencerMake the "Warning" notice a LOT more prominent.
2004-09-19 Reid SpencerAdd in version dependency checks on all the tools we...
2004-09-19 Reid SpencerAdd our own version of libtool.m4 instead of relying...
2004-09-19 Chris Lattnerbetter code
2004-09-19 Chris LattnerMake isSafeToLoadUnconditionally a bit smarter, impleme...
2004-09-19 Chris LattnerNew testcase for PR362: Icky code generated for std...
2004-09-19 Chris LattnerFix a nasty iterator invalidation problem I introduced...
2004-09-19 Chris LattnerRemove a whole bunch of horrible hacky code that was...
2004-09-19 Chris LattnerInstcombine now helps out with these
2004-09-19 Chris LattnerMake instruction combining a bit more aggressive in...
2004-09-19 Chris LattnerAdd two new testcases that instcombine should handle
2004-09-19 Reid SpencerMinor correction to Signals implementation.
2004-09-19 Chris LattnerAdd comment
2004-09-18 Chris LattnerFix the inliner to always delete any edges from the...
2004-09-18 Chris LattnerAdd CallGraphNode::removeAnyCallEdgeTo method
2004-09-18 Reid SpencerUse the /dev/zero device as the device on which the...
2004-09-18 Reid SpencerPorting of Unix implementation to Win32.
2004-09-18 Reid SpencerGet rid of file descriptor leak in create_file.
2004-09-18 Chris LattnerMisha implemented the ModuleProvider interface back...
2004-09-18 Chris LattnerProvide initial docs for CallGraphSCCPass's, and fix...
2004-09-18 Chris LattnerMake this HTML 4.01 strict
2004-09-18 Chris LattnerDon't include libtool "object" files
2004-09-18 Chris LattnerConvert this pass to be a CallGraphSCCPass instead...
2004-09-18 Chris LattnerMake sure to remove the Select instruction as well
2004-09-18 Chris LattnerWhen changing a function, make sure to update the CallG...
2004-09-18 Chris LattnerImplement new changeFunction method, nuke a never imple...
2004-09-18 Chris LattnerImplement new changeFunction method, nuke a never imple...
2004-09-17 John CriswellChanged the distclean target to handle the new location...
2004-09-17 Chris LattnerFix typo in comment
2004-09-17 Reid SpencerMake sure critical sections are entered before trying...
2004-09-16 Reid SpencerAdjust the license files based on the actual content...
2004-09-16 Reid SpencerAllow "bc" as suffix for bytecode files.
2004-09-16 Reid SpencerImplement the signals interface for Win32.
2004-09-16 John CriswellAdd dependencies so that project tools are recompiled...
2004-09-15 Chris LattnerAdd a newline
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-09-15 Chris LattnerMake sure to update the list end when an element is...
2004-09-15 Chris LattnerAdd some assertions
2004-09-15 Reid SpencerStacker compiler library doesn't need to be shared...
2004-09-15 Reid SpencerAttempt to solve the libtool problem on Solaris.
2004-09-15 Reid SpencerPatches to make this file actually compile under windows.
2004-09-15 Reid SpencerInitial version of the SysConfig abstraction for Win32.
2004-09-15 Reid SpencerFirst version of a common header file for Win32 impleme...
2004-09-15 Reid SpencerInitial implementation of the Process abstraction for...
2004-09-15 Reid SpencerFix the interface to ReleaseRWX to take MemoryBlock...
2004-09-15 Chris LattnerFix a bug in the previous checkin that broke 255.vortex
2004-09-15 Alkis EvlogimenosWhen creating constant arrays check that the initialize...
2004-09-15 Misha BrukmanFit long lines into 80 cols via creative space elimination
2004-09-15 Misha BrukmanWrap long line
2004-09-15 Misha BrukmanTargets are independent of each other, so compile them...
2004-09-15 Chris LattnerBug fixed
2004-09-15 Chris LattnerMake sure to update alias analysis information as we...
2004-09-15 Chris LattnerIf given an AliasSetTracker object to update, update it.
2004-09-15 Chris LattnerAdd an optional argument to PromoteMemToReg
2004-09-15 Chris LattnerNew testcase for PR420
2004-09-14 Chris LattnerImplement an AliasSetTracker::copyValue method
2004-09-14 Chris LattnerAdd an AliasSetTracker::copyValue method
2004-09-14 Misha BrukmanThe Sparc linking .so problem extends to the sample...
2004-09-14 Chris LattnerAdd notes about some buggy passes
2004-09-14 Chris LattnerRemove unused pass
2004-09-14 Chris LattnerRemove a long-dead pass. Actually, this pass was never...
2004-09-14 Reid SpencerFix compilation warning.
2004-09-14 Reid SpencerFix a compilation error.
2004-09-14 Reid SpencerOkay, the list of link-time passes wasn't such a hot...
2004-09-14 Chris LattnerDon't print newlines between passes in the pass list.
2004-09-14 Chris LattnerDon't print newlines between each library in the deplib...
2004-09-14 Chris LattnerRevamp the Register class, and allow the use of the...
2004-09-14 Chris LattnerAdjust to #include movage
2004-09-14 Reid SpencerUpdate to reflect stkrc's new optimization capabilities.
2004-09-14 Reid SpencerSupport substitution options for the W, M, and f options.
2004-09-14 Reid SpencerSupport the -WX, -f -M options as pass throughs
2004-09-14 Reid SpencerImplement the GetLibraryPath function.
2004-09-13 Reid SpencerAdd the GetLibraryPath method.
2004-09-13 Reid SpencerAdd support for the link-time pass list to Modules.
2004-09-13 Misha BrukmanSparc cannot link shared objects (libtool issue) which...
2004-09-13 Reid SpencerSimplify the sys::Memory interface per Chris' request.
2004-09-13 Reid SpencerSimplify the sys::Memory interface per Chris' request.
2004-09-13 Reid SpencerClean up the interface and implementation of sys::Progr...
2004-09-13 Chris LattnerChanges to make this work with Jason's patch. I checke...
2004-09-13 Reid SpencerChange banner name to reflect actual program this Makef...
2004-09-13 Reid SpencerGet rid of compile warning by having llvmExecve return...
2004-09-13 Reid SpencerInitial implementation of llvm-ld: stolen from gccld.
2004-09-13 Misha BrukmanAdd LLEE into compilation, but not for Sparc
2004-09-12 Reid SpencerExcise the -L option since llvm-link should not do...
2004-09-12 Reid SpencerExcise dependent library linking at Chris' request...
2004-09-12 Misha BrukmanSquelch compilation warnings on Sparc
2004-09-12 Misha Brukman* Fix grammar
2004-09-12 Misha BrukmanFix filename: Printer.cpp has become X86AsmPrinter.cpp
2004-09-12 Misha BrukmanUnbreak doxygen, according to Reid.
2004-09-12 Misha BrukmanFix code spacing/alignment
2004-09-11 Reid SpencerFix the replace method to assert if an item was erased...
2004-09-11 Reid SpencerCorrect the file header to reflect the new "examples...
2004-09-11 Reid SpencerFix typo: sterror -> strerror
2004-09-11 Reid SpencerCorrect the dynamic lib suffix on Darwin.
2004-09-11 Reid SpencerProvide initial implementations of Memory and Process...
2004-09-11 Reid SpencerProvide a generic Unix implementation of the Memory...
2004-09-11 Reid SpencerProvide a generic unix implementation of the Process...
2004-09-11 Reid SpencerImplemented support for detecting file types by magic...
2004-09-11 Reid SpencerImplementation of Process concept for SUSv2 platforms.
2004-09-11 Reid SpencerImplement dependent library processing and search paths...
next