| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix PR4986. "r1024 = insert_subreg r1024, undef, 2" cannot be turned in an im... | Evan Cheng | 2009-09-21 | 1 | -10/+23 |
* | one case handled, expanded another testcase inline. | Chris Lattner | 2009-09-21 | 1 | -20/+16 |
* | formatting cleanups, no functionality change. | Chris Lattner | 2009-09-21 | 1 | -118/+116 |
* | Implement the JIT side of the GDB JIT debugging interface. To enable this | Reid Kleckner | 2009-09-20 | 9 | -18/+396 |
* | simplify as daniel suggests | Chris Lattner | 2009-09-20 | 1 | -16/+9 |
* | Revert r82404, it is causing a bootstrap miscompile. This is very very | Chris Lattner | 2009-09-20 | 1 | -14/+1 |
* | improve memdep to eliminate bitcasts (and aliases, and noop geps) | Chris Lattner | 2009-09-20 | 1 | -1/+14 |
* | Move CoerceAvailableValueToLoadType earlier in GVN.cpp. Hook it up | Chris Lattner | 2009-09-20 | 1 | -105/+152 |
* | change the interface to CoerceAvailableValueToLoadType to be | Chris Lattner | 2009-09-20 | 1 | -15/+21 |
* | enhance GVN to forward substitute a stored value to a load | Chris Lattner | 2009-09-20 | 1 | -15/+129 |
* | update an entry, delete an entry which has been fixed. | Chris Lattner | 2009-09-20 | 1 | -36/+15 |
* | tidy up | Chris Lattner | 2009-09-20 | 1 | -3/+3 |
* | --- Reverse-merging r82282 into '.': | Bill Wendling | 2009-09-20 | 3 | -58/+22 |
* | remove a temporary hack. | Chris Lattner | 2009-09-20 | 2 | -4/+2 |
* | rename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewise the .h file. | Chris Lattner | 2009-09-20 | 5 | -958/+941 |
* | move target registry stuff to X86ATTAsmPrinter.cpp | Chris Lattner | 2009-09-20 | 2 | -27/+25 |
* | simplify this now that createX86CodePrinterPass is trivial | Chris Lattner | 2009-09-20 | 1 | -14/+2 |
* | rename X86ATTAsmPrinter class -> X86AsmPrinter | Chris Lattner | 2009-09-20 | 5 | -37/+35 |
* | remove the asmstring, it is now dead. Improve comment. | Chris Lattner | 2009-09-20 | 1 | -3/+4 |
* | Peer through zext and sext to eliminate them when it is safe to do so. | Nick Lewycky | 2009-09-20 | 2 | -22/+16 |
* | kill off printPICLabel now, it's specialness is handled by | Chris Lattner | 2009-09-20 | 5 | -18/+2 |
* | delete X86IntelAsmPrinter! Now -x86-asm-syntax just switches | Chris Lattner | 2009-09-20 | 5 | -815/+5 |
* | Fold 'icmp eq (icmp), true' into an xor(icmp). | Nick Lewycky | 2009-09-20 | 1 | -0/+14 |
* | Add an intel syntax MCInstPrinter implementation. You can now | Chris Lattner | 2009-09-20 | 6 | -10/+244 |
* | tidy up | Chris Lattner | 2009-09-20 | 1 | -1/+1 |
* | eliminate a use of strtoul. | Chris Lattner | 2009-09-20 | 1 | -12/+2 |
* | split random COFF asmprinter state out to X86COFFMachineModuleInfo.h. | Chris Lattner | 2009-09-20 | 6 | -137/+238 |
* | Correct the comment; this applies to fcmp too. | Nick Lewycky | 2009-09-20 | 1 | -1/+1 |
* | Remove tab, again. | Nick Lewycky | 2009-09-20 | 1 | -1/+1 |
* | Teach the constant folder how to not a cmpinst. | Nick Lewycky | 2009-09-20 | 1 | -0/+14 |
* | smallvectorize getExtraOptionNames | Chris Lattner | 2009-09-20 | 1 | -2/+1 |
* | minor cleanups. | Chris Lattner | 2009-09-20 | 1 | -22/+24 |
* | strength reduce further StringRef-> const char*, saving another 620 bytes. | Chris Lattner | 2009-09-20 | 1 | -5/+11 |
* | Try turning icmp(bitcast(x), bitcast(y)) into icmp(bitcast(bitcast(x)), y) in | Nick Lewycky | 2009-09-20 | 1 | -0/+10 |
* | switch an std::string to StringRef, shaving 400 bytes off CommandLine.o | Chris Lattner | 2009-09-20 | 1 | -11/+10 |
* | Remove tabs I added. | Nick Lewycky | 2009-09-20 | 1 | -8/+8 |
* | the switch from std::map -> StringMap caused --help output to be in | Chris Lattner | 2009-09-20 | 1 | -5/+15 |
* | eliminate the duplicate detection loop, moving it into the loop that populate... | Chris Lattner | 2009-09-20 | 1 | -13/+6 |
* | Eliminate a masochistic "algorithm" loop, shrinking CommandLine.o from 71524-... | Chris Lattner | 2009-09-20 | 1 | -13/+8 |
* | don't use count + insert, just do insert + failure. Also, instead of deletin... | Chris Lattner | 2009-09-20 | 1 | -6/+9 |
* | switch to SmallPtrSet instead of std::set, saving 1K from the | Chris Lattner | 2009-09-20 | 1 | -4/+4 |
* | change an std::sort to an array_pod_sort call, shrinking CommandLine.o by 9%. | Chris Lattner | 2009-09-20 | 1 | -1/+2 |
* | Several changes together in a murky mess: | Chris Lattner | 2009-09-20 | 1 | -84/+102 |
* | Clean up the usage of evaluateICmpRelation's return value. | Nick Lewycky | 2009-09-20 | 1 | -37/+30 |
* | Fix refacto, this code was expecting to stride past the argument prefix. | Daniel Dunbar | 2009-09-20 | 1 | -0/+1 |
* | Strip trailing whitespace. | Daniel Dunbar | 2009-09-20 | 1 | -41/+41 |
* | Remove dead store by taking a guess at what Chris meant. I wasn't able to | Nick Lewycky | 2009-09-20 | 1 | -2/+1 |
* | Still one more thing wrong here... | Bill Wendling | 2009-09-20 | 1 | -0/+5 |
* | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar | 2009-09-20 | 19 | -1235/+1234 |
* | Here's fun! It turns out that these filter functions can be internal. If they're | Bill Wendling | 2009-09-20 | 2 | -7/+2 |