aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-11add the memri memory operandRafael Espindola
2006-07-11Revert my indvars changes because they were breaking things. Unfortunately thisOwen Anderson
2006-07-11Implement the inline asm 'A' constraint. This implements PR825 andChris Lattner
2006-07-11New testcase for PR825.Chris Lattner
2006-07-11Fix CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll and PR818.Chris Lattner
2006-07-11This is fixedChris Lattner
2006-07-11Reduce bloat in target libraries by removing per machine instruction assertionJim Laskey
2006-07-11In 64-bit mode, 64-bit GPRs are callee saved, not 32-bit ones.Chris Lattner
2006-07-10Add a comment, and fix a typo that broke the build.Owen Anderson
2006-07-10Don't indent the entire function.Owen Anderson
2006-07-10Update.Evan Cheng
2006-07-10New entry.Evan Cheng
2006-07-10Fixed stack objects do not specify alignments, but their offsets are known.Evan Cheng
2006-07-10Implement Regression/CodeGen/PowerPC/bswap-load-store.ll by folding bswapsChris Lattner
2006-07-10New testcase for folding bswaps into i16/i32 loads and stores.Chris Lattner
2006-07-10Recognize 16-bit bswaps by relaxing overconstrained pattern.Chris Lattner
2006-07-10Add tests for 16-bit byteswaps.Chris Lattner
2006-07-10Mark internal function staticChris Lattner
2006-07-10Make instcombine not remove Phi nodes when LCSSA is live.Owen Anderson
2006-07-10Fixed some output issues where newlines were not being printed after error me...Patrick Jenkins
2006-07-10Fixed an issue that tried to cat externalprogramstable.txt from the testresul...Patrick Jenkins
2006-07-10create the raddr addressing mode that matches any register and the frame indexRafael Espindola
2006-07-09Fix typo in the comment.Owen Anderson
2006-07-09Add a test for the LCSSA issue I just fixed.Owen Anderson
2006-07-09Add a fix for an issue where LCSSA would fail to insert undef's in some cornerOwen Anderson
2006-07-07Syntax error in NewNightlyTest.plPatrick Jenkins
2006-07-07Fixed a variable naming issue for the External Program Results table. Also fi...Patrick Jenkins
2006-07-07Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail.Evan Cheng
2006-07-07Fix PR820 and Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.llChris Lattner
2006-07-07Testcase for PR820Chris Lattner
2006-07-07Add a 64-bit test case.Evan Cheng
2006-07-07no need to do a stat then an lstat. lstat will tell us if normal files don't...Chris Lattner
2006-07-07Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer
2006-07-07Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer
2006-07-07Updated comments at top of file to reflect relevant command line options.Patrick Jenkins
2006-07-07Move << method out of line.Chris Lattner
2006-07-07#include <iosfwd> not <ostream>Chris Lattner
2006-07-07New vector shuffle test case.Evan Cheng
2006-07-07UpdateEvan Cheng
2006-07-07Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner
2006-07-07Change AllocateRWX/DeallocateRWX do not throw an exception.Chris Lattner
2006-07-07Added the -noremoveresults option which will not remove the $WebDir from the ...Patrick Jenkins
2006-07-07Fix this implChris Lattner
2006-07-07Adapt to new interface function materialization interfaceChris Lattner
2006-07-07LoadLibraryPermanently no longer throws an exception, so this code doesn't haveChris Lattner
2006-07-07Add a helper functionChris Lattner
2006-07-07Change LoadLibraryPermanently to not throw an exception.Chris Lattner
2006-07-07Fixed variable naming issue that prevented $Prefix-senddata.txt from having a...Patrick Jenkins
2006-07-07This patch (written by Reid) changes compressor to never throw an exception.Chris Lattner
2006-07-07This uses EH infoChris Lattner