aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add r159136 back now that pr13124 has been fixed.Rafael Espindola2013-09-033-0/+31
* [lit] Allow config files to pass arbitrary values to child configs.Daniel Dunbar2013-09-034-12/+8
* X86: Mark non-crashing report_fatal_errors() as such.Jim Grosbach2013-09-031-13/+19
* [objc-arc] Remove dead code from previous commit.Michael Gottesman2013-09-031-140/+0
* [objc-arc] Turn off the objc_retainBlock -> objc_retain optimization.Michael Gottesman2013-09-036-677/+0
* [objc-arc] Move some block tests from basic.ll -> retain-block.ll and add som...Michael Gottesman2013-09-033-55/+55
* Add comments to the CFI instructions and reformat with clang-format. No funct...Bill Wendling2013-09-031-360/+398
* Fix copy and pasto with CMake files for unittest.Eric Christopher2013-09-031-3/+3
* Add a hashing routine that handles hashing types. Add a test forEric Christopher2013-09-037-2/+84
* Sentences end with periods.Eric Christopher2013-09-031-2/+2
* Enable late-vectorization by default.Nadav Rotem2013-09-031-1/+1
* Fix grammarMatt Arsenault2013-09-031-3/+3
* Teach InstCombineLoadCast about address spaces.Matt Arsenault2013-09-032-3/+24
* Use type form of getIntPtrType in alloca visitor.Matt Arsenault2013-09-031-2/+2
* WIP: Refactor some code so that it can be called by more than just one method...Bill Wendling2013-09-031-60/+71
* Alphabetize.Eric Christopher2013-09-031-4/+4
* Add a Python-like join function to merge a list of strings with aJoerg Sonnenberger2013-09-032-0/+70
* Revert "Revert "ARM: Improve pattern for isel mul of vector by scalar.""Jim Grosbach2013-09-032-0/+29
* Add the rest of the stock attributes to the attribute table.Eric Christopher2013-09-033-8/+242
* TableGen: Enumerate Schedule Model too.Vincent Lejeune2013-09-032-1/+14
* In this patch we are trying to do two things:Yi Jiang2013-09-034-24/+177
* Print string value for DT_RPATH and DT_RUNPATH.Joerg Sonnenberger2013-09-033-0/+8
* [MC] Revert part of my previous change, I was a bit overzealous.Joey Gouly2013-09-031-3/+3
* Migrate the DWARF_VERSION constant to 4. It largely needs to go away.Eric Christopher2013-09-031-1/+1
* [SystemZ] Add support for TMHH, TMHL, TMLH and TMLLRichard Sandiford2013-09-033-8/+459
* [MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...Joey Gouly2013-09-032-6/+6
* [msan] Fix handling of select with struct arguments.Evgeniy Stepanov2013-09-032-3/+27
* [msan] Fix select instrumentation.Evgeniy Stepanov2013-09-032-3/+15
* [mips][msa] Added IntrNoMem and removed Commutative from sub intrinsics.Daniel Sanders2013-09-031-28/+28
* [mips][msa] Added IntrNoMem to the floating-point intrinsics.Daniel Sanders2013-09-031-96/+100
* [Sparc] Add support for soft long double (fp128).Venkatraman Govindaraju2013-09-034-37/+477
* Add hadSideEffects=0 to some instructions.Craig Topper2013-09-031-1/+4
* [Sparc] Implement spill and load for long double(f128) registers.Venkatraman Govindaraju2013-09-023-36/+138
* ARM: Default to the Swift CPU when targeting armv7s/thumbv7s.Tilmann Scheller2013-09-022-3/+8
* Revert 189756 for now, it doesn't match what rdar://14871821 really wants.Tilmann Scheller2013-09-023-10/+5
* ARM: Default to Swift when compiling for iOS 6 or later.Tilmann Scheller2013-09-023-5/+10
* FileCheck-ize three tests of llvm/test/CodeGen/X86/h-register(s).NAKAMURA Takumi2013-09-023-5/+56
* llvm/test/CodeGen/X86: Update tests with -mattr=-bmi not to take BMI, corresp...NAKAMURA Takumi2013-09-025-7/+7
* [CMake] Add -O1 in debug builds with LLVM_USE_SANITIZERAlexey Samsonov2013-09-021-0/+4
* Create BEXTR instructions for (and ((sra or srl) x, imm), (2**size - 1)). Fix...Craig Topper2013-09-024-0/+54
* AVX-512: updated the list of high-latency instructions.Elena Demikhovsky2013-09-021-1/+23
* Add a clang-format file so that the tool can automatically detect theChandler Carruth2013-09-021-0/+1
* AVX-512: gather-scatter tests; added foldable instructions;Elena Demikhovsky2013-09-022-15/+61
* llvm interpreter: select, shuffle and insertelement instructions.Elena Demikhovsky2013-09-026-8/+396
* Fix some rather confusing indentation and control flow in the errnoChandler Carruth2013-09-021-15/+14
* Added std:: qualifier to find() invocationDmitri Gribenko2013-09-021-4/+4
* Nuke the hilariously out of date suggestion to unpack llvm-gcc 4.2 asChandler Carruth2013-09-011-9/+0
* Revert r189704, which removed the guidance about not duplicating doc comments.Chris Lattner2013-09-011-0/+7
* AVX-512: Added GATHER and SCATTER instructions.Elena Demikhovsky2013-09-013-3/+508
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-0120-1363/+917