summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge 80762 from mainline.Tanya Lattner2009-09-042-1/+25
* Merge 80761 from mainline.Tanya Lattner2009-09-042-7/+13
* Merge 80742 from mainline.Tanya Lattner2009-09-041-10/+32
* Merge r80213 from mainline.Tanya Lattner2009-08-312-2/+8
* Merge 79737 from mainline.Tanya Lattner2009-08-312-2/+2
* Merge 79862 from mainline.Tanya Lattner2009-08-313-39/+59
* Merge from mainline.Tanya Lattner2009-08-311-2/+0
* Merge from mainline.Tanya Lattner2009-08-311-2/+2
* Merge from mainline.Tanya Lattner2009-08-311-2/+2
* Merge from mainline.Tanya Lattner2009-08-3110-157/+176
* Merge from mainline.Tanya Lattner2009-08-312-1/+84
* Merge from mainline.Tanya Lattner2009-08-312-0/+36
* merge from mainlineTanya Lattner2009-08-311-1/+1
* Merge from mainline.Tanya Lattner2009-08-311-2/+8
* Merge from mainline.Tanya Lattner2009-08-312-0/+6
* Merge from mainlineTanya Lattner2009-08-312-4/+7
* Merge from mainline.Tanya Lattner2009-08-314-7/+23
* Merge 79736 from mainline.Tanya Lattner2009-08-231-1/+4
* Regenerate configure.Tanya Lattner2009-08-221-12/+12
* Set release number and update copyright date while we are at it.Tanya Lattner2009-08-221-3/+3
* Merge 79741 from mainline.Tanya Lattner2009-08-222-3/+13
* Create 2.6 release branch.Tanya Lattner2009-08-220-0/+0
* 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
* Make MSVC happy.Daniel Dunbar2009-08-211-0/+1
* Fix typo.Anton Korobeynikov2009-08-211-1/+1
* revert r79631Chris Lattner2009-08-212-0/+0
* revert 79631Chris Lattner2009-08-2110-197/+8
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-214-38/+113
* llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytesDaniel Dunbar2009-08-211-3/+4
* Implement APInt <-> APFloat conversion for IEEE 128-bit floats.Anton Korobeynikov2009-08-212-3/+85
* Rename ARM "lane_cst" operands to "nohash_imm" since they are used forBob Wilson2009-08-215-18/+20
* Fix a bug where the DWARF emitter in the JIT was not initializing alignmentReid Kleckner2009-08-214-35/+40
* Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations,Bob Wilson2009-08-215-9/+331