- 056dbd0 NewNightlyTest.pl: Add a -parallel-jobs argument (set # of jobs for make with by Daniel Dunbar · 16 years ago
- f1f7c09 Add explicit test for PR4280. by Eli Friedman · 16 years ago
- bbdd903 Re-commit r72514 and r72516 with a fixed version of BR_CC lowering. by Eli Friedman · 16 years ago
- 8a0b2da Fix MOVMSKPDrr encoding. by Evan Cheng · 16 years ago
- ed7f56b Fix PSIGND encoding bug. Patch by Sean Callanan. by Evan Cheng · 16 years ago
- cdcecc0 Incorporate patch feedbacks. by Evan Cheng · 16 years ago
- 94a37a4 NightlyTest: Write "sentdata.txt" files and run the -submit-aux script before by Daniel Dunbar · 16 years ago
- dd4694b Emit debug info for locals with proper scope. by Sanjiv Gupta · 16 years ago
- 43b4127 Temporarily revert r72514 (and dependent patch r72516). It was causing this by Bill Wendling · 16 years ago
- a455942 Mark the branch insns correctly. by Sanjiv Gupta · 16 years ago
- df75a27 Fixing problems that got exposed after the refactoring of LegalizeDAG done in 72447. by Sanjiv Gupta · 16 years ago
- b999a70 Add a testcase which got fixed by recent legalization work. by Eli Friedman · 16 years ago
- e727d7a Remove a couple of useless functions. by Eli Friedman · 16 years ago
- 1c39965 Remove special cases for more opcodes. by Eli Friedman · 16 years ago
- c06441e Return the operand rather than a null SDValue when the given SELECT_CC by Eli Friedman · 16 years ago
- e3f1fb1 Use Operands.data() instead of &Operands[0] where Operands is a potentially by Nick Lewycky · 16 years ago
- ad75460 Remove special case for SETCC opcode; add some comments explaining why by Eli Friedman · 16 years ago
- 2d92c71 This patch brings the list of attributes in CPPBackend.cpp up to date with the by Jeffrey Yasskin · 16 years ago
- 3be2e51 Some minor cleanups. by Eli Friedman · 16 years ago
- 3b1259b "The instructions MMX_PSADBWrm and MMX_PSADBWrr have opcode 0b11100000 (e0), but by Bill Wendling · 16 years ago
- 8b944d3 Added optimization that narrow load / op / store and the 'op' is a bit twiddling instruction and its second operand is an immediate. If bits that are touched by 'op' can be done with a narrower instruction, reduce the width of the load and store as well. This happens a lot with bitfield manipulation code. by Evan Cheng · 16 years ago
- c2695eb Revert 72493 and replace it with a more conservative fix, for now: don't by Dan Gohman · 16 years ago
- ba2352b Ger rid of some dead code. by Eli Friedman · 16 years ago
- ead28bd In ChangeCompareStride, when the stride to be reused is truncated to by Dan Gohman · 16 years ago
- bc9be21 Fix sfence jit encoding. Patch by Sean Callanan. by Evan Cheng · 16 years ago
- 4ff5047 This looks like it passes now. by Bill Wendling · 16 years ago
- d3bdf19 Added support for fround, fextend and FP_TO_SINT by Bruno Cardoso Lopes · 16 years ago
- 0d09b83 Minor fix for CMake build system by Douglas Gregor · 16 years ago
- 1a53cbf CMake: Set LIBS on llvm-config so we can query the system libraries by Oscar Fuentes · 16 years ago
- b5da3f6 Minor cleanups; add a better explanation for the issue with BUILD_VECTOR. by Eli Friedman · 16 years ago
- 4bc8c71 Remove more special cases for opcodes. by Eli Friedman · 16 years ago
- 509150f Remove special cases for more opcodes. by Eli Friedman · 16 years ago
- f6f20a7 Removing more special cases from LegalizeDAG. by Eli Friedman · 16 years ago
- 26ea8f9 Eliminate more special cases for opcodes. by Eli Friedman · 16 years ago
- f6b23bf Remove more special cases from LegalizeDAG. by Eli Friedman · 16 years ago
- 47b41f7 Remove unused argument. by Eli Friedman · 16 years ago
- 3f727d6 Remove more opcode special cases. by Eli Friedman · 16 years ago
- f1a8048 Add braces around an array initializer. by Dan Gohman · 16 years ago
- 4a4f767 Teach SCEVExpander to avoid creating over-indexed GEP indices when by Dan Gohman · 16 years ago
- 72776d2 Teach BasicAliasAnalysis to understand constant gep indices that fall by Dan Gohman · 16 years ago
- 8c377c7 Start of refactoring LegalizeDAG so that we don't need specialized by Eli Friedman · 16 years ago
- 36df499 Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and by Eli Friedman · 16 years ago
- 1ffaa15 Testcase for (llvm-gcc-4.2) 72442 (PR 4242). by Dale Johannesen · 16 years ago
- 8220557 Back out r72431, it is causing a number of compilation crashes with clang. by Daniel Dunbar · 16 years ago
- 8cf5ab1 Update CPU capabilities for AMD machines by Stefanus Du Toit · 16 years ago
- ecc23a5 Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and by Eli Friedman · 16 years ago
- 2efc73d For the new ar --plugin libLLVMgold.so to work we need libLTO linked with by Torok Edwin · 16 years ago
- 493a3d0 LiveVariables::VarInfo contains an AliveBlocks BitVector, which has as many by Jeffrey Yasskin · 16 years ago
- 91bb61a For the return type of SCEVUDivExpr, use the RHS' type instead of by Dan Gohman · 16 years ago
- d9480d0 Give SCEVNaryExpr a doxygen comment. by Dan Gohman · 16 years ago
- f876ad0 In cases where a pointer value is an operand of a multiplication or by Dan Gohman · 16 years ago
- 74807f2 Delete a bunch of dead code from LegalizeDAG. by Eli Friedman · 16 years ago
- aed4a43 Eliminate VarInfo::UsedBlocks. by Evan Cheng · 16 years ago
- ab9cf12 make memdep use the getModRefInfo method for stores instead of the by Chris Lattner · 16 years ago
- d67a166 Audit the type constructors. Previously it was possible to create [0 x void] by Nick Lewycky · 16 years ago
- d9b7715 add some late optimizations that GCC does. It thinks these are a win by Chris Lattner · 16 years ago
- 0c85aab fix typo by Chris Lattner · 16 years ago
- f9dc644 we should eventually add -march=atom and the new atom movbe instruction. by Chris Lattner · 16 years ago
- 028839d Fix the crash debugger to actually bisect globals once it's determined that it by Nick Lewycky · 16 years ago
- 4c8f9af Add a bisection step on the list of instructions before doing the linear by Nick Lewycky · 16 years ago
- 6c0866c Various comment fixes. by Dan Gohman · 16 years ago
- d594e6f Change ScalarEvolution::getSCEVAtScope to always return the original value by Dan Gohman · 16 years ago
- c046c00 Add a comment which should hopefully make the purpose of this method a by Eli Friedman · 16 years ago
- 57f1a4b Minor improvement to FCOPYSIGN to use BIT_CONVERT in cases where the by Eli Friedman · 16 years ago
- 3d43138 Move Rewriter.clear() earlier, to avoid triggerring the AssertingVH by by Torok Edwin · 16 years ago
- 3790fb0 Instead of clearing the rewriter, don't attempt to rewrite dead phi nodes. by Torok Edwin · 16 years ago
- 95bdbfa When rewriting the loop exit test with the canonical induction variable, by Dan Gohman · 16 years ago
- fb5a341 Fix this code for hosts where std::vector doesn't have .data(). by Dan Gohman · 16 years ago
- 14fba29 When replacing a floating-point comparison with an integer by Dan Gohman · 16 years ago
- 453aa4f Generalize SCEVExpander::visitAddRecExpr's GEP persuit, and avoid by Dan Gohman · 16 years ago
- 3925043 When the low bits of one operand of an add are zero, that number by Dan Gohman · 16 years ago
- b679de2 The rewriter may hold references to instructions that are deleted because they are trivially dead. by Torok Edwin · 16 years ago
- ed2f8c5 Rewrite ISD::FCOPYSIGN lowering to never use i64. Not really ideal, but by Eli Friedman · 16 years ago
- 2c23501 Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itself by Torok Edwin · 16 years ago
- 23d471f Add -disable-global-remove option to bugpoint. by Torok Edwin · 16 years ago
- 7d869fb Update for CMakeLists; untested, so tell me if there are issues. by Eli Friedman · 16 years ago
- 957bffa Remove checks of getTypeAction from LegalizeOp; we already assert that by Eli Friedman · 16 years ago
- 1fde9c5 Disable type legalization in LegalizeDAG. by Eli Friedman · 16 years ago
- 86c4864 Remove border around table used for layout. by Nick Lewycky · 16 years ago
- 1a8229b Make the PPC backend use a legal type for the operands to the BUILD_VECTOR by Eli Friedman · 16 years ago
- 2a35b1c Fix a bug in the expansion of EXTRACT_SUBVECTOR in by Eli Friedman · 16 years ago
- 108b519 Make the X86 backend mark EXTRACT_SUBVECTOR as Expand, at least for the moment. by Eli Friedman · 16 years ago
- 3d43b3f Add a proper implementation of EXTRACT_SUBVECTOR legalization that by Eli Friedman · 16 years ago
- 63c283e Use latin symbols. I was told not everybody has a UTF-8 capable editor. by Torok Edwin · 16 years ago
- 38def0c Write family name last, as other entries in this file. by Torok Edwin · 16 years ago
- 5bfeded Add myself. by Torok Edwin · 16 years ago
- 6d7d2aa Add ARMv7 architecture, Cortex processors and different FPU modes handling. by Anton Korobeynikov · 16 years ago
- 88ce667 Emit ARM Build Attributes by Anton Korobeynikov · 16 years ago
- 41a0243 Propagate CPU string out of SubtargetFeatures by Anton Korobeynikov · 16 years ago
- a14be3b Work around a page size issue on Cygwin. by Jay Foad · 16 years ago
- 6bb4958 Fix PR4254. by Torok Edwin · 16 years ago
- 1f04462 stat64/open64/lseek64 for the interpreter by Torok Edwin · 16 years ago
- f5ff1d3 available_externall linkage is not local, this was confusing the codegenerator, by Torok Edwin · 16 years ago
- d14ce2f Fix test to account for legalization changes; I think this ends up by Eli Friedman · 16 years ago
- 5c22c80 Add a new step to legalization to legalize vector math operations. This by Eli Friedman · 16 years ago
- 948e95a Make the x86 backend custom-lower UINT_TO_FP and FP_TO_UINT on 32-bit by Eli Friedman · 16 years ago
- db917fe CMake: Use libdl only when available. Fixes build on FreeBSD. by Oscar Fuentes · 16 years ago
- 2ddb6f1 Fix bug in FoldFCmp_IntToFP_Cst. If inttofp is a uintofp, use unsigned instead of signed integer constant. by Evan Cheng · 16 years ago
- f96a499 Add a note mentioning that uses of the return value of an invoke by Dan Gohman · 16 years ago
- a2ac75d CMake: Use libpthread in tblgen when needed. Updated list of source by Oscar Fuentes · 16 years ago