| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Switch the PPC backend and target-independent JIT to use the libsystem | Chris Lattner | 2008-06-25 | 4 | -37/+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 | 2 | -32/+60 |
* | jump threading can introduce allocas, make sure we promote | Chris Lattner | 2008-06-25 | 1 | -0/+2 |
* | run mem2reg after the second jump threading pass in llvm-ld. | Chris Lattner | 2008-06-25 | 1 | -1/+2 |
* | remove a bunch of dead options that never did anything. | Chris Lattner | 2008-06-25 | 1 | -28/+0 |
* | remove some dead options. | Chris Lattner | 2008-06-25 | 1 | -29/+0 |
* | 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 | 7 | -38/+31 |
* | simplify shell syntax to work better on solaris, patch by | Chris Lattner | 2008-06-25 | 1 | -1/+1 |
* | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 26 | -507/+911 |
* | 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 | 2 | -4/+48 |
* | Enable two-address remat by default. | Evan Cheng | 2008-06-25 | 4 | -37/+102 |
* | Use push_back rather than operator[], which is incorrect in this cases. Unfor... | Owen Anderson | 2008-06-25 | 1 | -1/+1 |
* | Use present tense when talking about User layout. It is implemented now. | Gabor Greif | 2008-06-25 | 1 | -10/+10 |
* | Append to the ActiveTimers std::vector before looking at the timer instead | Dan Gohman | 2008-06-24 | 1 | -1/+1 |
* | v2f32 is now a valid (MMX) type which breaks this | Dale Johannesen | 2008-06-24 | 1 | -3/+3 |
* | 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 | 3 | -192/+103 |
* | Fix a typo in a comment. | Dan Gohman | 2008-06-24 | 1 | -1/+1 |
* | Make Allocate<T>() return a T* instead of a void*. And use | Dan Gohman | 2008-06-24 | 1 | -4/+7 |
* | Regenerate configure. | Tanya Lattner | 2008-06-24 | 1 | -24/+26 |
* | Use const_cast instead of a C-style cast. | Dan Gohman | 2008-06-24 | 1 | -1/+1 |
* | Correct a comment. | Dan Gohman | 2008-06-24 | 1 | -1/+1 |
* | Add support for building on solaris, working around namespace | Chris Lattner | 2008-06-24 | 3 | -1/+45 |
* | Pass std::string by reference. Thanks Chris! | 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 | 4 | -375/+614 |
* | Allow the test suite to be checked out into projects/test-suite. | Matthijs Kooijman | 2008-06-24 | 3 | -1/+9 |
* | Update testing documentation with more consistent terminology. | Matthijs Kooijman | 2008-06-24 | 1 | -74/+73 |
* | Rename a few variables to be more consistent. | Matthijs Kooijman | 2008-06-24 | 2 | -4/+4 |
* | If it's determined safe, remat MOV32r0 (i.e. xor r, r) and others as it is in... | Evan Cheng | 2008-06-24 | 2 | -11/+98 |
* | 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 |
* | Remove an incorrect comment. | Owen Anderson | 2008-06-24 | 1 | -2/+0 |
* | Use InstrSlots::NUM rather than pre-dividing by four. Also, mark this const. | Owen Anderson | 2008-06-24 | 1 | -2/+2 |
* | Comment fixes, and make Schedule() pure virtual. | Dan Gohman | 2008-06-24 | 1 | -4/+6 |
* | A brief survey of priority_queue usage in the tree turned this up | Dan Gohman | 2008-06-23 | 1 | -1/+1 |
* | Add a clear() method to PriorityQueue. | Dan Gohman | 2008-06-23 | 1 | -0/+6 |
* | This situation can occur: | Bill Wendling | 2008-06-23 | 2 | -2/+42 |
* | Use the new PriorityQueue in ScheduleDAGList too, which also | Dan Gohman | 2008-06-23 | 1 | -19/+3 |
* | Add getScaledIntervalSize, which gives a measure of the size of an interval t... | Owen Anderson | 2008-06-23 | 1 | -0/+9 |
* | Use use_empty() instead of getNumUses(), avoiding a use list traversal. | Dan Gohman | 2008-06-23 | 1 | -1/+1 |