summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Add a Windows EH preparation pass that zaps resumesReid Kleckner2015-01-298-3/+199
* Remove getSubtargetImpl from AArch64ISelLowering and cache theEric Christopher2015-01-293-13/+10
* Remove getSubtargetImpl from ARMISelLowering and cache theEric Christopher2015-01-293-33/+22
* Small cleanup in ARMFastISel initialization.Eric Christopher2015-01-291-5/+4
* Migrate ARM except for TTI, AsmPrinter, and frame loweringEric Christopher2015-01-2912-113/+70
* Add nullptr checks for TargetSelectionDAGInfo in SelectionDAG.Manuel Jacob2015-01-281-13/+19
* [fuzzer] add option -save_minimized_corpusKostya Serebryany2015-01-285-4/+27
* [LPM] Fix the PPC attribute to be spelled 'global-dynamic'. This shouldChandler Carruth2015-01-281-2/+2
* Teach SplitBlockPredecessors how to handle landingpad blocks.Philip Reames2015-01-286-48/+39
* Add lit-style tests for the Fuzzer libraryKostya Serebryany2015-01-286-2/+64
* fix typos; NFCSanjay Patel2015-01-282-2/+2
* Build fix for Visual Studio. NFC.Chris Bieneman2015-01-281-5/+2
* [dsymutil] Gather the DIE tree child->parent relationships.Frederic Riss2015-01-281-0/+62
* Add DWARFUnit::getNumDIEs() and getDIEIndex()Frederic Riss2015-01-281-0/+20
* [Hexagon] Updating several V5 intrinsics and adding FP tests.Colin LeMahieu2015-01-288-425/+1011
* Spelling fixes. NFC.Simon Pilgrim2015-01-281-4/+4
* Line endings fix. NFC.Simon Pilgrim2015-01-281-786/+786
* [mips][microMIPS] Implement SWM and LWM aliasesZoran Jovanovic2015-01-283-0/+69
* [fuzzer] instructions for building/running clang-format-fuzzerKostya Serebryany2015-01-281-1/+9
* invert check for less indentation; use local vars to reduce duplication; NFCSanjay Patel2015-01-281-19/+20
* [Hexagon] Updating many V4 intrinsic patterns. Adding missing instruction an...Colin LeMahieu2015-01-284-252/+83
* [LPM] Try to work around a bug with local-dynamic TLS on PowerPC 64.Chandler Carruth2015-01-281-5/+18
* Remove gc.root's performCustomLoweringPhilip Reames2015-01-289-510/+489
* Moving AddLiteralOption's declaration higher up in the header to make gcc happy.Chris Bieneman2015-01-281-9/+12
* [Hexagon] Adding XTYPE/MPY intrinsic tests and some missing multiply instruct...Colin LeMahieu2015-01-286-6/+1195
* Refactoring llvm command line parsing and option registration.Chris Bieneman2015-01-283-193/+184
* Assume code ownership for the PS4 to ensure patches get reviewed, per the Dev...Alex Rosenberg2015-01-281-0/+4
* Fix build breakage caused by memory leaks in llvm-c-testBjorn Steinbrink2015-01-281-0/+4
* [Hexagon] Deleting a lot of old variants of intrinsics and updating references.Colin LeMahieu2015-01-286-240/+81
* [dsymutil] Add DwarfLinker class.Frederic Riss2015-01-285-4/+113
* [Hexagon] Converting XTYPE/BIT intrinsic patterns and adding tests.Colin LeMahieu2015-01-283-34/+472
* use SDValue methods directly instead of getNode()->* ; NFCISanjay Patel2015-01-281-10/+10
* Simplify code. NFC.Rafael Espindola2015-01-281-3/+1
* [Hexagon] Replacing XTYPE/SHIFT intrinsic patternss. Adding tests and missin...Colin LeMahieu2015-01-287-194/+864
* [mips][microMIPS] Implement LWGP instructionJozef Kolek2015-01-2810-1/+112
* [Hexagon] Replacing intrinsics for halfword adds and max/min word/dword.Colin LeMahieu2015-01-282-82/+55
* [Hexagon] Replacing old intrinsic tests with organized versions that match th...Colin LeMahieu2015-01-2811-2293/+265
* Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodesBjorn Steinbrink2015-01-287-4/+70
* [ELFYAML] Provide explicit value for relocation addendums in the testSimon Atanasyan2015-01-281-0/+4
* [x32] Change the condition from bitness to LP64 for TCRETURNdi64. Michael Kuperstein2015-01-281-2/+2
* R600: Move DataLayout to AMDGPUTargetMachineTom Stellard2015-01-2819-46/+47
* R600: Use a Southern Islands GPU as the default for the amdgcn targetTom Stellard2015-01-282-3/+7
* Correct the AggressiveAntiDepBreaker's handling of subregisters defining supe...Hal Finkel2015-01-281-0/+10
* [X86] Reduce some 32-bit imuls into lea + shlMichael Kuperstein2015-01-284-29/+115
* [x32] Enable sibcall optimization on x32. Michael Kuperstein2015-01-283-6/+86
* [docs] Use slightly more proper .rst markupSean Silva2015-01-281-3/+3
* [docs] [cleanup] No need for a comment around C++11 overrideSean Silva2015-01-281-6/+6
* AVX-512: Added FMA intrinsics with rounding modeElena Demikhovsky2015-01-286-137/+428
* [X86] Teach disassembler to handle illegal immediates on AVX512 integer compa...Craig Topper2015-01-286-6/+170
* [X86] Merge printSSECC and printAVXCC. They only differed by an assertion.Craig Topper2015-01-285-36/+10
OpenPOWER on IntegriCloud