| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ARM: Update NEON assembly two-operand aliases. | Jim Grosbach | 2012-04-20 | 4 | -305/+35 |
* | Add debugging hints for when bugpoint does not suffice, specifically for inst... | Joel Jones | 2012-04-20 | 1 | -0/+77 |
* | [docs] Update Makefile for images removal. | Daniel Dunbar | 2012-04-20 | 1 | -1/+1 |
* | LLVM docs no longer contain images, don't try to install them. | Benjamin Kramer | 2012-04-20 | 1 | -4/+1 |
* | Add documentation comment. | Jim Grosbach | 2012-04-20 | 1 | -0/+5 |
* | Correct spelling, q.v. http://en.wikipedia.org/wiki/Bourne_shell | Joel Jones | 2012-04-20 | 1 | -1/+1 |
* | [docs] Remove spurious or unused images. | Daniel Dunbar | 2012-04-20 | 6 | -7/+0 |
* | Removes json-bench from the test dependencies. | Manuel Klimek | 2012-04-20 | 1 | -1/+1 |
* | effectively back out my last change (r155190) | Gabor Greif | 2012-04-20 | 1 | -2/+2 |
* | fix obviously bogus (IMO) operand index of the load in asserts | Gabor Greif | 2012-04-20 | 1 | -3/+3 |
* | Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s... | Craig Topper | 2012-04-20 | 31 | -296/+292 |
* | Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s... | Craig Topper | 2012-04-20 | 12 | -245/+244 |
* | Revert r155136 "Defer some shl transforms to DAGCombine." | Jakob Stoklund Olesen | 2012-04-20 | 7 | -200/+56 |
* | ARM some VFP tblgen'erated two-operand aliases. | Jim Grosbach | 2012-04-20 | 2 | -18/+15 |
* | Tidy up. Formatting. | Jim Grosbach | 2012-04-20 | 1 | -53/+45 |
* | ARM let TableGen handle a few two-operand aliases. | Jim Grosbach | 2012-04-19 | 1 | -121/+9 |
* | TableGen support for auto-generating assembly two-operand aliases. | Jim Grosbach | 2012-04-19 | 2 | -2/+99 |
* | Put this expensive check below the less expensive ones. | Bill Wendling | 2012-04-19 | 1 | -9/+9 |
* | When cross compiling, install a host version of llvm-config. <rdar://11187889> | Bob Wilson | 2012-04-19 | 1 | -0/+5 |
* | Avoid a bug in the path count computation, preventing an infinite | Dan Gohman | 2012-04-19 | 2 | -1/+49 |
* | Test for the the problem with xors being changed into ands | Joel Jones | 2012-04-19 | 1 | -0/+38 |
* | [docs] Update HTML pages to refer to CSS in a way that works locally and with... | Daniel Dunbar | 2012-04-19 | 47 | -46/+46 |
* | [docs] Remove index.html, I am flipping the switch on llvm.org. | Daniel Dunbar | 2012-04-19 | 1 | -286/+0 |
* | Remove llvm-ld and llvm-stub (which is only used by llvm-ld). | Michael J. Spencer | 2012-04-19 | 30 | -1515/+34 |
* | Use a SmallVector instead of std::vector for ResOperands. | Jim Grosbach | 2012-04-19 | 1 | -2/+2 |
* | Update some internal naming conventions to modern style. | Jim Grosbach | 2012-04-19 | 1 | -85/+85 |
* | Defer some shl transforms to DAGCombine. | Jakob Stoklund Olesen | 2012-04-19 | 7 | -56/+200 |
* | [docs] Add back old index.html until I get llvm.org work done to support Sphi... | Daniel Dunbar | 2012-04-19 | 1 | -0/+286 |
* | [docs] Convert docs index page into Sphinx. | Daniel Dunbar | 2012-04-19 | 13 | -356/+369 |
* | [docs] Stub out structure for Sphinx-based docs. | Daniel Dunbar | 2012-04-19 | 15 | -0/+1059 |
* | llvm-lit: Inject the lit module path at the beginning of sys.path, just in case | Daniel Dunbar | 2012-04-19 | 1 | -2/+3 |
* | zap tabs | Gabor Greif | 2012-04-19 | 1 | -7/+7 |
* | Make fast isel use &XXXRegClass instead of XXXRegisterClass. Not a functional... | Craig Topper | 2012-04-19 | 1 | -2/+2 |
* | Allow targets to select the default scheduler by name. | Andrew Trick | 2012-04-19 | 3 | -0/+17 |
* | whitespace | Andrew Trick | 2012-04-19 | 1 | -8/+8 |
* | Extract the broken part of XFAILed test into its own file. | Jakob Stoklund Olesen | 2012-04-19 | 2 | -94/+93 |
* | Fix typo. | Jim Grosbach | 2012-04-18 | 1 | -1/+1 |
* | Fixed the llvm-mv X86 disassembler so the 'C' API gets jumps properly | Kevin Enderby | 2012-04-18 | 1 | -2/+5 |
* | Don't crash on code where the user put __attribute__((constructor)) on | Dan Gohman | 2012-04-18 | 1 | -1/+5 |
* | Add a flag to rebranch if we need to. | Bill Wendling | 2012-04-18 | 1 | -4/+14 |
* | This reverts a long string of commits to the Hexagon backend. These | Chandler Carruth | 2012-04-18 | 39 | -13677/+2375 |
* | LiveIntervalUpdate validators weren't recorded after the calls to std::for_ea... | Pete Cooper | 2012-04-18 | 1 | -6/+6 |
* | Document that StringMap iteration order is non-deterministic. | Jim Grosbach | 2012-04-18 | 1 | -0/+3 |
* | Revert "Replace some uses of std:map<std::string,...> with StringMap." | Jim Grosbach | 2012-04-18 | 1 | -6/+6 |
* | tblgen: remove duplicated newlines. | Benjamin Kramer | 2012-04-18 | 3 | -6/+6 |
* | Replace some uses of std:map<std::string,...> with StringMap. | Jim Grosbach | 2012-04-18 | 1 | -6/+6 |
* | SourceMgr: Colorize diagnostics. | Benjamin Kramer | 2012-04-18 | 2 | -9/+46 |
* | Use SmallVector for the requirements on an InstAlias. | Jim Grosbach | 2012-04-18 | 1 | -1/+1 |
* | Tidy up. Formatting. | Jim Grosbach | 2012-04-18 | 1 | -2/+3 |
* | Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRemateri... | Akira Hatanaka | 2012-04-18 | 1 | -1/+5 |