summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Reword comment slightly.Eric Christopher2010-12-08
* Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointi...Lang Hames2010-12-08
* Simplify T2 operand assignment notation a bit. No need to specify a bit rangeJim Grosbach2010-12-08
* Use type's file info while describing inheritance relationship.Devang Patel2010-12-08
* Add operators for vabdl and vabal so they can be implemented without builtins.Bob Wilson2010-12-08
* Remove unused function parameter.Bob Wilson2010-12-08
* Fix comment.Eric Christopher2010-12-08
* Trim includes.Jakob Stoklund Olesen2010-12-08
* Add support to create debug info for functions and methods.Devang Patel2010-12-08
* Tweak ARM fixup value adjustments for Thumb to better handle the half-wordJim Grosbach2010-12-08
* Add support to create class type.Devang Patel2010-12-08
* Add an operator for vaba so it can be implemented using vabd.Bob Wilson2010-12-08
* Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick2010-12-08
* Use this new fangled StringSwitch technology.Bill Wendling2010-12-08
* Improve comment.Owen Anderson2010-12-08
* Add initializer.Jim Grosbach2010-12-08
* Cleanup table a bit.Bill Wendling2010-12-08
* Add comments.Evan Cheng2010-12-08
* Stub out RegAllocGreedy.Jakob Stoklund Olesen2010-12-08
* Fix newlines.Bill Wendling2010-12-08
* build: Shared libraries shouldn't used RPATH on Darwin, only main executablesDaniel Dunbar2010-12-08
* Regenerate this for Daniel.Eric Christopher2010-12-08
* Add support for loading from a constant pool.Bill Wendling2010-12-08
* Add support to create vector, array, enums etc...Devang Patel2010-12-08
* build: Don't force -flat_namespace or '-undefined suppress' on unsuspecting u...Daniel Dunbar2010-12-08
* autoconf: Stop lying to me.Daniel Dunbar2010-12-08
* Let target asm backends see assembler flags as they go by. Use that to handleJim Grosbach2010-12-08
* Move RABasic::addMBBLiveIns to the base class, it is generally useful.Jakob Stoklund Olesen2010-12-08
* Simplify the byte reordering logic slightly.Owen Anderson2010-12-08
* VLDR fixups need special handling under Thumb. While the encoding is the same,Owen Anderson2010-12-08
* Add operators for vadd[lw] and vsub[lw]Bob Wilson2010-12-08
* Global variable does not need linkage name.Devang Patel2010-12-08
* Add support to create local variable's debug info.Devang Patel2010-12-07
* Add operators for vmlal{_n,_lane} and vmlsl{_n,_lane}Bob Wilson2010-12-07
* Emit vmovl intrinsics first in the arm_neon.h headerBob Wilson2010-12-07
* Layout each section independently. With the testcase in PR8711:Rafael Espindola2010-12-07
* Fix a warning about a variable which is only used in an assertion.Matt Beaumont-Gay2010-12-07
* Add support to create variables, structs etc.. using DIBuilder.Devang Patel2010-12-07
* Switch LiveIntervalUnion from std::set to IntervalMap.Jakob Stoklund Olesen2010-12-07
* Fix begin() and end() on const IntervalMap.Jakob Stoklund Olesen2010-12-07
* Cleanup in the Darwin end. No functionality change.Bill Wendling2010-12-07
* Fix a bad prologue / epilogue codegen bug where the compiler would emit illegalEvan Cheng2010-12-07
* Add source Record* reference to PatternToMatch. Allows better diagnostics.Jim Grosbach2010-12-07
* A bit of cleanup: early exit ApplyFixup and cache the Fixup offset. NoBill Wendling2010-12-07
* Add an operator for vdup_lane so it can be implemented without a clang builtin.Bob Wilson2010-12-07
* Add an operator for vmull_lane so it can be implemented without a clang builtin.Bob Wilson2010-12-07
* Binary encoding for ARM tLDRspi and tSTRspi.Jim Grosbach2010-12-07
* Handle recursive values. Add comments.Devang Patel2010-12-07
* Fix Thumb2 encoding of the S bit.Owen Anderson2010-12-07
* Remove reference to the CMPz instruction patterns for ARM.Jim Grosbach2010-12-07