aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: Update NEON assembly two-operand aliases.Jim Grosbach2012-04-204-305/+35
* Add debugging hints for when bugpoint does not suffice, specifically for inst...Joel Jones2012-04-201-0/+77
* [docs] Update Makefile for images removal.Daniel Dunbar2012-04-201-1/+1
* LLVM docs no longer contain images, don't try to install them.Benjamin Kramer2012-04-201-4/+1
* Add documentation comment.Jim Grosbach2012-04-201-0/+5
* Correct spelling, q.v. http://en.wikipedia.org/wiki/Bourne_shellJoel Jones2012-04-201-1/+1
* [docs] Remove spurious or unused images.Daniel Dunbar2012-04-206-7/+0
* Removes json-bench from the test dependencies.Manuel Klimek2012-04-201-1/+1
* effectively back out my last change (r155190)Gabor Greif2012-04-201-2/+2
* fix obviously bogus (IMO) operand index of the load in assertsGabor Greif2012-04-201-3/+3
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-2031-296/+292
* Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-2012-245/+244
* Revert r155136 "Defer some shl transforms to DAGCombine."Jakob Stoklund Olesen2012-04-207-200/+56
* ARM some VFP tblgen'erated two-operand aliases.Jim Grosbach2012-04-202-18/+15
* Tidy up. Formatting.Jim Grosbach2012-04-201-53/+45
* ARM let TableGen handle a few two-operand aliases.Jim Grosbach2012-04-191-121/+9
* TableGen support for auto-generating assembly two-operand aliases.Jim Grosbach2012-04-192-2/+99
* Put this expensive check below the less expensive ones.Bill Wendling2012-04-191-9/+9
* When cross compiling, install a host version of llvm-config. <rdar://11187889>Bob Wilson2012-04-191-0/+5
* Avoid a bug in the path count computation, preventing an infiniteDan Gohman2012-04-192-1/+49
* Test for the the problem with xors being changed into andsJoel Jones2012-04-191-0/+38
* [docs] Update HTML pages to refer to CSS in a way that works locally and with...Daniel Dunbar2012-04-1947-46/+46
* [docs] Remove index.html, I am flipping the switch on llvm.org.Daniel Dunbar2012-04-191-286/+0
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-1930-1515/+34
* Use a SmallVector instead of std::vector for ResOperands.Jim Grosbach2012-04-191-2/+2
* Update some internal naming conventions to modern style.Jim Grosbach2012-04-191-85/+85
* Defer some shl transforms to DAGCombine.Jakob Stoklund Olesen2012-04-197-56/+200
* [docs] Add back old index.html until I get llvm.org work done to support Sphi...Daniel Dunbar2012-04-191-0/+286
* [docs] Convert docs index page into Sphinx.Daniel Dunbar2012-04-1913-356/+369
* [docs] Stub out structure for Sphinx-based docs.Daniel Dunbar2012-04-1915-0/+1059
* llvm-lit: Inject the lit module path at the beginning of sys.path, just in caseDaniel Dunbar2012-04-191-2/+3
* zap tabsGabor Greif2012-04-191-7/+7
* Make fast isel use &XXXRegClass instead of XXXRegisterClass. Not a functional...Craig Topper2012-04-191-2/+2
* Allow targets to select the default scheduler by name.Andrew Trick2012-04-193-0/+17
* whitespaceAndrew Trick2012-04-191-8/+8
* Extract the broken part of XFAILed test into its own file.Jakob Stoklund Olesen2012-04-192-94/+93
* Fix typo.Jim Grosbach2012-04-181-1/+1
* Fixed the llvm-mv X86 disassembler so the 'C' API gets jumps properlyKevin Enderby2012-04-181-2/+5
* Don't crash on code where the user put __attribute__((constructor)) onDan Gohman2012-04-181-1/+5
* Add a flag to rebranch if we need to.Bill Wendling2012-04-181-4/+14
* This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-1839-13677/+2375
* LiveIntervalUpdate validators weren't recorded after the calls to std::for_ea...Pete Cooper2012-04-181-6/+6
* Document that StringMap iteration order is non-deterministic.Jim Grosbach2012-04-181-0/+3
* Revert "Replace some uses of std:map<std::string,...> with StringMap."Jim Grosbach2012-04-181-6/+6
* tblgen: remove duplicated newlines.Benjamin Kramer2012-04-183-6/+6
* Replace some uses of std:map<std::string,...> with StringMap.Jim Grosbach2012-04-181-6/+6
* SourceMgr: Colorize diagnostics.Benjamin Kramer2012-04-182-9/+46
* Use SmallVector for the requirements on an InstAlias.Jim Grosbach2012-04-181-1/+1
* Tidy up. Formatting.Jim Grosbach2012-04-181-2/+3
* Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRemateri...Akira Hatanaka2012-04-181-1/+5