- ad1eb20 Removed this file as its contents are now in the m4 directory. by Reid Spencer · 20 years ago
- 4d68ba2 Remove variables and tests that were specific to the now defunct by Reid Spencer · 20 years ago
- f7b2de5 - Handle AC_CONFIG_SUBDIRS properly for existing "well known" projects by Reid Spencer · 20 years ago
- dcd3875 - Perform all validity checks before doing anything. by Reid Spencer · 20 years ago
- 53ecd51 move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files. by Reid Spencer · 20 years ago
- 491f681 Individual autoconf function broken out of acincludes.m4. This change by Reid Spencer · 20 years ago
- 10c0a2e This is the documentation style sheet, not the one for the website. by Misha Brukman · 20 years ago
- a3f0313 Remove extraneous blank lines. by Misha Brukman · 20 years ago
- 96bba38 Add link to new howto on writing backends. by Misha Brukman · 20 years ago
- 8eb6719 How to write an LLVM backend, first draft. by Misha Brukman · 20 years ago
- 05bcca9 * Profile-guided needs a hyphen * Dead store elimination has been implemented by Misha Brukman · 20 years ago
- 0b9370f Reword to not use a link text `click here'. by Misha Brukman · 20 years ago
- e993f46 Modify the lines of code counting mechanism to use the new "countloc.sh" by Reid Spencer · 20 years ago
- 65e731d Added a tool to more accurately count the lines of code. The previous by Reid Spencer · 20 years ago
- 20136a2 Add 64 bit divide instructions, and use them by Nate Begeman · 20 years ago
- 214c6d6 Remove double paren use in system() function so that the command line can by Reid Spencer · 20 years ago
- 77d9019 HTML 4.01 STRICT compliance. by Reid Spencer · 20 years ago
- 8284f1f Make section separator comments 80 chars, not 70. by Reid Spencer · 20 years ago
- 76d9dac Indent to 2 spaces and cleanup excess whitespace. by Alkis Evlogimenos · 20 years ago
- a638286 Indent to 2 spaces. by Alkis Evlogimenos · 20 years ago
- 1704168 Remove configuration of test/Programs/* Makefiles. by Reid Spencer · 20 years ago
- e07d9aa Added the configuration of the test/Makefile. by Reid Spencer · 20 years ago
- 1f4a279 Add HAS_U_INT64_T by Reid Spencer · 20 years ago
- 5f8c6b2 Add LLVMC as a supported tool. by Reid Spencer · 20 years ago
- eb32ffe Per Bug 257 by Reid Spencer · 20 years ago
- 10ffe01 Make the NightlyTest run tests out of projects/llvm-test instead of by Reid Spencer · 20 years ago
- 100bd71 Put a space between `Data' and `Structure' of DSA. by Misha Brukman · 20 years ago
- fe73285 Remove the bit about this document being my `notes', it has matured since then. by Misha Brukman · 20 years ago
- 2161834 Fix object/library filenames that have changed, clarify descriptions. by Misha Brukman · 20 years ago
- 9a4c904 Add DSA. by Misha Brukman · 20 years ago
- eedba5e * CSS was created to reduce re-specifying design styles: specify table cell by Misha Brukman · 20 years ago
- 3e0b51a * Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared between by Misha Brukman · 20 years ago
- b986b7d Renamed PPC32AsmPrinter.cpp => PowerPCAsmPrinter.cpp as the Darwin and AIX asm by Misha Brukman · 20 years ago
- d1011c2 Make sure llvm-test doesn't build automatically so the nightly test can by Reid Spencer · 20 years ago
- 88eed81 Take one item off the "to do" list: implemented -O1 .. -O5 options for by Reid Spencer · 20 years ago
- 39dcf0e Convert makefile to use standard LLVM macros for tool names by Reid Spencer · 20 years ago
- 820dab7 Make Stacker into a complete project with its own configuration. by Reid Spencer · 20 years ago
- c37a506 Make the StackerCompiler and optimizing translator by running specific by Reid Spencer · 20 years ago
- 2c71157 Make the Stacker compiler handle -O1 .. -O5 options so it is compliant with by Reid Spencer · 20 years ago
- a11c2e8 Include MathExtras.h to fix build breakage, thanks to Vladimir by Nate Begeman · 20 years ago
- ed42853 All PPC instructions are now auto-printed by Nate Begeman · 20 years ago
- ec9d780 Get rid of an un-needed and un-used GCCism. ATTR_DEPRECATED is used nowhere by Reid Spencer · 20 years ago
- 40b062f Clean up some "clean:" targets so they use $(VERB) and don't print anything by Reid Spencer · 20 years ago
- 23f7d51 Make tblgen's exception handling a little more robust by printing the by Reid Spencer · 20 years ago
- a3b4e09 Don't re-instantiate the std::string in catch block. by Reid Spencer · 20 years ago
- 9c3c658 Uh, changing in build dir and committing in src dir doesn't lead to correct by Reid Spencer · 20 years ago
- 1d009bb Correct the specification of the DIRS variable to not include the source by Reid Spencer · 20 years ago
- 2d3dcb6 I was actually wrong in my "simplification". by Misha Brukman · 20 years ago
- 18d55dd Simplify check for uint64_t and u_int64_t by Misha Brukman · 20 years ago
- 206043a Provide correct definition of uint64_t for platforms that have only by Reid Spencer · 20 years ago
- 08a6c76 Order #includes alphabetically, local .h files first. by Misha Brukman · 20 years ago
- 20aa474 Fixes to make LLVM compile with vc7.1. by Alkis Evlogimenos · 20 years ago
- ceca904 Regenerated after Reid's change for uint64_t/u_int64_t (patch by Bill Wendling) by Misha Brukman · 20 years ago
- ad0b738 Make the text of this file a little more useful. by Reid Spencer · 20 years ago
- e2c6f51 Don't just assume that either uint64_t or u_int64_t is available. Instead, by Reid Spencer · 20 years ago
- 70619fa Change the way we choose a free register: instead of picking the first by Alkis Evlogimenos · 20 years ago
- 84f5bcb Change the way we choose a free register: instead of picking the first by Alkis Evlogimenos · 20 years ago
- 679ff31 Added a check for u_int64_t, which is used by Interix. by John Criswell · 20 years ago
- 61905ce Added u_int64_t because some systems use that instead of uint64_t. by John Criswell · 20 years ago
- 82b4955 We don't need to sort the added vector as unhandled intervals are by Alkis Evlogimenos · 20 years ago
- b7a8f2c Convert remaining X-Form and Pseudo instructions over to asm writer by Nate Begeman · 20 years ago
- df8d5e9 Pull in definition of std::unary_function. by Alkis Evlogimenos · 20 years ago
- 065b648 Unbreak build by Brian Gaeke · 20 years ago
- 74dfcf1 Back to compiling land for v8 by Brian Gaeke · 20 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
- ed54373 Be a bit more efficient when processing the active and inactive by Alkis Evlogimenos · 20 years ago
- 2e58a41 Give a better assertion if we see a use before a def. by Alkis Evlogimenos · 20 years ago
- 7903068 Make sure <cassert> is included for platforms that don't include it via by Reid Spencer · 20 years ago
- 15fd439 mkdtemp doesn't exist on Cygwin. Use tempnam & mkdir instead. by Reid Spencer · 20 years ago
- e1cc150 Make CommandLine prefix error output with the name of the program. by Reid Spencer · 20 years ago
- d808bca Initial commit for platform independent system configuration support. by Reid Spencer · 20 years ago
- 0132bd4 Add support for FreeBSD by Reid Spencer · 20 years ago
- a11e4db Add support for Interix and FreeBSD by Reid Spencer · 20 years ago
- ef6efab Actually define PreventCoreFiles in the sys namespace. by Reid Spencer · 20 years ago
- 387e5ec Add a new abstraction, SysConfig for platform independent system by Reid Spencer · 20 years ago
- d19e290 Minor code clarity changes. by Alkis Evlogimenos · 20 years ago
- 73fb548 Fix a "test" botch. by Reid Spencer · 20 years ago
- cc8bd9c convert M and MD form instructions to generated asm writer by Nate Begeman · 20 years ago
- 886e951 Recognize Interix systems as if they were SunOS and make sure we don't by Reid Spencer · 20 years ago
- f634f46 Move the GetTemporaryDirectory function from "generic Unix" to platform by Reid Spencer · 20 years ago
- b60bf61 Add inclusion of assert.h by Reid Spencer · 20 years ago
- 016e335 Initial commit of a configuration file for compiling C++ programs with by Reid Spencer · 20 years ago
- ca01f9b Implement the "setIncludePaths" and "setSymbolDefines" interface methods. by Reid Spencer · 20 years ago
- 7c14fd1 Pass lists of -I and -D options through to the Compiler Driver. by Reid Spencer · 20 years ago
- b993feb Add a blurb about exploiting the use of external storage. by Reid Spencer · 20 years ago
- 07aada8 Move yet more instructions over to being printed by the generated asm writer by Nate Begeman · 20 years ago
- d8f4c8e Abbreviate the long descriptions which are now in docs/SystemLibrary.html. by Reid Spencer · 20 years ago
- fc989e1 Reduce the number of arguments in the instruction builder and make some by Reid Spencer · 20 years ago
- 6386009 Need to throw std::string not const char* if we want error messages to be by Reid Spencer · 20 years ago
- 514b967 Synchronize documentation of configuration items and substitutions with by Reid Spencer · 20 years ago
- 6b3dc55 Convert A-Form instructions to auto-generated asm writer by Nate Begeman · 20 years ago
- 27bc7c6 Register sizes should be specified in bits by Nate Begeman · 20 years ago
- d332fd5 Improvements to int->float cast code for PPC-64 by Nate Begeman · 20 years ago
- 2a42e80 Must link against new LLVMsystem library by Nate Begeman · 20 years ago
- 2f795cf RemoveFileOnSignal is now in sys:: namespace by Nate Begeman · 20 years ago
- 81ab877 Put this change back in after testing from Reid proved its innocence. getSpillSize now returns value in bits by Nate Begeman · 20 years ago
- c3d479a Update doxygen comment now that getSpillSize is supposed to return value in bits by Nate Begeman · 20 years ago
- c0854bf Add a declaration of environ global for Darwin by Reid Spencer · 20 years ago
- 93426ba Add a missing header file by Reid Spencer · 20 years ago
- 1390103 Add an assert to cature null Operands. It is better to catch it here than by Reid Spencer · 20 years ago