| commit | b613ae2c890499af0965697da0bb068ab6224344 | [log] [tgz] |
|---|---|---|
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Thu May 27 23:57:25 2010 +0000 |
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Thu May 27 23:57:25 2010 +0000 |
| tree | 5636571fd4c6a9ae72d11d6b206fc54050f9c8f5 | |
| parent | 775ec12b72be39e094b0c711a0ca4f53a7baa9bf [diff] |
Add a -regalloc=default option that chooses a register allocator based on the -O optimization level. This only really affects llc for now because both the llvm-gcc and clang front ends override the default register allocator. I intend to remove that code later. llvm-svn: 104904