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