oota-llvm.git
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
2004-09-08 Alkis EvlogimenosUse a shorter form to express implicit use/defs in...
2004-09-08 Alkis EvlogimenosA call instruction should implicitely define ST0 since...
2004-09-08 Brian GaekeThis file does not need <iostream>, I think.
2004-09-08 Alkis EvlogimenosUse a DenseMap for mapping reg->reg. This improves...
2004-09-07 Brian GaekeUse libtool, not mklib (which somehow doesn't get gener...
2004-09-07 Reid SpencerRemove PAPIDIR, per brg
2004-09-07 Reid Spencerbug 352 fixed
2004-09-07 Brian GaekePAPI check has been moved to projects/reopt.
2004-09-07 Brian GaekePAPI is not used here.
2004-09-07 Reid SpencerRemoved this file as its contents are now in the m4...
2004-09-07 Reid SpencerRemove variables and tests that were specific to the...
2004-09-07 Reid Spencer- Handle AC_CONFIG_SUBDIRS properly for existing "well...
2004-09-07 Reid Spencer- Perform all validity checks before doing anything.
2004-09-07 Reid Spencermove AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files.
2004-09-07 Reid SpencerIndividual autoconf function broken out of acincludes...
2004-09-07 Misha BrukmanThis is the documentation style sheet, not the one...
2004-09-06 Misha BrukmanRemove extraneous blank lines.
2004-09-06 Misha BrukmanAdd link to new howto on writing backends.
2004-09-06 Misha BrukmanHow to write an LLVM backend, first draft.
2004-09-06 Misha Brukman* Profile-guided needs a hyphen
2004-09-06 Misha BrukmanReword to not use a link text `click here'.
2004-09-06 Reid SpencerModify the lines of code counting mechanism to use...
2004-09-06 Reid SpencerAdded a tool to more accurately count the lines of...
2004-09-06 Nate BegemanAdd 64 bit divide instructions, and use them
2004-09-05 Reid SpencerRemove double paren use in system() function so that...
2004-09-05 Reid SpencerHTML 4.01 STRICT compliance.
2004-09-05 Reid SpencerMake section separator comments 80 chars, not 70.
2004-09-05 Alkis EvlogimenosIndent to 2 spaces and cleanup excess whitespace.
2004-09-05 Alkis EvlogimenosIndent to 2 spaces.
2004-09-05 Reid SpencerRemove configuration of test/Programs/* Makefiles.
2004-09-05 Reid SpencerAdded the configuration of the test/Makefile.
2004-09-05 Reid SpencerAdd HAS_U_INT64_T
2004-09-05 Reid SpencerAdd LLVMC as a supported tool.
2004-09-05 Reid SpencerPer Bug 257
2004-09-05 Reid SpencerMake the NightlyTest run tests out of projects/llvm...
2004-09-05 Misha BrukmanPut a space between `Data' and `Structure' of DSA.
2004-09-05 Misha BrukmanRemove the bit about this document being my `notes...
next