aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-23Merging r155342:Bill Wendling0-0/+0
2012-04-23Merging r155285:Bill Wendling1-3/+1
2012-04-23Merging r155284:Bill Wendling2-9/+2
2012-04-22Merging r155307:Bill Wendling2-4/+4
2012-04-22Inline a variable that's used only in an assert.Bill Wendling1-6/+3
2012-04-21Merging r155279:Bill Wendling1-1/+1
2012-04-20Merging r155230:Bill Wendling2-2/+2
2012-04-19Merging r155076:Bill Wendling7-30/+110
2012-04-18Creating release_31 branchllvmorg-3.1.0-rc1Bill Wendling7270-1069968/+0
2012-04-18Add a flag to rebranch if we need to.Bill Wendling1-4/+14
2012-04-18Revert some Hexagon builtin commits to match reverts done to LLVM inChandler Carruth5-1628/+829
2012-04-18This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth39-13677/+2375
2012-04-18Make sure EmulateInstructionARM doesn't have to have "armv4", "armv6", "armv7...Greg Clayton1-4/+4
2012-04-18Richard Smith: __int128 is a GNU keyword which clang 3.1 supports. This usag...Howard Hinnant1-2/+2
2012-04-18LiveIntervalUpdate validators weren't recorded after the calls to std::for_ea...Pete Cooper1-6/+6
2012-04-18Document that StringMap iteration order is non-deterministic.Jim Grosbach1-0/+3
2012-04-18Revert "Replace some uses of std:map<std::string,...> with StringMap."Jim Grosbach1-6/+6
2012-04-18tblgen: remove duplicated newlines.Benjamin Kramer3-6/+6
2012-04-18Replace some uses of std:map<std::string,...> with StringMap.Jim Grosbach1-6/+6
2012-04-18objective-c: Issue diagnostic when an implicitFariborz Jahanian2-3/+50
2012-04-18SourceMgr: Colorize diagnostics.Benjamin Kramer2-9/+46
2012-04-18Use SmallVector for the requirements on an InstAlias.Jim Grosbach1-1/+1
2012-04-18Tidy up. Formatting.Jim Grosbach1-2/+3
2012-04-18Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRemateri...Akira Hatanaka1-1/+5
2012-04-18Delete blank line.Akira Hatanaka1-1/+0
2012-04-18Move a few more warnings to use PrintWarning().Jim Grosbach2-7/+9
2012-04-18Tidy up. No need for a Twine here, as it's just constants.Jim Grosbach1-4/+4
2012-04-18Formatting.Jim Grosbach1-3/+2
2012-04-18Tidy up. Add a '.' at the end of the sentence.Jim Grosbach1-1/+1
2012-04-18Fix copy/paste-o.Jim Grosbach1-1/+1
2012-04-18Clean up warning text. Remove extraneous prefix.Jim Grosbach1-4/+4
2012-04-18TableGen use PrintWarning rather than fprintf(stderr,...) for warnings.Jim Grosbach1-12/+13
2012-04-18Tidy up. Trailing whitespace.Jim Grosbach1-2/+2
2012-04-18TableGen add warning diagnostic helper functions.Jim Grosbach2-0/+21
2012-04-18Suppress -Wunused-variable warning in -Asserts buildMatt Beaumont-Gay1-1/+1
2012-04-18FileCheckizeJakob Stoklund Olesen1-2/+59
2012-04-18Nobody likes shifty instructions, but that was a bit strong.Jakob Stoklund Olesen1-1/+1
2012-04-18VerifyICE: Pass PartialDiagnostics by reference.Benjamin Kramer2-7/+8
2012-04-18Added support for disassembling unpredictable swp/swpb ARM instructions.Silviu Baranga4-2/+33
2012-04-18Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...Silviu Baranga2-5/+33
2012-04-18Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...Silviu Baranga4-4/+53
2012-04-18Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...Silviu Baranga3-1/+10
2012-04-18Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...Silviu Baranga2-2/+40
2012-04-18MIPS: Followup to r154606. Expand list of accepted MIPS target features in th...Simon Atanasyan1-1/+4
2012-04-18fix GCC version comparison wrt. equal patch suffices (and squash two typos)Gabor Greif1-2/+3
2012-04-18SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...Benjamin Kramer2-4/+2
2012-04-18Move the JIT flags from llc to lli. These flags showed up as part of movingNick Lewycky2-26/+28
2012-04-18A bit of cleanup in the TestingGuide doc - dg.exp files no longer existEli Bendersky1-9/+9
2012-04-18Some formatting and grammar fixes in the FileCheck documentationEli Bendersky1-29/+29
2012-04-18Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek5-9/+170