| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 4 | -9/+9 |
* | Change some old-style casts to C++ style casts to avoid warnings in XPS | Reid Spencer | 2005-04-22 | 1 | -4/+4 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 20 | -142/+142 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 40 | -376/+376 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 36 | -353/+353 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 76 | -609/+609 |
* | Add two new methods for getting the User Id and Group Id values for the | Reid Spencer | 2005-04-21 | 1 | -0/+10 |
* | Add doxygen comments, patch contributed by Evan Jones. | Chris Lattner | 2005-04-21 | 1 | -6/+6 |
* | add support for taking the address of free. | Chris Lattner | 2005-04-21 | 1 | -4/+8 |
* | Improve doxygen documentation, patch contributed by Evan Jones! | Chris Lattner | 2005-04-21 | 1 | -31/+31 |
* | Make pattern isel default for ppc | Nate Begeman | 2005-04-15 | 1 | -0/+7 |
* | new pass | Chris Lattner | 2005-04-15 | 1 | -0/+1 |
* | add a new prototype | Chris Lattner | 2005-04-15 | 1 | -0/+7 |
* | Add a new helper method which returns the and that is equivalent to what | Chris Lattner | 2005-04-13 | 1 | -0/+4 |
* | Remove the ZERO_EXTEND_INREG node which is redundant with AND | Chris Lattner | 2005-04-13 | 1 | -7/+5 |
* | add an argument. | Chris Lattner | 2005-04-12 | 1 | -1/+1 |
* | rename addU64Imm() to addImm64() | Duraid Madina | 2005-04-11 | 1 | -2/+2 |
* | Eliminate major source of VC++ "possible loss of data" warnings. | Jeff Cohen | 2005-04-11 | 1 | -2/+2 |
* | * store immediate values as int64_t, not int. come on, we should be happy | Duraid Madina | 2005-04-10 | 2 | -3/+22 |
* | add routines to track the livein/out set for a function | Chris Lattner | 2005-04-09 | 1 | -0/+21 |
* | Add a new node | Chris Lattner | 2005-04-09 | 1 | -0/+7 |