Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the Alpha backend. | Dan Gohman | 2011-10-27 | 1 | -38/+0 |
| | | | | llvm-svn: 143164 | ||||
* | Fix PR6444, note still doesn't compile libgcc2 all the way, but fixes that ↵ | Andrew Lenharth | 2010-03-03 | 1 | -1/+2 |
| | | | | | | error. May not fix it in an ABI complient way. It wasn't clear what gcc does llvm-svn: 97660 | ||||
* | Switch Alpha over to the new call lowering style. New code mostly | Eli Friedman | 2009-07-19 | 1 | -0/+37 |
copied from the SystemZ target. I don't think this causes any significant changes to the output (I compared the assembly, and the results appeared to be essentially unchanged), although I don't actually have an Alpha to test on. I would appreciate if anyone with the appropriate hardware could test this. I'm not sure if that includes anyone subscribed to llvm-commits, though. llvm-svn: 76353 |