summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-21Make some fixed arrays const. Use array_lengthof in a couple places instead o...Craig Topper1-8/+8
2012-04-21Tidy up. 80 columns and some other spacing issues.Craig Topper1-7/+9
2012-04-21Remove unused PointerLikeTypeTraits for IndexListEntry.Benjamin Kramer1-13/+0
2012-04-21llvm/lib/Target: [PR12611] Add "llvm/Support/raw_ostream.h" for Debug build o...NAKAMURA Takumi2-0/+3
2012-04-21HexagonISelLowering.cpp: Reorder #includes.NAKAMURA Takumi1-1/+2
2012-04-21CMake: Enable LLVM_COMPILER_JOBS on all MS IDEs. We don't support older envir...NAKAMURA Takumi1-3/+1
2012-04-21CMake: Prune redundant LLVM_COMPILER_JOBS from llvm/CMakeLists.txt. HandleLLV...NAKAMURA Takumi2-9/+2
2012-04-21move Signals to .rodataNuno Lopes1-1/+1
2012-04-21HexagonInstPrinter.cpp: Suppress -Wunused-variable warnings with -Asserts.NAKAMURA Takumi1-6/+3
2012-04-21YAMLParser: silence warning about tautological comparison on unsigned-char pl...Benjamin Kramer1-1/+1
2012-04-21Remove 'XXXRegisterClass' from tablegen output. Targets should use '&XXXRegCl...Craig Topper1-3/+0
2012-04-20ARM: tblgen'erate more NEON two-operand aliases.Jim Grosbach1-39/+12
2012-04-20Fix PR12599.Jakob Stoklund Olesen2-1/+75
2012-04-20ARM: tblgen'erate more NEON two-operand aliases.Jim Grosbach1-153/+4
2012-04-20Revert r155241, which is causing some breakage.Bill Wendling3-72/+20
2012-04-20Make ISelPosition a local variable.Jakob Stoklund Olesen2-36/+25
2012-04-20Register DAGUpdateListeners with SelectionDAG.Jakob Stoklund Olesen8-159/+141
2012-04-20Extraneous semicolon.Eric Christopher1-1/+1
2012-04-20If we discover all of the named structs in a module, then don't bother toBill Wendling3-20/+72
2012-04-20Print <def,read-undef> to avoid confusion.Jakob Stoklund Olesen1-1/+5
2012-04-20Added TargetRegisterInfo::getRegPressureSetName.Andrew Trick1-1/+4
2012-04-20TableGen'd RegPressure: Added getPressureSetName.Andrew Trick1-1/+13
2012-04-20Modify the sh-bang to run out-of-the-box for FreeBSDes.Bill Wendling2-2/+2
2012-04-20New and improved comment.Andrew Trick1-1/+1
2012-04-20SparseSet: Add support for key-derived indexes and arbitrary key types.Andrew Trick7-54/+95
2012-04-20misched: initialize BBAndrew Trick1-2/+4
2012-04-20Allow converting MachineBasicBlock::iterator to const_iterator.Andrew Trick1-1/+4
2012-04-20[docs] Update version number. I suggest that at some point we make theMichael J. Spencer1-2/+2
2012-04-20Fix broken internal link.Joel Jones1-1/+1
2012-04-20Kick off 3.2 cycle for LLVM trunk.Benjamin Kramer3-13/+13
2012-04-20ARM: Update NEON assembly two-operand aliases.Jim Grosbach4-305/+35
2012-04-20Add debugging hints for when bugpoint does not suffice, specifically for inst...Joel Jones1-0/+77
2012-04-20[docs] Update Makefile for images removal.Daniel Dunbar1-1/+1
2012-04-20LLVM docs no longer contain images, don't try to install them.Benjamin Kramer1-4/+1
2012-04-20Add documentation comment.Jim Grosbach1-0/+5
2012-04-20Correct spelling, q.v. http://en.wikipedia.org/wiki/Bourne_shellJoel Jones1-1/+1
2012-04-20[docs] Remove spurious or unused images.Daniel Dunbar6-7/+0
2012-04-20Removes json-bench from the test dependencies.Manuel Klimek1-1/+1
2012-04-20effectively back out my last change (r155190)Gabor Greif1-2/+2
2012-04-20fix obviously bogus (IMO) operand index of the load in assertsGabor Greif1-3/+3
2012-04-20Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper31-296/+292
2012-04-20Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper12-245/+244
2012-04-20Revert r155136 "Defer some shl transforms to DAGCombine."Jakob Stoklund Olesen7-200/+56
2012-04-20ARM some VFP tblgen'erated two-operand aliases.Jim Grosbach2-18/+15
2012-04-20Tidy up. Formatting.Jim Grosbach1-53/+45
2012-04-19ARM let TableGen handle a few two-operand aliases.Jim Grosbach1-121/+9
2012-04-19TableGen support for auto-generating assembly two-operand aliases.Jim Grosbach2-2/+99
2012-04-19Put this expensive check below the less expensive ones.Bill Wendling1-9/+9
2012-04-19When cross compiling, install a host version of llvm-config. <rdar://11187889>Bob Wilson1-0/+5
2012-04-19Avoid a bug in the path count computation, preventing an infiniteDan Gohman2-1/+49