summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* Add an interface for unregistering a file from the FilesToRemove list.Dan Gohman2010-09-01
* COFF: Update tests to reflect changes in last commit.Michael J. Spencer2010-09-01
* COFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few constants.Michael J. Spencer2010-09-01
* Use the SSAUpdator to turn calls to eh.exception that are not in aDuncan Sands2010-09-01
* Make the iterator form of erase return void, since it always succeeds,Dan Gohman2010-09-01
* Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) onDuncan Sands2010-09-01
* If PrototypeValue is erased in the middle of using the SSAUpdatorDuncan Sands2010-09-01
* Add convenience class for working with eh.exception calls.Duncan Sands2010-09-01
* Attempt to fix buildbot.Dale Johannesen2010-09-01
* add a gross hack to work around a problem that Argiris reportedChris Lattner2010-09-01
* filecheckizeChris Lattner2010-09-01
* Use movlps, movlpd, movss and movsd specific nodes instead of pattern matchin...Bruno Cardoso Lopes2010-09-01
* Revert 112442 and 112440 until the compile time problems introducedDan Gohman2010-09-01
* minor change, simplify some logicBruno Cardoso Lopes2010-09-01
* Move some functions around so they can be used for some other to come functionBruno Cardoso Lopes2010-09-01
* Add some MMX intrinsics that duplicate functionalityDale Johannesen2010-09-01
* Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.Devang Patel2010-08-31
* Testcase for llvm checkin 112674.Dale Johannesen2010-08-31
* Remove noisy semicolon.Benjamin Kramer2010-08-31
* licm is wasting time hoisting constant foldable operations,Chris Lattner2010-08-31
* This is the second of three patches to implement support for the .loc directiveKevin Enderby2010-08-31
* Reapply r112432, now that the real problem is addressed.Dan Gohman2010-08-31
* Reapply r112433, now that the real problem is addressed.Dan Gohman2010-08-31
* Revert r110916. This patch is buggy because the code inside theDan Gohman2010-08-31
* We have a chance for an optimization. Consider this code:Bill Wendling2010-08-31
* Some fixes for NetBSDAnton Korobeynikov2010-08-31
* Use x86 specific MOVSLDUP node, add more patterns to match it and remove usel...Bruno Cardoso Lopes2010-08-31
* Reapply r112623. Included additional check for unused byval argument.Devang Patel2010-08-31
* Use x86 specific MOVSHDUP node and add more patterns to match itBruno Cardoso Lopes2010-08-31
* And ANDS pattern to match the t2ANDS pattern.Bill Wendling2010-08-31
* Stack slot access methods are in TargetInstrInfo.Jakob Stoklund Olesen2010-08-31
* Comment typo.Dale Johannesen2010-08-31
* Make %EFLAGS unallocatable.Jakob Stoklund Olesen2010-08-31
* Track liveness of unallocatable, unreserved registers in machine DCE.Jakob Stoklund Olesen2010-08-31
* Use MOVHLPS node instead of matching using movhlps and movhlps_undef pattern ...Bruno Cardoso Lopes2010-08-31
* tidy upChris Lattner2010-08-31
* Use MOVLHPS and MOVHLPS x86 nodes whenever possible. Also remove some useless...Bruno Cardoso Lopes2010-08-31
* Revert r112432. It appears to be exposing a problem in the emacs build.Dan Gohman2010-08-31
* Merge 2010-08-31-InfiniteRecursion.ll into crash.ll.Owen Anderson2010-08-31
* More cleanups of my JumpThreading transforms, including extracting some dupli...Owen Anderson2010-08-31
* Ignore unallocatable registers in RegAllocFast.Jakob Stoklund Olesen2010-08-31
* Revert r112623. It is causing self host build failures.Devang Patel2010-08-31
* Update the Ada instructions to LLVM 2.7 (from LLVM 2.5).Duncan Sands2010-08-31
* Add an RAII helper to make cleanup of the RecursionSet more fool-proof.Owen Anderson2010-08-31
* Only try to clean up the current block if we changed that block already.Owen Anderson2010-08-31
* SP relative offsets need to be adjusted by the local allocation size whenJim Grosbach2010-08-31
* Remember byval argument's frame index during argument lowering and use this i...Devang Patel2010-08-31
* this assert should just be a condition, since this function is just asking ifJim Grosbach2010-08-31
* Add a test for the duplicated-conditional situation illutrated by PR5652.Owen Anderson2010-08-31