summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Debug Info: fix typo in function name.Manman Ren2013-11-17
* Debug Info Verifier: fix when to find debug info nodes and when to verify them.Manman Ren2013-11-17
* Debug Info Verifier: enable public functions of Finder to update the type map.Manman Ren2013-11-17
* Utils/LoopUnroll.cpp: Tweak (StringRef)OldName to be valid until it is used, ...NAKAMURA Takumi2013-11-17
* Add a loop rerolling flag to the PassManagerBuilderHal Finkel2013-11-17
* Revert "Micro-optimization"Bill Wendling2013-11-17
* DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal...Benjamin Kramer2013-11-17
* [block-freq] Add BlockFrequency::scale that returns a remainder from the divi...Michael Gottesman2013-11-17
* Use more getZExtOrTruncsMatt Arsenault2013-11-17
* Use getZExtOrTrunc instead of repeating the same logic.Matt Arsenault2013-11-17
* Add the cold attribute to error-reporting call sitesHal Finkel2013-11-17
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-17
* Fix ndebug-build unused variable in loop rerollingHal Finkel2013-11-17
* Use right address space pointer sizeMatt Arsenault2013-11-17
* Add a loop rerolling passHal Finkel2013-11-16
* The WebKit_JS CC preserves the same registers as the C CC.Juergen Ributzka2013-11-16
* Apply the InstCombine fptrunc sqrt optimization to llvm.sqrtHal Finkel2013-11-16
* Fix assert on unaligned access to global with different address space size.Matt Arsenault2013-11-16
* Fix codegen for null different sized pointer.Matt Arsenault2013-11-16
* Annotate APInt methods where it's not clear whether they are in place with wa...Benjamin Kramer2013-11-16
* R600: Make dot_4 instructions predicableVincent Lejeune2013-11-16
* Use array_pod_sort instead of std::sortDuncan P. N. Exon Smith2013-11-16
* InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.Benjamin Kramer2013-11-16
* Debug Info Verifier: remove un-used argument in verifyDebugInfo.Manman Ren2013-11-16
* X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-16
* Use correct size for address space in BasicAA.Matt Arsenault2013-11-16
* DwarfCompileUnit: Push type safety of DIDescriptor through CompileUnit::creat...David Blaikie2013-11-16
* DwarfCompileUnit: Remove unnecessary OwningPtr<T>::get() callDavid Blaikie2013-11-16
* For dwarf4 use the correct form for referencing debug_loc locations,Eric Christopher2013-11-16
* DwarfCompileUnit: Add type safety to CompileUnit::getNode by returning DIComp...David Blaikie2013-11-15
* DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...David Blaikie2013-11-15
* DwarfCompileUnit: Simplify getLanguage() calls to use existing member functionDavid Blaikie2013-11-15
* Implemented aarch64 Neon scalar vmulx_lane intrinsicsAna Pazos2013-11-15
* Replace the dangling context hotfix with an assertion.Adrian Prantl2013-11-15
* Remove unused arguments.Lang Hames2013-11-15
* During folding for patchpoint/stackmap instructions, defer creation of new MIsLang Hames2013-11-15
* DwarfDebug: Push DISubprogram through updateSubprogramScopeDIEDavid Blaikie2013-11-15
* LoopVectorizer: Use abi alignment for accesses with no alignmentArnold Schwaighofer2013-11-15
* DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIEDavid Blaikie2013-11-15
* DwarfCompileUnit: Push DIDescriptor usage out from isShareableAcrossCUsDavid Blaikie2013-11-15
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Fix confusing machine verifier error.Matt Arsenault2013-11-15
* Fix a problem in MCJIT identifying the module containing a global variable.Andrew Kaylor2013-11-15
* Make method staticMatt Arsenault2013-11-15
* [PM] Fix an iterator problem spotted by the MSVC debug iterators andChandler Carruth2013-11-15
* [PM] Run clang-format on a few lines that I missed in my first pass,Chandler Carruth2013-11-15
* [AArch64] Fix the scalar NEON ACLE functions so that they return float/doubleChad Rosier2013-11-15
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-15
* Reimplement r194843 in a slightly less broken way.Adrian Prantl2013-11-15
* ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren2013-11-15