summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-03Enable late-vectorization by default.Nadav Rotem1-1/+1
2013-09-03Fix grammarMatt Arsenault1-3/+3
2013-09-03Teach InstCombineLoadCast about address spaces.Matt Arsenault2-3/+24
2013-09-03Use type form of getIntPtrType in alloca visitor.Matt Arsenault1-2/+2
2013-09-03WIP: Refactor some code so that it can be called by more than just one method...Bill Wendling1-60/+71
2013-09-03Alphabetize.Eric Christopher1-4/+4
2013-09-03Add a Python-like join function to merge a list of strings with aJoerg Sonnenberger2-0/+70
2013-09-03Revert "Revert "ARM: Improve pattern for isel mul of vector by scalar.""Jim Grosbach2-0/+29
2013-09-03Add the rest of the stock attributes to the attribute table.Eric Christopher3-8/+242
2013-09-03TableGen: Enumerate Schedule Model too.Vincent Lejeune2-1/+14
2013-09-03In this patch we are trying to do two things:Yi Jiang4-24/+177
2013-09-03Print string value for DT_RPATH and DT_RUNPATH.Joerg Sonnenberger3-0/+8
2013-09-03[MC] Revert part of my previous change, I was a bit overzealous.Joey Gouly1-3/+3
2013-09-03Migrate the DWARF_VERSION constant to 4. It largely needs to go away.Eric Christopher1-1/+1
2013-09-03[SystemZ] Add support for TMHH, TMHL, TMLH and TMLLRichard Sandiford3-8/+459
2013-09-03[MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...Joey Gouly2-6/+6
2013-09-03[msan] Fix handling of select with struct arguments.Evgeniy Stepanov2-3/+27
2013-09-03[msan] Fix select instrumentation.Evgeniy Stepanov2-3/+15
2013-09-03[mips][msa] Added IntrNoMem and removed Commutative from sub intrinsics.Daniel Sanders1-28/+28
2013-09-03[mips][msa] Added IntrNoMem to the floating-point intrinsics.Daniel Sanders1-96/+100
2013-09-03[Sparc] Add support for soft long double (fp128).Venkatraman Govindaraju4-37/+477
2013-09-03Add hadSideEffects=0 to some instructions.Craig Topper1-1/+4
2013-09-02[Sparc] Implement spill and load for long double(f128) registers.Venkatraman Govindaraju3-36/+138
2013-09-02ARM: Default to the Swift CPU when targeting armv7s/thumbv7s.Tilmann Scheller2-3/+8
2013-09-02Revert 189756 for now, it doesn't match what rdar://14871821 really wants.Tilmann Scheller3-10/+5
2013-09-02ARM: Default to Swift when compiling for iOS 6 or later.Tilmann Scheller3-5/+10
2013-09-02FileCheck-ize three tests of llvm/test/CodeGen/X86/h-register(s).NAKAMURA Takumi3-5/+56
2013-09-02llvm/test/CodeGen/X86: Update tests with -mattr=-bmi not to take BMI, corresp...NAKAMURA Takumi5-7/+7
2013-09-02[CMake] Add -O1 in debug builds with LLVM_USE_SANITIZERAlexey Samsonov1-0/+4
2013-09-02Create BEXTR instructions for (and ((sra or srl) x, imm), (2**size - 1)). Fix...Craig Topper4-0/+54
2013-09-02AVX-512: updated the list of high-latency instructions.Elena Demikhovsky1-1/+23
2013-09-02Add a clang-format file so that the tool can automatically detect theChandler Carruth1-0/+1
2013-09-02AVX-512: gather-scatter tests; added foldable instructions;Elena Demikhovsky2-15/+61
2013-09-02llvm interpreter: select, shuffle and insertelement instructions.Elena Demikhovsky6-8/+396
2013-09-02Fix some rather confusing indentation and control flow in the errnoChandler Carruth1-15/+14
2013-09-02Added std:: qualifier to find() invocationDmitri Gribenko1-4/+4
2013-09-01Nuke the hilariously out of date suggestion to unpack llvm-gcc 4.2 asChandler Carruth1-9/+0
2013-09-01Revert r189704, which removed the guidance about not duplicating doc comments.Chris Lattner1-0/+7
2013-09-01AVX-512: Added GATHER and SCATTER instructions.Elena Demikhovsky3-3/+508
2013-09-01Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis20-1363/+917
2013-09-01Make sure we don't generate stubs for any of these functions because theyReed Kotler2-17/+34
2013-08-31Mark an unreachable code path with llvm_unreachable. Pacifies GCC.Benjamin Kramer1-0/+1
2013-08-31Free PressureDiffs instead of leaking.Benjamin Kramer1-0/+1
2013-08-31SimplifyLibCalls: When emitting an overloaded fp function check that it's ava...Benjamin Kramer2-3/+43
2013-08-31Fix my previous checkin to updatePressureDiffs.Andrew Trick1-4/+19
2013-08-31[PowerPC] Fast-isel cleanup patch.Bill Schmidt1-20/+37
2013-08-30[PowerPC] Add integer truncation support to fast-isel.Bill Schmidt1-0/+31
2013-08-30Correct partially defined variableBill Schmidt1-1/+2
2013-08-30Remove the suggestion to not duplicate comments in header andChris Lattner1-7/+0
2013-08-30[PowerPC] Call support for fast-isel.Bill Schmidt5-3/+504