summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-2715-20/+20
* Verifier: Check fields of MDVariable subclassesDuncan P. N. Exon Smith2015-03-275-39/+81
* [AArch64] Don't store available subtarget features in AArch64SysReg::SysRegMa...Vladimir Sukharev2015-03-274-20/+20
* Close unique sections when switching away from them.Rafael Espindola2015-03-273-2/+9
* [Support] Remove statically initialized yet dead code.Benjamin Kramer2015-03-271-18/+0
* Reapply r233175 and r233183: float2int.James Molloy2015-03-274-0/+549
* Complete the MachineScheduler fix made way back in r210390.Andrew Trick2015-03-271-2/+2
* [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-272-23/+23
* Allow explicit spill slots to be specified for a gc.statepointPhilip Reames2015-03-271-4/+20
* WinEH: Create a parent frame alloca for HandlerType xdata tablesDavid Majnemer2015-03-273-1/+28
* Refactor Code inside LoopVectorizer's function isInductionVariable.Karthik Bhat2015-03-271-9/+23
* Fix a bug in SelectionDAG scheduling backtracking code: PR22304.Andrew Trick2015-03-271-1/+2
* Revert r233175 and r233183 with it. This pulls float2int back out of the tree...Nick Lewycky2015-03-274-549/+0
* [AsmPrinter] Don't assert on GOT equivalent non-constant users.Ahmed Bougacha2015-03-271-1/+1
* 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-261-0/+2
* [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-261-5/+9
* Verifier: Check accessors of MDLocationDuncan P. N. Exon Smith2015-03-265-14/+15
* Default to armv7 cpu for NaCl when march=armDerek Schuff2015-03-261-0/+2
* Fix PR23025.Rafael Espindola2015-03-263-5/+22
* Fix rare case where APInt divide algorithm applied un-needed transformation.Yaron Keren2015-03-261-34/+19
* Adds an option to disable ARM ld/st optim passRenato Golin2015-03-261-7/+16
* Reapply "Linker: Drop function pointers for overridden subprograms"Duncan P. N. Exon Smith2015-03-261-16/+17
* [ARM] Add v8.1a "Rounding Double Multiply Add/Subtract" extensionVladimir Sukharev2015-03-262-14/+168
* [AArch64] Rename Pairs to Mappings in AArch64NamedImmMapperVladimir Sukharev2015-03-262-66/+66
* [AArch64] Move initializations of AArch64NamedImmMapper out of void AArch64Op...Vladimir Sukharev2015-03-261-18/+48
* [SCEV] Revert bailout added in r75511.Sanjoy Das2015-03-261-12/+11
* revert inadvertent changeSanjay Patel2015-03-261-2/+0
* comment cleanup; NFCSanjay Patel2015-03-262-5/+7
* Remove outdated README-SSE.txt entries.Benjamin Kramer2015-03-261-78/+0
* InstCombine: fold (A << C) == (B << C) --> ((A^B) & (~0U >> C)) == 0Benjamin Kramer2015-03-262-38/+15
* [AArch64, ARM] Add v8.1a architecture and generic cpuVladimir Sukharev2015-03-2613-6/+53
* Use SDValue bool checks; NFC intendedSanjay Patel2015-03-261-20/+13
* fix indent; NFCSanjay Patel2015-03-261-1/+1
* [SLSR] handle candidate form &B[i * S]Jingyue Wu2015-03-261-67/+328
* Sometimes report_fatal_error is called when there is not a handler function u...Aaron Ballman2015-03-261-3/+17
* [mips] Move the setATReg definition inside the MipsAssemblerOptions class. NFC.Toma Tabacu2015-03-261-9/+7
* [X86][FastIsel] Teach how to select vector load instructions.Andrea Di Biagio2015-03-261-3/+34
* Revert "Linker: Drop function pointers for overridden subprograms"Duncan P. N. Exon Smith2015-03-261-10/+13
* [RegisterCoalescer] Add a rule to consider more profitable copies first whenQuentin Colombet2015-03-261-2/+72
* Add computeFSAdditions to the function based subtarget creationEric Christopher2015-03-261-1/+9
* Fix typo in comment.Nico Weber2015-03-251-1/+1
OpenPOWER on IntegriCloud