| Commit message (Expand) | Author | Age | Files | Lines |
* | Support hook invocation from 'append_cmd'. | Mikhail Glushenkov | 2009-12-15 | 3 | -37/+114 |
* | Fix an encoding bug. | Evan Cheng | 2009-12-15 | 1 | -1/+1 |
* | add an ALWAYS_INLINE macro, which does the obvious thing. | Chris Lattner | 2009-12-15 | 1 | -0/+10 |
* | For fastcc on x86, let ECX be used as a return register after EAX and EDX | Kenneth Uildriks | 2009-12-15 | 2 | -1/+23 |
* | Names from dependent base classes are not found by unqualified lookup. | John McCall | 2009-12-15 | 1 | -1/+1 |
* | Disable 91381 for now. It's miscompiling ARMISelDAG2DAG.cpp. | Evan Cheng | 2009-12-15 | 2 | -1/+4 |
* | Validate the generated C++ code in llvmc tests. | Mikhail Glushenkov | 2009-12-15 | 19 | -32/+49 |
* | Pipe 'grep' output to 'count'. | Mikhail Glushenkov | 2009-12-15 | 1 | -2/+2 |
* | Allow $CALL(Hook, '$INFILE') for non-join tools. | Mikhail Glushenkov | 2009-12-15 | 2 | -37/+87 |
* | Small documentation update. | Mikhail Glushenkov | 2009-12-15 | 1 | -4/+5 |
* | Make 91378 more conservative. | Evan Cheng | 2009-12-15 | 2 | -14/+11 |
* | You can't use typedefs to declare template member specializations, and | John McCall | 2009-12-15 | 1 | -35/+49 |
* | Initial work on disabling the scheduler. This is a work in progress, and this | Bill Wendling | 2009-12-15 | 4 | -29/+205 |
* | Tail duplication should zap a copy it inserted for SSA update if the copy is ... | Evan Cheng | 2009-12-15 | 1 | -13/+37 |
* | Use sbb x, x to materialize carry bit in a GPR. The result is all one's or al... | Evan Cheng | 2009-12-15 | 5 | -3/+119 |
* | Fold (zext (and x, cst)) -> (and (zext x), cst). | Evan Cheng | 2009-12-15 | 2 | -4/+17 |
* | NNT: Make sure stderr for build commands goes to log file, as intended but mi... | Daniel Dunbar | 2009-12-15 | 1 | -4/+4 |
* | Propagate zest through logical shift. | Evan Cheng | 2009-12-15 | 3 | -0/+61 |
* | Formatting. | Eric Christopher | 2009-12-15 | 1 | -1/+1 |
* | Revert these. They may have been causing 483_xalancbmk to fail: | Bill Wendling | 2009-12-15 | 3 | -57/+26 |
* | nand atomic requires opposite operand ordering | Jim Grosbach | 2009-12-15 | 1 | -3/+9 |
* | Fix integer cast code to handle vector types. | Dan Gohman | 2009-12-14 | 4 | -22/+69 |
* | Move Flag and isVoid after the vector types, since bit arithmetic with | Dan Gohman | 2009-12-14 | 2 | -47/+49 |
* | Fix these asserts to check the invariant that the code actually | Dan Gohman | 2009-12-14 | 1 | -2/+2 |
* | Update this comment. | Dan Gohman | 2009-12-14 | 1 | -1/+1 |
* | Fix this to properly clear the FastISel debug location. Thanks to | Dan Gohman | 2009-12-14 | 1 | -1/+1 |
* | Rearrange rules to add missing dependency and allow parallel makes. | Bob Wilson | 2009-12-14 | 1 | -8/+6 |
* | Add encoding bits "let Inst{11-4} = 0b00000000;" to BR_JTr to disambiguate | Johnny Chen | 2009-12-14 | 1 | -0/+1 |
* | The CIE says that the LSDA point in the FDE section is an "sdata4". That's fine, | Bill Wendling | 2009-12-14 | 1 | -7/+6 |
* | v6 sync insn copy/paste error | Jim Grosbach | 2009-12-14 | 1 | -1/+1 |
* | Add ARMv6 memory and sync barrier instructions | Jim Grosbach | 2009-12-14 | 3 | -14/+45 |
* | Fixed encoding bits typo of ldrexd/strexd. | Johnny Chen | 2009-12-14 | 1 | -2/+2 |
* | Thumb2 atomic operations | Jim Grosbach | 2009-12-14 | 1 | -44/+83 |
* | Move several function bodies which are rarely inlined out of line. | Dan Gohman | 2009-12-14 | 2 | -25/+82 |
* | fix an obvious bug found by clang++ and collapse a redundant if. | Chris Lattner | 2009-12-14 | 1 | -7/+6 |
* | Micro-optimize these functions in the case where they are not inlined. | Dan Gohman | 2009-12-14 | 2 | -10/+5 |
* | correct selection requirements for thumb2 vs. arm versions of the barrier int... | Jim Grosbach | 2009-12-14 | 2 | -4/+6 |
* | Add radar fixed in comment. | Eric Christopher | 2009-12-14 | 1 | -5/+6 |
* | add Thumb2 atomic and memory barrier instruction definitions | Jim Grosbach | 2009-12-14 | 1 | -0/+60 |
* | whitespace | Jim Grosbach | 2009-12-14 | 1 | -1/+0 |
* | ARM memory barrier instructions are not predicable | Jim Grosbach | 2009-12-14 | 2 | -3/+20 |
* | NNT: Use [e]grep -a when scanning logs, its possibly they will have non-text | Daniel Dunbar | 2009-12-14 | 1 | -5/+5 |
* | NNT: Always create the -sentdata.txt file. | Daniel Dunbar | 2009-12-14 | 1 | -4/+11 |
* | Clear the Processed set when it is no longer used, and clear the | Dan Gohman | 2009-12-14 | 1 | -1/+2 |
* | Fix a thinko; isNotAlreadyContainedIn had a built-in negative, so the | Dan Gohman | 2009-12-14 | 2 | -2/+2 |
* | Remove unnecessary #includes. | Dan Gohman | 2009-12-14 | 1 | -2/+0 |
* | Make the IVUses member private. | Dan Gohman | 2009-12-14 | 1 | -1/+1 |
* | Instead of having a ScalarEvolution pointer member in BasedUser, just pass | Dan Gohman | 2009-12-14 | 1 | -12/+13 |
* | Don't bother cleaning up if there's nothing to clean up. | Dan Gohman | 2009-12-14 | 1 | -6/+6 |
* | Delete an unused variable. | Dan Gohman | 2009-12-14 | 1 | -10/+1 |