aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add a loop rerolling passHal Finkel2013-11-1610-0/+1630
* 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-162-6/+24
* Fix assert on unaligned access to global with different address space size.Matt Arsenault2013-11-162-2/+24
* Fix codegen for null different sized pointer.Matt Arsenault2013-11-162-2/+15
* ScalarEvolution: Warn if the result of setFlags/clearFlags is unused.Benjamin Kramer2013-11-161-5/+6
* Annotate APInt methods where it's not clear whether they are in place with wa...Benjamin Kramer2013-11-163-41/+47
* R600: Make dot_4 instructions predicableVincent Lejeune2013-11-162-0/+46
* 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-163-8/+46
* Fix filename in header commentDuncan P. N. Exon Smith2013-11-161-1/+1
* gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since ...NAKAMURA Takumi2013-11-161-2/+2
* 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-163-8/+17
* Mention address space related changes in release notes.Matt Arsenault2013-11-161-0/+7
* Use correct size for address space in BasicAA.Matt Arsenault2013-11-163-4/+44
* 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
* Small improvement to InstrinsicEmitter::EmitAttributes. This change removes ...Owen Anderson2013-11-161-17/+38
* For dwarf4 use the correct form for referencing debug_loc locations,Eric Christopher2013-11-164-4/+6
* 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-155-16/+410
* 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-152-0/+37
* DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIEDavid Blaikie2013-11-153-19/+20
* Fix previous commit (r194865)Juergen Ributzka2013-11-151-0/+2
* DwarfCompileUnit: Push DIDescriptor usage out from isShareableAcrossCUsDavid Blaikie2013-11-151-5/+5
* Fix typos.Matt Arsenault2013-11-151-3/+3
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15115-152/+500
* 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-153-36/+28
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-158-0/+27
* Reimplement r194843 in a slightly less broken way.Adrian Prantl2013-11-151-3/+5
* ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren2013-11-152-3/+57
* Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.Rui Ueyama2013-11-152-4/+9
* Restore the behaviour from before r194728.Adrian Prantl2013-11-151-1/+3
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-158-21/+102
* R600/SI: Add VReg_96 register class to SIRegisterInfo::hasVGPRs()Tom Stellard2013-11-152-0/+47
* 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
* Update contact information.Chad Rosier2013-11-152-2/+2