| Commit message (Expand) | Author | Age | Files | Lines |
* | Speculatively revert 112699 and 112702, they seem to be causing | Eric Christopher | 2010-09-01 | 8 | -105/+107 |
* | have the makefiles check the llvm-config error code instead of charging | Chris Lattner | 2010-09-01 | 2 | -4/+17 |
* | dead code patrol | Chris Lattner | 2010-09-01 | 1 | -9/+0 |
* | zap dead code. | Chris Lattner | 2010-09-01 | 1 | -2/+2 |
* | temporarily revert r112664, it is causing a decoding conflict, and | Chris Lattner | 2010-09-01 | 5 | -142/+0 |
* | zap dead code. | Chris Lattner | 2010-09-01 | 1 | -1/+0 |
* | remove dead code. | Chris Lattner | 2010-09-01 | 1 | -37/+0 |
* | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman | 2010-09-01 | 19 | -208/+198 |
* | Add an interface for unregistering a file from the FilesToRemove list. | Dan Gohman | 2010-09-01 | 3 | -0/+28 |
* | COFF: Update tests to reflect changes in last commit. | Michael J. Spencer | 2010-09-01 | 2 | -4/+4 |
* | COFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few constants. | Michael J. Spencer | 2010-09-01 | 1 | -1/+7 |
* | Use the SSAUpdator to turn calls to eh.exception that are not in a | Duncan Sands | 2010-09-01 | 1 | -82/+80 |
* | Make the iterator form of erase return void, since it always succeeds, | Dan Gohman | 2010-09-01 | 3 | -5/+4 |
* | Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) on | Duncan Sands | 2010-09-01 | 1 | -1/+4 |
* | If PrototypeValue is erased in the middle of using the SSAUpdator | Duncan Sands | 2010-09-01 | 7 | -25/+25 |
* | Add convenience class for working with eh.exception calls. | Duncan Sands | 2010-09-01 | 1 | -0/+14 |
* | Attempt to fix buildbot. | Dale Johannesen | 2010-09-01 | 1 | -1/+1 |
* | add a gross hack to work around a problem that Argiris reported | Chris Lattner | 2010-09-01 | 2 | -6/+39 |
* | filecheckize | Chris Lattner | 2010-09-01 | 1 | -3/+25 |
* | Use movlps, movlpd, movss and movsd specific nodes instead of pattern matchin... | Bruno Cardoso Lopes | 2010-09-01 | 4 | -14/+107 |
* | Revert 112442 and 112440 until the compile time problems introduced | Dan Gohman | 2010-09-01 | 4 | -204/+134 |
* | minor change, simplify some logic | Bruno Cardoso Lopes | 2010-09-01 | 1 | -4/+4 |
* | Move some functions around so they can be used for some other to come function | Bruno Cardoso Lopes | 2010-09-01 | 1 | -8/+8 |
* | Add some MMX intrinsics that duplicate functionality | Dale Johannesen | 2010-09-01 | 1 | -0/+74 |
* | Use absolute label for DW_AT_stmt_list if a target does not prefer offset here. | Devang Patel | 2010-08-31 | 4 | -1/+15 |
* | Testcase for llvm checkin 112674. | Dale Johannesen | 2010-08-31 | 1 | -0/+32 |
* | Remove noisy semicolon. | Benjamin Kramer | 2010-08-31 | 1 | -1/+1 |
* | licm is wasting time hoisting constant foldable operations, | Chris Lattner | 2010-08-31 | 3 | -10/+38 |
* | This is the second of three patches to implement support for the .loc directive | Kevin Enderby | 2010-08-31 | 4 | -7/+121 |
* | Reapply r112432, now that the real problem is addressed. | Dan Gohman | 2010-08-31 | 1 | -4/+9 |
* | Reapply r112433, now that the real problem is addressed. | Dan Gohman | 2010-08-31 | 1 | -21/+24 |
* | Revert r110916. This patch is buggy because the code inside the | Dan Gohman | 2010-08-31 | 1 | -7/+4 |
* | We have a chance for an optimization. Consider this code: | Bill Wendling | 2010-08-31 | 5 | -0/+142 |
* | Some fixes for NetBSD | Anton Korobeynikov | 2010-08-31 | 1 | -3/+3 |
* | Use x86 specific MOVSLDUP node, add more patterns to match it and remove usel... | Bruno Cardoso Lopes | 2010-08-31 | 3 | -12/+9 |
* | Reapply r112623. Included additional check for unused byval argument. | Devang Patel | 2010-08-31 | 5 | -4/+115 |
* | Use x86 specific MOVSHDUP node and add more patterns to match it | Bruno Cardoso Lopes | 2010-08-31 | 2 | -4/+19 |
* | And ANDS pattern to match the t2ANDS pattern. | Bill Wendling | 2010-08-31 | 1 | -0/+2 |
* | Stack slot access methods are in TargetInstrInfo. | Jakob Stoklund Olesen | 2010-08-31 | 1 | -2/+2 |
* | Comment typo. | Dale Johannesen | 2010-08-31 | 1 | -1/+1 |
* | Make %EFLAGS unallocatable. | Jakob Stoklund Olesen | 2010-08-31 | 1 | -0/+11 |
* | Track liveness of unallocatable, unreserved registers in machine DCE. | Jakob Stoklund Olesen | 2010-08-31 | 1 | -6/+8 |
* | Use MOVHLPS node instead of matching using movhlps and movhlps_undef pattern ... | Bruno Cardoso Lopes | 2010-08-31 | 1 | -0/+21 |
* | tidy up | Chris Lattner | 2010-08-31 | 1 | -31/+32 |
* | Use MOVLHPS and MOVHLPS x86 nodes whenever possible. Also remove some useless... | Bruno Cardoso Lopes | 2010-08-31 | 4 | -64/+45 |
* | Revert r112432. It appears to be exposing a problem in the emacs build. | Dan Gohman | 2010-08-31 | 1 | -9/+4 |
* | Merge 2010-08-31-InfiniteRecursion.ll into crash.ll. | Owen Anderson | 2010-08-31 | 2 | -25/+23 |
* | More cleanups of my JumpThreading transforms, including extracting some dupli... | Owen Anderson | 2010-08-31 | 1 | -37/+26 |
* | Ignore unallocatable registers in RegAllocFast. | Jakob Stoklund Olesen | 2010-08-31 | 1 | -1/+2 |
* | Revert r112623. It is causing self host build failures. | Devang Patel | 2010-08-31 | 5 | -112/+4 |