aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-09-01temporarily revert r112664, it is causing a decoding conflict, and Chris Lattner
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-09-01Add an interface for unregistering a file from the FilesToRemove list.Dan Gohman
2010-09-01Use the SSAUpdator to turn calls to eh.exception that are not in aDuncan Sands
2010-09-01If PrototypeValue is erased in the middle of using the SSAUpdatorDuncan Sands
2010-09-01add a gross hack to work around a problem that Argiris reportedChris Lattner
2010-09-01Use movlps, movlpd, movss and movsd specific nodes instead of pattern matchin...Bruno Cardoso Lopes
2010-09-01Revert 112442 and 112440 until the compile time problems introducedDan Gohman
2010-09-01minor change, simplify some logicBruno Cardoso Lopes
2010-09-01Move some functions around so they can be used for some other to come functionBruno Cardoso Lopes
2010-08-31Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.Devang Patel
2010-08-31licm is wasting time hoisting constant foldable operations,Chris Lattner
2010-08-31This is the second of three patches to implement support for the .loc directiveKevin Enderby
2010-08-31Reapply r112432, now that the real problem is addressed.Dan Gohman
2010-08-31Reapply r112433, now that the real problem is addressed.Dan Gohman
2010-08-31Revert r110916. This patch is buggy because the code inside theDan Gohman
2010-08-31We have a chance for an optimization. Consider this code:Bill Wendling
2010-08-31Some fixes for NetBSDAnton Korobeynikov
2010-08-31Use x86 specific MOVSLDUP node, add more patterns to match it and remove usel...Bruno Cardoso Lopes
2010-08-31Reapply r112623. Included additional check for unused byval argument.Devang Patel
2010-08-31Use x86 specific MOVSHDUP node and add more patterns to match itBruno Cardoso Lopes
2010-08-31And ANDS pattern to match the t2ANDS pattern.Bill Wendling
2010-08-31Make %EFLAGS unallocatable.Jakob Stoklund Olesen
2010-08-31Track liveness of unallocatable, unreserved registers in machine DCE.Jakob Stoklund Olesen
2010-08-31Use MOVHLPS node instead of matching using movhlps and movhlps_undef pattern ...Bruno Cardoso Lopes
2010-08-31tidy upChris Lattner
2010-08-31Use MOVLHPS and MOVHLPS x86 nodes whenever possible. Also remove some useless...Bruno Cardoso Lopes
2010-08-31Revert r112432. It appears to be exposing a problem in the emacs build.Dan Gohman
2010-08-31More cleanups of my JumpThreading transforms, including extracting some dupli...Owen Anderson
2010-08-31Ignore unallocatable registers in RegAllocFast.Jakob Stoklund Olesen
2010-08-31Revert r112623. It is causing self host build failures.Devang Patel
2010-08-31Add an RAII helper to make cleanup of the RecursionSet more fool-proof.Owen Anderson
2010-08-31Only try to clean up the current block if we changed that block already.Owen Anderson
2010-08-31SP relative offsets need to be adjusted by the local allocation size whenJim Grosbach
2010-08-31Remember byval argument's frame index during argument lowering and use this i...Devang Patel
2010-08-31this assert should just be a condition, since this function is just asking ifJim Grosbach
2010-08-31Refactor my fix for PR5652 to terminate the predecessor lookups after the fir...Owen Anderson
2010-08-31Improve virtual frame base register allocation heuristics.Jim Grosbach
2010-08-31Speculatively revert r112433.Dan Gohman
2010-08-31Allow creation of SHT_NULL sections, from Roman Divacky.Benjamin Kramer
2010-08-31Stop using the dom frontier in DwarfEHPrepare by not promoting alloca'sDuncan Sands
2010-08-31Fix an infinite loop; merging two functions will create a new function (if theNick Lewycky
2010-08-31Don't perform an extra traversal of the function just to do cleanup. We can ...Owen Anderson
2010-08-31- Cleanup some whitespaces.Bill Wendling
2010-08-31Rename ValuePropagation to a more descriptive CorrelatedValuePropagation.Owen Anderson
2010-08-31Rename file to something more descriptive.Owen Anderson
2010-08-31More Chris-inspired JumpThreading fixes: use ConstantExpr to correctly consta...Owen Anderson
2010-08-31Cleanup Whitespace.Michael J. Spencer
2010-08-31System: Fix getMagicNumber on windows.Michael J. Spencer
2010-08-31Offset is not always unsigned number.Devang Patel