- 77bcee7 My friend the invoke instruction does not dominate all basic blocks if it by Chris Lattner · 20 years ago
- 28e792c Fix a bug that occurs when the constant value is the result of an invoke. In by Chris Lattner · 20 years ago
- 963869e Print a semicolon for the unreacahble instruction. This fixes problems by Chris Lattner · 20 years ago
- c7ff6c8 Getting ADCE to interact well with unreachable instructions seems like a nontrivial by Chris Lattner · 20 years ago
- 559069d New testcase that ADCE shouldn't crash on by Chris Lattner · 20 years ago
- 3787e76 Fix Regression/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll by Chris Lattner · 20 years ago
- 58f8bdc New testcase that crashes the inliner by Chris Lattner · 20 years ago
- 7925588 Pass -single_module option to gcc when linking dynamic libraries for use with bugpoint, so that we can bugpoint multiple .cp files by Nate Begeman · 20 years ago
- fcf4a42 Generate correct stubs for weak-linked symbols by Nate Begeman · 20 years ago
- cfbf9fa fold gep undef, ... -> undef by Chris Lattner · 20 years ago
- ca45930 Remove printout, realize that instructions in the entry block dominate all by Chris Lattner · 20 years ago
- 7e40f63 When inserting PHI nodes, don't insert any phi nodes that are obviously by Chris Lattner · 20 years ago
- 41b2dc4 New testcase, no PHI should be inserted. by Chris Lattner · 20 years ago
- 8143c2b Enhance hasConstantValue to ignore undef values in phi nodes. This allows it by Chris Lattner · 20 years ago
- c30bda7 hasConstantValue will soon return instructions that don't dominate the PHI node, by Chris Lattner · 20 years ago
- 665825e The first hunk corrects a bug when printing undef null values. We would print by Chris Lattner · 20 years ago
- 611fb25 Don't print stuff out from the code generator. This broke the JIT horribly by Chris Lattner · 20 years ago
- 394855a Add HAVE_BZLIB_H and HAVE_ZLIB_H tests. by Reid Spencer · 20 years ago
- 1d91acc Update to reflect building zlib for LLVM by Reid Spencer · 20 years ago
- fa4cf33 Add missing targets for install/clean by Reid Spencer · 20 years ago
- ec660ae Make the library name SparcV9 specific by Reid Spencer · 20 years ago
- 26dde42 Consolidate the definitions by Reid Spencer · 20 years ago
- 7619203 PPC32GenCodeEmitter instead of PowerPCGenCodeEmitter by Reid Spencer · 20 years ago
- e6ffb3e Add runtime directories by Reid Spencer · 20 years ago
- 952ba29 Support bytecode generation, GenCodeEmitter, etc. by Reid Spencer · 20 years ago
- 900aa65 Add runtime directory, include Makefile_rules by Reid Spencer · 20 years ago
- 56a31c6 Rewrite support for cast uint -> FP. In particular, we used to compile this: by Chris Lattner · 20 years ago
- 07306de Unify handling of constant pool indexes with the other code paths, allowing by Chris Lattner · 20 years ago
- 0e0ed85 Give the asmprinter the ability to print memrefs with a constant pool index, by Chris Lattner · 20 years ago
- de95c9e fold: %X = and Y, constantint %Z = setcc %X, 0 by Chris Lattner · 20 years ago
- 9894cd3 All of these labels are off by one now that the unreachable instruction exists by Chris Lattner · 20 years ago
- 1b75022 Implement bitfield insert by recognizing the following pattern: by Nate Begeman · 20 years ago
- 35f92ae Fix constant folding relational operators with undef operands. by Chris Lattner · 20 years ago
- a78a902 Reid added --version to the CommandLine lib. Don't conflict with it. by Chris Lattner · 20 years ago
- 7ff5a32 I forgot that sparc no longer uses the shared asmwriter. Give it support by Chris Lattner · 20 years ago
- d14d5b4 Add support for unreachable and undef by Chris Lattner · 20 years ago
- da0a22b Initial Makefile.am for building with automake by Reid Spencer · 20 years ago
- aa71741 Initial Makefile.am for building with automake. by Reid Spencer · 20 years ago
- 2bf0292 Make sure that for systems where the string functions are actually macros by Reid Spencer · 20 years ago
- 71d3778 Implement constant folding of undef values. by Chris Lattner · 20 years ago
- 79a564c Fix a type violation by Chris Lattner · 20 years ago
- 2d4c98d Finally fix one of the oldest FIXMEs in the PowerPC backend: correctly by Nate Begeman · 20 years ago
- 6e758ae Kill the bogon that slipped into my buffer before I committed. by Chris Lattner · 20 years ago
- 061718c Implement InstCombine/getelementptr.ll:test9, which is the source of many by Chris Lattner · 20 years ago
- 51a2c5a New testcase, rework testcases to fail if there are any gep's other than those by Chris Lattner · 20 years ago
- a04d0a1 * Add a space between words * Wrap at 80 cols by Misha Brukman · 20 years ago
- 2e7ec12 Do not erroneously accept revision 6 bytecode files when the format hasn't by Chris Lattner · 20 years ago
- 9b3b04f Update release notes by Chris Lattner · 20 years ago
- 6542a46 New testcase by Chris Lattner · 20 years ago
- 4c554c5 Add support for undef and unreachable by Chris Lattner · 20 years ago
- 9bbcf09 testcases for undefined and unreachable by Chris Lattner · 20 years ago
- 9270efc Fix fix fix by Chris Lattner · 20 years ago
- ec7c1ab Add support for unreachable by Chris Lattner · 20 years ago
- bd1d382 Add support for undef by Chris Lattner · 20 years ago
- a79e7cc Add support for undef, unreachable, and function flags by Chris Lattner · 20 years ago
- 16710e9 Parse undef and unreachable by Chris Lattner · 20 years ago
- c17edbd Add support by Chris Lattner · 20 years ago
- 5a083b8 Add support for undef and unreachable by Chris Lattner · 20 years ago
- 289a49a ADd support for undef and unreachable by Chris Lattner · 20 years ago
- 30483b0 Teach the X86 backend about unreachable and undef. Among other things, we by Chris Lattner · 20 years ago
- a9d12c0 Add support for unreachable and undef by Chris Lattner · 20 years ago
- e87597f Optimize instructions involving undef values. For example X+undef == undef. by Chris Lattner · 20 years ago
- 82731c7 Add support for UndefValue by Chris Lattner · 20 years ago
- b20724d When promoting mem2reg, make uninitialized values become undef isntead of 0. by Chris Lattner · 20 years ago
- 5d356a7 Handle undef values as undefined on the constant lattice by Chris Lattner · 20 years ago
- b2f59a2 Add note by Chris Lattner · 20 years ago
- 7a7ed02 Add support for the undef value. Implement a new optimization based on globals by Chris Lattner · 20 years ago
- b976e66 Add support for undef and unreachable by Chris Lattner · 20 years ago
- b9f1859 Implement UndefValue class by Chris Lattner · 20 years ago
- c8717b1 Add support for the unreachable instruction by Chris Lattner · 20 years ago
- 7eb8a52 Add new UndefValueVal type by Chris Lattner · 20 years ago
- 076b3f1 Add new UnreachableInst class by Chris Lattner · 20 years ago
- 731cde94 Add new unreachable instruction by Chris Lattner · 20 years ago
- e1e922e Add new UndefValue class by Chris Lattner · 20 years ago
- 58fa099 UndefValue's are constants by Chris Lattner · 20 years ago
- 35eca58 Document unreachable instruction by Chris Lattner · 20 years ago
- a1dad81 Add missing 'Instruction Opcodes' bullet to TOC by Chris Lattner · 20 years ago
- b7a16ce Add a missing dependency by Chris Lattner · 20 years ago
- f146ab1 Fix file header by Chris Lattner · 20 years ago
- a35339d Be more careful about looking for constants when we really want constantint's. by Chris Lattner · 20 years ago
- 1dfc8e5 None of these have actually been implemented yet. by Chris Lattner · 20 years ago
- 795948a Move the implementation of the instructions clone methods to this file so by Chris Lattner · 20 years ago
- f319e83 Move the implementation of the clone method for these classes to by Chris Lattner · 20 years ago
- 81dd3d4 Fix hyphenation and quoting style for great justice by Misha Brukman · 20 years ago
- f91d68b There is no reason not to build these in parallel by Chris Lattner · 20 years ago
- 961ca77 Add a space between the type and name of value when printing error message by Misha Brukman · 20 years ago
- 4a8167f Don't print a bunch of metrics that are meaningless for external functions by Chris Lattner · 20 years ago
- 9500a6e Fix broken links by Chris Lattner · 20 years ago
- 358a902 Instruction select globals with offsets better. For example, on this test case: by Chris Lattner · 20 years ago
- 8cce7cd Give the X86 JIT the ability to encode global+disp constants. Patch by Chris Lattner · 20 years ago
- d416f08 Give the X86 asm printer the ability to print out addressing modes that have by Chris Lattner · 20 years ago
- fb3d844 Allow X86 addressing modes to represent globals with offsets. Patch contributed by Chris Lattner · 20 years ago
- ca4f6eb Allow machine operands to represent global variables with offsets. This is by Chris Lattner · 20 years ago
- 47eb656 This patch fixes the nasty bug that caused 175.vpr to fail for X86 last night. by Chris Lattner · 20 years ago
- 8df6a59 This patch adds and improves debugging output. No functionality changes. by Chris Lattner · 20 years ago
- e0c83a8 Better codegen of binary integer ops with 32 bit immediate operands. by Nate Begeman · 20 years ago
- d36047d The field is called `imm22', not simply `imm' by Misha Brukman · 20 years ago
- 3df04c5 Synthetic instructions RET and RETL need to have all 3 parameters specified by Misha Brukman · 20 years ago
- 45a6826 Class F2_1 already inherits the imm22 field from class F2 by Misha Brukman · 20 years ago
- 009d3f4 Generate the SparcV8 code emitter from .td files by Misha Brukman · 20 years ago