summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Clean up out-of-date comments and some stray whitespaceEli Bendersky2013-03-082-14/+12
* Early exit from getAllocationData() and isFreeCall() for intrinsics.Michael Ilseman2013-03-081-1/+5
* Assert to bounds check MDNode::getOperand.David Blaikie2013-03-081-0/+1
* Remove trailing whitespaceMichael Ilseman2013-03-081-5/+5
* No really, don't use end().Jakob Stoklund Olesen2013-03-081-2/+2
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-087-297/+0
* Rewrite the physreg part of findLastUseBefore().Jakob Stoklund Olesen2013-03-082-24/+76
* Avoid creating a SlotIndex from the end() iterator.Jakob Stoklund Olesen2013-03-081-6/+10
* Remove default from fully covered switch.Benjamin Kramer2013-03-081-2/+1
* Force cpu in test.Benjamin Kramer2013-03-081-1/+1
* Insert the reduction start value into the first bypass block to preserve domi...Benjamin Kramer2013-03-082-1/+36
* R600: Optimize another selectcc caseTom Stellard2013-03-082-13/+49
* R600: Improve custom lowering of select_ccTom Stellard2013-03-084-40/+82
* R600: Change operation action from Custom to Expand for BR_CCTom Stellard2013-03-083-45/+5
* R600: Change operation action from Custom to Expand for SETCCTom Stellard2013-03-083-49/+27
* R600: Set BooleanContents to ZeroOrNegativeOneBooleanContentTom Stellard2013-03-081-0/+1
* LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCCTom Stellard2013-03-082-1/+39
* DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-087-7/+26
* R600: Change addresspace in fold-kcache.llVincent Lejeune2013-03-081-12/+12
* AArch64: specify full triple in test as only Linux works for now.Tim Northover2013-03-081-1/+1
* R600/SI: adjust test to recent changesChristian Konig2013-03-081-8/+6
* Hexagon: Add patterns for zero extended loads from i1->i64.Jyotsna Verma2013-03-083-0/+49
* AArch64: expand sincos operations, we don't support them.Tim Northover2013-03-082-0/+38
* R600/SI: Use source schedulerMichel Danzer2013-03-081-0/+2
* Add -verify-misched option.Andrew Trick2013-03-081-0/+9
* Another test fix for r176671.David Blaikie2013-03-081-1/+1
* Couple of test fixes for r176671.David Blaikie2013-03-082-5/+5
* Revert r176154 in favor of a better approach.Bill Wendling2013-03-083-15/+50
* remove an ancient and quaint bit of commented out makefile goo from whenChris Lattner2013-03-081-6/+0
* Upgrade tests to the latest debug info format.David Blaikie2013-03-0845-867/+930
* Add a getPassName() method.Jakob Stoklund Olesen2013-03-071-0/+1
* Rename isEarlierInSameTrace to isUsefulDominator.Jakob Stoklund Olesen2013-03-072-7/+20
* Keep coding stanard.Jakub Staszak2013-03-071-4/+3
* Don't create IRBuilder if we can return from the method earlier.Jakub Staszak2013-03-071-2/+2
* [fast-isel] Seriously, add support for the expect intrinsic.Chad Rosier2013-03-071-3/+3
* Fix tautological compare. Not sure why this didn't trigger any test failures.Benjamin Kramer2013-03-071-1/+1
* Replace temporary vectors with arrays.Benjamin Kramer2013-03-071-24/+12
* [fast-isel] Add support for the expect intrinsic.Chad Rosier2013-03-072-0/+17
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-077-43/+31
* Hexagon: Handle i8, i16 and i1 Var Args.Jyotsna Verma2013-03-074-0/+134
* Simplify code. No functionality change.Jakub Staszak2013-03-071-3/+3
* Change Index type from unsigned long to unsigned. This should fix PR14980.Jakub Staszak2013-03-071-1/+1
* Remove trailing spaces.Jakub Staszak2013-03-071-57/+57
* Change NULL to 0.Jakub Staszak2013-03-071-8/+8
* ArrayRef ca accept one element. Simplify code a little bit, also it matches nowJakub Staszak2013-03-071-3/+5
* pre-RA-sched debug-only fixAndrew Trick2013-03-071-2/+4
* Hexagon: Add support to lower block address.Jyotsna Verma2013-03-076-0/+106
* pre-RA-sched assertion fix. This bug was exposed by r176037.Andrew Trick2013-03-071-3/+0
* Move testcase, this is testing extraction not inserting.Benjamin Kramer2013-03-072-16/+18
* X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into a smaller BUILD_VECTOR.Benjamin Kramer2013-03-074-3/+23
OpenPOWER on IntegriCloud