OSDN Git Service

android-x86/external-llvm.git
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...
2004-09-11 Reid SpencerConvert the Emitter to use the lib/System "Memory"...
2004-09-11 Reid SpencerAdd library LLVMsystem.a because the JIT now needs it.
2004-09-11 Reid SpencerCorrect the interface of a function to use the correct...
2004-09-11 Reid SpencerImplement the remove method for deleting entries from...
2004-09-11 Reid SpencerImplement support for dependent libraries. The "source...
2004-09-11 Reid SpencerChange interface to use correct typedef so it will...
2004-09-11 Reid SpencerMake the dependent libraries list use a SetVector inste...
2004-09-11 Reid SpencerInitial commit of a file to declare the interface for...
2004-09-11 Reid SpencerAdd methods for detecting file types by magic number...
2004-09-11 Reid SpencerAdd methods for detecting different kinds of files...
2004-09-11 Reid SpencerUse llvm-link to link the .bc with testing.bc. This...
2004-09-11 Reid SpencerPrint the dependent libraries when dumping bytecode.
2004-09-10 Brian GaekeUpdate to latest versions of config.guess and config...
2004-09-10 Misha BrukmanRenamed file to SparcV8ISelSimple.cpp
2004-09-10 Brian GaekeRoll back constant printing changes until the problems...
2004-09-10 Alkis EvlogimenosAdd assertion descriptiosn on type mismatches when...
2004-09-09 Misha BrukmanFix broken internal links (one found by seventwentyfour...
2004-09-09 Alkis EvlogimenosGrow the map on entry so that we don't crash if joinInt...
2004-09-09 Misha BrukmanIf updating from CVS gives error "No rule to make targe...
2004-09-09 Misha BrukmanFix broken link to the 2004 CGO paper.
2004-09-09 Chris LattnerAdd missing #include
2004-09-08 Brian GaekeRegenerated, to recognize mingw.
2004-09-08 Brian Gaekerecognize MinGW
2004-09-08 Misha BrukmanDisable libprofile as it breaks the build on Sparc...
2004-09-08 Misha BrukmanMake file comment span the entire line
next