2005-01-18 |
Chris Lattner | Code to handle FP_EXTEND is dead now. X86 doesn't... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Chris Lattner | Remove more dead code. |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Chris Lattner | The selection dag code handles the promotions from... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Chris Lattner | Fix some fixmes (promoting bools for select and brcond... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Chris Lattner | Keep track of the retval type as well. |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Chris Lattner | Keep track of the returned value type as well. |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Chris Lattner | Teach legalize to promote copy(from|to)reg, instead... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Chris Lattner | Fix 124.m88ksim. |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Jeff Cohen | Add project llvm-ld to Visual Studio |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Jeff Cohen | Add project llvm-nm to Visual Studio |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Jeff Cohen | Add project llvm-ld to Visual Studio |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Jeff Cohen | Add llvm-bcanalyzer project to Visual Studio |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Chris Lattner | Do not emit loads multiple times, potentially in the... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Tanya Lattner | Minor changes. |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Chris Lattner | Eliminate bad assertions. |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Chris Lattner | * Eliminate the TokenSet and just use the ExprMap for... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Chris Lattner | Teach legalize to promote SetCC results. |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Chris Lattner | Allow setcc operations to have nonbool types. |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Chris Lattner | Allow setcc operations to have non-bool types. |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Chris Lattner | Rely on the code in MatchAddress to do this work. ... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Chris Lattner | Fix the completely broken FP constant folds for setcc's. |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Chris Lattner | Fix a problem where probing for addressing modes caused... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Fix indentation. |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | This is a carefully contrived testcase where the X86... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Don't bother using max here. |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Do not give token factor nodes outrageous weights |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Non-volatile loads can be freely reordered against... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Two changes: |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Don't call SelectionDAG.getRoot() directly, go through... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Refactor load/op/store folding into it's own method... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Implement a target independent optimization to codegen... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Fix a major regression last night that prevented us... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Refactor code into a new method. |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Make methods private, add a method. |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Codegen this: |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Tanya Lattner | Added tmp instructions to preserve ssa. |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Fix test/Regression/CodeGen/X86/2005-01-17-CycleInDAG... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | New testcase for a problem that occurred in 132.ijpeg |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Delete PHI nodes that are not dead but are locked in... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Move code out of indentation one level to make it easie... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Add methods |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Do not fold a load into a comparison that is used by... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Reid Spencer | sysconfdir -> PROJ_etcdir |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Do not codegen 'xor bool, true' as 'not reg'. not... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Fix typos noticed by Gabor Greif, thanks Gabor! |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Chris Lattner | Set up the shift and setcc types. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Shift and setcc types default to the pointer type. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Add comments |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Implement legalize of call nodes. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Alkis Evlogimenos | Fix llvm-java project autconfiguration. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Tanya Lattner | Added paramters to a few functions in order to allow... |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | * Adjust to changes in TargetLowering interfaces. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Revamp supported ops. Instead of just being supported... |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | add method stub |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Don't mash stuff together. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Use enums, move virtual dtor out of line. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Revamp supported ops. Instead of just being supported... |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Reid Spencer | * Revise the projects section and make reference to... |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Reid Spencer | Don't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR... |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Implement some more missing promotions. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Fix bugpoint |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | cycles_t -> CycleCount_t |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Jeff Cohen | Add some .cvsignores to the win32 hierarchy to account... |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Reid Spencer | Provide support for HP/UX aCC compiler's variant of... |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Reid Spencer | Fix locations of libraries and executables to match... |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Reid Spencer | BUILD_* to PROJ_* |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Clarify assertion. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Add assertions. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Add support for promoted registers being live across... |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Reid Spencer | Update per new Makefile requirements for projects |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Reid Spencer | Rename BUILD_* to PROJ_* |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Reid Spencer | Update documentation on how to set up a project |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Reid Spencer | Several changes: |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Reid Spencer | Several changes: |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Reid Spencer | Make this file capable of being used by both LLVM and... |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Tanya Lattner | Fixed a couple of instructions that broke SSA. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Improve compatiblity with HPUX on Itanium, patch by... |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Improve compatibility with aCC on HPUX. Patch by Durai... |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Set up identity transforms. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Move some information into the TargetLowering object. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Use the new TLI method to get this. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Move some information out of LegalizeDAG into the gener... |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | legalize a bunch of operations that I missed. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Add support for targets that require promotions. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Fix some serious bugs in promotion. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Chris Lattner | Eliminate unneeded extensions. |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Chris Lattner | Implement promotion of a whole bunch more operators... |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Chris Lattner | Print extra type for nodes with extra type info. |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Jeff Cohen | Add new file to Visual Studio CodeGen project |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Chris Lattner | Add support for legalizing FP_ROUND_INREG, SIGN_EXTEND_... |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Chris Lattner | Common code factored out. |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Chris Lattner | implement these methods. |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Chris Lattner | Add some helper methods. |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Chris Lattner | Add support for promoting ADD/MUL. |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Chris Lattner | Add new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_RO... |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Chris Lattner | Add a new target-independent code generator flag. |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Chris Lattner | Add support for truncstore and *extload. |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Chris Lattner | Add intitial support for promoting some operators. |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Chris Lattner | Improve output precision. |
commit | commitdiff | tree | snapshot |
2005-01-14 |
Reid Spencer | We don't distribute the operating system specific direc... |
commit | commitdiff | tree | snapshot |
next |