- e4a4aec Commit a no-op change to StringRef to (hopefully) trigger build bots. by Chandler Carruth · 12 years ago
- f7364d5 Add support for linking against a curses library when available and by Chandler Carruth · 12 years ago
- f76e118 Remove some parens. No functional change. by Eric Christopher · 12 years ago
- b19982c Simplify code. No functional change intended. by Craig Topper · 12 years ago
- 8f3562b Initialize SIInsertWaits::ExpInstrTypesSeen in the pass constructor. by Evgeniy Stepanov · 12 years ago
- 6e52c61 Remove the assertion for now. This breaks lld. by Dmitri Gribenko · 12 years ago
- aefdc04 LLVM Interpreter: MIPS tests should pass by Elena Demikhovsky · 12 years ago
- 9e8eafa YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfo by Dmitri Gribenko · 12 years ago
- 235089b Change public functions of LTOCodeGenerator from ret-false-on-succ to ret-true-on-succ. by Shuxin Yang · 12 years ago
- 51c9043 Create a pattern for the "trap" instruction. by Reed Kotler · 12 years ago
- 9286ee6 [lit] Use py2&3 compatible exec() syntax. by Daniel Dunbar · 12 years ago
- 09a28f6 [lit] Use newer StringIO class. by Daniel Dunbar · 12 years ago
- b35a173 [lit] Use modern absolute/relative import style. by Daniel Dunbar · 12 years ago
- 304a0b0 [lit] Avoid __cmp__ and cmp(). by Daniel Dunbar · 12 years ago
- 2e10ff2 [lit] Avoid use of iterator .next() method. by Daniel Dunbar · 12 years ago
- 0d038e3 [lit] Use .write() methods instead of print statement. by Daniel Dunbar · 12 years ago
- 4f2469c [lit] Use dual-compatible print() syntax where possible. by Daniel Dunbar · 12 years ago
- 0b714f7 [lit] Remove use of deprecated parameter tuple unpacking. by Daniel Dunbar · 12 years ago
- 2e60c88 [lit] Remove uses of deprecated except syntax. by Daniel Dunbar · 12 years ago
- 26e0af5 [lit] Use more modern syntax for constructing exceptions. by Daniel Dunbar · 12 years ago
- 91142b1 [lit] Drop --no-execute, which isn't generally useful. by Daniel Dunbar · 12 years ago
- 6bcb407 [lit] tests: Change discovery test to use --show-tests. by Daniel Dunbar · 12 years ago
- 3915c08 [lit] Add a --show-tests option. by Daniel Dunbar · 12 years ago
- cd59428 [lit] Remove dead ignoreStdError argument. by Daniel Dunbar · 12 years ago
- 6214ae5 Disabled columnWidth test for OSX, need someone with Mac to deal with this effectively. by Alexander Kornienko · 12 years ago
- 074ce33 Use correct platform detection macro: __MACOSX__ -> __APPLE__ by Alexander Kornienko · 12 years ago
- 97c57df Fix boolean logic in LockFileManager and test it by Reid Kleckner · 12 years ago
- e3c7bdf Avoid using alloca in Windows/Program.inc by Reid Kleckner · 12 years ago
- b766913 Add a way to grab a particular attribute out of a DIE. by Eric Christopher · 12 years ago
- 028f347 Move somewhat messy conditional out of line. No functional change. by Eric Christopher · 12 years ago
- 31a4f1f Disable tests on WIN32 (which has incorrect implementation of isPrint and by Alexander Kornienko · 12 years ago
- 3e53241 Check for _strtoi64 in the cmake build if strtoll is missing by Reid Kleckner · 12 years ago
- 040ef01 Remove unused functions introduced in r172685 to unbreak the Clang -Werror build by David Blaikie · 12 years ago
- ece0bec Implemented llvm::sys::locale::columnWidth and isPrint for the case of generic UTF8-capable terminal. by Alexander Kornienko · 12 years ago
- f659939 Replacing /GR with /GR- instead of applying both options to the project. This should reduce some build bot warnings (D9025: "overriding '/GR' with '/GR-'"). by Aaron Ballman · 12 years ago
- c89c9644 R600: Add new file from r187831 to CMakeLists.txt by Tom Stellard · 12 years ago
- 1858786 [mips] Rename register classes CPURegs and CPU64Regs. by Akira Hatanaka · 12 years ago
- 3492eef R600/SI: Use VSrc_* register classes as the default classes for types by Tom Stellard · 12 years ago
- 3406d88 R600/SI: Add more special cases for opcodes to ensureSRegLimit() by Tom Stellard · 12 years ago
- 06d63b3 [NVPTX] We dont have any target specific flags yet for generating symbol references, so get rid of the default-only switch statement. Fixes an MSVC warning. by Justin Holewinski · 12 years ago
- 6b034bb [mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates of by Akira Hatanaka · 12 years ago
- 55a1a59 Change the linkage of these global values to 'internal'. by Bill Wendling · 12 years ago
- 47cfec0 Remove some std stream usage from Support and TableGen by Reid Kleckner · 12 years ago
- 2d66d4c LoopVectorize: Allow vectorization of loops with lifetime markers by Arnold Schwaighofer · 12 years ago
- 014096e [mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias' by Akira Hatanaka · 12 years ago
- a1fe9ef [mips] Replace usages of register classes with register operands. Also, remove by Akira Hatanaka · 12 years ago
- 0880939 Change private functions of LTOCodeGenerator from ret-false-on-succ to ret-true-on-succ. by Shuxin Yang · 12 years ago
- ae8e3cf Use gnu style builtins in MathExtras.h with clang on Windows by Reid Kleckner · 12 years ago
- f40d578 Debug Info Finder|Verifier: handle DbgLoc attached to instructions. by Manman Ren · 12 years ago
- e6b1079 [LangRef] Alphabetize function attribute listing. by Sean Silva · 12 years ago
- 7198ee6 Adjust file to the coding standard. by Jakub Staszak · 12 years ago
- 0e910d2 Add PPC64 mulli pattern by Hal Finkel · 12 years ago
- 62d6fa5 Remove extraneous semicolon. by Jakub Staszak · 12 years ago
- 4f70921 This corrects creation of operands for t2PLDW. It also removes the definition of t2PLDWpci, by Mihai Popa · 12 years ago
- 4a378b9 Support APSR_nzcv as operand for Thumb2 mrc. Deprecate pre-UAL syntax (pc instead of apsr_nzcv) by Mihai Popa · 12 years ago
- df66ff0 [NVPTX] Add missing patterns for i1 [s,u]int_to_fp by Justin Holewinski · 12 years ago
- a3635ee [NVPTX] Fix bug in stack code generation causes by MC conversion by Justin Holewinski · 12 years ago
- 8276732 [NVPTX] Start conversion to MC infrastructure by Justin Holewinski · 12 years ago
- 8775a51 ARM: implement allowTruncateForTailCall by Tim Northover · 12 years ago
- 5f28b1f Add a release not about llvm-ar. by Rafael Espindola · 12 years ago
- 611910c Remove oddly named libraries with "make uninstall-local" by Tim Northover · 12 years ago
- e664290 Store compile unit corresponding to each chain of inlined debug info entries. No functionality change. by Alexey Samsonov · 12 years ago
- 7398c77 LLVM Interpreter: fixed bug 16694 by Elena Demikhovsky · 12 years ago
- 749d35c Add LLVM-style RTTI to DIContext/DWARFContext classes by Alexey Samsonov · 12 years ago
- d113448 Refactor isInTailCallPosition handling by Tim Northover · 12 years ago
- 900cbf5 Unbreak Debug build on Windows by Serge Pavlov · 12 years ago
- 5923547 Simplify vector lane handling math a bit. No functional change intended. by Craig Topper · 12 years ago
- 57bc5a0 Simplify math a little bit. by Craig Topper · 12 years ago
- 8e1d646 Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for each corresponding CodeGen. by NAKAMURA Takumi · 12 years ago
- aa0f420 Replace EVT with MVT in isHorizontalBinOp as it is only called with legal types. by Craig Topper · 12 years ago
- 2e36335 AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here. by NAKAMURA Takumi · 12 years ago
- 27770f4 Option/CMakeLists.txt: Don't use target_link_libraries. LLVMBuild knows dependencies. by NAKAMURA Takumi · 12 years ago
- 741373f Put an llvm_unreachable at the end of getSplatIndex as its loop should never find all undef elements. by Craig Topper · 12 years ago
- 6e95b4c Check against >= 0 instead of != -1 in getSplatIndex because it generally compiles to better code and is equivalent for shuffle indices. by Craig Topper · 12 years ago
- 2c136f8 Remove trailing whitespace and fix an 80-column violation. No functional change. by Craig Topper · 12 years ago
- 20b46b0 Simplify code slightly. No functional change. by Craig Topper · 12 years ago
- 01d7203 Factor FlattenCFG out from SimplifyCFG by Tom Stellard · 12 years ago
- 99c22aa Allow 4 as a valid debug info version. by Eric Christopher · 12 years ago
- 4f4a190 Add some comment to LTOCodeGenerator class by Shuxin Yang · 12 years ago
- 00d7baa Fix missing -*- C++ -*-s by Matt Arsenault · 12 years ago
- ac838d1 FileCheckize some of the testcases. by Bill Wendling · 12 years ago
- 51b6fb4 Fix grammar. by Bill Wendling · 12 years ago
- c1ad37e R600/SI: Add missing test for r187749 by Tom Stellard · 12 years ago
- 4c5be13 Recommit previous cleanup with a fix for c++98 ambiguity. by Eric Christopher · 12 years ago
- 2b272a1 R600: Implement TargetLowering::getVectorIdxTy() by Tom Stellard · 12 years ago
- 425b76c TargetLowering: Add getVectorIdxTy() function v2 by Tom Stellard · 12 years ago
- de5cb6b Revert "Use existing builtin hashing functions to make this routine more" by Eric Christopher · 12 years ago
- c222f67 Use existing builtin hashing functions to make this routine more simple. by Eric Christopher · 12 years ago
- b30347e Change parent hashing algorithm to be non-recursive and elaborate by Eric Christopher · 12 years ago
- 5a32805 [bugpoint] Allow the user to specify the path to opt on the commandline. by Michael Gottesman · 12 years ago
- acf4cf7 Introduce an optimisation for special case lists with large numbers of literal entries. by Peter Collingbourne · 12 years ago
- aa80e61 Introduce Regex::isLiteralERE function. by Peter Collingbourne · 12 years ago
- 2a37c7e Silencing an MSVC11 type conversion warning. by Aaron Ballman · 12 years ago
- 48d7d1d 80-cols by Alexey Samsonov · 12 years ago
- cf21d15 LLVM Interpreter: This patch implements vector support for cast operations (zext, sext, uitofp, sitofp, trunc, fpext, fptosi, fptrunc, bitcast) and shift operations (shl, ashr, lshr) for integer and floating point data types. by Elena Demikhovsky · 12 years ago
- 9379557 [SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequences by Richard Sandiford · 12 years ago
- f8e16c6 Don't leak passes if added outside of the area determined by Started/Stopped flags. by Benjamin Kramer · 12 years ago
- ccdf5cc [SystemZ] Add definitions for BRCT and BRCTG by Richard Sandiford · 12 years ago
- 9b05c70 [SystemZ] Use LOAD AND TEST to eliminate comparisons against zero by Richard Sandiford · 12 years ago
- 0e4044c [SystemZ] Add LOAD AND TEST instructions by Richard Sandiford · 12 years ago