summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith2015-03-2794-102/+102
* [R600/SI] Fix testcase check line.Ahmed Bougacha2015-03-271-1/+1
* [AArch64InstPrinter] Use the feature bits of the subtarget passed to the printAkira Hatanaka2015-03-272-6/+14
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-2739-108/+229
* [CodeGen] Don't attempt a tail-call with a non-forwarded explicit sret.Ahmed Bougacha2015-03-272-0/+111
* [CodeGen] Don't attempt a tail-call with implicit sret.Ahmed Bougacha2015-03-272-0/+50
* Recommit r233116 better: Remove a redundant instcombine involving bitcasts of...David Blaikie2015-03-271-36/+0
* R600/SI: Fix VOP2 VI encodingMarek Olsak2015-03-271-1/+1
* [asan] Speed up isInterestingAlloca checkAnna Zaks2015-03-271-10/+19
* [bpf] add support for bpf pseudo instructionAlexei Starovoitov2015-03-274-2/+40
* [RegisterCoalescer] Refine the terminal rule to still consider the terminalQuentin Colombet2015-03-272-8/+34
* LLParser: Require non-null scope for MDLocation and MDLocalVariableDuncan P. N. Exon Smith2015-03-276-6/+20
* Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-2715-20/+20
* Add a -raw option to the -section mode of llvm-objdump.Adrian Prantl2015-03-273-3/+19
* Verifier: Check fields of MDVariable subclassesDuncan P. N. Exon Smith2015-03-2716-107/+205
* DebugInfo: Fix another bitrotted testcaseDuncan P. N. Exon Smith2015-03-271-2/+2
* [AArch64] Don't store available subtarget features in AArch64SysReg::SysRegMa...Vladimir Sukharev2015-03-274-20/+20
* CMake: enable installing utilsDerek Schuff2015-03-272-0/+14
* Work around pr23045 and make it easier to reproduce.Rafael Espindola2015-03-274-3/+17
* Close unique sections when switching away from them.Rafael Espindola2015-03-277-9/+17
* Fix subprogram-linkonce-weak.ll and subprogram-linkonce-weak-odr.ll for Windows.Yaron Keren2015-03-272-11/+11
* [Support] Remove statically initialized yet dead code.Benjamin Kramer2015-03-271-18/+0
* Reapply r233175 and r233183: float2int.James Molloy2015-03-2710-0/+846
* Complete the MachineScheduler fix made way back in r210390.Andrew Trick2015-03-278-25/+25
* [NFC] Fix typo in comment.Sanjoy Das2015-03-271-1/+1
* [NFC] Fix typo in comment.Sanjoy Das2015-03-271-1/+1
* Code cleanup [NFC]Philip Reames2015-03-271-14/+12
* More code cleanup [NFC]Philip Reames2015-03-271-14/+7
* More code cleanup [NFC]Philip Reames2015-03-271-12/+13
* Code simplification and style cleanupPhilip Reames2015-03-271-97/+36
* Require a GC strategy be specified for functions which use gc.statepointPhilip Reames2015-03-2710-45/+47
* Allow explicit spill slots to be specified for a gc.statepointPhilip Reames2015-03-272-4/+141
* Reintroduce the SelectionDAG scheduler test for r233351.Andrew Trick2015-03-271-0/+51
* WinEH: Create a parent frame alloca for HandlerType xdata tablesDavid Majnemer2015-03-276-1/+49
* This test should have been target specific. I missed that.Andrew Trick2015-03-271-51/+0
* Refactor Code inside LoopVectorizer's function isInductionVariable.Karthik Bhat2015-03-272-9/+27
* Fix a bug in SelectionDAG scheduling backtracking code: PR22304.Andrew Trick2015-03-272-1/+53
* Revert r233175 and r233183 with it. This pulls float2int back out of the tree...Nick Lewycky2015-03-2710-832/+0
* DebugInfo: Update testcases with invalid variablesDuncan P. N. Exon Smith2015-03-279-20/+23
* [AsmPrinter] Don't assert on GOT equivalent non-constant users.Ahmed Bougacha2015-03-272-1/+6
* DIBuilder: Change a few helpers to return downcasted MDNodesDuncan P. N. Exon Smith2015-03-271-4/+4
* AsmWriter: Cleanup debug info fields with MDFieldPrinter, NFCDuncan P. N. Exon Smith2015-03-271-385/+248
* Deduplicate a bunch of setOpActions into an MVT range-for. NFC.Ahmed Bougacha2015-03-261-39/+15
* [CodeGen] Report error rather than crash when unable to makeLibCall.Ahmed Bougacha2015-03-262-0/+3
* [CodeGen] Don't pretend we can expand f16 libcalls.Ahmed Bougacha2015-03-261-13/+0
* Use movw/movt instead of constant pool loads to lower byval parameter copiesDerek Schuff2015-03-262-5/+26
* Verifier: Check accessors of MDLocationDuncan P. N. Exon Smith2015-03-2611-28/+53
* Default to armv7 cpu for NaCl when march=armDerek Schuff2015-03-262-0/+6
* Fix PR23025.Rafael Espindola2015-03-265-5/+35
* Fix rare case where APInt divide algorithm applied un-needed transformation.Yaron Keren2015-03-262-34/+219
OpenPOWER on IntegriCloud