- e940714 Remove duplicated link to "Machine backend" by Misha Brukman · 20 years ago
- 9855b84 Reverting this patch: by Tanya Lattner · 20 years ago
- 527efc6 Initial support for packed types, contributed by Morten Ofstad by Chris Lattner · 20 years ago
- f71755d Remove unneeded cast. by Chris Lattner · 20 years ago
- f022805 Get GEP's working with packed types. Contributed by Morten Ofstad! by Chris Lattner · 20 years ago
- d92017a Add line # info by Chris Lattner · 20 years ago
- c7f4264 Fixed pathname to LLVM tools. Thanks to Vladimir Merzliakov for finding this. by John Criswell · 20 years ago
- 0b4f468 Be a little more explicit about how to configure LLVM with the --prefix by Reid Spencer · 20 years ago
- 302ed2a Fix typeo, thanks to Duraid for pointing it out by Chris Lattner · 20 years ago
- 0022b83 Revert version 1.39. It breaks the ordering of the library processing. by Reid Spencer · 20 years ago
- 40e7c35 Do not let GCC emit a warning for INT64_MIN by Chris Lattner · 20 years ago
- 33ce43e Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_alloca. by Brian Gaeke · 20 years ago
- 78887f4 Added TCLSH var to site.exp. by Tanya Lattner · 20 years ago
- d616597 Move this from the C test suite by Chris Lattner · 20 years ago
- 11875ec This is a c++ test by Chris Lattner · 20 years ago
- adc5390 Add back -e, which apparently works in sh's echo but not tcsh's, which does by Chris Lattner · 20 years ago
- 5b0a4ff If TESTSUITE is set, we obviously want to run dejagnu by Chris Lattner · 20 years ago
- 532343b Fix the JIT when being used from llvm-db by Chris Lattner · 20 years ago
- 907e9bc do not pass -e into llvm-db as a command. by Chris Lattner · 20 years ago
- 13eef45 Put the output in the temporary location by Chris Lattner · 20 years ago
- 15a286b This is a cross platform fail, failing on freebsd as well by Chris Lattner · 20 years ago
- 6b205c3 This pass is completely broken. by Chris Lattner · 20 years ago
- 3af4b4f RevisionNum is read by error(), initialize it early. by Chris Lattner · 20 years ago
- 3a9e1fa This was fixed with the recent tester changes. by Chris Lattner · 20 years ago
- cb7a762 Update list of failing benchmarks. by Brian Gaeke · 20 years ago
- 9e0b902 If we're about to emit something like: by Brian Gaeke · 20 years ago
- 0fcb941 Add a check for the tclsh program needed by dejagnu. This can have weird by Reid Spencer · 20 years ago
- 0f535c6 Squelch warning by Chris Lattner · 20 years ago
- 7d66434 This passes on darwin now by Chris Lattner · 20 years ago
- 0284628 Fix several bugs in 'op x, imm' handling. Foremost is that we now emit by Chris Lattner · 20 years ago
- a7a5cc8 Up the compression threshold to 64K so we avoid it for all but the largest by Reid Spencer · 20 years ago
- 5a85d9c Fix test/Regression/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.llx by Chris Lattner · 20 years ago
- 35f2bbe Fix CodeGen/PowerPC/2004-11-30-shr-var-crash.ll by Chris Lattner · 20 years ago
- aac2d44 New testcase that crashes the PPC BE by Chris Lattner · 20 years ago
- e74ed0d Fix test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll by Chris Lattner · 20 years ago
- d510293 New testcase by Chris Lattner · 20 years ago
- b761433 Adding timeout for a test. by Tanya Lattner · 20 years ago
- 7747040 Fix test/Regression/CodeGen/PowerPC/2004-11-30-shift-crash.ll by Chris Lattner · 20 years ago
- 93e6d83 New testcase that crashes the PPC backend by Chris Lattner · 20 years ago
- 6f9e571 Alkis noticed that this variable is dead. Thanks! by Chris Lattner · 20 years ago
- 38f1455 Add method by Chris Lattner · 20 years ago
- 8cca1a7 New testcase for simplifycfg by Chris Lattner · 20 years ago
- 37dc938 If we have something like this: by Chris Lattner · 20 years ago
- ee8c9ad Remove extraneous namespacification. In particular, don't define llvm::llvm::createInternalGlobalMapperPass by Chris Lattner · 20 years ago
- 6e35eda Fix a typo. Corrected a potential grammary issue. by John Criswell · 20 years ago
- 8a91939 Allow hoisting loads of globals and alloca's in conditionals. by Chris Lattner · 20 years ago
- 478b3b4 Make built bytecode libraries depend on gccas/gccld as appropriate. This by Chris Lattner · 20 years ago
- 5507eab Fix two bugs: by Reid Spencer · 20 years ago
- e934219 Functionality moved to portable lib/System/DynamicLibrary.cpp implementation by Reid Spencer · 20 years ago
- df5a37e Use System/DynamicLibrary instead of Support/DynamicLinker by Reid Spencer · 20 years ago
- 737459d Use System/DynamicLibrary instead of Support/DynamicLinker to implement. by Reid Spencer · 20 years ago
- 19cd4a9 Implement two new functions: LoadLibraryPermanently and by Reid Spencer · 20 years ago
- b0b0ea0 Add in some methods for use by the JIT. LoadLibraryPermanently brings the by Reid Spencer · 20 years ago
- a564845 Shared library extension is now in LTDL_SHLIB_EXT by Reid Spencer · 20 years ago
- 29ae177 We just use ltdl's implementation for this abstraction now. Its portable to by Reid Spencer · 20 years ago
- 7d27700 Allow reconfig from any directory, not just the top build directory, by by Reid Spencer · 20 years ago
- 8c8af32 Changes resulting from AC_LIB_LTDL usage. by Reid Spencer · 20 years ago
- 2bc7bd5 * Implement embedding libltdl into LLVM which required some rearranging. by Reid Spencer · 20 years ago
- 8baa775 * Update instructions about upgrading libtool by Reid Spencer · 20 years ago
- 6ab9b4c Don't include ltdl.h any more. Its nested in lib/System now. by Reid Spencer · 20 years ago
- 58c8ee1 Mods for compilation with llvm. by Reid Spencer · 20 years ago
- 9c16ed5 Original version of ltdl.h from libtool 1.5.10 by Reid Spencer · 20 years ago
- 535af2b Original version of ltdl.c from libtool 1.5.10 by Reid Spencer · 20 years ago
- 5252d95 Converted with autoupdate for autoconf 2.50 -> 2.59 differences. by Reid Spencer · 20 years ago
- 2197262 This file contains macros that allow us to incorporate the ltdl source into by Reid Spencer · 20 years ago
- 441cc2a Implement the default constructor which causes the current program to be by Reid Spencer · 20 years ago
- 7a93690 Make the default constructor cause the program's symbols to be loaded as by Reid Spencer · 20 years ago
- 6f14a5b Make it HTML 4.01 Strict compliant. by Reid Spencer · 20 years ago
- 31ce7fb * Document how to turn on doxygen documentation generation by Reid Spencer · 20 years ago
- aadc418 No longer necessary, moved Makefile.rules by Reid Spencer · 20 years ago
- 8f63178 Use LLVMLIBS=JIT to get JIT libraries by Reid Spencer · 20 years ago
- 7c787c9 Incorporate tools/Makefile.JIT by Reid Spencer · 20 years ago
- f00b540 Make sure the program's symbols can be dlsym'd as well. by Reid Spencer · 20 years ago
- 928b47a Revamp long/ulong comparisons to use a much more efficient sequence (thanks by Chris Lattner · 20 years ago
- fbbf307 * Allow date command to be printed in verbose mode by Reid Spencer · 20 years ago
- 513b921 Add "docs" as a descendable directory (at the end) by Reid Spencer · 20 years ago
- 1f31942 * allow doxygen documentation to be enabled/disabled (default off) by Reid Spencer · 20 years ago
- e120021 * Get additional configured values into the makefiles by Reid Spencer · 20 years ago
- 1a3ba7f Make the check a little quieter. by Reid Spencer · 20 years ago
- ca5fc7b * Make this makefile compliant with LLVM makefile standards by Reid Spencer · 20 years ago
- ebafced Moved --> doxygen.cfg.in by Reid Spencer · 20 years ago
- 58fe2f0 Reworked branching so we don't handle BAs specially. It just updates the branchTO regardless of what type of branch it is. by Tanya Lattner · 20 years ago
- 3c54b6c * Get rid of extraneous directories by Reid Spencer · 20 years ago
- 38f98b5 * add llvmc and llvm-ld by Reid Spencer · 20 years ago
- e53b5c1 Adjust this so that doxygen doesn't barf on it. by Reid Spencer · 20 years ago
- 52d7a75 * Adjust so this falls in line with LLVM Makefile standards. by Reid Spencer · 20 years ago
- f8d3e4a * Fix an item list. by Reid Spencer · 20 years ago
- ede0ae0 Add a link. by Reid Spencer · 20 years ago
- 22e4cde For PR393: by Reid Spencer · 20 years ago
- 28e5eab Fixed bug where instructions in the kernel were not ordered right to preserve dependencies in a cycle. by Tanya Lattner · 20 years ago
- b2e4cd6 Update the test to match the optimization. The optimization can let some by Reid Spencer · 20 years ago
- 6731d5c Fix for PR454: by Reid Spencer · 20 years ago
- 9d0087e The LLVM bool type shall have 1 byte alignment on PPC. by Chris Lattner · 20 years ago
- 8305a64 Make DSE potentially more aggressive by being more specific about alloca sizes. by Chris Lattner · 20 years ago
- eaf8f9c Fix DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll by Chris Lattner · 20 years ago
- f4a0e50 New testcase. The store is not dead here. by Chris Lattner · 20 years ago
- 63eb930 Fix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.c, and hopefully PR449 by Chris Lattner · 20 years ago
- 96d7dac new testcase for PR463 by Chris Lattner · 20 years ago
- 7891593 Fix PR463 by Chris Lattner · 20 years ago
- 2ded5d0 Correct the RUN line to remove unneeded parameters and make sure the test by Reid Spencer · 20 years ago