- d8f2eb3 TableGen: Enumerate Schedule Model too. by Vincent Lejeune · 12 years ago
- 8900853 In this patch we are trying to do two things: by Yi Jiang · 12 years ago
- 6217187 Print string value for DT_RPATH and DT_RUNPATH. by Joerg Sonnenberger · 12 years ago
- 06ef1ed [MC] Revert part of my previous change, I was a bit overzealous. by Joey Gouly · 12 years ago
- 27ed571 Migrate the DWARF_VERSION constant to 4. It largely needs to go away. by Eric Christopher · 12 years ago
- 8bce436 [SystemZ] Add support for TMHH, TMHL, TMLH and TMLL by Richard Sandiford · 12 years ago
- f21c18d [MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubtargetInfo. by Joey Gouly · 12 years ago
- 69086b2 [msan] Fix handling of select with struct arguments. by Evgeniy Stepanov · 12 years ago
- 6a9b29e [msan] Fix select instrumentation. by Evgeniy Stepanov · 12 years ago
- fdb6a38 [mips][msa] Added IntrNoMem and removed Commutative from sub intrinsics. by Daniel Sanders · 12 years ago
- 8092b71 [mips][msa] Added IntrNoMem to the floating-point intrinsics. by Daniel Sanders · 12 years ago
- 75ddb2b [Sparc] Add support for soft long double (fp128). by Venkatraman Govindaraju · 12 years ago
- 4ccfbed Add hadSideEffects=0 to some instructions. by Craig Topper · 12 years ago
- 6ee0857 [Sparc] Implement spill and load for long double(f128) registers. by Venkatraman Govindaraju · 12 years ago
- 195dd8a ARM: Default to the Swift CPU when targeting armv7s/thumbv7s. by Tilmann Scheller · 12 years ago
- 5bed440 Revert 189756 for now, it doesn't match what rdar://14871821 really wants. by Tilmann Scheller · 12 years ago
- 024e76b ARM: Default to Swift when compiling for iOS 6 or later. by Tilmann Scheller · 12 years ago
- 4629e0d FileCheck-ize three tests of llvm/test/CodeGen/X86/h-register(s). by NAKAMURA Takumi · 12 years ago
- b9edd20 llvm/test/CodeGen/X86: Update tests with -mattr=-bmi not to take BMI, corresponding to Craig's r189742. by NAKAMURA Takumi · 12 years ago
- b775f2f [CMake] Add -O1 in debug builds with LLVM_USE_SANITIZER by Alexey Samsonov · 12 years ago
- 69c474f Create BEXTR instructions for (and ((sra or srl) x, imm), (2**size - 1)). Fixes PR17028. by Craig Topper · 12 years ago
- da0ce6e AVX-512: updated the list of high-latency instructions. by Elena Demikhovsky · 12 years ago
- 5041558 Add a clang-format file so that the tool can automatically detect the by Chandler Carruth · 12 years ago
- cafcc99 AVX-512: gather-scatter tests; added foldable instructions; by Elena Demikhovsky · 12 years ago
- 4ca0ce2 llvm interpreter: select, shuffle and insertelement instructions. by Elena Demikhovsky · 12 years ago
- ca6ead9 Fix some rather confusing indentation and control flow in the errno by Chandler Carruth · 12 years ago
- bf2f270 Added std:: qualifier to find() invocation by Dmitri Gribenko · 12 years ago
- cdceda4 Nuke the hilariously out of date suggestion to unpack llvm-gcc 4.2 as by Chandler Carruth · 12 years ago
- eecd9b1d Revert r189704, which removed the guidance about not duplicating doc comments. by Chris Lattner · 12 years ago
- 6adcd58 AVX-512: Added GATHER and SCATTER instructions. by Elena Demikhovsky · 12 years ago
- 5510728 Move everything depending on Object/MachOFormat.h over to Support/MachO.h. by Charles Davis · 12 years ago
- b83c66e Make sure we don't generate stubs for any of these functions because they by Reed Kotler · 12 years ago
- f53e9b4 Mark an unreachable code path with llvm_unreachable. Pacifies GCC. by Benjamin Kramer · 12 years ago
- 4af4cbb Free PressureDiffs instead of leaking. by Benjamin Kramer · 12 years ago
- bc87003 SimplifyLibCalls: When emitting an overloaded fp function check that it's available. by Benjamin Kramer · 12 years ago
- c94e7b5 Fix my previous checkin to updatePressureDiffs. by Andrew Trick · 12 years ago
- cda04f9 [PowerPC] Fast-isel cleanup patch. by Bill Schmidt · 12 years ago
- 9d2238c [PowerPC] Add integer truncation support to fast-isel. by Bill Schmidt · 12 years ago
- 9056dd4 Correct partially defined variable by Bill Schmidt · 12 years ago
- af069a8 Remove the suggestion to not duplicate comments in header and by Chris Lattner · 12 years ago
- 11addd2 [PowerPC] Call support for fast-isel. by Bill Schmidt · 12 years ago
- 06f9db0 Build fix by Richard Mitton · 12 years ago
- d4b3168 Fixed a bug where diassembling an instruction that had a prefix would cause LLVM to identify a 1-byte instruction, but then upon querying it for that 1-byte instruction would cause an undefined opcode. by Richard Mitton · 12 years ago
- 86d4956 Compulsive reformatting. by Bill Wendling · 12 years ago
- e179b31 [conf] Add config variable to disable crash related overrides. by Daniel Dunbar · 12 years ago
- c673f9c Fix a problem with dual mips16/mips32 mode. When the underlying processor by Reed Kotler · 12 years ago
- 846b31d Use LiveRangeQuery for instruction-level liveness queries. by Andrew Trick · 12 years ago
- 9bc9427 [PowerPC] Add handling for conversions to fast-isel. by Bill Schmidt · 12 years ago
- 2cc396b Checking commit access; removed one space added in previous test checkin by Jim by Andrey Churbanov · 12 years ago
- a8517ee InstCombine: Check for zero shift amounts before subtracting one causing integer overflow. by Benjamin Kramer · 12 years ago
- d7a178e X86: Add a description of the Intel Atom Silvermont CPU. by Benjamin Kramer · 12 years ago
- e7d0b1d Restore llvm-ranlib expansion in RUN-lines removed in r184019 by Alexey Samsonov · 12 years ago
- a908065 Fixup BZHI selection to remove an unneeded zero extension. by Craig Topper · 12 years ago
- 74f2691 Remove unused X86andn_flag node. by Craig Topper · 12 years ago
- b6ac30a Teach X86 backend to create BMI2 BZHI instructions from (and X, (add (shl 1, Y), -1)). Fixes PR17038. by Craig Topper · 12 years ago
- 5de35bc Revert "ARM: Improve pattern for isel mul of vector by scalar." by Michael Gottesman · 12 years ago
- 663bd99 mi-sched: update PressureDiffs on-the-fly for liveness. by Andrew Trick · 12 years ago
- 1362dcb Replace LiveInterval::killedAt with isKilledAtInstr. by Andrew Trick · 12 years ago
- da6fc15 mi-sched: improve the generic register pressure comparison. by Andrew Trick · 12 years ago
- 4c60b8a mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness later. by Andrew Trick · 12 years ago
- e206efd3 [PowerPC] Handle selection of compare instructions in fast-isel. by Bill Schmidt · 12 years ago
- 40433e5 Remove bogus debug statement. Sheesh. by Bill Schmidt · 12 years ago
- 118eb58 [PowerPC] Miscellaneous fast-isel test cases. by Bill Schmidt · 12 years ago
- 7248968 [PowerPC] Add loads, stores, and related things to fast-isel. by Bill Schmidt · 12 years ago
- 6dc6a89 comment typo by Andrew Trick · 12 years ago
- 6e4d93b Random cleanup: No need to use a std::vector here, since createInternalizePass uses an ArrayRef. by Bill Wendling · 12 years ago
- 2612354 Don't bother emitting the pubtypes section on darwin since there aren't by Eric Christopher · 12 years ago
- ab6cd83 Reformat slightly. by Eric Christopher · 12 years ago
- 1053a0b Change default # of digits for APFloat::toString by Eli Friedman · 12 years ago
- 3a0e9b5 DIBuilder: retain a type when created with a unique identifier. by Manman Ren · 12 years ago
- 88acef0 ARM: Improve pattern for isel mul of vector by scalar. by Jim Grosbach · 12 years ago
- ff372dc Tidy up. Comment grammar. by Jim Grosbach · 12 years ago
- dd46230 Tidy up. Trailing whitespace. by Jim Grosbach · 12 years ago
- 002062b Substitute LLVM's version into the msbuild property file at config time by Reid Kleckner · 12 years ago
- 6d3bbc0 Modified ms-build configuration file to be version locked to the VS2010 toolchain, this avoids conflicts with having VS2012 and by Warren Hunt · 12 years ago
- 441c557 Clean up some usage of Triple. The base class has methods for determining if the target is iOS and Linux. by Cameron Esfahani · 12 years ago
- 9071f68 Fix the following error when NDEBUG is defined: by Kaelyn Uhrain · 12 years ago
- 851bb2c Comment and revise the cyclic critical path code. by Andrew Trick · 12 years ago
- 33f4c79 Add unique identifier field to Composite Types and Format. by Manman Ren · 12 years ago
- 2f02ded isCharInSet refactoring. by Alexander Kornienko · 12 years ago
- 4edfa22 AVX-512: added extend and truncate instructions. by Elena Demikhovsky · 12 years ago
- aae60d1 Move StringToOffsetTable into the TableGen include directory so I can use it in clang. by Craig Topper · 12 years ago
- f208398 Revert: r189565 - Add getUnrollingPreferences to TTI by Hal Finkel · 12 years ago
- 32f258b Add getUnrollingPreferences to TTI by Hal Finkel · 12 years ago
- 253acef Use TargetSubtargetInfo::useAA() in DAGCombine by Hal Finkel · 12 years ago
- 738073c Add useAA() to TargetSubtargetInfo by Hal Finkel · 12 years ago
- e0ff96c1 [lit] [tests] Add missing test input file. by Daniel Dunbar · 12 years ago
- b1975a8 [tests] Use multiple statements instead of 'echo -e', which is not part of BSD echo. by Daniel Dunbar · 12 years ago
- cb4bfb3 [lit] Fix internal shell's argv[0] handling. by Daniel Dunbar · 12 years ago
- 4ac723b [lit] Add support for multiprocessing, under --use-processes for now. by Daniel Dunbar · 12 years ago
- df44de6 [lit] Implement --max-time support by using provider cancel method. by Daniel Dunbar · 12 years ago
- 07f0f16 [lit] Refactor test execution logic into lit.run.Run. by Daniel Dunbar · 12 years ago
- b11b690 [lit] Put display lock inside the ThreadResultsConsumer. by Daniel Dunbar · 12 years ago
- ec8e059 [lit] Factor out a results consumer interface for test execution. by Daniel Dunbar · 12 years ago
- 8c59003 [lit] Move top-level execute code into Run object. by Daniel Dunbar · 12 years ago
- 5b2efc2 [lit] Factor out Run class to capture configuration + discovered tests. by Daniel Dunbar · 12 years ago
- 8253cc0 [lit] Change lit.Test.ResultCode to be unique across pickling. by Daniel Dunbar · 12 years ago
- aee279d Fix a test to not fail for users with my name. :) by Daniel Dunbar · 12 years ago
- 6f25e87 [lit] Add a TODO. by Daniel Dunbar · 12 years ago
- 501cba3 [lit] Update shtest format to return lit.Test.Result objects. by Daniel Dunbar · 12 years ago