summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-12-12[PowerPC] Add a DAGToDAG peephole to remove unnecessary zero-extsHal Finkel
2014-12-12ValueTracking: Don't recurse too deeply in computeKnownBitsFromAssumeDavid Majnemer
2014-12-12[ARMConstantIsland] Insert tbb/tbh optimization where previous jump table res...Chad Rosier
2014-12-12Pass EC by reference to MemoryBufferMMapFile to return error code.Yaron Keren
2014-12-12Clean up static analyzer warnings.Michael Ilseman
2014-12-12[Hexagon] Adding double word add/min/minu/max/maxu instructions and tests.Colin LeMahieu
2014-12-12[Hexagon] Adding J class call instructions.Colin LeMahieu
2014-12-12IR: Don't track nullptr on metadata RAUWDuncan P. N. Exon Smith
2014-12-12MAP_FILE is the default. We don't need to add it.Rafael Espindola
2014-12-12More code format fix from r224133, NFCSteven Wu
2014-12-12Remove silly left over from the Windows resize_file implementation.Rafael Espindola
2014-12-12Move the resize file feature from mapped_file_region to the only user.Rafael Espindola
2014-12-12Pass a FD to resise_file and add a testcase.Rafael Espindola
2014-12-12Remove unused feature. NFC.Rafael Espindola
2014-12-12Restructure code from r224097. NFCSteven Wu
2014-12-12[AVX512] Enabling bit logic loweringRobert Khasanov
2014-12-12[mips] Enable code generation for MIPS-III.Vasileios Kalintiris
2014-12-12[AVX512] Enabling MIN/MAX lowering.Robert Khasanov
2014-12-12Reapply "[MachineScheduler] Fix for PR21807: minor code difference building w...Andrea Di Biagio
2014-12-12[Reassociate] Use dbgs() instead of errs().Chad Rosier
2014-12-12[mips] Support SELECT nodes for targets that don't have conditional-move inst...Vasileios Kalintiris
2014-12-12[AVX512] Minor fix in lowering pattern for broadcast intrustions.Robert Khasanov
2014-12-12Revert: [MachineScheduler] Fix for PR21807: minor code difference building wi...Andrea Di Biagio
2014-12-12This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them for bundling i...Suyog Sarda
2014-12-12[MachineScheduler] Fix for PR21807: minor code difference building with/witho...Andrea Di Biagio
2014-12-12Emit Tag_ABI_FP_16bit_format build attribute.Charlie Turner
2014-12-12A fix for PR21176. Ekaterina Romanova
2014-12-12Fix another infinite loop in InstCombineSteven Wu
2014-12-12R600: Fix min/max matching problems with unordered comparesMatt Arsenault
2014-12-12R600/SI: fmin/fmax_legacy are not associativeMatt Arsenault
2014-12-12R600/SI: Don't promote f32 select to i32Matt Arsenault
2014-12-12Bitcode: Add missing "Remove in 4.0" commentsDuncan P. N. Exon Smith
2014-12-12Document that PassManager::add() may delete the pass right away.Matthias Braun
2014-12-12Comment and minor code cleanup for GCStrategy (NFC)Philip Reames
2014-12-12Add target hook for whether it is profitable to reduce load widthsMatt Arsenault
2014-12-11remove function names from comments; NFCSanjay Patel
2014-12-11R600/SI: Handle physical registers in getOpRegClassMatt Arsenault
2014-12-11R600/SI: Don't verify constant bus usage of flag opsMatt Arsenault
2014-12-11Bitcode: Use unsigned char to record MDStringsDuncan P. N. Exon Smith
2014-12-11return without temporary; NFCSanjay Patel
2014-12-11Enable MachineVerifier in debug mode for X86, ARM, AArch64, Mips.Matthias Braun
2014-12-11[X86] Add a temporary testcase for PR21876/r223996.Ahmed Bougacha
2014-12-11Bitcode: Add METADATA_NODE and METADATA_VALUEDuncan P. N. Exon Smith
2014-12-11[PowerPC] Better lowering for add/or of a FrameIndexHal Finkel
2014-12-11Bitcode: Add `OLD_` prefix to metadata node recordsDuncan P. N. Exon Smith
2014-12-11R600/SI: Use unordered equal instructionsMatt Arsenault
2014-12-11R600/SI: Make more unordered comparisons legalMatt Arsenault
2014-12-11R600/SI: Use unordered not equal instructionsMatt Arsenault
2014-12-11[ASan] Change fake stack and local variables handling.Alexey Samsonov
2014-12-11CodeGen: Stop using LeakDetector for MachineInstrDuncan P. N. Exon Smith