summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* remove a dead class.Chris Lattner2009-08-23
* random cleanups.Chris Lattner2009-08-23
* Add check for completeness. Note that this doesn't actually have any Eli Friedman2009-08-23
* switch formattedstream to use raw_ostream::indent. This eliminatesChris Lattner2009-08-22
* add a raw_ostream::indent method, to be used like:Chris Lattner2009-08-22
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-22
* Update CMake build, unbreak linux build.Benjamin Kramer2009-08-22
* fix a build error on the clang-i686-linux tester.Chris Lattner2009-08-22
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* mcasminfo doesn't use std::stringChris Lattner2009-08-22
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-22
* Regenerate configure.Tanya Lattner2009-08-22
* Update copyright date.Tanya Lattner2009-08-22
* move the MCAsmInfo .cpp/.h files into the right Chris Lattner2009-08-22
* revert 79764, my dependencies failed me again.Chris Lattner2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* remove dead member.Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Normalize how the 'namespace llvm {' is used in this file.Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* prune some redundant #includes.Chris Lattner2009-08-22
* tweak #includesChris Lattner2009-08-22
* Record variable debug info at ISel time directly.Devang Patel2009-08-22
* Some dummy cost model for s390x:Anton Korobeynikov2009-08-22
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-22
* llvm-mc/Mach-O: Sketch symbol table support.Daniel Dunbar2009-08-22
* Fix typo.Daniel Dunbar2009-08-22
* Force triple for these tests.Daniel Dunbar2009-08-22
* llvm-mc: Hopefully fix Mach-O tests on big-endian platforms, force values to beDaniel Dunbar2009-08-22
* llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writerDaniel Dunbar2009-08-22
* llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (theDaniel Dunbar2009-08-22
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-22
* CMake: Don't use copy_if_different for TableGen output, because it does not w...Douglas Gregor2009-08-22
* Reapply r79708 with the appropriate fix for the case that still requires lock...Owen Anderson2009-08-22
* TOT is 2.7svn for CMake, tooDouglas Gregor2009-08-22
* Change SmallString::operator{=,+=} to take a StringRef.Daniel Dunbar2009-08-22
* Regenerate configure for 2.7svnTanya Lattner2009-08-22