| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Path use StringRef instead of std::string where possible. | Jeffrey Yasskin | 2009-12-17 | 5 | -67/+69 |
* | Temporarily revert 91337. It's causing testcase failures. | Bill Wendling | 2009-12-17 | 1 | -6/+7 |
* | Fix Windows build breakage... | Steve Naroff | 2009-12-17 | 1 | -4/+4 |
* | Introduce EVT::getHalfSizedIntegerVT() for use in ExpandUnalignedStore() in | Ken Dyck | 2009-12-17 | 2 | -7/+22 |
* | finish cleaning up StructLayoutMap. | Chris Lattner | 2009-12-17 | 1 | -21/+17 |
* | This fixes a memory leak in OpaqueType found by Google's internal heapchecker. | Jeffrey Yasskin | 2009-12-17 | 4 | -3/+60 |
* | Fix unused variable warning. | Eric Christopher | 2009-12-17 | 1 | -1/+1 |
* | Re-revert 91459. It's breaking the x86_64 darwin bootstrap. | Bob Wilson | 2009-12-17 | 2 | -513/+404 |
* | Remove debugging code. | Evan Cheng | 2009-12-17 | 1 | -24/+0 |
* | Add more detail for getting started on Windows. | Jim Grosbach | 2009-12-17 | 1 | -23/+54 |
* | In LowerEXTRACT_VECTOR_ELT, force an i32 value type for PEXTWR instead of | Ken Dyck | 2009-12-17 | 1 | -1/+1 |
* | Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int... | Evan Cheng | 2009-12-17 | 6 | -42/+112 |
* | Regenerate. | Mikhail Glushenkov | 2009-12-17 | 1 | -19/+26 |
* | Add a 'set_option' action for use in OptionPreprocessor. | Mikhail Glushenkov | 2009-12-17 | 5 | -40/+109 |
* | Refactoring, no functionality change. | Mikhail Glushenkov | 2009-12-17 | 1 | -120/+149 |
* | s/TokenizeCmdline/TokenizeCmdLine/ | Mikhail Glushenkov | 2009-12-17 | 1 | -14/+13 |
* | Update CMake build to include HexDisassembler.cpp. | Chandler Carruth | 2009-12-17 | 1 | -0/+1 |
* | Aggressively flip compare constant expressions where appropriate; constant | Eli Friedman | 2009-12-17 | 2 | -3/+13 |
* | Fix a comment grammaro. | Bob Wilson | 2009-12-17 | 1 | -2/+2 |
* | BIT_CONVERT nodes are used for vector types, too. | Bob Wilson | 2009-12-17 | 1 | -6/+7 |
* | Test harness for the LLVM disassembler. When invoked | Sean Callanan | 2009-12-17 | 3 | -2/+227 |
* | Revert this dag combine change: | Evan Cheng | 2009-12-17 | 2 | -17/+4 |
* | Renamed "tCMNZ" to "tCMNz" to be consistent with other similar namings. | Johnny Chen | 2009-12-16 | 1 | -1/+1 |
* | Silence a clang warning about the deprecated (but perfectly reasonable in | John McCall | 2009-12-16 | 1 | -2/+2 |
* | Reapply r91392, it was only unmasking the bug, and since TOT is still broken ... | Daniel Dunbar | 2009-12-16 | 4 | -29/+205 |
* | Reapply r91459, it was only unmasking the bug, and since TOT is still broken ... | Daniel Dunbar | 2009-12-16 | 2 | -404/+513 |
* | Mark STREX* as earlyclobber for the success result register. | Jim Grosbach | 2009-12-16 | 2 | -2/+2 |
* | Add @earlyclobber TableGen constraint | Jim Grosbach | 2009-12-16 | 3 | -9/+48 |
* | Remove superfluous 'extern' variable that was causing a warning with clang. | Bill Wendling | 2009-12-16 | 1 | -1/+1 |
* | Reuse lowered phi nodes. | Jakob Stoklund Olesen | 2009-12-16 | 3 | -43/+124 |
* | Fix one more missing this-> to placate that picky clang++. | Daniel Dunbar | 2009-12-16 | 1 | -1/+1 |
* | Revert "Reapply 91184 with fixes and an addition to the testcase to cover the | Daniel Dunbar | 2009-12-16 | 2 | -513/+404 |
* | Revert "Initial work on disabling the scheduler. This is a work in progress, and | Daniel Dunbar | 2009-12-16 | 4 | -205/+29 |
* | reapply my strstr optimization. I have reproduced the x86-64 bootstrap | Chris Lattner | 2009-12-16 | 2 | -9/+123 |
* | fix more missing this->'s to placate clang++ | Chris Lattner | 2009-12-16 | 1 | -26/+27 |
* | Fix a missing this-> that clang++ notices. | Chris Lattner | 2009-12-16 | 1 | -1/+1 |
* | now that libsystem no longer uses SmallVector, we can move | Chris Lattner | 2009-12-16 | 3 | -21/+41 |
* | remove use of SmallVector from Path::makeUnique. Path::makeUnique | Chris Lattner | 2009-12-16 | 1 | -14/+10 |
* | eliminate an extraneous use of SmallVector in a case where | Chris Lattner | 2009-12-16 | 1 | -6/+4 |
* | factor out the grow() method for all pod implementations into one | Chris Lattner | 2009-12-16 | 1 | -37/+76 |
* | Use different name for argument and field | Victor Hernandez | 2009-12-16 | 2 | -3/+3 |
* | pull destroy_range and uninitialized_copy up to the | Chris Lattner | 2009-12-16 | 1 | -26/+32 |
* | sink most of the meat in smallvector back from SmallVectorTemplateCommon | Chris Lattner | 2009-12-16 | 1 | -202/+210 |
* | Make this test pass on Linux. | Nick Lewycky | 2009-12-16 | 1 | -9/+20 |
* | substantial refactoring of SmallVector, now most code is in SmallVectorTempla... | Chris Lattner | 2009-12-16 | 1 | -57/+93 |
* | MDNodes that refer to an instruction are local to a function; in that case, e... | Victor Hernandez | 2009-12-16 | 2 | -5/+16 |
* | Add encoding bits for some Thumb instructions. Plus explicitly set the top two | Johnny Chen | 2009-12-16 | 3 | -10/+18 |
* | XFAIL on ppc-darwin. | Devang Patel | 2009-12-16 | 1 | -1/+1 |
* | Re-enable 91381 with fixes. | Evan Cheng | 2009-12-16 | 4 | -13/+40 |
* | revert my strstr optimization, I'm told it breaks x86-64 bootstrap. | Chris Lattner | 2009-12-16 | 2 | -123/+9 |