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