- 42f75a9 Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail. by Evan Cheng · 19 years ago
- 7cd580f Fix PR820 and Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll by Chris Lattner · 19 years ago
- e89121b Testcase for PR820 by Chris Lattner · 19 years ago
- a962bfa Add a 64-bit test case. by Evan Cheng · 19 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 · 19 years ago
- 8d8a7ff Finish removal of EH usage from the Archive library. The REQUIRES_EH flag by Reid Spencer · 19 years ago
- 3039b99 Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 19 years ago
- 215b48f Updated comments at top of file to reflect relevant command line options. by Patrick Jenkins · 19 years ago
- c67dc45 Move << method out of line. by Chris Lattner · 19 years ago
- ff74ac1 #include <iosfwd> not <ostream> by Chris Lattner · 19 years ago
- cb7938c New vector shuffle test case. by Evan Cheng · 19 years ago
- a78d327 Update by Evan Cheng · 19 years ago
- bed22d8 Change AllocateRWX/DeallocateRWX to not throw an exception. by Chris Lattner · 19 years ago
- c1780d2 Change AllocateRWX/DeallocateRWX do not throw an exception. by Chris Lattner · 19 years ago
- a5c04d6 Added the -noremoveresults option which will not remove the $WebDir from the nightly test runs. by Patrick Jenkins · 19 years ago
- 61ae820 Fix this impl by Chris Lattner · 19 years ago
- 5c72a3a Adapt to new interface function materialization interface by Chris Lattner · 19 years ago
- 17aa9d3 LoadLibraryPermanently no longer throws an exception, so this code doesn't have by Chris Lattner · 19 years ago
- cc2fa54 Add a helper function by Chris Lattner · 19 years ago
- adcbce0 Change LoadLibraryPermanently to not throw an exception. by Chris Lattner · 19 years ago
- b26d39e Fixed variable naming issue that prevented $Prefix-senddata.txt from having any information by Patrick Jenkins · 19 years ago
- bbf3439 This patch (written by Reid) changes compressor to never throw an exception. by Chris Lattner · 19 years ago
- e9c701f This uses EH info by Chris Lattner · 19 years ago
- 7c339b8 These libs use EH info by Chris Lattner · 19 years ago
- 206ee9d X86 target specific DAG combine: turn build_vector (load x), (load x+4), by Evan Cheng · 19 years ago
- 94aa7f3 Fix a bug in my previous patch which broke building llvm/runtime when using llvm-gcc3. by Chris Lattner · 19 years ago
- 3c8c163 Xfail this by Chris Lattner · 19 years ago
- a98a81e This uses EH extensively by Chris Lattner · 19 years ago
- 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 19 years ago
- a539c03 tblgen uses EH by Chris Lattner · 19 years ago
- 3251973 Stacker uses EH. by Chris Lattner · 19 years ago
- 408a39b Fix an embarassing bug reid noticed by Chris Lattner · 19 years ago
- 8eaafde Fix PR819, llvm2cpp should read .bc files, not .ll files. by Chris Lattner · 19 years ago
- 148f440 Modify the SlowOperationInformer interface to not throw exceptions. by Chris Lattner · 19 years ago
- c6d945f Fixed a bug that looked for -Warnings.txt and -Tests.txt in ridiculous places. by Patrick Jenkins · 19 years ago
- 0300f3e Change the ModuleProvider interface to not throw exceptions. by Chris Lattner · 19 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 · 19 years ago
- 3fc2f4e Print LLVM version info like this: by Chris Lattner · 19 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 · 19 years ago
- 1d662a6 Change the verifier to never throw an exception. Instead verifyModule can by Chris Lattner · 19 years ago
- 90ac1c0 Undisable ppc64 jit by Chris Lattner · 19 years ago
- 939ea65 Fixed a typo. by Evan Cheng · 19 years ago
- 152ed05 Added option -code-model to set code model (only used in 64-bit) mode. Valid by Evan Cheng · 19 years ago
- 9e4692c The web site uses this by Chris Lattner · 19 years ago
- 60c07e1 Reorg. No functionality change. by Evan Cheng · 19 years ago
- d8122c3 Update test case. by Evan Cheng · 19 years ago
- 08dc0eb Adding Patrick Jenkins' information to CREDITS.TXT by Patrick Jenkins · 19 years ago
- 507b0aa Fix JIT on non MacOS X i386 systems. by Evan Cheng · 19 years ago
- ddb1304 Legalize does not handle this correctly by Andrew Lenharth · 19 years ago
- 441a570 These are already implemented by Andrew Lenharth · 19 years ago
- 78c252c 0 offsets for memory operands by Andrew Lenharth · 19 years ago
- 3d48e53 Split long comment lines. by Reid Spencer · 19 years ago
- 322812e Ugly hack! Add helper functions InsertInFlightSetEntry and by Evan Cheng · 19 years ago
- 7dabf39 Allow specifying an explicit list of architectures to build for, e.g.: by Chris Lattner · 19 years ago
- 775ff18 Should just use xorps to clear XMM registers for all data types. pxor is also one byte longer. by Evan Cheng · 19 years ago
- 0a41add Describe my newest work. by Owen Anderson · 19 years ago
- be33dd9 Let X86CompilationCallback pass previous frame and return address to X86CompilationCallback2. Remove alloca hack. by Evan Cheng · 19 years ago
- 2a0f984 Added -disable-cbe to disable C backend testing. by Evan Cheng · 19 years ago
- 09c5457 Add shift and rotate by 1 instructions / patterns. by Evan Cheng · 19 years ago
- a8e83ec Always use xorps to clear XMM registers. by Evan Cheng · 19 years ago
- d3f6981 Move .literal4 and .literal8 support into AsmPrinter.cpp by Evan Cheng · 19 years ago
- 2d2cec1 Add support to print 4-, 8-, and 16- byte constant literals in special by Evan Cheng · 19 years ago
- 2c79de8 Hide x86 symbols by Chris Lattner · 19 years ago
- 9525528 Use hidden visibility to make symbols in an anonymous namespace get by Chris Lattner · 19 years ago
- 9ef7e06 Use hidden visibility to reduce codesize by Chris Lattner · 19 years ago
- f8c68f6 Shave another 27K off libllvmgcc.dylib with visibility hidden by Chris Lattner · 19 years ago
- f4b5461 Shrink libllvmgcc.dylib by another 23K by Chris Lattner · 19 years ago
- 2a41a98 shrink libllvmgcc.dylib another 25K by Chris Lattner · 19 years ago
- 360e820 Mark these two classes as hidden, shrinking libllbmgcc.dylib by 25K by Chris Lattner · 19 years ago
- f190d38 Use hidden visibility to reduce the sizes of some .o files. This chops 60K off a release llvm-dis. by Chris Lattner · 19 years ago
- c521409 Add support for hidden visibility by Chris Lattner · 19 years ago
- b916ba1 not really XFailing these, as only incompleteness is wrong in the graph by Andrew Lenharth · 19 years ago
- e2339af change I flag on test by Andrew Lenharth · 19 years ago
- 883a52d Fix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll by Chris Lattner · 19 years ago
- 7aeeac7 Testcase that crashes the ppc backend. by Chris Lattner · 19 years ago
- 33c36f30 Doh. by Evan Cheng · 19 years ago
- 372994b Switch to a very conservative heuristic for determining when loop-unswitching by Owen Anderson · 19 years ago
- d228018 Fix Transforms/InstCombine/2006-06-28-infloop.ll by Chris Lattner · 19 years ago
- f363ce2 Infinite loop in instcombine that nate hit. by Chris Lattner · 19 years ago
- daa2bf9 Don't unswitch really large loops even if they are mostly filled with empty by Chris Lattner · 19 years ago
- ee12e8f Oops. Need to keep CP index. by Evan Cheng · 19 years ago
- 07103d3 Darwin puts float and double literal constants into literal4 and literal8 sections. by Evan Cheng · 19 years ago
- cc131c4 add some missing externals by Andrew Lenharth · 19 years ago
- b8e604c Catch more function pointer casting problems by Andrew Lenharth · 19 years ago
- c9094db Allow EmitConstantPool to be redefined by derived classes. by Evan Cheng · 19 years ago
- 356d8c2 Handle alias sets that have been unified, and thus can have other references by Chris Lattner · 19 years ago
- f299857 Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValue by Chris Lattner · 19 years ago
- 4ba6bf7 New testcase, reduced by nate, which crashes DSE by Chris Lattner · 19 years ago
- 7794bd3 this case isn't handled by Andrew Lenharth · 19 years ago
- bef8508 Fix for 2006-06-27-DeadSwitchCase.ll by Owen Anderson · 19 years ago
- 2f62a9e Testcase that Nate found where LoopUnswitch chokes on eliminating a dead case by Owen Anderson · 19 years ago
- 49e4415 handle the "mov reg1, reg2" case in isMoveInstr by Rafael Espindola · 19 years ago
- cccef1c Don't match 64-bit bitfield inserts into rlwimi's. todo add rldimi. :) by Chris Lattner · 19 years ago
- 92044ce Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll. -deadargelim should not by Chris Lattner · 19 years ago
- a60af32 testcase that crashes dead arg elim. by Chris Lattner · 19 years ago
- 6b76b96 Fix ppc64 jump tables by Chris Lattner · 19 years ago
- 130e2a3 Pass -Xlinker flags to gcc when it builds the shared object. by Chris Lattner · 19 years ago
- 4df24f2 Remove dead code. by Evan Cheng · 19 years ago
- 14c299e Fix -extraflags by Evan Cheng · 19 years ago
- 9f029a6 Print stubs for external globals right. by Chris Lattner · 19 years ago