2004-10-20 |
Nate Begeman | Don't clear or sign extend bool->int. This fires a... |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Brian Gaeke | Explain what this pass does. |
commit | commitdiff | tree | snapshot |
2004-10-20 |
John Criswell | Small performance improvement in generated C code: |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Misha Brukman | * Add baseline structural JIT code, but disable the... |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Chris Lattner | Hrm, some people complain when the compiler cheerfully... |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Misha Brukman | Fix some grammar |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Misha Brukman | If we're going to make the braces of functions line... |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Misha Brukman | Remove unnecessary spaces in function signature |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Brian Gaeke | Simplify mapping info generation. In particular, the... |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Misha Brukman | * Fit constructor initializer on a single line |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Reid Spencer | Initial automake generated Makefile template |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Misha Brukman | Move code to redefine INT64_{MIN,MAX} on AIX/PowerPC... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Nate Begeman | Initial implementation of the strength reduction for... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Misha Brukman | * AIX on Power defines INT64_MIN and INT64_MAX in ways... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Misha Brukman | AIX does not have mkdtemp() so emulate its behavior... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Chris Lattner | Fix miscompilations in the SparcV9 backend that were... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Chris Lattner | Improve compatibility with VC++, patch contributed... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Chris Lattner | Get this file compiling with VC++, patch contributed... |
commit | commitdiff | tree | snapshot |
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 |
next |