- 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
- 8a1d9b2 [lit] Update LitTestCase to support lit.Test.Result. by Daniel Dunbar · 12 years ago
- e54726a The darwin integrated assembler for X86 in 64-bit mode is not rejecting by Kevin Enderby · 12 years ago
- c08bd51 [Object/COFF] Add coff_aux_weak_external. by Rui Ueyama · 12 years ago
- f1cd798 Vectorizer/PassManager: I am working on moving the vectorizer out of the SCC passes. This patch moves the SLP-vectorizer and BB-vectorizer back into SCC passes for two reasons: by Nadav Rotem · 12 years ago
- 9fd438f Convert tests to FileCheck by Matt Arsenault · 12 years ago
- 09174f8 Adding VCIncludeDir and WindowsSDKDir to the msbuild configuration file. This allows clang to find windows.h and other files in the by Warren Hunt · 12 years ago
- f9355c8 Handle address spaces in TargetTransformInfo by Matt Arsenault · 12 years ago
- 2b884bc Fix a typo and coding style of a previous commit. No functional change. by Juergen Ributzka · 12 years ago
- b70d79e Fix typo. by Matt Arsenault · 12 years ago
- 4cff093 [doxygen] Use correct variable names for external variable configuration and make EXTRA_SEARCH_MAPPINGS a "dumb" variable. by Michael Gottesman · 12 years ago
- 98b5be8 Fix name matching to work on windows. by Rafael Espindola · 12 years ago
- b5011bd Period. by David Blaikie · 12 years ago
- 02ae44f r189495: Pull out some debug logic into a function for legibility by David Blaikie · 12 years ago
- 1800b66 [doxygen] Added support for doxygen external search. by Michael Gottesman · 12 years ago
- b7cb635 [cmake] Created an aggregate doxygen target for generating doxygen documentation for llvm/all subprojects. Renamed llvm's doxygen generation command to doxygen-llvm. by Michael Gottesman · 12 years ago
- 2957273 Option parsing: support case-insensitive option matching. by Rui Ueyama · 12 years ago
- 435798e Disable unrolling in the loop vectorizer when disabled in the pass manager by Hal Finkel · 12 years ago
- 4f066b6 The integrated darwin assembler can hang in an infinite loop (or get an assert by Kevin Enderby · 12 years ago
- 980879e PR16995: DebugInfo: Don't overwrite existing member lists when adding template arguments by David Blaikie · 12 years ago
- cfe7a7c cmake: Prevent semicolon separated lists in llvm-config (PR17020) by Hans Wennborg · 12 years ago
- b2e5453 [ARMv8] Fix a few things in one swoop. by Joey Gouly · 12 years ago
- aeb0f0c Add a minimal implementation of ranlib. by Rafael Espindola · 12 years ago
- 22266c1 ARM: Use "dmb sy" for barriers on M-class CPUs by Tim Northover · 12 years ago
- bafb5f8 [ARMv8] Add a missing IsThumb to t2LDAEXD. by Joey Gouly · 12 years ago
- d3128a4 ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics. by Tim Northover · 12 years ago
- c85bb78 ARM: add patterns for vqdmlal with separate vqdmull and vqadds by Tim Northover · 12 years ago
- 3c380d5 [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v by Daniel Sanders · 12 years ago
- 2fd3e67 [mips][msa] Added load/store intrinsics. by Daniel Sanders · 12 years ago
- f1db2a6 80 cols by Alexey Samsonov · 12 years ago