| Commit message (Expand) | Author | Age | Files | Lines |
* | remove deprecated methods | Chris Lattner | 2005-05-16 | 2 | -26/+5 |
* | Remove the check for the ffsll function. Its no longer needed by the | Reid Spencer | 2005-05-15 | 1 | -3/+0 |
* | fix warning | Chris Lattner | 2005-05-15 | 1 | -1/+1 |
* | fix compiler warning | Chris Lattner | 2005-05-15 | 1 | -1/+1 |
* | Some cleanups for compilation with GCC 4.0.0 to remove warnings: | Reid Spencer | 2005-05-15 | 7 | -12/+15 |
* | Forgot to commit this earlier. Its part of the simplify-libcalls | Reid Spencer | 2005-05-14 | 1 | -0/+3 |
* | add a new map | Chris Lattner | 2005-05-14 | 1 | -0/+3 |
* | Add a way to construct an arbitrary node, cleanly. | Chris Lattner | 2005-05-14 | 1 | -2/+12 |
* | add accessors | Chris Lattner | 2005-05-14 | 1 | -0/+8 |
* | Pass the dag into LowerOperation | Chris Lattner | 2005-05-14 | 1 | -1/+1 |
* | Print the symbolic register name in a register allocator debug dump. | Chris Lattner | 2005-05-14 | 1 | -1/+7 |
* | Add an isTailCall flag to LowerCallTo | Chris Lattner | 2005-05-13 | 1 | -2/+2 |
* | add TAILCALL node | Chris Lattner | 2005-05-13 | 2 | -5/+7 |
* | add a new method | Chris Lattner | 2005-05-13 | 1 | -0/+1 |
* | allow a virtual register to be associated with live-in values. | Chris Lattner | 2005-05-13 | 1 | -7/+14 |
* | rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN. | Chris Lattner | 2005-05-12 | 1 | -6/+6 |
* | LowerCallTo now takes the cc to use | Chris Lattner | 2005-05-12 | 1 | -1/+2 |
* | Add a little hook | Chris Lattner | 2005-05-12 | 1 | -0/+14 |
* | new method | Chris Lattner | 2005-05-11 | 1 | -0/+4 |
* | Add READPORT, WRITEPORT, READIO, WRITEIO nodes, wrap long lines | Chris Lattner | 2005-05-09 | 2 | -6/+14 |
* | Silence VC++ warnings about unsafe mixing of ints and bools with the | operator. | Jeff Cohen | 2005-05-07 | 1 | -1/+1 |
* | Add support for explicit calling conventions | Chris Lattner | 2005-05-06 | 3 | -5/+36 |
* | New file | Chris Lattner | 2005-05-06 | 1 | -0/+54 |
* | add a default arg | Chris Lattner | 2005-05-06 | 1 | -1/+1 |
* | Add a 'tail' marker for call instructions, patch contributed by | Chris Lattner | 2005-05-06 | 1 | -1/+5 |
* | Remove vim settings from source code; people should use llvm/utils/vim/vimrc | Misha Brukman | 2005-05-05 | 7 | -7/+0 |
* | Convert tabs to spaces | Misha Brukman | 2005-05-05 | 1 | -12/+12 |
* | Implement count leading zeros (ctlz), count trailing zeros (cttz), and count | Andrew Lenharth | 2005-05-03 | 3 | -5/+18 |
* | add direct support for making GEP instrs with one index | Chris Lattner | 2005-05-03 | 1 | -2/+8 |
* | Add accessor method, | Tanya Lattner | 2005-05-01 | 1 | -0/+1 |
* | Adding ModuloSched SB. | Tanya Lattner | 2005-05-01 | 1 | -0/+3 |
* | Expose an option allowing unsafe math optimizations. Patch contributed by | Chris Lattner | 2005-04-30 | 1 | -0/+6 |
* | Add llvm.sqrt intrinsic, patch contributed by Morten Ofstad | Chris Lattner | 2005-04-30 | 1 | -0/+1 |
* | Add FSQRT, FSIN, FCOS nodes, patch contributed by Morten Ofstad | Chris Lattner | 2005-04-28 | 1 | -3/+3 |
* | Implement Value* tracking for loads and stores in the selection DAG. This en... | Andrew Lenharth | 2005-04-27 | 2 | -5/+51 |
* | Add SimplyLibCalls.cpp to VC++ build | Jeff Cohen | 2005-04-26 | 1 | -0/+1 |
* | Shut GCC 4.0 up about classes that have virtual functions but a non-virtual | Reid Spencer | 2005-04-25 | 1 | -0/+2 |
* | Declare a function to create the SimplifyLibCalls pass. | Reid Spencer | 2005-04-25 | 1 | -0/+4 |
* | Older compilers won't like the inline virtual destructor in the header file | Reid Spencer | 2005-04-25 | 1 | -1/+1 |
* | Fix a thinko in the documentation of the splitBasicBlock method. The branch | Reid Spencer | 2005-04-25 | 1 | -3/+3 |
* | Shut GCC 4.0 up when it complains about classes with virtual functions that | Reid Spencer | 2005-04-24 | 1 | -0/+1 |
* | allow these to take a generic Value* | Chris Lattner | 2005-04-24 | 1 | -4/+4 |
* | * The aesthetic police is on patrol!!... | Misha Brukman | 2005-04-23 | 1 | -15/+20 |
* | Add a helper method | Chris Lattner | 2005-04-23 | 1 | -0/+1 |
* | This file is never referenced | Chris Lattner | 2005-04-23 | 1 | -65/+0 |
* | add a method, remove a dead #include | Chris Lattner | 2005-04-23 | 1 | -2/+1 |
* | Add method to return the type this type will be promoted to if it is | Alkis Evlogimenos | 2005-04-23 | 1 | -0/+14 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 9 | -143/+140 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 1 | -5/+5 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 7 | -30/+30 |