summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-18Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin41-118/+118
2013-07-18COFFDumper: Dump data directory entries.Rui Ueyama5-47/+117
2013-07-18Clean up some of this code a tiny bit, no functionality change.Nick Lewycky1-13/+8
2013-07-18Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin14-126/+125
2013-07-18ARM: Make sure the instruction alias for PLI uses the right subtarget features.Tilmann Scheller1-1/+3
2013-07-18R600/SI: Fix crash with VSELECTTom Stellard3-1/+28
2013-07-18R600/SI: Add support for v2f32 loadsTom Stellard4-1/+19
2013-07-18R600/SI: Add support for v2f32 storesTom Stellard3-0/+24
2013-07-18R600: Expand VSELECT for all typesTom Stellard3-3/+33
2013-07-18test/MC/AsmParser/secure_log_unique.s requires shellHans Wennborg1-0/+1
2013-07-18Fix -Wdocumentation warningHans Wennborg1-1/+1
2013-07-18Add a test for .secure_log_unique.Rafael Espindola1-0/+9
2013-07-18Revert "Remove DIBuilder cache of variable TheCU and change the few"Eric Christopher3-27/+23
2013-07-18Equal means ==, not !=. Thanks to Benjamin for catching.Eric Christopher1-1/+1
2013-07-18Remove DIBuilder cache of variable TheCU and change the fewEric Christopher3-23/+27
2013-07-18Small improvement to the use of GetFileType:Rafael Espindola1-1/+8
2013-07-18Update to CodeGen tests to use CHECK-LABEL for labels corresponding to functi...Stephen Lin3-35/+35
2013-07-18Handle constants without going through SCEV.Nadav Rotem1-0/+6
2013-07-18SLPVectorizer: Speedup isConsecutive by manually checking GEPs with multiple ...Nadav Rotem1-4/+12
2013-07-18Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...NAKAMURA Takumi2-3/+13
2013-07-18[Support] Beef up and expose the response file parsing in llvm::clReid Kleckner4-64/+224
2013-07-18llvm/test/Other/close-stderr.ll: Mark this as XFAIL on msys, since r186560.NAKAMURA Takumi1-0/+3
2013-07-18Forgot 'svn add' again, sorry!Joey Gouly1-0/+145
2013-07-18Change 'n' to 'N' to keep consistent with other instructions.Joey Gouly1-4/+4
2013-07-18[ARMv8] Add NEON instructions VCVT{A, N, P, M}.Joey Gouly7-0/+220
2013-07-18[SystemZ] Use RNSBGRichard Sandiford3-21/+324
2013-07-18Add Thumb tests for the ARMv8 FP instructions that I recently added.Joey Gouly3-2/+295
2013-07-18[SystemZ] Generalize RxSBG SRA caseRichard Sandiford2-27/+74
2013-07-18[SystemZ] Use RXSBGRichard Sandiford2-11/+128
2013-07-18[SystemZ] Rename and formatting fixesRichard Sandiford1-64/+61
2013-07-18Remove the extra leading 0 from VMAXNMND.Joey Gouly1-1/+1
2013-07-18This patch extends mips register parsing methods to allow indexed register pa...Vladimir Medic2-0/+16
2013-07-18Fix copy and paste bug from r186491 to make v2f64 use MOVAPD/MOVUPD as it sho...Craig Topper2-2/+18
2013-07-18Reapply r186316 with a fix for one bug where the code could walk off theChandler Carruth2-1256/+977
2013-07-18SLPVectorizer: Speedup isConsecutive (that checks if two addresses are consec...Nadav Rotem1-12/+31
2013-07-18PPC: Support dynamic allocas with large alignmentHal Finkel3-27/+92
2013-07-18Remove dead code.Rafael Espindola4-117/+1
2013-07-18Convert two uses if fstat with sys::fs::status.Rafael Espindola1-14/+13
2013-07-18Fix a regression I introduced back in r178147.Rafael Espindola2-13/+39
2013-07-18Give 'hasPath' a longer but clearer name 'isPotentiallyReachable'. Also expandNick Lewycky1-5/+7
2013-07-18Get rid of the Dis/EnableDebugLocations() API.Adrian Prantl1-21/+0
2013-07-18Update comment slightly.Eric Christopher1-1/+1
2013-07-17PPC: Add base-pointer support to builtin setjmp/longjmpHal Finkel7-52/+130
2013-07-17Add comparison operators for DIDescriptors to fix c++98 falloutEric Christopher2-1/+8
2013-07-17Add an explicit operator bool conversion to DIDescriptor to makeEric Christopher1-0/+7
2013-07-17Fix a comment.Nadav Rotem1-1/+1
2013-07-17Handle '.' correctly in hex float literal parsing.Eli Friedman2-31/+26
2013-07-17Add some uncovered attribute testsTobias Grosser1-0/+31
2013-07-17Restore r181216, which was partially reverted in r182499.Stephen Lin3-52/+73
2013-07-17Fix a funny typo. Thanks to Aaron Ballman for noticing.Rafael Espindola1-1/+1