| Commit message (Expand) | Author | Age | Files | Lines |
* | when linking globals, make sure to preserve the address space of the global. | Chris Lattner | 2008-06-27 | 1 | -4/+8 |
* | Cruft left from patch revert...sorry. :-( | Bill Wendling | 2008-06-27 | 1 | -3/+6 |
* | Reverting broken patch r52803. | Bill Wendling | 2008-06-27 | 1 | -33/+20 |
* | Don't perform expensive queries checking for super and sub registers when we ... | Owen Anderson | 2008-06-27 | 1 | -1/+2 |
* | - Remove a use of std::vector. | Bill Wendling | 2008-06-27 | 1 | -12/+24 |
* | Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up | Bill Wendling | 2008-06-27 | 5 | -803/+633 |
* | duncan points out that isOperationLegal includes a check for | Chris Lattner | 2008-06-26 | 1 | -2/+2 |
* | Don't create a whole new string just to copy the elements into it. | Owen Anderson | 2008-06-26 | 1 | -5/+3 |
* | Make LLVM compile on DragonFly BSD (PR2499). | Matthijs Kooijman | 2008-06-26 | 2 | -2/+2 |
* | Cleanup for unitialized types. Patch by Jean-Daniel Dupas! | Bill Wendling | 2008-06-26 | 1 | -4/+4 |
* | "An improved Mach-O file type detection for sys::IdentifyFileType() | Chris Lattner | 2008-06-26 | 1 | -18/+32 |
* | Reserve the size we'll need in advance. | Owen Anderson | 2008-06-26 | 1 | -0/+1 |
* | Fixes the last x86-64 test failure in compat.exp: | Dale Johannesen | 2008-06-26 | 2 | -7/+9 |
* | Remove unused function. | Eric Christopher | 2008-06-26 | 1 | -82/+1 |
* | Move GetConstantStringInfo to lib/Analysis. Remove | Eric Christopher | 2008-06-26 | 7 | -55/+111 |
* | when we know the signbit of an input to uint_to_fp is zero, | Chris Lattner | 2008-06-26 | 1 | -3/+26 |
* | Remember which MachineOperand we were processing, so we don't have to scan th... | Owen Anderson | 2008-06-25 | 1 | -11/+15 |
* | Fix the text in an assert string. | Dan Gohman | 2008-06-25 | 1 | -1/+1 |
* | - Fix a x86 vector isel bug: illegal transformation of a vector_shuffle into a | Evan Cheng | 2008-06-25 | 3 | -15/+45 |
* | Add support for expanding PPC 128 bit floats. | Duncan Sands | 2008-06-25 | 4 | -9/+215 |
* | Implement JIT support for global aliases, patch by David Chisnall! | Chris Lattner | 2008-06-25 | 1 | -0/+2 |
* | Restore DeadArgElim back to 52570. It's breaking 447.dealII. | Evan Cheng | 2008-06-25 | 1 | -527/+374 |
* | Switch the PPC backend and target-independent JIT to use the libsystem | Chris Lattner | 2008-06-25 | 3 | -32/+5 |
* | fix compilation errors in my previous patch | Chris Lattner | 2008-06-25 | 1 | -4/+5 |
* | Add a new InvalidateInstructionCache method to sys::Memory. | Chris Lattner | 2008-06-25 | 1 | -6/+31 |
* | SimpleInstructionSelector is here no more. | Dan Gohman | 2008-06-25 | 1 | -1/+0 |
* | Add/complete support for integer and float | Duncan Sands | 2008-06-25 | 3 | -38/+282 |
* | Pacify gcc-4.3. | Duncan Sands | 2008-06-25 | 1 | -1/+1 |
* | Remove the OrigVT member from AtomicSDNode, as it is redundant with | Dan Gohman | 2008-06-25 | 5 | -29/+25 |
* | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 15 | -414/+500 |
* | Fix a (false) warning on darwin. | Matthijs Kooijman | 2008-06-25 | 1 | -1/+3 |
* | Fix some cosmetics in comments. | Matthijs Kooijman | 2008-06-25 | 1 | -6/+6 |
* | - Use O(1) check of basic block size limit. | Evan Cheng | 2008-06-25 | 1 | -4/+8 |
* | Fix PR2488, a case where we deleted stack restores too aggressively. | Chris Lattner | 2008-06-25 | 1 | -4/+9 |
* | Enable two-address remat by default. | Evan Cheng | 2008-06-25 | 2 | -36/+34 |
* | Use push_back rather than operator[], which is incorrect in this cases. Unfor... | Owen Anderson | 2008-06-25 | 1 | -1/+1 |
* | Append to the ActiveTimers std::vector before looking at the timer instead | Dan Gohman | 2008-06-24 | 1 | -1/+1 |
* | Add v2f32 (MMX) type to X86. Support is primitive: | Dale Johannesen | 2008-06-24 | 4 | -8/+29 |
* | In ConstantArray::getAsString(), we know the size of the resultant string in ... | Owen Anderson | 2008-06-24 | 1 | -1/+2 |
* | Use SmallVector instead of std::vector for a minor compile time improvement. | Owen Anderson | 2008-06-24 | 1 | -11/+11 |
* | Revert 52645, the loop unroller changes. It caused a regression in 252.eon. | Dan Gohman | 2008-06-24 | 1 | -120/+103 |
* | Fix a typo in a comment. | Dan Gohman | 2008-06-24 | 1 | -1/+1 |
* | Use const_cast instead of a C-style cast. | Dan Gohman | 2008-06-24 | 1 | -1/+1 |
* | Commit the new DeadArgElim pass again, this time with the gcc bootstrap failu... | Matthijs Kooijman | 2008-06-24 | 1 | -374/+525 |
* | Rename a few variables to be more consistent. | Matthijs Kooijman | 2008-06-24 | 1 | -3/+3 |
* | If it's determined safe, remat MOV32r0 (i.e. xor r, r) and others as it is in... | Evan Cheng | 2008-06-24 | 1 | -11/+53 |
* | Fix some signed vs. unsigned issues in array and vector handling. | Dan Gohman | 2008-06-24 | 1 | -10/+10 |
* | Add a note about a potential PIC optimization. | Dan Gohman | 2008-06-24 | 1 | -0/+7 |
* | Fixes for being compiled PIC on Linux. This isn't the most | Dan Gohman | 2008-06-24 | 1 | -3/+10 |
* | A brief survey of priority_queue usage in the tree turned this up | Dan Gohman | 2008-06-23 | 1 | -1/+1 |