aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [block-freq] Add BlockFrequency::scale that returns a remainder from the divi...Michael Gottesman2013-11-171-38/+60
* Use more getZExtOrTruncsMatt Arsenault2013-11-172-9/+2
* Use getZExtOrTrunc instead of repeating the same logic.Matt Arsenault2013-11-171-5/+1
* Add the cold attribute to error-reporting call sitesHal Finkel2013-11-171-0/+72
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-176-18/+91
* Fix ndebug-build unused variable in loop rerollingHal Finkel2013-11-171-1/+1
* Use right address space pointer sizeMatt Arsenault2013-11-171-1/+2
* Add a loop rerolling passHal Finkel2013-11-164-0/+1196
* The WebKit_JS CC preserves the same registers as the C CC.Juergen Ributzka2013-11-161-0/+1
* Apply the InstCombine fptrunc sqrt optimization to llvm.sqrtHal Finkel2013-11-161-6/+11
* Fix assert on unaligned access to global with different address space size.Matt Arsenault2013-11-161-1/+1
* Fix codegen for null different sized pointer.Matt Arsenault2013-11-161-2/+4
* Annotate APInt methods where it's not clear whether they are in place with wa...Benjamin Kramer2013-11-161-6/+6
* R600: Make dot_4 instructions predicableVincent Lejeune2013-11-161-0/+19
* Use array_pod_sort instead of std::sortDuncan P. N. Exon Smith2013-11-161-1/+1
* InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.Benjamin Kramer2013-11-161-0/+18
* Debug Info Verifier: remove un-used argument in verifyDebugInfo.Manman Ren2013-11-161-3/+3
* X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-162-7/+15
* Use correct size for address space in BasicAA.Matt Arsenault2013-11-161-2/+3
* DwarfCompileUnit: Push type safety of DIDescriptor through CompileUnit::creat...David Blaikie2013-11-162-5/+5
* DwarfCompileUnit: Remove unnecessary OwningPtr<T>::get() callDavid Blaikie2013-11-161-1/+1
* For dwarf4 use the correct form for referencing debug_loc locations,Eric Christopher2013-11-162-2/+4
* DwarfCompileUnit: Add type safety to CompileUnit::getNode by returning DIComp...David Blaikie2013-11-152-5/+4
* DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...David Blaikie2013-11-154-16/+16
* DwarfCompileUnit: Simplify getLanguage() calls to use existing member functionDavid Blaikie2013-11-151-3/+3
* Implemented aarch64 Neon scalar vmulx_lane intrinsicsAna Pazos2013-11-151-2/+169
* Replace the dangling context hotfix with an assertion.Adrian Prantl2013-11-151-4/+1
* Remove unused arguments.Lang Hames2013-11-151-4/+2
* During folding for patchpoint/stackmap instructions, defer creation of new MIsLang Hames2013-11-151-4/+5
* DwarfDebug: Push DISubprogram through updateSubprogramScopeDIEDavid Blaikie2013-11-152-7/+5
* LoopVectorizer: Use abi alignment for accesses with no alignmentArnold Schwaighofer2013-11-151-0/+4
* DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIEDavid Blaikie2013-11-153-19/+20
* DwarfCompileUnit: Push DIDescriptor usage out from isShareableAcrossCUsDavid Blaikie2013-11-151-5/+5
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-1577-56/+256
* Fix confusing machine verifier error.Matt Arsenault2013-11-151-1/+1
* Fix a problem in MCJIT identifying the module containing a global variable.Andrew Kaylor2013-11-151-2/+2
* Make method staticMatt Arsenault2013-11-152-2/+2
* [PM] Fix an iterator problem spotted by the MSVC debug iterators andChandler Carruth2013-11-151-8/+10
* [PM] Run clang-format on a few lines that I missed in my first pass,Chandler Carruth2013-11-151-2/+2
* [AArch64] Fix the scalar NEON ACLE functions so that they return float/doubleChad Rosier2013-11-151-4/+4
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-154-0/+7
* Reimplement r194843 in a slightly less broken way.Adrian Prantl2013-11-151-3/+5
* ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren2013-11-151-3/+5
* Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.Rui Ueyama2013-11-151-4/+7
* Restore the behaviour from before r194728.Adrian Prantl2013-11-151-1/+3
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-154-21/+21
* R600/SI: Add VReg_96 register class to SIRegisterInfo::hasVGPRs()Tom Stellard2013-11-151-0/+1
* Resolve JIT runtime linking problems on Android.Andrew Kaylor2013-11-152-3/+84
* Don't try to initialize memory for a global if the allocation failed in Execu...Andrew Kaylor2013-11-151-0/+4
* Add AVX512 unmasked FMA intrinsics and support.Cameron McInally2013-11-151-1/+25