| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change AllocateRWX/DeallocateRWX do not throw an exception. | Chris Lattner | 2006-07-07 | 1 | -8/+8 |
| | | | | | llvm-svn: 29057 | ||||
| * | Added the -noremoveresults option which will not remove the $WebDir from the ↵ | Patrick Jenkins | 2006-07-07 | 1 | -0/+3 |
| | | | | | | | nightly test runs. llvm-svn: 29056 | ||||
| * | Fix this impl | Chris Lattner | 2006-07-07 | 1 | -1/+1 |
| | | | | | llvm-svn: 29055 | ||||
| * | Adapt to new interface function materialization interface | Chris Lattner | 2006-07-07 | 1 | -9/+5 |
| | | | | | llvm-svn: 29051 | ||||
| * | LoadLibraryPermanently no longer throws an exception, so this code doesn't have | Chris Lattner | 2006-07-07 | 1 | -28/+14 |
| | | | | | | | to catch it. Other minor cleanups. llvm-svn: 29050 | ||||
| * | Add a helper function | Chris Lattner | 2006-07-07 | 1 | -0/+10 |
| | | | | | llvm-svn: 29049 | ||||
| * | Change LoadLibraryPermanently to not throw an exception. | Chris Lattner | 2006-07-07 | 3 | -12/+21 |
| | | | | | llvm-svn: 29048 | ||||
| * | Fixed variable naming issue that prevented $Prefix-senddata.txt from having ↵ | Patrick Jenkins | 2006-07-07 | 1 | -1/+1 |
| | | | | | | | any information llvm-svn: 29046 | ||||
| * | This patch (written by Reid) changes compressor to never throw an exception. | Chris Lattner | 2006-07-07 | 2 | -50/+119 |
| | | | | | llvm-svn: 29045 | ||||
| * | This uses EH info | Chris Lattner | 2006-07-07 | 1 | -0/+1 |
| | | | | | llvm-svn: 29044 | ||||
| * | These libs use EH info | Chris Lattner | 2006-07-07 | 3 | -1/+4 |
| | | | | | llvm-svn: 29043 | ||||
| * | X86 target specific DAG combine: turn build_vector (load x), (load x+4), | Evan Cheng | 2006-07-07 | 3 | -0/+164 |
| | | | | | | | | | | | | | | | | | | (load x+8), (load x+12), <0, 1, 2, 3> to a single 128-bit load (aligned and unaligned). e.g. __m128 test(float a, float b, float c, float d) { return _mm_set_ps(d, c, b, a); } _test: movups 4(%esp), %xmm0 ret llvm-svn: 29042 | ||||
| * | Fix a bug in my previous patch which broke building llvm/runtime when using ↵ | Chris Lattner | 2006-07-07 | 1 | -1/+1 |
| | | | | | | | llvm-gcc3. llvm-svn: 29041 | ||||
| * | Xfail this | Chris Lattner | 2006-07-07 | 1 | -2/+2 |
| | | | | | llvm-svn: 29040 | ||||
| * | This uses EH extensively | Chris Lattner | 2006-07-07 | 1 | -0/+1 |
| | | | | | llvm-svn: 29036 | ||||
| * | Tools require EH for their top-level try blocks. | Chris Lattner | 2006-07-07 | 21 | -0/+24 |
| | | | | | llvm-svn: 29035 | ||||
| * | tblgen uses EH | Chris Lattner | 2006-07-07 | 1 | -0/+2 |
| | | | | | llvm-svn: 29034 | ||||
| * | Stacker uses EH. | Chris Lattner | 2006-07-07 | 2 | -0/+2 |
| | | | | | llvm-svn: 29032 | ||||
| * | Fix an embarassing bug reid noticed | Chris Lattner | 2006-07-07 | 1 | -1/+1 |
| | | | | | llvm-svn: 29031 | ||||
| * | Fix PR819, llvm2cpp should read .bc files, not .ll files. | Chris Lattner | 2006-07-06 | 2 | -82/+55 |
| | | | | | llvm-svn: 29030 | ||||
| * | Modify the SlowOperationInformer interface to not throw exceptions. | Chris Lattner | 2006-07-06 | 3 | -14/+16 |
| | | | | | llvm-svn: 29028 | ||||
| * | Fixed a bug that looked for -Warnings.txt and -Tests.txt in ridiculous places. | Patrick Jenkins | 2006-07-06 | 1 | -2/+2 |
| | | | | | llvm-svn: 29027 | ||||
| * | Change the ModuleProvider interface to not throw exceptions. | Chris Lattner | 2006-07-06 | 4 | -35/+50 |
| | | | | | llvm-svn: 29024 | ||||
| * | The first commit of NewNightlyTest.pl which instead of generating a webpage ↵ | Patrick Jenkins | 2006-07-06 | 1 | -0/+1024 |
| | | | | | | | submits the results of the test to a central server for storage and display. llvm-svn: 29023 | ||||
| * | Print LLVM version info like this: | Chris Lattner | 2006-07-06 | 1 | -5/+13 |
| | | | | | | | | | | | | | | | Low Level Virtual Machine (http://llvm.org/): llvm version 1.8cvs DEBUG build with assertions. instead of like this: Low Level Virtual Machine (llvm) 1.8cvs (see http://llvm.org/) ASSERTIONS ENABLED Also, add a place for vendor version info. llvm-svn: 29020 | ||||
| * | Change the verifier to never throw an exception. Instead verifyModule ↵ | Chris Lattner | 2006-07-06 | 5 | -63/+41 |
| | | | | | | | canoptionally return the string error, which is an easier api for clients touse anyway. llvm-svn: 29017 | ||||
| * | Change the verifier to never throw an exception. Instead verifyModule can | Chris Lattner | 2006-07-06 | 1 | -2/+4 |
| | | | | | | | | optionally return the string error, which is an easier api for clients to use anyway. llvm-svn: 29016 | ||||
| * | Undisable ppc64 jit | Chris Lattner | 2006-07-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 29011 | ||||
| * | Fixed a typo. | Evan Cheng | 2006-07-06 | 2 | -2/+2 |
| | | | | | llvm-svn: 29010 | ||||
| * | Added option -code-model to set code model (only used in 64-bit) mode. Valid | Evan Cheng | 2006-07-06 | 2 | -0/+48 |
| | | | | | | | values include small, kernel, medium, large, and default. llvm-svn: 29009 | ||||
| * | The web site uses this | Chris Lattner | 2006-07-06 | 1 | -0/+9 |
| | | | | | llvm-svn: 29006 | ||||
| * | Reorg. No functionality change. | Evan Cheng | 2006-07-05 | 1 | -183/+195 |
| | | | | | llvm-svn: 28999 | ||||
| * | Update test case. | Evan Cheng | 2006-07-05 | 1 | -2/+1 |
| | | | | | llvm-svn: 28994 | ||||
| * | Adding Patrick Jenkins' information to CREDITS.TXT | Patrick Jenkins | 2006-07-05 | 1 | -0/+4 |
| | | | | | llvm-svn: 28993 | ||||
| * | Fix JIT on non MacOS X i386 systems. | Evan Cheng | 2006-07-05 | 1 | -4/+0 |
| | | | | | llvm-svn: 28992 | ||||
| * | Legalize does not handle this correctly | Andrew Lenharth | 2006-07-03 | 1 | -0/+21 |
| | | | | | llvm-svn: 28991 | ||||
| * | These are already implemented | Andrew Lenharth | 2006-07-03 | 1 | -4/+0 |
| | | | | | llvm-svn: 28990 | ||||
| * | 0 offsets for memory operands | Andrew Lenharth | 2006-07-03 | 1 | -0/+2 |
| | | | | | llvm-svn: 28989 | ||||
| * | Split long comment lines. | Reid Spencer | 2006-07-03 | 1 | -6/+4 |
| | | | | | llvm-svn: 28988 | ||||
| * | Ugly hack! Add helper functions InsertInFlightSetEntry and | Evan Cheng | 2006-06-29 | 3 | -5/+34 |
| | | | | | | | | RemoveInFlightSetEntry. They are used in place of direct set operators to reduce instruction selection function stack size. llvm-svn: 28987 | ||||
| * | Allow specifying an explicit list of architectures to build for, e.g.: | Chris Lattner | 2006-06-29 | 1 | -6/+15 |
| | | | | | | | | | make ENABLE_OPTIMIZED=1 UNIVERSAL=1 UNIVERSAL_ARCH="i386 ppc ppc64" retain the default of building for just i386/ppc. llvm-svn: 28985 | ||||
| * | Should just use xorps to clear XMM registers for all data types. pxor is ↵ | Evan Cheng | 2006-06-29 | 1 | -14/+10 |
| | | | | | | | also one byte longer. llvm-svn: 28984 | ||||
| * | Describe my newest work. | Owen Anderson | 2006-06-29 | 1 | -1/+1 |
| | | | | | llvm-svn: 28983 | ||||
| * | Let X86CompilationCallback pass previous frame and return address to ↵ | Evan Cheng | 2006-06-29 | 1 | -10/+7 |
| | | | | | | | X86CompilationCallback2. Remove alloca hack. llvm-svn: 28982 | ||||
| * | Added -disable-cbe to disable C backend testing. | Evan Cheng | 2006-06-29 | 1 | -0/+2 |
| | | | | | llvm-svn: 28981 | ||||
| * | Add shift and rotate by 1 instructions / patterns. | Evan Cheng | 2006-06-29 | 2 | -0/+128 |
| | | | | | llvm-svn: 28980 | ||||
| * | Always use xorps to clear XMM registers. | Evan Cheng | 2006-06-29 | 1 | -1/+1 |
| | | | | | llvm-svn: 28979 | ||||
| * | Move .literal4 and .literal8 support into AsmPrinter.cpp | Evan Cheng | 2006-06-29 | 2 | -57/+2 |
| | | | | | llvm-svn: 28978 | ||||
| * | Add support to print 4-, 8-, and 16- byte constant literals in special | Evan Cheng | 2006-06-29 | 2 | -11/+59 |
| | | | | | | | sections. e.g. On Darwin that would be .literal4 and .literal8. llvm-svn: 28977 | ||||
| * | Hide x86 symbols | Chris Lattner | 2006-06-28 | 4 | -4/+8 |
| | | | | | llvm-svn: 28976 | ||||

