2004-10-18 |
Reid Spencer | Declare a function in the correct namespace. |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Reid Spencer | Correction to allow compilation with Visual C++. |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Chris Lattner | Simplify code by deleting instructions that preceed... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Reid Spencer | Actually link all the analysis passes and their depende... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Reid Spencer | Remove extra comma. |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Reid Spencer | Actually link in all the analysis passes. |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Chris Lattner | Turn store -> null/undef into the LLVM unreachable... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Chris Lattner | Turn things with obviously undefined semantics into... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Chris Lattner | My friend the invoke instruction does not dominate... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Chris Lattner | Fix a bug that occurs when the constant value is the... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | Print a semicolon for the unreacahble instruction.... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | Getting ADCE to interact well with unreachable instruct... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | New testcase that ADCE shouldn't crash on |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | Fix Regression/Transforms/Inline/2004-10-17-InlineFunct... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | New testcase that crashes the inliner |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Nate Begeman | Pass -single_module option to gcc when linking dynamic... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Nate Begeman | Generate correct stubs for weak-linked symbols |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | fold gep undef, ... -> undef |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | Remove printout, realize that instructions in the entry... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | When inserting PHI nodes, don't insert any phi nodes... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | New testcase, no PHI should be inserted. |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | Enhance hasConstantValue to ignore undef values in... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | hasConstantValue will soon return instructions that... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | The first hunk corrects a bug when printing undef null... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | Don't print stuff out from the code generator. This... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Reid Spencer | Add HAVE_BZLIB_H and HAVE_ZLIB_H tests. |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Reid Spencer | Update to reflect building zlib for LLVM |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Reid Spencer | Add missing targets for install/clean |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Reid Spencer | Make the library name SparcV9 specific |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Reid Spencer | Consolidate the definitions |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Reid Spencer | PPC32GenCodeEmitter instead of PowerPCGenCodeEmitter |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Reid Spencer | Add runtime directories |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Reid Spencer | Support bytecode generation, GenCodeEmitter, etc. |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Reid Spencer | Add runtime directory, include Makefile_rules |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | Rewrite support for cast uint -> FP. In particular... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | Unify handling of constant pool indexes with the other... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | Give the asmprinter the ability to print memrefs with... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | fold: |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | All of these labels are off by one now that the unreach... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Nate Begeman | Implement bitfield insert by recognizing the following... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | Fix constant folding relational operators with undef... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | Reid added --version to the CommandLine lib. Don't... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | I forgot that sparc no longer uses the shared asmwriter... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Chris Lattner | Add support for unreachable and undef |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Reid Spencer | Initial Makefile.am for building with automake |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Reid Spencer | Initial Makefile.am for building with automake. |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Reid Spencer | Make sure that for systems where the string functions... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Implement constant folding of undef values. |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Fix a type violation |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Nate Begeman | Finally fix one of the oldest FIXMEs in the PowerPC... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Kill the bogon that slipped into my buffer before I... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Implement InstCombine/getelementptr.ll:test9, which... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | New testcase, rework testcases to fail if there are... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Misha Brukman | * Add a space between words |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Do not erroneously accept revision 6 bytecode files... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Update release notes |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add support for undef and unreachable |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | testcases for undefined and unreachable |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Fix fix fix |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add support for unreachable |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add support for undef |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add support for undef, unreachable, and function flags |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Parse undef and unreachable |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add support |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add support for undef and unreachable |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | ADd support for undef and unreachable |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Teach the X86 backend about unreachable and undef.... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add support for unreachable and undef |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Optimize instructions involving undef values. For... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add support for UndefValue |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | When promoting mem2reg, make uninitialized values becom... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Handle undef values as undefined on the constant lattice |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add note |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add support for the undef value. Implement a new optim... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add support for undef and unreachable |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Implement UndefValue class |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add support for the unreachable instruction |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add new UndefValueVal type |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add new UnreachableInst class |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add new unreachable instruction |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add new UndefValue class |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | UndefValue's are constants |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Document unreachable instruction |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add missing 'Instruction Opcodes' bullet to TOC |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Add a missing dependency |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Fix file header |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | Be more careful about looking for constants when we... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Chris Lattner | None of these have actually been implemented yet. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Chris Lattner | Move the implementation of the instructions clone metho... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Chris Lattner | Move the implementation of the clone method for these... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Misha Brukman | Fix hyphenation and quoting style for great justice |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Chris Lattner | There is no reason not to build these in parallel |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Misha Brukman | Add a space between the type and name of value when... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Chris Lattner | Don't print a bunch of metrics that are meaningless... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Chris Lattner | Fix broken links |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Chris Lattner | Instruction select globals with offsets better. For... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Chris Lattner | Give the X86 JIT the ability to encode global+disp... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Chris Lattner | Give the X86 asm printer the ability to print out addre... |
commit | commitdiff | tree | snapshot |
next |