aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-16Merging r181540:Bill Wendling2-0/+36
2013-05-16Merging r181580:Bill Wendling6-1217/+38
2013-05-16Merging r181579:Bill Wendling2-0/+17
2013-05-16Merging r181578:Bill Wendling2-0/+18
2013-05-16Merging r181577:Bill Wendling2-0/+15
2013-05-16Merging r181576:Bill Wendling2-0/+20
2013-05-16Merging r181792:Bill Wendling2-1/+3
2013-05-15Merging r181842:Bill Wendling2-25/+56
2013-05-15Creating release_33 branchBill Wendling2975-0/+645412
2013-05-15Implement PPC counter loops as a late IR-level passHal Finkel15-674/+1834
2013-05-15Fix legalization of SETCC with promoted integer intrinsicsHal Finkel1-2/+13
2013-05-15Add lldb and polly to the projects to tag.Bill Wendling1-2/+3
2013-05-15Try to improve performance by using a read/write buffer instead of I/O.Bill Wendling5-52/+112
2013-05-15Fix miscompile due to StackColoring incorrectly merging stack slots (PR15707)Derek Schuff2-11/+30
2013-05-15Merging r181909:Bill Wendling0-0/+0
2013-05-15Merging r181750:Bill Wendling2-3/+18
2013-05-15Merging r181728:Bill Wendling2-1/+26
2013-05-15Fixed an xpass due to r181841 on Linux with gcc. Note that the clang variant...Ashok Thirumurthi1-1/+0
2013-05-15<rdar://problem/13128331>Greg Clayton2-25/+69
2013-05-15Test commitSamuel Benzaquen1-3/+3
2013-05-15Objective-C: patch to issue the conversionFariborz Jahanian2-1/+28
2013-05-15Clean up linux test decorators and add links to known bugsDaniel Malea41-52/+52
2013-05-15Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham10-7/+20
2013-05-15Cleanup relocation sorting for ELF.Rafael Espindola3-58/+16
2013-05-15Merging r181524:Bill Wendling2-2/+144
2013-05-15[analyzer] Put back DefaultBool's implicit conversion to bool.Jordan Rose1-1/+5
2013-05-15PPCISelLowering.h: Escape \@ in comments. [-Wdocumentation]NAKAMURA Takumi1-14/+14
2013-05-15Whitespace.NAKAMURA Takumi1-2/+2
2013-05-15Re-enable tests disabled due to llvm.org/pr14541Daniel Malea3-3/+0
2013-05-15Implement "platform process list" on LinuxDaniel Malea2-44/+251
2013-05-15Revert r181833: lldb prompt issue still occurs on buildbot (http://lab.llvm.o...Daniel Malea3-0/+3
2013-05-15Disable test case that causes assertion failure on LinuxDaniel Malea1-1/+2
2013-05-15[objc-arc] Fixed a spelling error and made the statistic descriptions be cons...Michael Gottesman1-5/+5
2013-05-15Add missing #includeDouglas Gregor1-0/+1
2013-05-15Fix cmake builds from checkouts with multiple remotesDaniel Malea1-2/+5
2013-05-15Support unaligned load/store on more ARM targetsDerek Schuff1-4/+17
2013-05-15improve of note message and minor refactoring of my lastFariborz Jahanian17-22/+20
2013-05-15Remove MCELFObjectTargetWriter::adjustFixupOffset hackUlrich Weigand3-9/+0
2013-05-15[PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand4-66/+52
2013-05-15[SystemZ] Make use of SUBTRACT HALFWORDRichard Sandiford5-0/+237
2013-05-15[PowerPC] Add test case for r181891Ulrich Weigand1-0/+38
2013-05-15[PowerPC] Correctly handle fixups of other than 4 byte sizeUlrich Weigand1-3/+27
2013-05-15[asan] disable BuiltinLongJmpTest on PowerPCKostya Serebryany1-1/+4
2013-05-15Fix test breakage caused by change in clang-format.Daniel Jasper1-2/+2
2013-05-15Don't put short namespace on a single line.Daniel Jasper2-7/+13
2013-05-15Add Jade to the list of external projects using LLVM in the release notes.Arnaud A. de Grandmaison1-0/+14
2013-05-15Include also sys/wait.h in the case of a FreeBSD kernel with a glibc (Debian ...Sylvestre Ledru1-1/+2
2013-05-15Improve recognition of template definitions.Daniel Jasper2-2/+11
2013-05-15[SystemZ] Add more future work items to the READMERichard Sandiford1-7/+91
2013-05-15[asan] fix powerpc build and one test; fix lintKostya Serebryany5-5/+10