- 76735fb IR: Fold away compares between GV GEPs and GVs by David Majnemer · 11 years ago
- 483d89b Fix a bug in the conversion to ErrorOr. by Rafael Espindola · 11 years ago
- c77a774 Revert "Convert a few std::strings to StringRef." by Rafael Espindola · 11 years ago
- d492123 fixed typos by Sanjay Patel · 11 years ago
- e97c25b Ignore llvm specific symbols in the LTOModule. by Rafael Espindola · 11 years ago
- ca57933 Add support for parsing the not operator in Microsoft inline assembly by Ehsan Akhgari · 11 years ago
- 8089fee Ignore llvm.* globals. by Rafael Espindola · 11 years ago
- bb5f622 TableGen: introduce support for MSBuiltin by Saleem Abdulrasool · 11 years ago
- 1c9687e Implement LTOModule on top of IRObjectFile. by Rafael Espindola · 11 years ago
- 2291f8c Avoid mangling names twice. No functionality change. by Rafael Espindola · 11 years ago
- 40b9d67 Mark intrinsic functions as llvm-specific. by Rafael Espindola · 11 years ago
- 2093081 [mips][mips64r6] Set ELF e_flags for MIPS32r6/MIPS64r6. Also do MIPS-I to MIPS-V by Daniel Sanders · 11 years ago
- 8ce13cf [mips] Add tests for the 'ret', 'call', and 'indirectbr' LLVM IR instruction. by Daniel Sanders · 11 years ago
- ada0f6a Don't include llvm.metadata variables in archive symbol tables. by Rafael Espindola · 11 years ago
- a593909 Change LTOModule`s getTargetTriple and setTargetTriple to use c++ types. by Rafael Espindola · 11 years ago
- 9f72a18 Convert a few std::strings to StringRef. by Rafael Espindola · 11 years ago
- 2d1f275 Convert these functions to use ErrorOr. by Rafael Espindola · 11 years ago
- 82a599a Remove unused old-style error handling. by Rafael Espindola · 11 years ago
- 5b55a47 GlobalDCE: Delete available_externally initializers if it allows removing the value the initializer is referring to. by Benjamin Kramer · 11 years ago
- f3f355d llvm/test/CodeGen/XCore/dwarf_debug.ll: Fix not to be affected by *-win32. by NAKAMURA Takumi · 11 years ago
- 4a183c6 llvm/test/CodeGen/X86/vector-gep.ll: Appease to add -mtriple=i686-linux. by NAKAMURA Takumi · 11 years ago
- 0f9d1b3 ARM: when falling back to scattered relocs, keep the type. by Tim Northover · 11 years ago
- 5b003bb llvm-readobj: fix MachO relocatoin printing a bit. by Tim Northover · 11 years ago
- 9c1df91 InstCombine: Strength reduce sadd.with.overflow into a regular nsw add if we can prove that it cannot overflow. by Benjamin Kramer · 11 years ago
- a39d3ab [mips][mips64r6] Correct the encoding of dmuh, dmuhu, dmul, and dmulu. by Daniel Sanders · 11 years ago
- 2856d23 Phabricator doc: Explicit the fact that the patch needs to be there before the commit by Sylvestre Ledru · 11 years ago
- f9749ed [x86] Relax the line in this check to pacify build bots. by Chandler Carruth · 11 years ago
- b2a3131 [x86] Move some check lines to be slightly easier for me to find. by Chandler Carruth · 11 years ago
- a46e60e [x86] Generalize BuildVectorSDNode::getConstantSplatValue to work for by Chandler Carruth · 11 years ago
- c5bc152 Add an explicit bool operator to SDValue to make it easier to test for by Chandler Carruth · 11 years ago
- 1bd30dc [X86] Limit maximum nop length on Silvermont by Alexey Volkov · 11 years ago
- 546cfbf XCore target: remove incorrect DebugLoc entries from prologue by Robert Lytton · 11 years ago
- f8be6fb Let test/Unit/lit.cfg add config.shlibdir to $PATH on DLL platforms like cygming. by NAKAMURA Takumi · 11 years ago
- 7ca91f9 [CMake] Introduce LLVM_ENABLE_PLUGINS as an internal option. BUILD_SHARED_LIBS may not control enable/disable plugins. by NAKAMURA Takumi · 11 years ago
- 1f8525a [CMake] Introduce LLVM_SHLIB_OUTPUT_INTDIR. by NAKAMURA Takumi · 11 years ago
- a84cb68 [CMake] Fix set_output_directory to do nothing if *_OUTPUT_INTDIR was not given. by NAKAMURA Takumi · 11 years ago
- e6b4407 Fix prefix comparison from r212308 by Alp Toker · 11 years ago
- 1baa5d8 Move function dependent resetting of a subtarget variable out of the by Eric Christopher · 11 years ago
- 2255dc7 Sink undesirable LTO functions into the old C API by Alp Toker · 11 years ago
- 0042887 InstSimplify: Fix a bug when INT_MIN is in a sdiv by David Majnemer · 11 years ago
- 5c58257 Modify LTOModule::isTargetMatch to take a StringRef instead of a MemoryBuffer. by Peter Collingbourne · 11 years ago
- 59349ad gold plugin: move target initialization to the top of the onload function. by Peter Collingbourne · 11 years ago
- 1e64b30 LTO: rename the various makeLTOModule overloads. by Peter Collingbourne · 11 years ago
- ab419e6 Move createIRObjectFile to the IRObjectFile class and return the concrete type. by Rafael Espindola · 11 years ago
- 040dd45 [x86] Clarify that this lowering only applies to vectors and is only by Chandler Carruth · 11 years ago
- 8b5ac4f Use std::unique_ptr to manage memory. No functionality change. by Rafael Espindola · 11 years ago
- 3a39415 Temporarily revert "Don't try to construct debug LexicalScopes hierarchy for functions that do not have top level debug information." as it appears to be breaking some LTO constructs. by Eric Christopher · 11 years ago
- 3c58743 Remove caching of the target machine and initialization of the by Eric Christopher · 11 years ago
- 60e9a53 [CostModel][x86] Improved cost model for alternate shuffles. by Andrea Di Biagio · 11 years ago
- 26272de Add the -just-symbol-name (aka -j) flag to llvm-nm to just print the by Kevin Enderby · 11 years ago
- d4167d0 [X86] Add ISel patterns to select 'f32_to_f16' and 'f16_to_f32' dag nodes. by Andrea Di Biagio · 11 years ago
- bc04f3c Expand the note about llvm-ar now that inline asm works. by Rafael Espindola · 11 years ago
- 95c1ba6 Move test since it now depends on the x86 backend. by Rafael Espindola · 11 years ago
- f47a706 LTO depends on Object now. by Rafael Espindola · 11 years ago
- 96052a8 Add support for inline asm symbols in llvm-ar. by Rafael Espindola · 11 years ago
- dfb53d2 Run interprocedural const prop before global optimizer by Gerolf Hoflehner · 11 years ago
- c029b2b fix configure+make build by Rafael Espindola · 11 years ago
- 0a7a2ef Add support for inline asm symbols to IRObjectFile. by Rafael Espindola · 11 years ago
- c150516 Add the -U flag to llvm-nm as an alias to -defined-only by Kevin Enderby · 11 years ago
- 0e1e88e fixed typo in comment by Sanjay Patel · 11 years ago
- 8234268 IR: cleanup Module::dropReferences by David Majnemer · 11 years ago
- 090a8f4 [ARM] Implement ISB memory barrier intrinsic by Yi Kong · 11 years ago
- 1a699b6 bug fix for PR20020: anti-dependency-breaker causes miscompilation by Sanjay Patel · 11 years ago
- 1ef2cec Fix ppcf128 component access on little-endian systems by Ulrich Weigand · 11 years ago
- 76a2f8d [msan] Stop propagating shadow in blacklisted functions. by Evgeniy Stepanov · 11 years ago
- 1bb48fa [msan] Add missing attributes in MemorySanitizer tests. by Evgeniy Stepanov · 11 years ago
- 7bf5a63 Revert of r212265. by Evgeniy Stepanov · 11 years ago
- 7b605fc [msan] Stop propagating shadow in blacklisted functions. by Evgeniy Stepanov · 11 years ago
- a8f7c5c Minor stylistic fix in SimplifyCFG (test commit) by Marcello Maggioni · 11 years ago
- 693b9ee Let llvm/test/CodeGen/X86/lower-bitcast.ll tolerant of win32 calling convention. by NAKAMURA Takumi · 11 years ago
- 90ac572 [x86] Fix the completely broken vector widening legalization of bswap. by Chandler Carruth · 11 years ago
- 7e924a6 [x86] Fix crashes in lowering bitcast instructions with the widening mode. by Chandler Carruth · 11 years ago
- c179202 [aarch64] Add a test that should have been in r212242 but I forgot to by Chandler Carruth · 11 years ago
- fa9ca85 Add new lines to debugging information. by Richard Trieu · 11 years ago
- 0795d30 [x86] Based on a long conversation between myself, Jim Grosbach, Hal by Chandler Carruth · 11 years ago
- 7413fef Invert the MC -> Object dependency. by Rafael Espindola · 11 years ago
- af457ab Make these preprocessor directives match all of the others in the port. by Eric Christopher · 11 years ago
- 53616b4 Remove dead code. by Eric Christopher · 11 years ago
- 7096836 [codegen,aarch64] Add a target hook to the code generator to control by Chandler Carruth · 11 years ago
- 1ccffdf Move subtarget dependent features into the subtarget from the target by Eric Christopher · 11 years ago
- ba0f074 So that we can include frame lowering in the subtarget, remove include by Eric Christopher · 11 years ago
- 1faddea Add the -reverse-sort flag (aka -r) to llvm-nm by Kevin Enderby · 11 years ago
- be453c5 So that we can include target lowering in the subtarget, remove include by Eric Christopher · 11 years ago
- bd29877 Update comment and include guard. by Rafael Espindola · 11 years ago
- 2c95cdc [OCaml] Documentation improvements. by Peter Zotov · 11 years ago
- 9c05de8 Fix typos. by Eric Christopher · 11 years ago
- 231537a Revert "DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself." by David Blaikie · 11 years ago
- fddd7ad Move the data layout and selection dag info from the mips target machine by Eric Christopher · 11 years ago
- 998743e [X86] AVX512: Allow writemask argument in vpermt* intrinsics by Adam Nemet · 11 years ago
- 31d2114 [X86] AVX512: Generate Pat<>'s for the vpermt2* intrinsics via multiclass by Adam Nemet · 11 years ago
- df5d431 [X86] AVX512: Add writemask variants for vperm*2* by Adam Nemet · 11 years ago
- fad0de3 R600: Add a comment that llvm.AMDGPU.trunc is a legacy intrinsic by Tom Stellard · 11 years ago
- 4a70647 R600/SI: Use a ComplexPattern for ADDR64 addressing of MUBUF loads by Tom Stellard · 11 years ago
- 1378871 R600: Promote i64 loads to v2i32 by Tom Stellard · 11 years ago
- b48c8c4 R600/SI: Adjsut SGPR live ranges before register allocation by Tom Stellard · 11 years ago
- a75d388 R600/SI: Add verifier check for immediates in register operands. by Tom Stellard · 11 years ago
- 7950cae Remove non-static field initializer to appease MSVC by Alexey Samsonov · 11 years ago
- 773d63e Fix configure+make build. by Rafael Espindola · 11 years ago
- cca0887 Move CFG building code to a new lib/MC/MCAnalysis library. by Rafael Espindola · 11 years ago
- a422113 DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself. by David Blaikie · 11 years ago