summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [mips][msa] Made the operand register sets optional for the BIT_[BHWD] formatsDaniel Sanders2013-09-061-104/+60
* [SystemZ] Tweak integer comparison codeRichard Sandiford2013-09-067-121/+223
* [mips][msa] Sorted MSA_BIT_[BHWD]_DESC_BASE into ascending order of element sizeDaniel Sanders2013-09-061-16/+16
* [mips][msa] Made the operand register sets optional for the 3R formatDaniel Sanders2013-09-061-460/+280
* [mips][msa] Made the InstrItinClass argument optional since it is always NoIt...Daniel Sanders2013-09-061-600/+607
* [SystemZ] Use XC for a memset of 0Richard Sandiford2013-09-062-50/+47
* Use type helper functions.Matt Arsenault2013-09-064-6/+5
* Teach CodeGenPrepare about address spacesMatt Arsenault2013-09-062-4/+32
* R600: Coding styleTom Stellard2013-09-051-6/+4
* [X86] Perform VSELECT DAG combines also before DAG type legalization.Juergen Ributzka2013-09-052-12/+12
* Fixed a crash in the integrated assembler for Mach-O when a symbol differenceKevin Enderby2013-09-052-0/+42
* Consistently use dbgs() in debug printingMatt Arsenault2013-09-054-17/+17
* Trying to un-break the bots.Manman Ren2013-09-051-1/+2
* R600: Fix i64 to i32 trunc on SIMatt Arsenault2013-09-052-0/+20
* Remove unused argument.Rafael Espindola2013-09-051-3/+1
* Improve handling of .file, .include and .incbin directives toYunzhong Gao2013-09-054-15/+19
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-057-6/+156