summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc'sCameron Zwarich2011-10-11
* Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper2011-10-11
* Also create a shndx even if there are no symbols. This lets us testNick Lewycky2011-10-11
* Reapply r141605 with fixes for appropriate handling of reserved section numbersNick Lewycky2011-10-11
* Add support for .symtab_shnidx. Unfortunately, doing this required breaking aNick Lewycky2011-10-11
* Add experimental -enable-lsr-phielim option.Andrew Trick2011-10-11
* Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"Andrew Trick2011-10-11
* Make changes necessary for supporting floating point load and store instructionsAkira Hatanaka2011-10-11
* Move -widen-vmovs to ARMBaseInstrInfo::expandPostRAPseudo().Jakob Stoklund Olesen2011-10-11
* Modify lowering of GlobalAddress so that correct code is emitted when target isAkira Hatanaka2011-10-11
* Fixed natural stack alignment for Linux x86-32. Thanks Eli.Lang Hames2011-10-11
* Modify MipsDAGToDAGISel::SelectAddr so that it can handle 64-bit pointers too.Akira Hatanaka2011-10-11
* Revert r141605 as it broke tests for llvm-nm.Nick Lewycky2011-10-11
* Simplify and update functions storeRegToStackSlot and loadRegFromStackSlot.Akira Hatanaka2011-10-11
* Add definitions of 64-bit loads and stores. Add a patterns for unalignedAkira Hatanaka2011-10-11
* Make it possible to use the linker without destroying the source module. This...Tanya Lattner2011-10-11
* Add support for reading many-section ELF files.Nick Lewycky2011-10-11
* Change definitions of classes LoadM and StoreM in preparation for adding supportAkira Hatanaka2011-10-11
* Simplify check that optional def is there and is CPSR.Bill Wendling2011-10-11
* Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames2011-10-10
* Fix warning.Michael J. Spencer2011-10-10
* Revert r141569 and r141576.Devang Patel2011-10-10
* Simplify operand Kind checks a bit.Jim Grosbach2011-10-10
* Reapply r141365 now that PR11107 is fixed.Bill Wendling2011-10-10
* Add a name to sub-operand for clarity.Jim Grosbach2011-10-10
* If the CPSR is defined by a copy, then we don't want to merge it into an ITBill Wendling2011-10-10
* Make sure the X86 backend doesn't explode on 128-bit shuffles in AVX mode. F...Eli Friedman2011-10-10
* Object: add getSectionAlignment.Michael J. Spencer2011-10-10
* Give targets a chance to expand even standard pseudos.Jakob Stoklund Olesen2011-10-10
* If loop header is also loop exiting block then it may not be safe to hoist in...Devang Patel2011-10-10
* X86: Add a subtarget definition for core-avx-i, which is GCC's name for ivy b...Benjamin Kramer2011-10-10
* Fix 10892 - When lowering SIGN_EXTEND_INREG do not lower v2i64 because theNadav Rotem2011-10-10
* Add dominance check for the instruction being hoisted.Devang Patel2011-10-10
* The Mips specific function for instruction cache invalidation cannot beBruno Cardoso Lopes2011-10-10
* X86: Add patterns for the movbe instruction (mov + bswap, only available on a...Benjamin Kramer2011-10-10
* Revert r141365. It was causing MultiSource/Benchmarks/MiBench/consumer-lame toBill Wendling2011-10-10
* MCAtom extending methods need to extend the range of the atom as well.Owen Anderson2011-10-10
* When getting the number of bits necessary for addressing modeBill Wendling2011-10-10
* Put a bunch of calls to ToggleFeature behind proper if statements.Craig Topper2011-10-10
* Fix a regression from r138445. If we're loading from the frame/base pointerChad Rosier2011-10-10
* PTX: Print .ptr kernel attributes if PTX version >= 2.2Justin Holewinski2011-10-09
* Add Ivy Bridge 16-bit floating point conversion instructions for the X86 disa...Craig Topper2011-10-09
* Prevent potential NOREX bug.Jakob Stoklund Olesen2011-10-08
* Add TEST8ri_NOREX pseudo to constrain sub_8bit_hi copies.Jakob Stoklund Olesen2011-10-08
* Revert r141079: tblgen: add preprocessor as a separate modeChe-Liang Chiou2011-10-08
* Always check if a method or a type exist before trying to create it.Nicolas Geoffray2011-10-08
* lib/Object: Suppress warnings on gcc-4.3.4 cygwinNAKAMURA Takumi2011-10-08
* lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.NAKAMURA Takumi2011-10-08
* WhitespaceNAKAMURA Takumi2011-10-08
* Disable ABS optimization for Thumb1 target, we don't have necessary instructi...Anton Korobeynikov2011-10-08