oota-llvm.git
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...
2004-09-05 Misha BrukmanFix object/library filenames that have changed, clarify...
2004-09-05 Misha BrukmanAdd DSA.
2004-09-05 Misha Brukman* CSS was created to reduce re-specifying design styles...
2004-09-05 Misha Brukman* Change PPC32AsmPrinter => PowerPCAsmPrinter since...
2004-09-05 Misha BrukmanRenamed PPC32AsmPrinter.cpp => PowerPCAsmPrinter.cpp...
2004-09-04 Reid SpencerMake sure llvm-test doesn't build automatically so...
2004-09-04 Reid SpencerTake one item off the "to do" list: implemented -O1...
2004-09-04 Reid SpencerConvert makefile to use standard LLVM macros for tool...
2004-09-04 Reid SpencerMake Stacker into a complete project with its own confi...
2004-09-04 Reid SpencerMake the StackerCompiler and optimizing translator...
2004-09-04 Reid SpencerMake the Stacker compiler handle -O1 .. -O5 options...
2004-09-04 Nate BegemanInclude MathExtras.h to fix build breakage, thanks...
2004-09-04 Nate BegemanAll PPC instructions are now auto-printed
2004-09-03 Reid SpencerGet rid of an un-needed and un-used GCCism. ATTR_DEPREC...
2004-09-03 Reid SpencerClean up some "clean:" targets so they use $(VERB)...
2004-09-03 Reid SpencerMake tblgen's exception handling a little more robust...
2004-09-03 Reid SpencerDon't re-instantiate the std::string in catch block.
2004-09-03 Reid SpencerUh, changing in build dir and committing in src dir...
2004-09-03 Reid SpencerCorrect the specification of the DIRS variable to not...
2004-09-03 Misha BrukmanI was actually wrong in my "simplification".
2004-09-03 Misha BrukmanSimplify check for uint64_t and u_int64_t
2004-09-03 Reid SpencerProvide correct definition of uint64_t for platforms...
2004-09-03 Misha BrukmanOrder #includes alphabetically, local .h files first.
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-02 Misha BrukmanRegenerated after Reid's change for uint64_t/u_int64_t...
2004-09-02 Reid SpencerMake the text of this file a little more useful.
2004-09-02 Reid SpencerDon't just assume that either uint64_t or u_int64_t...
2004-09-02 Alkis EvlogimenosChange the way we choose a free register: instead of...
2004-09-02 Alkis EvlogimenosChange the way we choose a free register: instead of...
2004-09-02 John CriswellAdded a check for u_int64_t, which is used by Interix.
2004-09-02 John CriswellAdded u_int64_t because some systems use that instead...
2004-09-02 Alkis EvlogimenosWe don't need to sort the added vector as unhandled...
2004-09-02 Nate BegemanConvert remaining X-Form and Pseudo instructions over...
2004-09-02 Alkis EvlogimenosPull in definition of std::unary_function.
2004-09-02 Brian GaekeUnbreak build
2004-09-02 Brian GaekeBack to compiling land for v8
2004-09-01 Reid SpencerChanges For Bug 352
2004-09-01 Alkis EvlogimenosBe a bit more efficient when processing the active...
2004-09-01 Alkis EvlogimenosGive a better assertion if we see a use before a def.
2004-09-01 Reid SpencerMake sure <cassert> is included for platforms that...
2004-09-01 Reid Spencermkdtemp doesn't exist on Cygwin. Use tempnam & mkdir...
2004-09-01 Reid SpencerMake CommandLine prefix error output with the name...
2004-08-31 Reid SpencerInitial commit for platform independent system configur...
2004-08-31 Reid SpencerAdd support for FreeBSD
2004-08-31 Reid SpencerAdd support for Interix and FreeBSD
2004-08-31 Reid SpencerActually define PreventCoreFiles in the sys namespace.
2004-08-31 Reid SpencerAdd a new abstraction, SysConfig for platform independe...
2004-08-31 Alkis EvlogimenosMinor code clarity changes.
2004-08-31 Reid SpencerFix a "test" botch.
2004-08-31 Nate Begemanconvert M and MD form instructions to generated asm...
2004-08-31 Reid SpencerRecognize Interix systems as if they were SunOS and...
2004-08-30 Reid SpencerMove the GetTemporaryDirectory function from "generic...
2004-08-30 Reid SpencerAdd inclusion of assert.h
2004-08-30 Reid SpencerInitial commit of a configuration file for compiling...
2004-08-30 Reid SpencerImplement the "setIncludePaths" and "setSymbolDefines...
2004-08-30 Reid SpencerPass lists of -I and -D options through to the Compiler...
2004-08-30 Reid SpencerAdd a blurb about exploiting the use of external storage.
2004-08-30 Nate BegemanMove yet more instructions over to being printed by...
2004-08-30 Reid SpencerAbbreviate the long descriptions which are now in docs...
2004-08-30 Reid SpencerReduce the number of arguments in the instruction build...
2004-08-30 Reid SpencerNeed to throw std::string not const char* if we want...
2004-08-29 Reid SpencerSynchronize documentation of configuration items and...
2004-08-29 Nate BegemanConvert A-Form instructions to auto-generated asm writer
2004-08-29 Nate BegemanRegister sizes should be specified in bits
2004-08-29 Nate BegemanImprovements to int->float cast code for PPC-64
2004-08-29 Nate BegemanMust link against new LLVMsystem library
2004-08-29 Nate BegemanRemoveFileOnSignal is now in sys:: namespace
2004-08-29 Nate BegemanPut this change back in after testing from Reid proved...
2004-08-29 Nate BegemanUpdate doxygen comment now that getSpillSize is suppose...
2004-08-29 Reid SpencerAdd a declaration of environ global for Darwin
2004-08-29 Reid SpencerAdd a missing header file
2004-08-29 Reid SpencerAdd an assert to cature null Operands. It is better...
2004-08-29 Reid SpencerSignals support has been moved to lib/System
2004-08-29 Reid SpencerUpdated to create a link needed for correct lib/System...
2004-08-29 Reid SpencerAdd lib/System ahead of lib/Support in case there are...
2004-08-29 Reid SpencerLink with LLVMsystem.a for operating system independence.
2004-08-29 Reid SpencerRemoveFileOnErrorSignal is now in the llvm::sys namespa...
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-08-29 Reid Spenceradd llvmc
2004-08-29 Reid SpencerConvert llvmc to use the lib/System interface instead...
next