Age | Commit message (Expand) | Author |
2006-05-30 | Add a lea instruction selection test case. | Evan Cheng |
2006-05-30 | Some new entries about truncate / anyext | Evan Cheng |
2006-05-30 | First complete version of llvm2cpp that doesn't crash on any of the Feature | Reid Spencer |
2006-05-29 | move calltarget to dsa | Andrew Lenharth |
2006-05-29 | Since there was interest on the mailing list, this is a utility pass that | Andrew Lenharth |
2006-05-29 | Silly cleanup | Chris Lattner |
2006-05-29 | silly cleanup | Chris Lattner |
2006-05-29 | Fix a bug with diffing the wrong files. Make output more readable. | Reid Spencer |
2006-05-29 | Next batch of implementation: | Reid Spencer |
2006-05-29 | Fix file header comment. | Reid Spencer |
2006-05-29 | Remove temporary testing rules. | Reid Spencer |
2006-05-29 | Reset DEBUG_SYMBOL_TABLE back to 0. | Vladimir Prus |
2006-05-29 | Fix compile error when DEBUG_SYMBOL_TABLE is defined. | Vladimir Prus |
2006-05-29 | Fix two bugs in the CppWriter.cpp: | Reid Spencer |
2006-05-29 | Fix the file's comment block. | Reid Spencer |
2006-05-29 | Fix grammar in a comment. | Reid Spencer |
2006-05-29 | Replace an old C-style cast with a C++ cast (squelch warning) | Reid Spencer |
2006-05-29 | Correct some grammar and describe current reality. | Reid Spencer |
2006-05-29 | Require both tests to pass. | Owen Anderson |
2006-05-29 | Update the testcase to check the full extent of LCSSA. | Owen Anderson |
2006-05-29 | Add Use replacement. Assuming there is nothing horribly wrong with this, LCSSA | Owen Anderson |
2006-05-29 | Initial Commit of llvm2cpp | Reid Spencer |
2006-05-28 | Major think-o. Iterate over all live out-of-loop values, and perform the | Owen Anderson |
2006-05-28 | Fix a problem where dejagnu won't accept the value of global tcl variable | Reid Spencer |
2006-05-28 | Provide an infrastructure for testing the llvm2cpp program (yet to be | Reid Spencer |
2006-05-27 | Make LCSSA insert proper Phi nodes throughout the rest of the CFG by computing | Owen Anderson |
2006-05-27 | Fix some regression from the inliner patch I committed last night. This fixes | Chris Lattner |
2006-05-27 | Fix pastos in comments | Chris Lattner |
2006-05-27 | Switch the inliner over to using CloneAndPruneFunctionInto. This effectively | Chris Lattner |
2006-05-27 | Ignore generated files | Chris Lattner |
2006-05-27 | Implement a new method, CloneAndPruneFunctionInto, as documented. | Chris Lattner |
2006-05-27 | Implement a new method: CloneAndPruneFunctionInto, as documented. | Chris Lattner |
2006-05-27 | Refactor some code to expose an interface to constant fold and instruction gi... | Chris Lattner |
2006-05-27 | Add an interface to constant fold and instruction given it's opcode, type | Chris Lattner |
2006-05-27 | New testcase: check that the inliner constant folds instructions on the | Chris Lattner |
2006-05-27 | Fix a nasty dag combiner bug that caused nondeterminstic crashes (MY FAVORITE!): | Chris Lattner |
2006-05-27 | Add a new sentry node type, allowing assertions to catch trivial | Chris Lattner |
2006-05-27 | A few small clean-ups, and the addition of an LCSSA statistic. | Owen Anderson |
2006-05-26 | Make CALL node consistent with RET node. Signness of value has type MVT::i32 | Evan Cheng |
2006-05-26 | Change RET node to include signness information of the return values. i.e. | Evan Cheng |
2006-05-26 | Change RET node to include signness information of the return values. e.g. | Evan Cheng |
2006-05-26 | Trivial testcase that LCSSA can already handle. | Owen Anderson |
2006-05-26 | Fix a copy-and-paste-o that would break some compilers. | Owen Anderson |
2006-05-26 | Clean up and refactor LCSSA a bunch. It should also run faster now, though | Owen Anderson |
2006-05-26 | Vector argument must be passed in memory location aligned on 16-byte boundary. | Evan Cheng |
2006-05-26 | Mac OS X ABI document lied. The first four XMM registers are used to pass | Evan Cheng |
2006-05-26 | Implement Transforms/InstCombine/store.ll:test2. | Chris Lattner |
2006-05-26 | New testcase for trivial DSE | Chris Lattner |
2006-05-26 | Fix a bug in the bc reader/writer: we were not correctly encoding varargs | Chris Lattner |
2006-05-26 | New testcase, check that the bc file correctly encodes varargs nonccc calls. | Chris Lattner |