- ed39343 Move base value of instruction to lookup table to prepare for case reduction. by Jim Laskey · 18 years ago
- 1bb3a40 In addition to deleting calls, the inliner can constant fold them as well. by Chris Lattner · 18 years ago
- d85340f Change the callgraph representation to store the callsite along with the by Chris Lattner · 18 years ago
- 2ade228 testcase for PR827 by Chris Lattner · 18 years ago
- 6d34657 Add information preventing several register class constraints from working. by Chris Lattner · 18 years ago
- 08c3f7b Testcase for PR828. by Chris Lattner · 18 years ago
- b7f7128 Fix test failure on non-Apple systems. by Evan Cheng · 18 years ago
- 21c39a6 Remove non-portable optimization that isn't worth it by Chris Lattner · 18 years ago
- be6a039 The PPC64 JIT needs register numbers to encode instructions. by Chris Lattner · 18 years ago
- 810ad8c Revamp this doc to be accurate w.r.t. building llvmgcc4 by Chris Lattner · 18 years ago
- f4ea921 Fix PR826, testcase here: Regression/Verifier/2006-07-11-StoreStruct.ll by Chris Lattner · 18 years ago
- f7cb674 Testcase for PR826 by Chris Lattner · 18 years ago
- f7eb5d0 Emit inc / dec of registers as one byte instruction. by Evan Cheng · 18 years ago
- 041572f Profile builds should always have debug info enabled. by Chris Lattner · 18 years ago
- ed36b2f Silence a warning produced in assertions-disabled mode by Chris Lattner · 18 years ago
- 27bc97d Fix typo. by Devang Patel · 18 years ago
- 16d42c6 It was pointed out that DEBUG() is only available with -debug. by Jim Laskey · 18 years ago
- e37fe9b Ensure that dump calls that are associated with asserts are removed from by Jim Laskey · 18 years ago
- e2a78f2 1. Support for c++ mangled names. by Jim Laskey · 18 years ago
- a4e6435 add the memri memory operand by Rafael Espindola · 18 years ago
- 4a8aadd Revert my indvars changes because they were breaking things. Unfortunately this by Owen Anderson · 18 years ago
- f4dff84 Implement the inline asm 'A' constraint. This implements PR825 and by Chris Lattner · 18 years ago
- fbc9891 New testcase for PR825. by Chris Lattner · 18 years ago
- 25a022c Fix CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll and PR818. by Chris Lattner · 18 years ago
- 4de62ea This is fixed by Chris Lattner · 18 years ago
- 1406bda Reduce bloat in target libraries by removing per machine instruction assertion by Jim Laskey · 18 years ago
- 804e067 In 64-bit mode, 64-bit GPRs are callee saved, not 32-bit ones. by Chris Lattner · 18 years ago
- b64ab87 Add a comment, and fix a typo that broke the build. by Owen Anderson · 18 years ago
- 7e05714 Don't indent the entire function. by Owen Anderson · 18 years ago
- b1ed76a Update. by Evan Cheng · 18 years ago
- 20adf47 New entry. by Evan Cheng · 18 years ago
- 1e60c09 Fixed stack objects do not specify alignments, but their offsets are known. by Evan Cheng · 18 years ago
- d998938 Implement Regression/CodeGen/PowerPC/bswap-load-store.ll by folding bswaps by Chris Lattner · 18 years ago
- 5895a13 New testcase for folding bswaps into i16/i32 loads and stores. by Chris Lattner · 18 years ago
- 6423d4c Recognize 16-bit bswaps by relaxing overconstrained pattern. by Chris Lattner · 18 years ago
- e5ff22e Add tests for 16-bit byteswaps. by Chris Lattner · 18 years ago
- 5c5f4ca Mark internal function static by Chris Lattner · 18 years ago
- d1b78a1 Make instcombine not remove Phi nodes when LCSSA is live. by Owen Anderson · 18 years ago
- 7267bd6 Fixed some output issues where newlines were not being printed after error messages by Patrick Jenkins · 18 years ago
- 7b4bb60 Fixed an issue that tried to cat externalprogramstable.txt from the testresults directory when it doesnt exist. by Patrick Jenkins · 18 years ago
- aefe142 create the raddr addressing mode that matches any register and the frame index by Rafael Espindola · 18 years ago
- f8dad7a Fix typo in the comment. by Owen Anderson · 18 years ago
- bfd4dab Add a test for the LCSSA issue I just fixed. by Owen Anderson · 18 years ago
- e4e1ecd Add a fix for an issue where LCSSA would fail to insert undef's in some corner by Owen Anderson · 18 years ago
- 00fbdf1 Syntax error in NewNightlyTest.pl by Patrick Jenkins · 18 years ago
- 4c4e356 Fixed a variable naming issue for the External Program Results table. Also fixed an issue with printing the sent data to a sentdata.txt by Patrick Jenkins · 18 years ago
- 42f75a9 Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail. by Evan Cheng · 18 years ago
- 7cd580f Fix PR820 and Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll by Chris Lattner · 18 years ago
- e89121b Testcase for PR820 by Chris Lattner · 18 years ago
- a962bfa Add a 64-bit test case. by Evan Cheng · 18 years ago
- b14c342 no need to do a stat then an lstat. lstat will tell us if normal files don't exist. by Chris Lattner · 18 years ago
- 8d8a7ff Finish removal of EH usage from the Archive library. The REQUIRES_EH flag by Reid Spencer · 18 years ago
- 3039b99 Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 18 years ago
- 215b48f Updated comments at top of file to reflect relevant command line options. by Patrick Jenkins · 18 years ago
- c67dc45 Move << method out of line. by Chris Lattner · 18 years ago
- ff74ac1 #include <iosfwd> not <ostream> by Chris Lattner · 18 years ago
- cb7938c New vector shuffle test case. by Evan Cheng · 18 years ago
- a78d327 Update by Evan Cheng · 18 years ago
- bed22d8 Change AllocateRWX/DeallocateRWX to not throw an exception. by Chris Lattner · 18 years ago
- c1780d2 Change AllocateRWX/DeallocateRWX do not throw an exception. by Chris Lattner · 18 years ago
- a5c04d6 Added the -noremoveresults option which will not remove the $WebDir from the nightly test runs. by Patrick Jenkins · 18 years ago
- 61ae820 Fix this impl by Chris Lattner · 18 years ago
- 5c72a3a Adapt to new interface function materialization interface by Chris Lattner · 18 years ago
- 17aa9d3 LoadLibraryPermanently no longer throws an exception, so this code doesn't have by Chris Lattner · 18 years ago
- cc2fa54 Add a helper function by Chris Lattner · 18 years ago
- adcbce0 Change LoadLibraryPermanently to not throw an exception. by Chris Lattner · 18 years ago
- b26d39e Fixed variable naming issue that prevented $Prefix-senddata.txt from having any information by Patrick Jenkins · 18 years ago
- bbf3439 This patch (written by Reid) changes compressor to never throw an exception. by Chris Lattner · 18 years ago
- e9c701f This uses EH info by Chris Lattner · 18 years ago
- 7c339b8 These libs use EH info by Chris Lattner · 18 years ago
- 206ee9d X86 target specific DAG combine: turn build_vector (load x), (load x+4), by Evan Cheng · 18 years ago
- 94aa7f3 Fix a bug in my previous patch which broke building llvm/runtime when using llvm-gcc3. by Chris Lattner · 18 years ago
- 3c8c163 Xfail this by Chris Lattner · 18 years ago
- a98a81e This uses EH extensively by Chris Lattner · 18 years ago
- 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
- a539c03 tblgen uses EH by Chris Lattner · 18 years ago
- 3251973 Stacker uses EH. by Chris Lattner · 18 years ago
- 408a39b Fix an embarassing bug reid noticed by Chris Lattner · 18 years ago
- 8eaafde Fix PR819, llvm2cpp should read .bc files, not .ll files. by Chris Lattner · 18 years ago
- 148f440 Modify the SlowOperationInformer interface to not throw exceptions. by Chris Lattner · 18 years ago
- c6d945f Fixed a bug that looked for -Warnings.txt and -Tests.txt in ridiculous places. by Patrick Jenkins · 18 years ago
- 0300f3e Change the ModuleProvider interface to not throw exceptions. by Chris Lattner · 18 years ago
- fe030d7 The first commit of NewNightlyTest.pl which instead of generating a webpage submits the results of the test to a central server for storage and display. by Patrick Jenkins · 18 years ago
- 3fc2f4e Print LLVM version info like this: by Chris Lattner · 18 years ago
- 05ac92c Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. by Chris Lattner · 18 years ago
- 1d662a6 Change the verifier to never throw an exception. Instead verifyModule can by Chris Lattner · 18 years ago
- 90ac1c0 Undisable ppc64 jit by Chris Lattner · 18 years ago
- 939ea65 Fixed a typo. by Evan Cheng · 18 years ago
- 152ed05 Added option -code-model to set code model (only used in 64-bit) mode. Valid by Evan Cheng · 18 years ago
- 9e4692c The web site uses this by Chris Lattner · 18 years ago
- 60c07e1 Reorg. No functionality change. by Evan Cheng · 18 years ago
- d8122c3 Update test case. by Evan Cheng · 18 years ago
- 08dc0eb Adding Patrick Jenkins' information to CREDITS.TXT by Patrick Jenkins · 18 years ago
- 507b0aa Fix JIT on non MacOS X i386 systems. by Evan Cheng · 18 years ago
- ddb1304 Legalize does not handle this correctly by Andrew Lenharth · 18 years ago
- 441a570 These are already implemented by Andrew Lenharth · 18 years ago
- 78c252c 0 offsets for memory operands by Andrew Lenharth · 18 years ago
- 3d48e53 Split long comment lines. by Reid Spencer · 18 years ago
- 322812e Ugly hack! Add helper functions InsertInFlightSetEntry and by Evan Cheng · 18 years ago
- 7dabf39 Allow specifying an explicit list of architectures to build for, e.g.: by Chris Lattner · 18 years ago