2004-01-14 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Fix check. PHI nodes must be handled specially, of... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Tighten up verifier checks. The result of an invoke... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Make sure to verify the result before writing out the... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Toggle sense of flag |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | The only clients of the slot calculator are now the... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Alkis Evlogimenos | Fix bug in LiveIntervals::Interval::overlaps and |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Alkis Evlogimenos | Improve debugging output. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Alkis Evlogimenos | Fix miscomputation of live intervals. The catch is... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Brian Gaeke | You know you like Makefiles with fewer variables. Next... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Alkis Evlogimenos | Remove allocatable registers vector. It is already... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Brian Gaeke | Get rid of dead defns of LCC, LCXX, LAS, as per FIXME. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Brian Gaeke | Fix overzealous fixme fixing |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Brian Gaeke | Remove dead definitions of NATGCC and CP, and dead... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Alkis Evlogimenos | Cleanup debugging output. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Alkis Evlogimenos | Fix output of live intervals to show correctly its... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Alkis Evlogimenos | Remove unneeded check (with the recent change in live... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Alkis Evlogimenos | Indentation and whitespace cleanups. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Alkis Evlogimenos | Fix bug introduced by previous commit: check if fixed... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Brian Gaeke | Remove dump-input option. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Brian Gaeke | Regenerated using autoheader-2.57. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Brian Gaeke | Simplify configure rules. (I don't know if anyone else... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Brian Gaeke | Whoopsie. I should remember to use aclocal next time. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Brian Gaeke | Remove and/or shorten many comments in configure.ac. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Alkis Evlogimenos | Correctly compute live variable information for physica... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Chris Lattner | Implement a bunch of symbolic constant folding opportun... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Chris Lattner | New testcase for symbolic constant folding opportunitie... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Implement new Instruction::isRelational method |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Add new method |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Rearrange and comment code better. No functionality... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Rename ConstantHandling.* -> ConstantFolding.* |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Remove a whole bunch more ugliness. This is actually... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Move ConstantHandling.h into lib/VMCore and out of... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Move this file to lib/VMCore |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Eliminate a lot of out-of-date comments, and all of... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Eliminate usage of the wierd overloaded operator consta... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Eliminate ConstantFoldShiftInstruction reference |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Remove use of ConstantHandling itf |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Clean up #includes |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Fix bug in previous checkin |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | The getShift method is no obsolete |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Eliminate use of ConstantHandling and ConstantExpr... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Add header file I accidentally removed in teh shuffle |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Fix out of date comment, remove use of ConstantExpr... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Remove use of the ConstantHandling interfaces |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Remove use of ConstantExpr::getShift |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Don't use ConstantExpr::getShift anymore |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Make ConstantExpr::get work for shifts as well |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Remove use of ConstantHandling |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Remove unneeded #include |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | llvm::ConstantFoldInstruction |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Move prototype of llvm::ConstantFoldInstruction |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Move llvm::ConstantFoldInstruction from VMCore to here... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Move llvm::ConstantFoldInstruction from here to Transfo... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Remove uses of ConstantHandling itf |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Eliminate use of ConstantHandling itf |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Remove use of ConstantHandling itf |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Eliminate use of ConstantHandling itf |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Use constantexprs for casts. Eliminate use of the... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Fix fairly severe bug in my last checking where we... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Eliminate annoying warnings from the tester, hopefully... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
John Criswell | Modified the configure script so that it defines BISON... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
John Criswell | The configure script now defines BISON as the name... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Alkis Evlogimenos | Output mov %REG = 0 instead of xor %REG, %REG, %REG... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Testcase for PR204 |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Add support for %llvmgcc |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | * Implement minor performance optimization for the... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Test to make sure we can SCCP load instructions |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Do not hack on volatile loads. I'm not sure what the... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Implement SCCP/phitest.ll |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | New testcase, allow folding of binary operators that... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | Implement Transforms/ScalarRepl/phinodepromote.ll,... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Chris Lattner | Implement: Assembler/2004-01-11-getelementptrfolding.llx |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Chris Lattner | This isn't really an assembler test. This tests to... |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Chris Lattner | Urg, remove testing code. |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Chris Lattner | Fix a regression that I introduced yesterday. :( |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Alkis Evlogimenos | Make LiveVariables::HandlePhysRegUse and |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | Check in two changes: |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | Hrm, another minor cleanup, which I missed before |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | Minor cleanup |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | Update obsolete comments |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | Do not bother to emit a BytecodeBlock for an empty... |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | Remove use of llvm/CodeGen/InstrSelection.h |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | Remove standard C header wrappers |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | Remove config wrapper around <cerrno> |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | Remove standard C file wrapper |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | Remove wrapper for standard C file, use <cstdlib> instead |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | Remove wrappers around std c files |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | Dead file, use <cstring> instead of this. |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | Err, we don't need Config/*.h files for things that... |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | minor comment tweaks |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | remove obsolete file |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | * finegrainify namespacification of ArchiveReader.cpp |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | Refactor writer stuff out of include/llvm/Bytecode... |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Chris Lattner | Fix annoying warnings. W doesn't have a revision number |
commit | commitdiff | tree | snapshot |
next |