- Mar 25, 2008
-
-
Dan Gohman authored
llvm-svn: 48801
-
- Feb 10, 2008
-
-
Dan Gohman authored
llvm-svn: 46930
-
- Feb 08, 2008
-
-
Evan Cheng authored
It's not always safe to fold movsd into xorpd, etc. Check the alignment of the load address first to make sure it's 16 byte aligned. llvm-svn: 46893
-
- Jan 07, 2008
-
-
Owen Anderson authored
Some day I'll get it all moved over... llvm-svn: 45672
-
- Jan 01, 2008
-
-
Owen Anderson authored
llvm-svn: 45484
-
Chris Lattner authored
a header file from libcodegen. This violates a layering order: codegen depends on target, not the other way around. The fix to this is to split TII into two classes, TII and TargetInstrInfoImpl, which defines stuff that depends on libcodegen. It is defined in libcodegen, where the base is not. llvm-svn: 45475
-
- Dec 31, 2007
-
-
Owen Anderson authored
Machine-level API cleanup instigated by Chris. llvm-svn: 45470
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
- Aug 28, 2007
-
-
Bruno Cardoso Lopes authored
Comments for Mips directives added. llvm-svn: 41526
-
- Aug 18, 2007
-
-
Bruno Cardoso Lopes authored
llvm-svn: 41155
-
- Jun 06, 2007
-
-
Bruno Cardoso Lopes authored
- Modifications from the last patch included (issues pointed by Evan Cheng are now fixed). - Added more MipsI instructions. - Added more patterns to match branch instructions. llvm-svn: 37461
-
- May 18, 2007
-
-
Evan Cheng authored
llvm-svn: 37193
-
- Oct 24, 2006
-
-
Chris Lattner authored
due to branchfolding llvm-svn: 31157
-
- May 24, 2006
-
-
Chris Lattner authored
by Anton Korobeynikov! This is a step towards closing PR786. llvm-svn: 28447
-
- Feb 05, 2006
-
-
Chris Lattner authored
llvm-svn: 25985
-
- Feb 04, 2006
-
-
Chris Lattner authored
1. Treat FMOVD as a copy instruction, to help with coallescing in V9 mode 2. When in V9 mode, insert FMOVD instead of FpMOVD instructions, as we don't ever rewrite FpMOVD instructions into FMOVS instructions, thus we just end up with commented out copies! This should fix a bunch of failures in V9 mode on sparc. llvm-svn: 25961
-
- Feb 03, 2006
-
-
Chris Lattner authored
llvm-svn: 25932
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21425
-
- Jul 25, 2004
-
-
Chris Lattner authored
llvm-svn: 15192
-
- Jul 16, 2004
-
-
Brian Gaeke authored
llvm-svn: 14883
-
- Feb 29, 2004
-
-
Chris Lattner authored
llvm-svn: 11984
-
- Feb 25, 2004
-
-
Brian Gaeke authored
llvm-svn: 11828
-