| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | MCOperand is pod-like. | Benjamin Kramer | 2011-10-17 | 1 | -0/+1 |
* | Tidy up organization. | Jim Grosbach | 2011-10-17 | 1 | -8/+4 |
* | Fix handling of the From parameter in StringRef::find. | Benjamin Kramer | 2011-10-17 | 1 | -2/+5 |
* | Add a call to EmitSjLjDispatchBlock. | Bill Wendling | 2011-10-17 | 1 | -0/+8 |
* | Remove mention of llvm-gcc and add mention of dragonegg. | Bill Wendling | 2011-10-17 | 1 | -109/+64 |
* | Add CHECKs and document PR11158. | Nadav Rotem | 2011-10-17 | 1 | -1/+6 |
* | Fix improperly formed assert() call. | Jim Grosbach | 2011-10-17 | 1 | -1/+1 |
* | Object: Fix redundant name. | Michael J. Spencer | 2011-10-17 | 6 | -11/+11 |
* | Constraint register class with constrainRegClass() to CSE a virtual into anot... | Evan Cheng | 2011-10-17 | 1 | -3/+26 |
* | stabalize tests by specifying the exact sse level | Nadav Rotem | 2011-10-17 | 2 | -3/+3 |
* | Add definitions of conditional moves with 64-bit operands. Comment out code for | Akira Hatanaka | 2011-10-17 | 3 | -75/+130 |
* | Revert change to function alignment b/c existing logic was fine | Hal Finkel | 2011-10-17 | 1 | -10/+3 |
* | Removed set, but unused variables. | Chad Rosier | 2011-10-17 | 2 | -12/+0 |
* | Suppress partial retain+release elimination when there's a | Dan Gohman | 2011-10-17 | 2 | -2/+55 |
* | Correct over-zealous removal of hack. | Bill Wendling | 2011-10-17 | 6 | -4/+22 |
* | Move class and instruction definitions for conditional moves to a seperate file. | Akira Hatanaka | 2011-10-17 | 4 | -106/+112 |
* | Revert change made in r142205. | Akira Hatanaka | 2011-10-17 | 1 | -2/+2 |
* | Redefine count-leading 0s and 1s instructions. | Akira Hatanaka | 2011-10-17 | 2 | -20/+17 |
* | Temporarily XFAIL waiting for a fix. | Bill Wendling | 2011-10-17 | 1 | -1/+2 |
* | Redefine mfhi/lo and mthi/lo instructions. | Akira Hatanaka | 2011-10-17 | 2 | -35/+16 |
* | Add comments to TargetLowering.h indicating that the set*Alignment functions ... | Hal Finkel | 2011-10-17 | 1 | -3/+5 |
* | Now that we have the ReturnsTwice function attribute, this method is | Bill Wendling | 2011-10-17 | 5 | -52/+7 |
* | Redefine multiply and divide instructions. | Akira Hatanaka | 2011-10-17 | 2 | -25/+26 |
* | Add definition of a base class for logical shift/rotate instructions with two | Akira Hatanaka | 2011-10-17 | 2 | -20/+12 |
* | Remove >80-col line and unicode | Hal Finkel | 2011-10-17 | 1 | -2/+2 |
* | Add definition of a base class for logical shift/rotate immediate instructions | Akira Hatanaka | 2011-10-17 | 2 | -27/+33 |
* | Removed set, but unused variable. | Chad Rosier | 2011-10-17 | 1 | -1/+0 |
* | Add definition of immZExt5_64 and redefine immZExt5 as an ImmLeaf. | Akira Hatanaka | 2011-10-17 | 3 | -9/+11 |
* | Fix CMake build. | Michael J. Spencer | 2011-10-17 | 2 | -1/+1 |
* | It is safe to speculate load from GOT. This fixes performance regression caus... | Devang Patel | 2011-10-17 | 1 | -1/+17 |
* | Admonish that MI is not IR and virtual registers have constraints. | Jakob Stoklund Olesen | 2011-10-17 | 1 | -0/+8 |
* | svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cpp | Devang Patel | 2011-10-17 | 4 | -14/+25 |
* | llvm-objdump: Add -s, which prints the contents of each section. | Michael J. Spencer | 2011-10-17 | 2 | -9/+54 |
* | llvm-objdump: Add tests. | Michael J. Spencer | 2011-10-17 | 3 | -0/+67 |
* | Instructions for Book E PPC should be word aligned, set function alignment to... | Hal Finkel | 2011-10-17 | 1 | -3/+10 |
* | Fix unused variable warning in the rare circumstance that we have no feature-... | Owen Anderson | 2011-10-17 | 1 | -1/+4 |
* | Pick low-hanging MatchEntry shrinkage fruit. | Benjamin Kramer | 2011-10-17 | 1 | -4/+17 |
* | use FileCheck and not grep in new tests | Hal Finkel | 2011-10-17 | 2 | -5/+10 |
* | Don't download and compile compiler-rt, libcxx, and libcxxabi by default. | Bill Wendling | 2011-10-17 | 1 | -2/+2 |
* | Clean the triple, add check lines. | Nadav Rotem | 2011-10-17 | 1 | -5/+8 |
* | Previously v2i32 vectors were legalized to v4i32. Now, they are legalized to | Nadav Rotem | 2011-10-17 | 2 | -43/+0 |
* | Don't use inline assembly in 64-bit Visual Studio. Unfortunately, this means ... | Craig Topper | 2011-10-17 | 2 | -24/+19 |
* | Add comment explaining that the order of processing doesn't matter here. | Bill Wendling | 2011-10-17 | 1 | -0/+1 |
* | Update to disable asserts. Build a phase 3 compiler, and compare phase 2 file... | Bill Wendling | 2011-10-17 | 1 | -2/+40 |
* | Test case for CanLowerReturn fix (r141981) | Hal Finkel | 2011-10-17 | 1 | -0/+19 |
* | Add PPC 440 scheduler and some associated tests (new files) | Hal Finkel | 2011-10-17 | 3 | -0/+623 |
* | Add PPC 440 scheduler and some associated tests | Hal Finkel | 2011-10-17 | 9 | -2/+53 |
* | Add a routine to swap branch instruction operands, and update any | Chandler Carruth | 2011-10-17 | 4 | -9/+59 |
* | Overhaul the 'test-release' script. | Bill Wendling | 2011-10-16 | 1 | -158/+96 |
* | Delete a dead member. Dunno if this was ever used, but the current code | Chandler Carruth | 2011-10-16 | 1 | -6/+3 |