summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-27R600/SI: Disable register pressure tracking in the schedulersched-perf-Mar-27-2015Tom Stellard1-4/+4
2015-03-27XXX: SchedmodulTom Stellard1-2/+8
2015-03-27R600/SI: Fix indirect addressing with a negative constant offsetTom Stellard2-16/+112
2015-03-27DAGCombine: Remove redundant NaN checks around ISD::FSQRTTom Stellard2-0/+85
2015-03-27IR: Add ConstantFP::getNaN()Tom Stellard2-0/+12
2015-03-27R600/SI: Custom lower f64 sqrtTom Stellard3-0/+69
2015-03-27[RegisterCoalescer] Refine the terminal rule to still consider the terminalQuentin Colombet2-8/+34
2015-03-27LLParser: Require non-null scope for MDLocation and MDLocalVariableDuncan P. N. Exon Smith6-6/+20
2015-03-27Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren15-20/+20
2015-03-27Add a -raw option to the -section mode of llvm-objdump.Adrian Prantl3-3/+19
2015-03-27Verifier: Check fields of MDVariable subclassesDuncan P. N. Exon Smith16-107/+205
2015-03-27DebugInfo: Fix another bitrotted testcaseDuncan P. N. Exon Smith1-2/+2
2015-03-27[AArch64] Don't store available subtarget features in AArch64SysReg::SysRegMa...Vladimir Sukharev4-20/+20
2015-03-27CMake: enable installing utilsDerek Schuff2-0/+14
2015-03-27Work around pr23045 and make it easier to reproduce.Rafael Espindola4-3/+17
2015-03-27Close unique sections when switching away from them.Rafael Espindola7-9/+17
2015-03-27Fix subprogram-linkonce-weak.ll and subprogram-linkonce-weak-odr.ll for Windows.Yaron Keren2-11/+11
2015-03-27[Support] Remove statically initialized yet dead code.Benjamin Kramer1-18/+0
2015-03-27Reapply r233175 and r233183: float2int.James Molloy10-0/+846
2015-03-27Complete the MachineScheduler fix made way back in r210390.Andrew Trick8-25/+25
2015-03-27[NFC] Fix typo in comment.Sanjoy Das1-1/+1
2015-03-27[NFC] Fix typo in comment.Sanjoy Das1-1/+1
2015-03-27Code cleanup [NFC]Philip Reames1-14/+12
2015-03-27More code cleanup [NFC]Philip Reames1-14/+7
2015-03-27More code cleanup [NFC]Philip Reames1-12/+13
2015-03-27Code simplification and style cleanupPhilip Reames1-97/+36
2015-03-27Require a GC strategy be specified for functions which use gc.statepointPhilip Reames10-45/+47
2015-03-27Allow explicit spill slots to be specified for a gc.statepointPhilip Reames2-4/+141
2015-03-27Reintroduce the SelectionDAG scheduler test for r233351.Andrew Trick1-0/+51
2015-03-27WinEH: Create a parent frame alloca for HandlerType xdata tablesDavid Majnemer6-1/+49
2015-03-27This test should have been target specific. I missed that.Andrew Trick1-51/+0
2015-03-27Refactor Code inside LoopVectorizer's function isInductionVariable.Karthik Bhat2-9/+27
2015-03-27Fix a bug in SelectionDAG scheduling backtracking code: PR22304.Andrew Trick2-1/+53
2015-03-27Revert r233175 and r233183 with it. This pulls float2int back out of the tree...Nick Lewycky10-832/+0
2015-03-27DebugInfo: Update testcases with invalid variablesDuncan P. N. Exon Smith9-20/+23
2015-03-27[AsmPrinter] Don't assert on GOT equivalent non-constant users.Ahmed Bougacha2-1/+6
2015-03-27DIBuilder: Change a few helpers to return downcasted MDNodesDuncan P. N. Exon Smith1-4/+4
2015-03-27AsmWriter: Cleanup debug info fields with MDFieldPrinter, NFCDuncan P. N. Exon Smith1-385/+248
2015-03-26Deduplicate a bunch of setOpActions into an MVT range-for. NFC.Ahmed Bougacha1-39/+15
2015-03-26[CodeGen] Report error rather than crash when unable to makeLibCall.Ahmed Bougacha2-0/+3
2015-03-26[CodeGen] Don't pretend we can expand f16 libcalls.Ahmed Bougacha1-13/+0
2015-03-26Use movw/movt instead of constant pool loads to lower byval parameter copiesDerek Schuff2-5/+26
2015-03-26Verifier: Check accessors of MDLocationDuncan P. N. Exon Smith11-28/+53
2015-03-26Default to armv7 cpu for NaCl when march=armDerek Schuff2-0/+6
2015-03-26Fix PR23025.Rafael Espindola5-5/+35
2015-03-26Fix rare case where APInt divide algorithm applied un-needed transformation.Yaron Keren2-34/+219
2015-03-26[ADT][CMake][AutoConf] Fail-fast iterators for DenseMapSanjoy Das11-20/+241
2015-03-26[ARM] Fix some non-portable shell syntax in r233301's testsJustin Bogner2-4/+4
2015-03-26Ignore compile_commands.json only at the root of the tree.Paul Robinson1-1/+1
2015-03-26Supress MSVC padding warning in alignment testAndrew Kaylor1-0/+6