2004-01-15 |
Misha Brukman | * Conform to HTML 4.01 strict DTD |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Misha Brukman | Make the stylesheet conform to CSS standard. |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Improve comments, add support for remembering the const... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | add support for -- for symmetry |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | The new bytecode format supports emitting strings a... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Version 1.2 now supports encoding strings as a special... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | When emitting bytecode, handle strings specially. ... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Like output_data, it's obvious that input_data was... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | "fix" a nasty race condition |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Fix some exception safety problems |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Hrm, apparently I missed lowering this intrinsic. :( |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | It is obvious that this has never been used for outputi... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Be const correct |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Fix bug in previous checkin: Demorgan would be ashamed... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Eliminate the isStringCompatible function, using Consta... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Eliminate the isStringCompatible function, using Consta... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Use new method |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Implement ConstantArray::isString |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Add new ConstantArray::isString(), as the conditions... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Ok, I can't handle it. This is a temporary checkin... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Remove support for the pre-1.0 bytecode version #1... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Alkis Evlogimenos | Properly update #intervals statistic. |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Chris Lattner | Fix InstCombine/2004-01-13-InstCombineInvokePHI.ll... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Brian Gaeke | Don't pass anything to the IntrinsicLowering class... |
commit | commitdiff | tree | snapshot |
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 |
next |