Age | Commit message (Expand) | Author |
2009-09-21 | fix a FileCheck bug where: | Chris Lattner |
2009-09-21 | Move ARM and X86 specific AsmParser tests into separate subdirectories, and only | Daniel Dunbar |
2009-09-20 | Implement the JIT side of the GDB JIT debugging interface. To enable this | Reid Kleckner |
2009-09-20 | Work around a FileCheck bug, for now. | Daniel Dunbar |
2009-09-20 | simplify as daniel suggests | Chris Lattner |
2009-09-20 | write rfind in terms of npos as daniel requested | Chris Lattner |
2009-09-20 | remove a dead method. | Chris Lattner |
2009-09-20 | grammaro | Chris Lattner |
2009-09-20 | Revert r82404, it is causing a bootstrap miscompile. This is very very | Chris Lattner |
2009-09-20 | rewrite CountNumNewlinesBetween to be in terms of StringRef. | Chris Lattner |
2009-09-20 | this was not supposed to be committed | Chris Lattner |
2009-09-20 | implement and document support for CHECK-NOT | Chris Lattner |
2009-09-20 | rewrite FileCheck in terms of StringRef instead of manual pointer pairs. | Chris Lattner |
2009-09-20 | improve memdep to eliminate bitcasts (and aliases, and noop geps) | Chris Lattner |
2009-09-20 | Move CoerceAvailableValueToLoadType earlier in GVN.cpp. Hook it up | Chris Lattner |
2009-09-20 | change the interface to CoerceAvailableValueToLoadType to be | Chris Lattner |
2009-09-20 | Teach 'make check-all' to build the site configuration for clang, if it is in... | Daniel Dunbar |
2009-09-20 | enhance GVN to forward substitute a stored value to a load | Chris Lattner |
2009-09-20 | update an entry, delete an entry which has been fixed. | Chris Lattner |
2009-09-20 | tidy up | Chris Lattner |
2009-09-20 | --- Reverse-merging r82282 into '.': | Bill Wendling |
2009-09-20 | remove a temporary hack. | Chris Lattner |
2009-09-20 | rename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewise the .h file. | Chris Lattner |
2009-09-20 | move target registry stuff to X86ATTAsmPrinter.cpp | Chris Lattner |
2009-09-20 | simplify this now that createX86CodePrinterPass is trivial | Chris Lattner |
2009-09-20 | rename X86ATTAsmPrinter class -> X86AsmPrinter | Chris Lattner |
2009-09-20 | remove the asmstring, it is now dead. Improve comment. | Chris Lattner |
2009-09-20 | Peer through zext and sext to eliminate them when it is safe to do so. | Nick Lewycky |
2009-09-20 | kill off printPICLabel now, it's specialness is handled by | Chris Lattner |
2009-09-20 | delete X86IntelAsmPrinter! Now -x86-asm-syntax just switches | Chris Lattner |
2009-09-20 | Fold 'icmp eq (icmp), true' into an xor(icmp). | Nick Lewycky |
2009-09-20 | Add an intel syntax MCInstPrinter implementation. You can now | Chris Lattner |
2009-09-20 | tidy up | Chris Lattner |
2009-09-20 | Rewrite this check so that it checks what it's supposed to and doesn't use | Nick Lewycky |
2009-09-20 | eliminate a use of strtoul. | Chris Lattner |
2009-09-20 | split random COFF asmprinter state out to X86COFFMachineModuleInfo.h. | Chris Lattner |
2009-09-20 | Correct the comment; this applies to fcmp too. | Nick Lewycky |
2009-09-20 | Remove tab, again. | Nick Lewycky |
2009-09-20 | Teach the constant folder how to not a cmpinst. | Nick Lewycky |
2009-09-20 | smallvectorize getExtraOptionNames | Chris Lattner |
2009-09-20 | add a helper method. | Chris Lattner |
2009-09-20 | minor cleanups. | Chris Lattner |
2009-09-20 | Add 'make check-all', which runs the LLVM tests along with the clang tests if | Daniel Dunbar |
2009-09-20 | Follow googletest logic for suppressing warnings in unittests/UnitTestMain. | Daniel Dunbar |
2009-09-20 | strength reduce further StringRef-> const char*, saving another 620 bytes. | Chris Lattner |
2009-09-20 | Try turning icmp(bitcast(x), bitcast(y)) into icmp(bitcast(bitcast(x)), y) in | Nick Lewycky |
2009-09-20 | switch an std::string to StringRef, shaving 400 bytes off CommandLine.o | Chris Lattner |
2009-09-20 | Remove tabs I added. | Nick Lewycky |
2009-09-20 | the switch from std::map -> StringMap caused --help output to be in | Chris Lattner |
2009-09-20 | eliminate the duplicate detection loop, moving it into the loop that populate... | Chris Lattner |