- 6e72048 This is the first patch to put the needed bits in place to eventually allow code by Kevin Enderby · 15 years ago
- 4ee2aa7 Mark unconditional branches as barriers. Found using -verify-machineinstrs by Richard Osborne · 15 years ago
- ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
- e3d97c7 by David Greene · 15 years ago
- 21dc20c Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn't by Dan Gohman · 15 years ago
- cf453ee Spelling. s/suppor /support / by Jim Grosbach · 15 years ago
- b80a2a6 Remove the code which constant-folded ptrtoint(inttoptr(x)+c) to by Dan Gohman · 15 years ago
- c80a1f7 Modified examples Makefile to only build the ExceptionDemo example for by Garrison Venn · 15 years ago
- 15c4bb9 Testing subversion commit access by Wesley Peck · 15 years ago
- b5c2a5d Fix -mtune forwarding. by Mikhail Glushenkov · 15 years ago
- edb8d21 Remove unused lowering function LowerJumpTable by Richard Osborne · 15 years ago
- 78700b0 Lower BR_JT on the XCore to a jump into a series of jump instructions. by Richard Osborne · 15 years ago
- 3d4cea3 tests: Don't make a missing llvm-gcc dir a fatal error. by Daniel Dunbar · 15 years ago
- 7cfbe25 Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX} by Daniel Dunbar · 15 years ago
- 797faed Add LLVM{CC,CXX} make variables, which specify the configured path the LLVM by Daniel Dunbar · 15 years ago
- 9851567 Initial configure support for using Clang as the LLVM capable compiler. by Daniel Dunbar · 15 years ago
- 9e7d90b Update mcc16 and the ancient Clang plugin for the 'cmd_line' -> 'command' change. by Mikhail Glushenkov · 15 years ago
- 112257d Eliminate CFERuntimeLibDir make variable, this shouldn't be needed. by Daniel Dunbar · 15 years ago
- a04942b Fix a thinko in the lit.cfg. by Daniel Dunbar · 15 years ago
- 9660c5d Input files with empty suffixes must be passed to linker. by Mikhail Glushenkov · 15 years ago
- 130bede Support -Xlinker et al. by Mikhail Glushenkov · 15 years ago
- 94f84b9 Temporary disable response files. by Mikhail Glushenkov · 15 years ago
- fc2ee15 Typo. by Mikhail Glushenkov · 15 years ago
- c430129 Trailing whitespace. by Mikhail Glushenkov · 15 years ago
- 1afba8e Implement order-preserving option forwarding. by Mikhail Glushenkov · 15 years ago
- 7cebe55 Update the test suite. by Mikhail Glushenkov · 15 years ago
- a34f97a Correct option forwarding: initial implementation. by Mikhail Glushenkov · 15 years ago
- c6e0dbf Precompiled headers: initial support. by Mikhail Glushenkov · 15 years ago
- be6ee7c New experimental/undocumented feature: 'works_on_empty'. by Mikhail Glushenkov · 15 years ago
- 9f2a080 Support '-install_name'. by Mikhail Glushenkov · 15 years ago
- a04d4ed Add a way to enable '-opt=foo' forwarding. by Mikhail Glushenkov · 15 years ago
- a3f1732 Inline and eliminate LLVMG{CC,XX}WITHPATH. by Daniel Dunbar · 15 years ago
- b4614bd Remove ancient Xcode project, replaced by CMake project. by Daniel Dunbar · 15 years ago
- 8d25ea2 Remove dead LUPGRADE make variable. by Daniel Dunbar · 15 years ago
- e209c38 Kill off unused LLVMGCCLIBEXEC make variable. by Daniel Dunbar · 15 years ago
- 951fd6d Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. by Daniel Dunbar · 15 years ago
- 3d4d01b Eliminate llvmgcc_version testing variable. by Daniel Dunbar · 15 years ago
- 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 15 years ago
- a2b40a9 Kill unused llvmgccmajvers testing variable. by Daniel Dunbar · 15 years ago
- ba1cff4 add some #if 0'd out code for checking that named values in by Chris Lattner · 15 years ago
- a27234e Reject patterns that use a name multiple times in the src or result by Chris Lattner · 15 years ago
- c6c1612 disable two patterns that are using non-sensical result pattern types. by Chris Lattner · 15 years ago
- 4d0f7c9 remove a confused pattern that is trying to match an address by Chris Lattner · 15 years ago
- 4ac7a0c reject patterns that have dead named arguments in the input pattern by Chris Lattner · 15 years ago
- 6d9f86b remove a bunch of dead named arguments in input patterns, by Chris Lattner · 15 years ago
- 967d54a reject patterns that mention a name in the destination pattern by Chris Lattner · 15 years ago
- 25b6f91 merge some code. by Chris Lattner · 15 years ago
- be5ad7d fix a type mismatch in this pattern, where we were using an i64 imm in a by Chris Lattner · 15 years ago
- 53d09bd more tidying up by Chris Lattner · 15 years ago
- 188f428 Update memdep when load PRE inserts a new load, and add some debug output. by Bob Wilson · 15 years ago
- 6eb3012 reduce indentation by eliminating 'else after return' by Chris Lattner · 15 years ago
- a8e7614 reapply my cellspu changes with a fix to not break the old isel. by Chris Lattner · 15 years ago
- fdf2e8c Update LangRef to match the code; pointers default to being 64-bit. by Dan Gohman · 15 years ago
- e2c0924 Revert 96854, 96852, and 96849, unbreaking test/CodeGen/CellSPU/i64ops.ll. by Dan Gohman · 15 years ago
- 8f2b4cc X86InstrInfoSSE.td declares PINSRW as having type v8i16, by Chris Lattner · 15 years ago
- 363ac58 Added versions of VCGE, VCGT, VCLE, and VCLT NEON instructions which compare to by Johnny Chen · 15 years ago
- 674b756 fix hte last cellspu failure. by Chris Lattner · 15 years ago
- 8843fd3 hack around more crimes in instruction selection. by Chris Lattner · 15 years ago
- 4145a53 Convert this test to FileCheck and add a testcase for PR3574. by Dan Gohman · 15 years ago
- 27e9989 the cell backend is making all sorts of unsafe and incorrect assumptions by Chris Lattner · 15 years ago
- 860d4a7 really fix an off-by-one error by Chris Lattner · 15 years ago
- 5ce9d0b fix an off-by-one error. by Chris Lattner · 15 years ago
- 5007e1e switch the value# in OPC_CompleteMatch and OPC_EmitNode to use a by Chris Lattner · 15 years ago
- ec5a4cd Added VCEQ (immediate #0) NEON instruction for disassembly only. by Johnny Chen · 15 years ago
- f895dbe Dead code elimination by Jakob Stoklund Olesen · 15 years ago
- e298d7c Fix viewCFG on Linux. by Jeffrey Yasskin · 15 years ago
- 3e22f2d add a new Push2 opcode for targets (like cellspu) which have by Chris Lattner · 15 years ago
- c6feeb7 These should not have been committed. by Evan Cheng · 15 years ago
- 48eb39b no need to run llvm-as here. by Chris Lattner · 15 years ago
- 6e5dfd4 Instcombine constant folding can normalize gep with negative index to index with large offset. When instcombine objsize checking transformation sees these geps where the offset seemingly point out of bound, it should just return "i don't know" rather than asserting. by Evan Cheng · 15 years ago
- 20df242 Change ComplexPattern handling to push the node being matched as by Chris Lattner · 15 years ago
- 4642ad3 Updated version of r96634 (which was reverted due to failing 176.gcc and by Jim Grosbach · 15 years ago
- 12f9168 Add a test for canonicalizing ConstantExpr operands. by Dan Gohman · 15 years ago
- 5a0815f Clean up a bit and fix for when SPAdj != 0 by Jim Grosbach · 15 years ago
- 4c7628e The predicate index isn't fixed, so scan for it to make sure we get the proper by Jim Grosbach · 15 years ago
- 0e488b3 Canonicalize ConstantInts to the right operand of commutative operators. by Dan Gohman · 15 years ago
- 418b568 expand my hack to work with nodes that have flags but no chains and the by Chris Lattner · 15 years ago
- 12a667c add a new CheckMultiOpcode opcode for checking that a node by Chris Lattner · 15 years ago
- 1f2ed5f When matching patterns that have a complex pattern as their root, make by Chris Lattner · 15 years ago
- 3df577b add some debug hooks for tracking the behavior of the isel. by Chris Lattner · 15 years ago
- 54de8c1 remove dupes now. by Chris Lattner · 15 years ago
- bebe68e move #includes earlier. by Chris Lattner · 15 years ago
- 40ebe247 MC/Mach-O: Remove non-sensical comment, and add a missing AddValueSymbols call. by Daniel Dunbar · 15 years ago
- 95056e4 Minor formatting cleanup. by Dan Gohman · 15 years ago
- d97439d Use Instruction::isCommutative instead of duplicating it. by Dan Gohman · 15 years ago
- 2ec5e49 Added SEL, SXTB16, SXTAB16, UXTAB16, SMMULR, SMMLAR, SMMLSR, SMUAD, and SMUSD, by Johnny Chen · 15 years ago
- 74175c2 Erase deleted instructions from GVN's ValueTable. This fixes assertion by Bob Wilson · 15 years ago
- fc90d4c Actually enable the -enable-unsafe-fp-math tests. by Dan Gohman · 15 years ago
- 667d127 Added a bunch of instructions for disassembly only: by Johnny Chen · 15 years ago
- 9265275 Mark the return address stack slot as mutable when moving the return address by Arnold Schwaighofer · 15 years ago
- 3591b90 LLVMC/MultiplePluginPriorities.td: Generally XFAIL this test for now, it is by Daniel Dunbar · 15 years ago
- 454d26d Remove unused variables and parameters. by Dan Gohman · 15 years ago
- fb76fe0 Fix various doxygen warnings. by Dan Gohman · 15 years ago
- b4e8aab Fix a typo in a comment. by Dan Gohman · 15 years ago
- 6b617a7 Constant-fold certain comparisons with infinity and negative infinity. by Dan Gohman · 15 years ago
- 31a95c5 Rename a variable to avoid a -Wshadow warning. by Dan Gohman · 15 years ago
- 8ce05da Remove the logic for reasoning about NaNs from the code that forms by Dan Gohman · 15 years ago
- 278f958 When emitting an instruction which depends on both a post-incremented by Dan Gohman · 15 years ago
- 2444080 This cast<Instruction> is unnecessary. by Dan Gohman · 15 years ago
- 74fd536 enhance my hack for flags handling, this allows us to pass by Chris Lattner · 15 years ago