aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-70/+80
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-3/+5
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-6/+9
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-32/+37
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-55/+67
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-1/+2
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-9/+8
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-30/+27
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-50/+76
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-20/+20
* Normalize how the 'namespace llvm {' is used in this file.Bill Wendling2009-08-221-4/+2
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-6/+5
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-1/+2
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-9/+10
* prune some redundant #includes.Chris Lattner2009-08-221-10/+9
* tweak #includesChris Lattner2009-08-221-5/+2
* Record variable debug info at ISel time directly.Devang Patel2009-08-2225-256/+36
* Some dummy cost model for s390x:Anton Korobeynikov2009-08-222-3/+13
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-225-41/+338
* llvm-mc/Mach-O: Sketch symbol table support.Daniel Dunbar2009-08-223-38/+296
* Fix typo.Daniel Dunbar2009-08-221-1/+1
* Force triple for these tests.Daniel Dunbar2009-08-222-2/+2
* llvm-mc: Hopefully fix Mach-O tests on big-endian platforms, force values to beDaniel Dunbar2009-08-221-1/+4
* llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writerDaniel Dunbar2009-08-222-37/+40
* llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (theDaniel Dunbar2009-08-222-24/+17
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-227-62/+152
* CMake: Don't use copy_if_different for TableGen output, because it does not w...Douglas Gregor2009-08-221-8/+2
* Reapply r79708 with the appropriate fix for the case that still requires lock...Owen Anderson2009-08-221-2/+6
* TOT is 2.7svn for CMake, tooDouglas Gregor2009-08-221-1/+1
* Change SmallString::operator{=,+=} to take a StringRef.Daniel Dunbar2009-08-221-3/+3
* Regenerate configure for 2.7svnTanya Lattner2009-08-221-9/+9
* TOT is now 2.7svnTanya Lattner2009-08-221-1/+1
* revert r79708 + r79711Chris Lattner2009-08-221-5/+3
* Make x86 test actually test x86 code generation. Fix the Eli Friedman2009-08-223-4/+15
* Add new intrinsics for Neon vldN_lane and vstN_lane operations.Bob Wilson2009-08-221-0/+32
* Note down a few bits and bobs off the top of my head for ReleaseNotes-2.6.htmlEdward O'Callaghan2009-08-221-0/+2
* Add basic information about SJLJ EHJim Grosbach2009-08-221-3/+36
* rename test, make more specific.Chris Lattner2009-08-221-4/+6
* Actually remove unused static. Previous commit removed trailingEric Christopher2009-08-221-1/+0
* Remove unused static.Eric Christopher2009-08-221-20/+20
* Ease contention on this lock by noticing that all writes to the VTs array willOwen Anderson2009-08-221-2/+5
* Add missing RUN lineAnton Korobeynikov2009-08-221-0/+1
* Reduce the testAnton Korobeynikov2009-08-221-88/+5
* Use CHECK-NEXT to make sure we're only getting one copy of each shuffleBob Wilson2009-08-223-0/+20
* Make unit-at-a-time on by default to match the behavior of llvm-gcc.Eric Christopher2009-08-211-1/+2
* llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar2009-08-212-19/+21
* Kill trailing whitespace.Eric Christopher2009-08-211-25/+25
* remove the directory tooChris Lattner2009-08-210-0/+0
* Revert r79563Chris Lattner2009-08-212-177/+0
* revert r79562 + r79563Chris Lattner2009-08-2110-533/+280