| Commit message (Expand) | Author | Age | Files | Lines |
* | Added routine to clone the body of a function and maintain a map of already | Sanjiv Gupta | 2010-02-17 | 2 | -0/+45 |
* | Added a function to clone locals of a function.( which for pic16 are globals | Sanjiv Gupta | 2010-02-17 | 2 | -1/+47 |
* | Removed header files from .h by adding forward decls. | Sanjiv Gupta | 2010-02-17 | 2 | -22/+27 |
* | Added BFI for disassembly only. | Johnny Chen | 2010-02-17 | 1 | -0/+11 |
* | rename and document some arguments so I don't have to keep | Chris Lattner | 2010-02-17 | 1 | -11/+18 |
* | Use pointer-wide encoding for LSDA and FDE on Darwin. | Anton Korobeynikov | 2010-02-17 | 1 | -4/+4 |
* | daniel remembered why this was needed. | Chris Lattner | 2010-02-17 | 1 | -1/+4 |
* | add a comment explaining why darwin/i386 uses ## as a comment. | Chris Lattner | 2010-02-17 | 1 | -0/+2 |
* | Initial implementation of PIC16 Cloner pass. | Sanjiv Gupta | 2010-02-17 | 2 | -0/+254 |
* | Make the operand and format specifier match, and print all | Dan Gohman | 2010-02-17 | 1 | -1/+1 |
* | Wrap lines to 80 columns and generally try to clean up whitespace and | Bob Wilson | 2010-02-17 | 1 | -312/+216 |
* | Make error statement more personal. | Bill Wendling | 2010-02-16 | 1 | -1/+1 |
* | fix rdar://7653908, a crash on a case where we would fold a load | Chris Lattner | 2010-02-16 | 1 | -9/+10 |
* | Handle tGPR register class in a few more places. This fixes some llvm-gcc | Bob Wilson | 2010-02-16 | 1 | -0/+10 |
* | Add SMC (Secure Monitor Call) system instruction for disassembly only. | Johnny Chen | 2010-02-16 | 1 | -2/+9 |
* | Really reserve R2 on PPC Darwin. PR 6314. | Dale Johannesen | 2010-02-16 | 1 | -8/+4 |
* | 80 column cleanup | Jim Grosbach | 2010-02-16 | 3 | -21/+24 |
* | Look for SSE and instructions of this form: (and x, (build_vector c1,c2,c3,c4)). | Evan Cheng | 2010-02-16 | 1 | -1/+50 |
* | Remove trailing whitespace | Jim Grosbach | 2010-02-16 | 3 | -46/+46 |
* | Add support for emitting non-temporal stores for DAGs marked | David Greene | 2010-02-16 | 1 | -8/+70 |
* | Update Thumb2 to not use CarryDefIsUnused or CarryDefIsUsed predicates, but | Jim Grosbach | 2010-02-16 | 2 | -21/+25 |
* | Remove redundant setting of Defs. CPSR is already marked by the block level s... | Jim Grosbach | 2010-02-16 | 1 | -3/+0 |
* | First step in eliminating the CarryDefIsUnused and CarryDefIsUsed predicates. | Jim Grosbach | 2010-02-16 | 1 | -18/+33 |
* | Added for disassembly the following instructions: | Johnny Chen | 2010-02-16 | 1 | -3/+128 |
* | Fix pr6111: Avoid using the LR register for the target address of an indirect | Bob Wilson | 2010-02-16 | 2 | -4/+13 |
* | Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some | Duncan Sands | 2010-02-16 | 2 | -4/+4 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 3 | -33/+33 |
* | Minor warning fixes (semicolons, newline at EOF). | Benjamin Kramer | 2010-02-16 | 2 | -3/+3 |
* | mark all the generated node predicates 'const'. | Chris Lattner | 2010-02-16 | 1 | -1/+1 |
* | make pcrel immediate values relative to the start of the field, | Chris Lattner | 2010-02-16 | 1 | -3/+13 |
* | The code section for an ISR has a specific address. | Sanjiv Gupta | 2010-02-16 | 4 | -4/+23 |
* | Drop support for the InReg attribute on the ppc backend. This was used by | Rafael Espindola | 2010-02-16 | 1 | -16/+1 |
* | Put repeated empty pattern into the AQI instruction class. | Bob Wilson | 2010-02-15 | 1 | -49/+19 |
* | Fix a silly darwin-only typo introduced during merge. | Anton Korobeynikov | 2010-02-15 | 1 | -7/+6 |
* | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 2010-02-15 | 15 | -857/+15 |
* | Add suffix for stubs, so we won't have name clashes with private symbols. | Anton Korobeynikov | 2010-02-15 | 1 | -0/+1 |
* | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 2010-02-15 | 9 | -153/+302 |
* | revert r96241. It breaks two regression tests, isn't documented, | Chris Lattner | 2010-02-15 | 1 | -70/+8 |
* | Split SelectionDAGISel::IsLegalAndProfitableToFold to | Evan Cheng | 2010-02-15 | 5 | -22/+37 |
* | Add support for emitting non-temporal stores for DAGs marked | David Greene | 2010-02-15 | 1 | -8/+70 |
* | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -2/+3 |
* | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -3/+5 |
* | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -18/+31 |
* | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -41/+79 |
* | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -2/+2 |
* | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -5/+7 |
* | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -8/+15 |
* | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 2 | -9/+14 |
* | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -2/+3 |
* | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -28/+49 |