summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r238190 and r238197: [mips] Make TTypeEncoding indirect to allow .eh_f...Daniel Sanders2015-05-273-23/+4
* AVX-512: Implemented all forms of sign-extend and zero-extend instructions fo...Elena Demikhovsky2015-05-273-75/+160
* [X86] Implement the support for shrink-wrapping.Quentin Colombet2015-05-273-35/+68
* [ShrinkWrap] Add a target hook to check whether or notQuentin Colombet2015-05-271-5/+10
* ARMLoadStoreOptimizer: Code cleanup; NFCMatthias Braun2015-05-271-15/+12
* MachineBasicBlock: Cleanup computeRegisterLiveness()Matthias Braun2015-05-271-16/+14
* MCSymbol: Make print() robust against empty namesMatthias Braun2015-05-271-0/+4
* [inliner] Fix the early-exit of the inline cost analysis to correctlyChandler Carruth2015-05-271-25/+32
* [BitcodeReader] Change assert to report_fatal_errorFilipe Cabecinhas2015-05-271-1/+2
* [BitstreamReader] Make sure the Array operand type is an encodingFilipe Cabecinhas2015-05-271-0/+3
* clang-format a couple of linesFilipe Cabecinhas2015-05-271-2/+2
* [BitcodeReader] Make sure abbrev records have at least one operand (record code)Filipe Cabecinhas2015-05-261-0/+3
* Add initial support for the convergent attribute.Owen Anderson2015-05-267-1/+12
* [BitcodeReader] Sanity check on Comdat IDFilipe Cabecinhas2015-05-261-2/+4
* [PlaceSafepoints] Entry safepoint location doesn't need to be a terminatorPhilip Reames2015-05-261-17/+1
* [PlaceSafepoints] Cleanup InsertSafepointPoll functionPhilip Reames2015-05-263-20/+26
* [lib/Fuzzer] make the fuzzing timeout 1200 seconds by default (was: infinity)Kostya Serebryany2015-05-262-1/+3
* Simplify boolean conditional return statements.Rafael Espindola2015-05-261-4/+1
* Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions andAkira Hatanaka2015-05-263-31/+8
* Use "auto &" in range-based for-loop and remove the extra braces.Adrian Prantl2015-05-261-2/+1
* Fix a use-after-free in a DEBUG output.Adrian Prantl2015-05-261-4/+4
* [lib/Fuzzer] fix docsKostya Serebryany2015-05-261-2/+2
* [lib/Fuzzer] fix build with assertionsKostya Serebryany2015-05-262-3/+4
* Print "lock \t foo" instead of "lock \n foo".Rafael Espindola2015-05-261-1/+1
* R600: Use SIGN_EXTEND_INREG for SEXT loadsJan Vesely2015-05-261-6/+3
* R600: Add comments to subword private address load lowering codeJan Vesely2015-05-261-0/+13
* Revert "Re-commit changes in r237579 with fix for bug breaking windows builds."Diego Novillo2015-05-266-628/+17
* CodeGenPrepare: Don't match addressing modes through addrspacecastMatt Arsenault2015-05-261-1/+8
* Object: Add Archive::getNumberOfSymbols().Rui Ueyama2015-05-261-14/+13
* R600/SI: Add assembler support for all CI and VI VOP2 instructionsTom Stellard2015-05-263-3/+70
* Replace getOrCreateSectionData with registerSection.Rafael Espindola2015-05-266-20/+17
* Have getCurrentSectionData return a MCSection.Rafael Espindola2015-05-263-21/+16
* Pass a MCSection to getCurrentSectionData.Rafael Espindola2015-05-261-9/+11
* Re-commit changes in r237579 with fix for bug breaking windows builds.Luke Cheeseman2015-05-266-17/+628
* Test CommitLuke Cheeseman2015-05-261-1/+0
* AVX-512: fixed a bug in arithmetic operations lowering for i1 typeElena Demikhovsky2015-05-261-0/+12
* AVX-512: fixed a bug in lowering VSELECT for 512-bit vectorElena Demikhovsky2015-05-261-1/+1
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-2630-963/+994
* [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.Daniel Sanders2015-05-263-4/+23
* [TableGen] Fix line wrapping logic for the autogenerated header to use math t...Craig Topper2015-05-261-7/+6
* [TableGen] Rewrite an assert to not do a bunch unsigned math and then try to ...Craig Topper2015-05-261-3/+3
* [TableGen] Put a space between '*' and description in the autogenerated table...Craig Topper2015-05-261-7/+6
* [TableGen] Fix indentation. NFCCraig Topper2015-05-261-1/+1
* [TableGen] Include header for each cpp file first. NFCCraig Topper2015-05-263-4/+3
* [TableGen] Remove unneeded namespace around a function. Just put llvm:: on th...Craig Topper2015-05-261-5/+1
* [TableGen] Use 'static' instead of an anonymous namespace.Craig Topper2015-05-261-18/+16
* Remove most uses of MCSectionData from MCAssembler.Rafael Espindola2015-05-267-33/+27
* Stop using MCSectionData in MCAsmLayout.h.Rafael Espindola2015-05-265-48/+45
* Move MCSection destruction to MCContext::reset.Rafael Espindola2015-05-261-8/+8
* Stop using MCSectionData in MCMachObjectWriter.h.Rafael Espindola2015-05-265-53/+39
OpenPOWER on IntegriCloud