aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-0844-122/+122
* Add neverHasSideEffects=1 on a couple move instructions.Craig Topper2013-09-082-2/+2
* Using popcount should check the popcount feature flag not the SSE41 feature f...Craig Topper2013-09-081-2/+2
* Run clang-format on these header files. Part of a WIP.Bill Wendling2013-09-072-653/+638
* [mips] Fix typos.Akira Hatanaka2013-09-071-2/+2
* [mips] Enhance command line option "-mno-ldc1-sdc1" to expand base+index doubleAkira Hatanaka2013-09-077-89/+147
* [mips] Place parentheses around && to silence warning.Akira Hatanaka2013-09-071-3/+3
* Remove verifier check that attribute 'builtin' is only applied to calls toRichard Smith2013-09-072-10/+0
* [mips] Add definition of instruction "drotr32" (double rotate right plus 32).Akira Hatanaka2013-09-073-1/+10
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-075-6/+8
* [mips] Use uimm5 and uimm6 instead of shamt and imm, if the immediate has to fitAkira Hatanaka2013-09-076-46/+41
* Debug Info: pass in VTableHolder as DIType instead of MDNode *.Manman Ren2013-09-062-8/+9
* [mips] Define "trap" as a pseudo instruction that turns into "break 0, 0".Akira Hatanaka2013-09-062-3/+11
* [mips] Delete unused classes and defs.Akira Hatanaka2013-09-061-9/+1
* [mips] Make "b" (unconditional branch) a pseudo. "b" is an assembly idiom, wh...Akira Hatanaka2013-09-064-16/+13
* [mips] Set instruction itineraries of loads, stores and conditional moves.Akira Hatanaka2013-09-065-51/+54
* TBAA: add isTBAAVtableAccess to MDNode so clients can call the functionManman Ren2013-09-063-6/+24
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06126-369/+369
* R600: Add support for LDS atomic subtractAaron Watry2013-09-064-0/+36
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-065-7/+71
* Debug Info: Move a helper function getTypeIdentifier from DIBuilder to be partManman Ren2013-09-063-27/+32
* Debug Info Testing: Updated to use null instead of "i32 0" for containing-typeManman Ren2013-09-0612-60/+60
* debuginfo-tests: Add support for an lldb wrapper scriptAdrian Prantl2013-09-061-1/+18
* mi-sched: cleanup register pressure update, remove a FIXME.Andrew Trick2013-09-063-20/+32
* mi-sched: improve regpressure tracing.Andrew Trick2013-09-061-2/+7
* mi-sched: print tree size in -view-misched-dagsAndrew Trick2013-09-061-1/+5
* mi-sched: register pressure update tracing.Andrew Trick2013-09-061-0/+4
* mi-sched: Reorder Cyclicpath (latency) and CriticalMax (pressure) heuristics.Andrew Trick2013-09-061-4/+4
* Added MachineSchedPolicy.Andrew Trick2013-09-063-37/+88
* msbuild integration: provide separate files for VS2010 and VS2012Hans Wennborg2013-09-066-35/+58
* avoid unnecessary direct access to LiveInterval::rangesMatthias Braun2013-09-064-34/+37
* remove unused argument from LiveRanges::join()Matthias Braun2013-09-063-6/+3
* remove pointless assertMatthias Braun2013-09-061-2/+0
* fix commentMatthias Braun2013-09-061-1/+1
* fix typo in commentMatthias Braun2013-09-061-1/+1
* [mips][msa] IndentationDaniel Sanders2013-09-061-34/+34
* [mips][msa] Requires<[HasMSA]> is redundant, it is also supplied via inheritanceDaniel Sanders2013-09-061-628/+628
* This patch adds support for microMIPS Multiply and Add/Sub instructions. Test...Vladimir Medic2013-09-065-5/+61
* [mips][msa] Made the operand register sets optional for the VEC formatsDaniel Sanders2013-09-061-16/+9
* This patch adds support for microMIPS Move to/from HI/LO instructions. Test c...Vladimir Medic2013-09-066-8/+68
* [mips][msa] Made the operand register sets optional for the ELM_INSVE formatsDaniel Sanders2013-09-061-14/+10
* [mips][msa] Made the operand register sets optional for the 3RF_4RF formatDaniel Sanders2013-09-061-14/+14
* This patch adds support for microMIPS Move Conditional instructions. Test cas...Vladimir Medic2013-09-067-8/+83
* SelectionDAG: create correct BooleanContent constantsTim Northover2013-09-063-2/+72
* [mips][msa] Made the operand register sets optional for the 3RF formatsDaniel Sanders2013-09-061-132/+72
* [mips][msa] Made the operand register sets optional for the 3R_4R formatDaniel Sanders2013-09-061-30/+22
* This patch adds support for microMIPS disassembler and disassembler make chec...Vladimir Medic2013-09-064-17/+391
* [mips][msa] Made the operand register sets optional for the 2RF formatDaniel Sanders2013-09-061-59/+39
* [mips][msa] Made the operand register sets optional for the I8 formatDaniel Sanders2013-09-061-21/+12
* [mips][msa] Made the operand register sets optional for the I5 and SI5 formatsDaniel Sanders2013-09-061-74/+46