| Commit message (Expand) | Author | Age | Files | Lines |
* | LLDB uses ConvertUTF16toUTF8, remove #ifdef | Dmitri Gribenko | 2013-01-30 | 1 | -2/+0 |
* | Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support | Dmitri Gribenko | 2013-01-30 | 4 | -0/+879 |
* | Documentation: Updating the data layout default specifications to | Patrik Hagglund | 2013-01-30 | 1 | -6/+4 |
* | [lit] Make GoogleTest test runner correctly discover tests in the source root | Alexey Samsonov | 2013-01-30 | 1 | -15/+23 |
* | Attempt to fix dragonegg. Use the number of slots to determine if the Attribu... | Bill Wendling | 2013-01-30 | 1 | -1/+1 |
* | InstCombine: canonicalize sext-and --> select | Nadav Rotem | 2013-01-30 | 4 | -14/+52 |
* | build: regenerate configure | Saleem Abdulrasool | 2013-01-30 | 1 | -3/+90 |
* | build: add --with-python option | Saleem Abdulrasool | 2013-01-30 | 5 | -6/+36 |
* | Removing initializer for the field removed in r173887 | David Blaikie | 2013-01-30 | 1 | -1/+1 |
* | Remove unused variable (introduced in r173884) to clear clang -Werror build | David Blaikie | 2013-01-30 | 1 | -2/+0 |
* | Forgot to add new file to CMakeLists | Jack Carter | 2013-01-30 | 1 | -0/+1 |
* | This patch implements runtime ARM specific | Jack Carter | 2013-01-30 | 5 | -2/+43 |
* | This patch implements runtime Mips specific | Jack Carter | 2013-01-30 | 7 | -3/+168 |
* | This patch reworks how llvm targets set | Jack Carter | 2013-01-30 | 8 | -35/+19 |
* | [autoconf]: Fix description in HAVE_CRASHREPORTER_INFO. | NAKAMURA Takumi | 2013-01-30 | 3 | -4/+4 |
* | [autoconf] Fix m4 quoting for newer autotools | NAKAMURA Takumi | 2013-01-30 | 4 | -111/+191 |
* | [autoconf] Fix 80+ and quoting. | NAKAMURA Takumi | 2013-01-30 | 2 | -8/+15 |
* | [mips] Test case for r173862. | Akira Hatanaka | 2013-01-30 | 2 | -0/+164 |
* | [mips] Lower EH_RETURN. | Akira Hatanaka | 2013-01-30 | 10 | -2/+184 |
* | [lit] Add some TODO notes to myself. | Daniel Dunbar | 2013-01-30 | 1 | -0/+17 |
* | Adding simple cast cost to ARM | Renato Golin | 2013-01-29 | 3 | -2/+160 |
* | Remove unused variable (unused since r173839) | Dmitri Gribenko | 2013-01-29 | 1 | -4/+1 |
* | Documentation: add empty lines so that lists are properly recognized | Dmitri Gribenko | 2013-01-29 | 1 | -0/+2 |
* | Made certain small functions in PtrState inlined. | Michael Gottesman | 2013-01-29 | 1 | -7/+7 |
* | [MC][COFF] Delay handling symbol aliases when writing | Michael J. Spencer | 2013-01-29 | 3 | -49/+27 |
* | LoopVectorize: convert TinyTripCountVectorThreshold constant | Pekka Jaaskelainen | 2013-01-29 | 2 | -1/+31 |
* | Removed trailing comma in last element of enum declaration. | Michael Gottesman | 2013-01-29 | 1 | -1/+1 |
* | Moved S_Stop back to its previous position in the sequence order. | Michael Gottesman | 2013-01-29 | 1 | -1/+1 |
* | Add a special handling case for untyped CopyFromReg node in GetCostForDef() o... | Weiming Zhao | 2013-01-29 | 1 | -1/+11 |
* | Fixed a few debug messages and some 80+ violations. | Michael Gottesman | 2013-01-29 | 1 | -9/+10 |
* | Added some periods to some comments and added an overload for operator<< for ... | Michael Gottesman | 2013-01-29 | 1 | -6/+28 |
* | Changed DoesObjCBlockEscape => DoesRetainableObjPtrEscape so I can use it to ... | Michael Gottesman | 2013-01-29 | 1 | -14/+17 |
* | Add a couple of accessor methods to get the kind and values of an attribute. | Bill Wendling | 2013-01-29 | 2 | -0/+15 |
* | s/Data/Kind/g. No functionality change. | Bill Wendling | 2013-01-29 | 2 | -30/+33 |
* | Support artificial parameters in function types. | David Blaikie | 2013-01-29 | 2 | -3/+11 |
* | Use multiclass for post-increment store instructions. | Jyotsna Verma | 2013-01-29 | 4 | -346/+125 |
* | Add constant extender support for MInst type instructions. | Jyotsna Verma | 2013-01-29 | 2 | -75/+151 |
* | Remove dead code. | Evan Cheng | 2013-01-29 | 1 | -10/+0 |
* | Fixing warnings revealed by gcc release build | Edwin Vane | 2013-01-29 | 3 | -3/+4 |
* | LoopVectorize: Clean up ValueMap a bit and avoid double lookups. | Benjamin Kramer | 2013-01-29 | 1 | -10/+12 |
* | R600/AMDILPeepholeOptimizer.cpp: Tweak std::make_pair to satisfy C++11. | NAKAMURA Takumi | 2013-01-29 | 1 | -1/+1 |
* | AttributeSet::get(): Fix a valgrind error. It doesn't affect actual behavior,... | NAKAMURA Takumi | 2013-01-29 | 1 | -1/+1 |
* | Fix typo in X86BaseInfo.h that I introduced in r157818. | Hans Wennborg | 2013-01-29 | 1 | -2/+2 |
* | Hopefully fix the Windows build failure introduced in r173769 | Timur Iskhodzhanov | 2013-01-29 | 2 | -0/+2 |
* | Fix 64-bit atomic operations in Thumb mode. | Tim Northover | 2013-01-29 | 2 | -74/+193 |
* | Merge SSE and AVX shuffle instructions in the comment printer. | Craig Topper | 2013-01-29 | 2 | -98/+239 |
* | MIsched: cleanup code. Use isBoundaryNode(). | Andrew Trick | 2013-01-29 | 1 | -2/+4 |
* | Fixed 2 more header comments... | Michael Gottesman | 2013-01-29 | 2 | -2/+2 |
* | Fixed header comment. | Michael Gottesman | 2013-01-29 | 1 | -8/+4 |
* | Fixed some whitespace/80+ violations. Also added a space after a namespace de... | Michael Gottesman | 2013-01-29 | 4 | -6/+6 |