summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix objc_storeStrong pattern matching to catch a potential use of theDan Gohman2012-05-08
* Use a shared function for a common operation.Jakob Stoklund Olesen2012-05-08
* Fix thinko in conditional.Eric Christopher2012-05-08
* DAGCombiner should not change the type of an extract_vector index.Jim Grosbach2012-05-08
* Remove excess semi-colons to quiet warnings.Eric Christopher2012-05-08
* [Support] Fix sys::GetRandomNumber() to always use a high quality seed.Daniel Dunbar2012-05-08
* Update load/store instruction patterns in Hexagon V4.Sirish Pande2012-05-08
* Formatting fixes.Akira Hatanaka2012-05-08
* Define mips16 instruction formats.Akira Hatanaka2012-05-08
* Handle OpDeref in case it comes in as a register operand.Eric Christopher2012-05-08
* remove autoupgrade code for old function attributes format.Nuno Lopes2012-05-08
* remove TYPE_CODE_FUNCTION_OLD type code. it is no longer in use and it was ma...Nuno Lopes2012-05-08
* s/CSR_Ghc/CSR_NoRegs/Jakob Stoklund Olesen2012-05-08
* Windows/PathV2.inc: Retry rename() for (maximum) 2 seconds.NAKAMURA Takumi2012-05-08
* Calling ReassociateExpression recursively is extremely dangerous since it willDuncan Sands2012-05-08
* Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...Stepan Dyatkovskiy2012-05-08
* Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done...Craig Topper2012-05-08
* Ordinary patch for PR1255.Stepan Dyatkovskiy2012-05-08
* Allow NULL LoopPassManager argument in UnrollLoop. PR12734.Andrew Trick2012-05-08
* Extract methods for joining physregs.Jakob Stoklund Olesen2012-05-08
* Naming convention and whitespace. No functional change.Jakob Stoklund Olesen2012-05-07
* Coalesce subreg-subreg copies.Jakob Stoklund Olesen2012-05-07
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-07
* Fix bug in TRI::getCommonSuperRegClass().Jakob Stoklund Olesen2012-05-07
* Teach DAG combine to fold x-x to 0.0 when unsafe FP math is enabled.Owen Anderson2012-05-07
* Teach reassociate to commute FMul's and FAdd's in order to canonicalize the o...Owen Anderson2012-05-07
* Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd2012-05-07
* Add TRI::getCommonSuperRegClass().Jakob Stoklund Olesen2012-05-07
* Fix a regression from r147481. This combine should only happen if there is aChad Rosier2012-05-07
* Don't assume size_t is unsigned long long.Matt Beaumont-Gay2012-05-07
* X86: optimization for -(x != 0)Manman Ren2012-05-07
* Add support for the 'x' constraint.Eric Christopher2012-05-07
* Add support for the 'l' constraint.Eric Christopher2012-05-07
* Add support for the 'c' constraint.Eric Christopher2012-05-07
* Add support for the 'P' constraint.Eric Christopher2012-05-07
* Fix some issues in the f16c instructions.Craig Topper2012-05-07
* Add support for the 'O' constraint.Eric Christopher2012-05-07
* Add support for the 'N' inline asm constraint.Eric Christopher2012-05-07
* Add support for the 'L' inline asm constraint.Eric Christopher2012-05-07
* Add support for the inline asm constraint 'K'.Eric Christopher2012-05-07
* Add SSE4A MOVNTSS/MOVNTSD instructions.Craig Topper2012-05-07
* Support the 'J' constraint.Eric Christopher2012-05-07
* Add support for the 'I' inline asm constraint. Also add testsEric Christopher2012-05-07
* Allow 64 bit integer values in gpu registers if arch and abi are 64 bit.Eric Christopher2012-05-07
* When using inline asm constraints representingEric Christopher2012-05-07
* Use MVT instead of EVT as the argument to all the shuffle decode functions. S...Craig Topper2012-05-06
* Add VPERMQ/VPERMPD to the list of target specific shuffles that can be looked...Craig Topper2012-05-06
* Add shuffle decode support for VPERMQ/VPERMPD.Craig Topper2012-05-06
* make SourceMgr tolerate empty SMLoc()'s better.Chris Lattner2012-05-06
* Switch the select to branch transformation on by default.Benjamin Kramer2012-05-06