aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reconfigure config.h and llvm-config.h.Logan Chien2012-05-0914-183/+719
* Merge "Add libLLVMObject to read executable file."Andrew Hsieh2012-05-065-0/+47
|\
| * Add libLLVMObject to read executable file.Logan Chien2012-04-205-0/+47
* | Fix assert handling for LLVM.Stephen Hines2012-05-032-4/+4
* | Update README.android.Shih-wei Liao2012-04-251-1/+2
* | Fix sdk_x86-sdk build. Add <cctype> for tolower().Shih-wei Liao2012-04-241-2/+3
* | Migrate external/llvm to LLVM-155090-2012-419.Shih-wei Liao2012-04-242-1/+1
* | Merge with LLVM upstream r155090.Shih-wei Liao2012-04-241198-18582/+29993
|\ \ | |/ |/|
| * 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
| * Delete blank line.Akira Hatanaka2012-04-181-1/+0
| * Move a few more warnings to use PrintWarning().Jim Grosbach2012-04-182-7/+9
| * Tidy up. No need for a Twine here, as it's just constants.Jim Grosbach2012-04-181-4/+4
| * Formatting.Jim Grosbach2012-04-181-3/+2
| * Tidy up. Add a '.' at the end of the sentence.Jim Grosbach2012-04-181-1/+1
| * Fix copy/paste-o.Jim Grosbach2012-04-181-1/+1
| * Clean up warning text. Remove extraneous prefix.Jim Grosbach2012-04-181-4/+4
| * TableGen use PrintWarning rather than fprintf(stderr,...) for warnings.Jim Grosbach2012-04-181-12/+13
| * Tidy up. Trailing whitespace.Jim Grosbach2012-04-181-2/+2
| * TableGen add warning diagnostic helper functions.Jim Grosbach2012-04-182-0/+21
| * FileCheckizeJakob Stoklund Olesen2012-04-181-2/+59
| * Nobody likes shifty instructions, but that was a bit strong.Jakob Stoklund Olesen2012-04-181-1/+1
| * Added support for disassembling unpredictable swp/swpb ARM instructions.Silviu Baranga2012-04-184-2/+33
| * Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...Silviu Baranga2012-04-182-5/+33
| * Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...Silviu Baranga2012-04-184-4/+53
| * Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...Silviu Baranga2012-04-183-1/+10
| * Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...Silviu Baranga2012-04-182-2/+40
| * SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...Benjamin Kramer2012-04-182-4/+2
| * Move the JIT flags from llc to lli. These flags showed up as part of movingNick Lewycky2012-04-182-26/+28
| * A bit of cleanup in the TestingGuide doc - dg.exp files no longer existEli Bendersky2012-04-181-9/+9
| * Some formatting and grammar fixes in the FileCheck documentationEli Bendersky2012-04-181-29/+29
| * Use a heavy hammer to fix PR12573.Bill Wendling2012-04-181-0/+9
| * Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu...Craig Topper2012-04-183-25/+38
| * loop-reduce: Add an early bailout to catch extremely large loops.Andrew Trick2012-04-181-0/+17
| * fix error check in assertSeth Cantrell2012-04-181-1/+1