- Aug 09, 2006
-
-
Rafael Espindola authored
llvm-svn: 29589
-
- Jun 16, 2006
-
-
Chris Lattner authored
Remove explicit casts to std::string now that there is no overload resolution issues in the TargetData ctors. llvm-svn: 28830
-
- May 20, 2006
-
-
Owen Anderson authored
This is part of the on-going work on PR 761. llvm-svn: 28414
-
- May 15, 2006
-
-
Rafael Espindola authored
llvm-svn: 28301
-
- May 03, 2006
-
-
Owen Anderson authored
Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. This fixes PR 759. llvm-svn: 28074
-
- Apr 08, 2006
-
-
Nate Begeman authored
letting the code generator handle them directly. llvm-svn: 27539
-
- Mar 23, 2006
-
-
Chris Lattner authored
Make the CBE and V9 backends create their own, since they're the only ones that use it. llvm-svn: 26974
-
- Feb 09, 2006
-
-
Chris Lattner authored
llvm-svn: 26090
-
Chris Lattner authored
llvm-svn: 26080
-
- 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
-
- Jan 26, 2006
-
-
Chris Lattner authored
llvm-svn: 25641
-
- Jan 23, 2006
-
-
Chris Lattner authored
llvm-svn: 25534
-
- Jan 15, 2006
-
-
Chris Lattner authored
llvm-svn: 25326
-
- Jan 12, 2006
-
-
Chris Lattner authored
llvm-svn: 25234
-
- Dec 20, 2005
-
-
Chris Lattner authored
Only run lower-allocations and lower-select for the simple isel llvm-svn: 24881
-
- Dec 17, 2005
-
-
Chris Lattner authored
llvm-svn: 24769
-
- Dec 16, 2005
-
-
Chris Lattner authored
llvm-svn: 24736
-
- Nov 08, 2005
-
-
Chris Lattner authored
Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build. llvm-svn: 24233
-
- Oct 29, 2005
-
-
Chris Lattner authored
llvm-svn: 24088
-
- Sep 01, 2005
-
-
Jim Laskey authored
1. Use SubtargetFeatures in llc/lli. 2. Propagate feature "string" to all targets. 3. Implement use of SubtargetFeatures in PowerPCTargetSubtarget. llvm-svn: 23192
-
- Jun 25, 2005
-
-
Chris Lattner authored
interface. llvm-svn: 22282
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21457
-
Misha Brukman authored
llvm-svn: 21425
-
- Dec 12, 2004
-
-
Chris Lattner authored
llvm-svn: 18830
-
- Dec 11, 2004
-
-
Brian Gaeke authored
llvm-svn: 18805
-
Brian Gaeke authored
llvm-svn: 18803
-
Brian Gaeke authored
ctor parameters can be defaulted. Print the transformed llvm code input to the instruction selector when -print-machineinstrs is on, just like V9. llvm-svn: 18794
-
- Dec 10, 2004
-
-
Brian Gaeke authored
slipping through into the instruction selector, which can't deal with them yet. llvm-svn: 18758
-
- Dec 09, 2004
-
-
Brian Gaeke authored
llvm-svn: 18713
-
- Nov 18, 2004
-
-
Brian Gaeke authored
llvm-svn: 17929
-
- Oct 09, 2004
-
-
Brian Gaeke authored
default 32/BE target on sparc hosts, and ppc will continue to be the default on other hosts. llvm-svn: 16865
-
- Sep 29, 2004
-
-
Brian Gaeke authored
Call the FPMover pass after register allocation. llvm-svn: 16573
-
- Jul 11, 2004
-
-
Chris Lattner authored
The shared command line options are now in a header that makes sense. llvm-svn: 14756
-
Chris Lattner authored
llvm-svn: 14747
-
Chris Lattner authored
llvm-svn: 14745
-
- Jul 04, 2004
-
-
Chris Lattner authored
llvm-svn: 14625
-
- Jul 02, 2004
-
-
Chris Lattner authored
Also, while noone's looking, add support for constant expressions. Wait, I said not to look! llvm-svn: 14566
-
- Jun 21, 2004
-
-
Misha Brukman authored
llvm-svn: 14305
-
- Jun 18, 2004
-
-
Brian Gaeke authored
llvm-svn: 14230
-