aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Speculatively revert 112699 and 112702, they seem to be causingEric Christopher2010-09-018-105/+107
* have the makefiles check the llvm-config error code instead of chargingChris Lattner2010-09-012-4/+17
* dead code patrolChris Lattner2010-09-011-9/+0
* zap dead code.Chris Lattner2010-09-011-2/+2
* temporarily revert r112664, it is causing a decoding conflict, and Chris Lattner2010-09-015-142/+0
* zap dead code.Chris Lattner2010-09-011-1/+0
* remove dead code.Chris Lattner2010-09-011-37/+0
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-0119-208/+198
* Add an interface for unregistering a file from the FilesToRemove list.Dan Gohman2010-09-013-0/+28
* COFF: Update tests to reflect changes in last commit.Michael J. Spencer2010-09-012-4/+4
* COFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few constants.Michael J. Spencer2010-09-011-1/+7
* Use the SSAUpdator to turn calls to eh.exception that are not in aDuncan Sands2010-09-011-82/+80
* Make the iterator form of erase return void, since it always succeeds,Dan Gohman2010-09-013-5/+4
* Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) onDuncan Sands2010-09-011-1/+4
* If PrototypeValue is erased in the middle of using the SSAUpdatorDuncan Sands2010-09-017-25/+25
* Add convenience class for working with eh.exception calls.Duncan Sands2010-09-011-0/+14
* Attempt to fix buildbot.Dale Johannesen2010-09-011-1/+1
* add a gross hack to work around a problem that Argiris reportedChris Lattner2010-09-012-6/+39
* filecheckizeChris Lattner2010-09-011-3/+25
* Use movlps, movlpd, movss and movsd specific nodes instead of pattern matchin...Bruno Cardoso Lopes2010-09-014-14/+107
* Revert 112442 and 112440 until the compile time problems introducedDan Gohman2010-09-014-204/+134
* minor change, simplify some logicBruno Cardoso Lopes2010-09-011-4/+4
* Move some functions around so they can be used for some other to come functionBruno Cardoso Lopes2010-09-011-8/+8
* Add some MMX intrinsics that duplicate functionalityDale Johannesen2010-09-011-0/+74
* Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.Devang Patel2010-08-314-1/+15
* Testcase for llvm checkin 112674.Dale Johannesen2010-08-311-0/+32
* Remove noisy semicolon.Benjamin Kramer2010-08-311-1/+1
* licm is wasting time hoisting constant foldable operations,Chris Lattner2010-08-313-10/+38
* This is the second of three patches to implement support for the .loc directiveKevin Enderby2010-08-314-7/+121
* Reapply r112432, now that the real problem is addressed.Dan Gohman2010-08-311-4/+9
* Reapply r112433, now that the real problem is addressed.Dan Gohman2010-08-311-21/+24
* Revert r110916. This patch is buggy because the code inside theDan Gohman2010-08-311-7/+4
* We have a chance for an optimization. Consider this code:Bill Wendling2010-08-315-0/+142
* Some fixes for NetBSDAnton Korobeynikov2010-08-311-3/+3
* Use x86 specific MOVSLDUP node, add more patterns to match it and remove usel...Bruno Cardoso Lopes2010-08-313-12/+9
* Reapply r112623. Included additional check for unused byval argument.Devang Patel2010-08-315-4/+115
* Use x86 specific MOVSHDUP node and add more patterns to match itBruno Cardoso Lopes2010-08-312-4/+19
* And ANDS pattern to match the t2ANDS pattern.Bill Wendling2010-08-311-0/+2
* Stack slot access methods are in TargetInstrInfo.Jakob Stoklund Olesen2010-08-311-2/+2
* Comment typo.Dale Johannesen2010-08-311-1/+1
* Make %EFLAGS unallocatable.Jakob Stoklund Olesen2010-08-311-0/+11
* Track liveness of unallocatable, unreserved registers in machine DCE.Jakob Stoklund Olesen2010-08-311-6/+8
* Use MOVHLPS node instead of matching using movhlps and movhlps_undef pattern ...Bruno Cardoso Lopes2010-08-311-0/+21
* tidy upChris Lattner2010-08-311-31/+32
* Use MOVLHPS and MOVHLPS x86 nodes whenever possible. Also remove some useless...Bruno Cardoso Lopes2010-08-314-64/+45
* Revert r112432. It appears to be exposing a problem in the emacs build.Dan Gohman2010-08-311-9/+4
* Merge 2010-08-31-InfiniteRecursion.ll into crash.ll.Owen Anderson2010-08-312-25/+23
* More cleanups of my JumpThreading transforms, including extracting some dupli...Owen Anderson2010-08-311-37/+26
* Ignore unallocatable registers in RegAllocFast.Jakob Stoklund Olesen2010-08-311-1/+2
* Revert r112623. It is causing self host build failures.Devang Patel2010-08-315-112/+4