aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-29merge in jb-release history after reset to jb-devandroid-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1android-4.1.1_r6.1android-4.1.1_r6android-4.1.1_r5android-4.1.1_r4android-4.1.1_r3android-4.1.1_r2android-4.1.1_r1.1android-4.1.1_r1jb-releasejb-mr0-releaseThe Android Automerger
2012-05-23Update for ASan cherry-pick.android-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1jb-devStephen Hines
2012-05-23Use zero-based shadow by default on Android.Evgeniy Stepanov
2012-05-04merge in jb-release history after reset to jb-devThe Android Automerger
2012-05-03Fix assert handling for LLVM.Stephen Hines
2012-04-25merge in jb-release history after reset to jb-devThe Android Automerger
2012-04-25Update README.android.Shih-wei Liao
2012-04-24Fix sdk_x86-sdk build. Add <cctype> for tolower().Shih-wei Liao
2012-04-24Migrate external/llvm to LLVM-155090-2012-419.Shih-wei Liao
2012-04-24Merge with LLVM upstream r155090.Shih-wei Liao
2012-04-19merge in jb-release history after reset to masterThe Android Automerger
2012-04-19Allow targets to select the default scheduler by name.Andrew Trick
2012-04-19whitespaceAndrew Trick
2012-04-19Extract the broken part of XFAILed test into its own file.Jakob Stoklund Olesen
2012-04-18Fix typo.Jim Grosbach
2012-04-18Fixed the llvm-mv X86 disassembler so the 'C' API gets jumps properlyKevin Enderby
2012-04-18Don't crash on code where the user put __attribute__((constructor)) onDan Gohman
2012-04-18Add a flag to rebranch if we need to.Bill Wendling
2012-04-18This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth
2012-04-18LiveIntervalUpdate validators weren't recorded after the calls to std::for_ea...Pete Cooper
2012-04-18Document that StringMap iteration order is non-deterministic.Jim Grosbach
2012-04-18Revert "Replace some uses of std:map<std::string,...> with StringMap."Jim Grosbach
2012-04-18Revert "-arm-long-calls of zone."Shih-wei Liao
2012-04-18tblgen: remove duplicated newlines.Benjamin Kramer
2012-04-18Replace some uses of std:map<std::string,...> with StringMap.Jim Grosbach
2012-04-18SourceMgr: Colorize diagnostics.Benjamin Kramer
2012-04-18Use SmallVector for the requirements on an InstAlias.Jim Grosbach
2012-04-18Tidy up. Formatting.Jim Grosbach
2012-04-18Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRemateri...Akira Hatanaka
2012-04-18Delete blank line.Akira Hatanaka
2012-04-18Move a few more warnings to use PrintWarning().Jim Grosbach
2012-04-18Tidy up. No need for a Twine here, as it's just constants.Jim Grosbach
2012-04-18Formatting.Jim Grosbach
2012-04-18Tidy up. Add a '.' at the end of the sentence.Jim Grosbach
2012-04-18Fix copy/paste-o.Jim Grosbach
2012-04-18Clean up warning text. Remove extraneous prefix.Jim Grosbach
2012-04-18TableGen use PrintWarning rather than fprintf(stderr,...) for warnings.Jim Grosbach
2012-04-18Tidy up. Trailing whitespace.Jim Grosbach
2012-04-18TableGen add warning diagnostic helper functions.Jim Grosbach
2012-04-18FileCheckizeJakob Stoklund Olesen
2012-04-18Nobody likes shifty instructions, but that was a bit strong.Jakob Stoklund Olesen
2012-04-18Added support for disassembling unpredictable swp/swpb ARM instructions.Silviu Baranga
2012-04-18Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...Silviu Baranga
2012-04-18merge in jb-release history after reset to masterThe Android Automerger
2012-04-18Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...Silviu Baranga
2012-04-18Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...Silviu Baranga
2012-04-18Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...Silviu Baranga
2012-04-18-arm-long-calls of zonr.Shih-wei Liao
2012-04-18SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...Benjamin Kramer
2012-04-18Move the JIT flags from llc to lli. These flags showed up as part of movingNick Lewycky