2004-03-12 |
John Criswell | Added minor information on C++. |
commit | commitdiff | tree | snapshot |
2004-03-12 |
John Criswell | Updated to LLVM 1.2. |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Fix PR266: Make Module Not Inherit From Annotable |
commit | commitdiff | tree | snapshot |
2004-03-12 |
John Criswell | Point to the new license (includes year 2004). |
commit | commitdiff | tree | snapshot |
2004-03-12 |
John Criswell | Added a header indicating that the Linux and MacOS... |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Alkis Evlogimenos | Add support for a wider range of CMOV instructions. |
commit | commitdiff | tree | snapshot |
2004-03-12 |
John Criswell | Updated copyright to year 2004. |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Misha Brukman | Simplify code to process CallSites (thanks to Chris). |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Misha Brukman | Test the mod/ref analysis in DSA. |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Misha Brukman | Keep transitively-required passes alive for queries... |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Misha Brukman | Evaluate ModRef information in addition to regular... |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Misha Brukman | Implement getModRefInfo() for DSA to calculate whether... |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Misha Brukman | Add AnalysisUsage::addRequiredTransitive() to keep... |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | test instruction combiner opts for select instruction |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Teach vim about the select instruction. Allow it... |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Teach emacs about the select instruction |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Add support for checking the select instruction |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Know the opcode name of the select instruction |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Add support for select constant expressions. Use reser... |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Add new function |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Teach the constant folder how to do select instructions |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Print select instructions correctly |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Add constant folding wrapper support for select instruc... |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Add sccp support for select instructions |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Add trivial optimizations for select instructions |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | ADd support for select instructions |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Write select instructions to bytecode |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Read select instrs from bytecode |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Allow parsing select instruction and constant expr |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Add the visitSelectInst visitor method |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Add the SelectInst class |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Add the Instruction::Select enum |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Add support for select constant exprs |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | This is no longer an open project |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | Cleanup the cast section, add the select instruction |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Misha Brukman | Make code more readable. |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Misha Brukman | Fix indentation. |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Misha Brukman | Move implementations of functions here, which avoids... |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Misha Brukman | Move function implementations to a .cpp file, avoid... |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Misha Brukman | Forward-declare templates for fix compilation when... |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Misha Brukman | Doxygenified and cleand up comments. |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Misha Brukman | Miscellaneous additions are a separate section. |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Brian Gaeke | Make sure libcrtend.a gets installed when you make... |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Brian Gaeke | Get rid of the abort in PhyRegAlloc::finishSavingState(). |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Brian Gaeke | Give pass a name |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Misha Brukman | Fix compilation on Sparc: assert(0) => abort() |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Misha Brukman | SparcV8 removed until it grows up becomes a mature... |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Alkis Evlogimenos | Fix spelling. |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Brian Gaeke | In PhyRegAlloc::saveState(), dump Arguments' saved... |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Brian Gaeke | Remove ghostly directory from the build |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Alkis Evlogimenos | Embed a floating frame of the bugzilla query in the... |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Chris Lattner | Minor additions and cleanups |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Brian Gaeke | Move all the SaveState options and stuff inton one... |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Brian Gaeke | Only call verifySavedState if SaveRegAllocState is... |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Chris Lattner | Bugz fixed |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Chris Lattner | Fix PR284: [indvars] Induction variable analysis violat... |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Chris Lattner | New testcase for PR284: [indvars] Induction variable... |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Alkis Evlogimenos | Add link to bugzilla query of unassigned enhancements... |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Misha Brukman | We need a logo. |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Brian Gaeke | Add brainstorm for a random test vector generator |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Brian Gaeke | Recommend using install-bytecode target |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Brian Gaeke | My fix for PR274 broke the build on Darwin/PPC. As... |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Brian Gaeke | Add support for 'install-bytecode' target, used for... |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Brian Gaeke | Fix up a seriously outdated comment. |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Chris Lattner | New testcase for PR275 |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Chris Lattner | New testcase for PR276: llvm-g++ does not mangle method... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Chris Lattner | implement new method |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Chris Lattner | new method |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Alkis Evlogimenos | Spill explicit physical register defs as well. |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Brian Gaeke | Now that I read it again, this part in particular strik... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Alkis Evlogimenos | Check if printing of implicit uses is required for... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Brian Gaeke | b00g fixed |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Brian Gaeke | Address PR274 - '[JIT] Programs cannot resolve the... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Brian Gaeke | Hmm, who left this sitting around in my tree |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Alkis Evlogimenos | Differentiate between extended precision floats (80... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Alkis Evlogimenos | Use newly added API to emit bytes for instructions... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Alkis Evlogimenos | Add emitInstruction() API so that we can get the bytes... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Alkis Evlogimenos | Constify things a bit |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Chris Lattner | Checkin testcase for PR261 |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Chris Lattner | John fixed this bug |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Brian Gaeke | Change PhyRegAlloc::saveStateForValue()'s arg type... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Brian Gaeke | Save argument list alloc state by recording it as the... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Brian Gaeke | Make AllocInfo's Instruction an int, so that we can... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Misha Brukman | Fix some spelling and grammar. |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Update the profiling section |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Switch to using edge profiling information as the basic... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Switch over to using edge profile information as the... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Refactor implementations |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | We don't want to make this a pure interface, as it... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Rearrange some methods, implement the dominates method |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Import the trace class from the reoptimizer |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Default to using edge counts |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Annotate functions with edge counts as well, if they... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | If we have edge counts, we can produce block counts... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Adjust to new interface |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Add the ability to put an annotation at the end of... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Add initial support for reading edge counts. This... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Chris Lattner | Add support for representing edge counts |
commit | commitdiff | tree | snapshot |
next |