summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* More debug output formatting.Jakob Stoklund Olesen2011-12-10
* Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gasRafael Espindola2011-12-10
* LSR: ignore strides in outer loops.Andrew Trick2011-12-10
* ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach2011-12-10
* Splats can contain undef's; make sure to handle them correctly. PR11526.Eli Friedman2011-12-09
* ARM add some pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach2011-12-09
* unittests/Support/Path.cpp: [recursive_directory_iterator] Work around for en...NAKAMURA Takumi2011-12-09
* Add dump method for debugging.Bill Wendling2011-12-09
* Random cleanups. No description changes.Bill Wendling2011-12-09
* ARM allows '' syntax, not just '#imm' for assembly.Jim Grosbach2011-12-09
* [asan] call __asan_init from .preinit_array. This simplifies __asan_init vs m...Kostya Serebryany2011-12-09
* ARM assembly aliases for BIC<-->AND (immediate).Jim Grosbach2011-12-09
* Update test to something more sensible.Evan Cheng2011-12-09
* ARM NEON data type aliases for VBIC(register).Jim Grosbach2011-12-09
* ARM assembly parsing and encoding for VLD2 with writeback.Jim Grosbach2011-12-09
* SplitBlockPredecessors uses ArrayRef instead of Data and Size.Jakub Staszak2011-12-09
* [fast-isel] Add support for selecting insertvalue.Chad Rosier2011-12-09
* Handle reloc_signed_4byte in here. Not doing so was a regression from myRafael Espindola2011-12-09
* User a helper overload for a common pattern.Jakob Stoklund Olesen2011-12-09
* Revert r146041 et al. The FunctionPass doesn't take an address but the ID.Bill Wendling2011-12-09
* Tidy up. Better base class factoring.Jim Grosbach2011-12-09
* Tidy up. Better base class factoring.Jim Grosbach2011-12-09
* Tweak debugging output.Jakob Stoklund Olesen2011-12-09
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-09
* This is now implemented.Benjamin Kramer2011-12-09
* X86: Add patterns for the various rounding ops for SSE4.1 and AVX.Benjamin Kramer2011-12-09
* X86: Split (v)rounds[sd] into a normal and an intrinsic version.Benjamin Kramer2011-12-09
* Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl...Evan Cheng2011-12-09
* Remove hasSSE1orAVX(). It's the same as hasXMM().Evan Cheng2011-12-09
* Add -unroll-runtime for unrolling loops with run-time trip counts.Andrew Trick2011-12-09
* Forgot setting -march.Evan Cheng2011-12-09
* Fix InitializeNativeTargetAsmParser in CMake builds by defining theChandler Carruth2011-12-09
* Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in aRafael Espindola2011-12-09
* Typo.Chad Rosier2011-12-09
* Rename WrapperPIC. It is now used for both pic and static.Akira Hatanaka2011-12-09
* jalr should use t9 ($25) for indirect calls regardless of the relocation modelAkira Hatanaka2011-12-09
* Fix comment.Devang Patel2011-12-09
* Update stale comment.Devang Patel2011-12-09
* Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.Eli Friedman2011-12-09
* unittests/SupportTests: Fix test. pop modifies the current entry, thus theMichael J. Spencer2011-12-09
* unittests/SupportTests: Add some outs()'s to debug the issues on some bots.Michael J. Spencer2011-12-09
* Revert r146184. I am seeing performance regression cause by this patch in one...Devang Patel2011-12-08
* ARM convenience aliases for VSQRT.Jim Grosbach2011-12-08
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-08
* Fix infinite loop in DSE when deleting a free in a reachable loop that's alsoNick Lewycky2011-12-08
* Add 256-bit variant vmovss and vmovsd patterns. rdar://10538417Evan Cheng2011-12-08
* Remove reference to dead GEPSplitterPass. PR11506.Eli Friedman2011-12-08
* ARM 64-bit VEXT assembly uses a .64 suffix, not .32, amazingly enough.Jim Grosbach2011-12-08
* Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...Owen Anderson2011-12-08
* ARM VSHR implied destination operand form aliases.Jim Grosbach2011-12-08