summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-04Test commitIsmail Donmez
2015-02-04Add missing include.Juergen Ributzka
2015-02-04[Hexagon] Adding missing isCodeGenOnly = 0Colin LeMahieu
2015-02-04[Hexagon] Adding encoding information for absolute-reg mode stores. Xfailing...Colin LeMahieu
2015-02-04SpecialCaseList: Add support for parsing multiple input files.Alexey Samsonov
2015-02-04[Hexagon] Adding encoding information for absolute-set stores.Colin LeMahieu
2015-02-04[Hexagon] Adding encoding bits for indirect long load instructions.Colin LeMahieu
2015-02-04[ARM] Fix subtarget feature set truncation when using .cpu directiveBradley Smith
2015-02-04[mips][microMIPS] Implement CodeGen support for SW16 and LW16 instructionsZoran Jovanovic
2015-02-04[mips] Make MipsSubtarget::hasMips*() functions consistent. NFC.Daniel Sanders
2015-02-04[mips] Remove unused check prefix from tests. NFC.Daniel Sanders
2015-02-04Fixing a -Wsign-compare warning; NFCAaron Ballman
2015-02-04Adding support to LLVM for targeting Cortex-A72Renato Golin
2015-02-04Fix warning: "function declaration isn’t a prototype"Rafael Espindola
2015-02-04InstrProf: std::to_string needs to #include <string>Justin Bogner
2015-02-04[x86] Give movss and movsd execution domains in the x86 backend.Chandler Carruth
2015-02-04[x86] Remove a low-value test that was just checking how we clearedChandler Carruth
2015-02-04[x86] Mechanically update a bunch of tests' check lines using the latestChandler Carruth
2015-02-04[x86] Teach the test update script to strip trailing whitespace.Chandler Carruth
2015-02-04Reverting VLD1/VST1 base-updating/post-incrementing combiningRenato Golin
2015-02-04[x86] Include the destination register in the check-lines for AVXChandler Carruth
2015-02-04[x86] Add some tests I missed in the prior commit to cover blends withChandler Carruth
2015-02-04[x86] Start to introduce bit-masking based blend lowering.Chandler Carruth
2015-02-04[x86] Add missing patterns for andps, orps, xorps, and andnps.Chandler Carruth
2015-02-04[x86] Add tests for blends-with-zero on 4-element vectors.Chandler Carruth
2015-02-04Replace tabs with spaces from r228116. Oops.Bill Schmidt
2015-02-04[PowerPC] Handle 32-bit targets properly in PPCTLSDynamicCall.cppBill Schmidt
2015-02-04Fix a warning in non-asserts buildsPhilip Reames
2015-02-04Fix some unnoticed/unwanted behavior change from r222319.Frederic Riss
2015-02-04[fuzzer]: fix exit code, add more diagnosticsKostya Serebryany
2015-02-04[sanitizer] add another workaround for PR 17409: when over a threshold emit c...Kostya Serebryany
2015-02-04Add code to llvm-objdump so the -section option with -macho will disassemble ...Kevin Enderby
2015-02-04[x86] Refresh the checks of a number of tests usingChandler Carruth
2015-02-04[x86] Switch to using the long '--check-prefix' form which theChandler Carruth
2015-02-04[x86] Port this test to use utils/update_llc_test_checks.py.Chandler Carruth
2015-02-04Misc documentation/comment fixes.Peter Collingbourne
2015-02-04Clang format of a file introduced in 228090 (NFC)Philip Reames
2015-02-04Add a pass for inserting safepoints into (nearly) arbitrary IRPhilip Reames
2015-02-04improved CHECKSanjay Patel
2015-02-04Added missing header for the explicit dependency on MDNode.Galina Kistanova
2015-02-04InstrProf: Add some unit tests for CoverageMappingJustin Bogner
2015-02-04InstrProf: Use a stable sort when reading coverage regionsJustin Bogner
2015-02-04[Hexagon] Revert change to isCodeGenOnly = 1 in r228080Colin LeMahieu
2015-02-04[Hexagon] Changing some isCodeGenOnly to isAsmParserOnly since we want them t...Colin LeMahieu
2015-02-04Remove a gross usage of environment variables in MachineVerifier, replacing i...Owen Anderson
2015-02-03InstrProf: Make CounterMappingRegions less confusing to constructJustin Bogner
2015-02-03[PBQP] Provide more information in the debug printsArnaud A. de Grandmaison
2015-02-03Use ImmutableCallSite for statepoint verification.Philip Reames
2015-02-03[LV] Split off memcheck block really at the first checkAdam Nemet
2015-02-03[x86] Fix signed vs. unsigned comparison.Chandler Carruth