Age | Commit message (Expand) | Author |
2013-02-12 | Add static cast to unsigned char whenever a character classification function... | Guy Benyei |
2013-01-18 | Use AttributeSet accessor methods instead of Attribute accessor methods. | Bill Wendling |
2013-01-11 | Remove some accidentaly duplicated code. This needs urgent cleanup :( | Benjamin Kramer |
2013-01-11 | Split TargetLowering into a CodeGen and a SelectionDAG part. | Benjamin Kramer |
2013-01-11 | For inline asm: | Eric Christopher |
2013-01-09 | Refactor to expose RTLIB calls to targets. | Tim Northover |
2013-01-08 | Add fp128 rtlib function names to LLVM | Tim Northover |
2013-01-07 | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-30 | Remove the Function::getRetAttributes method in favor of using the AttributeS... | Bill Wendling |
2012-12-19 | Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT. | Patrik Hagglund |
2012-12-19 | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund |
2012-12-19 | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund |
2012-12-19 | Change TargetLowering::TransformToType to contain MVTs, instead of | Patrik Hagglund |
2012-12-19 | Change TargetLowering::findRepresentativeClass to take an MVT, instead | Patrik Hagglund |
2012-12-19 | Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT. | Patrik Hagglund |
2012-12-19 | Change TargetLowering::getCondCodeAction to take an MVT, instead of | Patrik Hagglund |
2012-12-19 | After reducing the size of an operation in the DAG we zero-extend the reduced | Nadav Rotem |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-12-19 | Remove more of 'else's after 'returns'. No functional change. | Craig Topper |
2012-12-19 | Remove a bunch of 'else's after 'returns' | Craig Topper |
2012-12-19 | Teach SimplifySetCC that comparing AssertZext i1 against a constant 1 can be ... | Craig Topper |
2012-12-18 | Check multiple register classes for inline asm tied registers | Hal Finkel |
2012-12-13 | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund |
2012-12-11 | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund |
2012-12-11 | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund |
2012-12-11 | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund |
2012-12-11 | Change TargetLowering::TransformToType to contain MVTs, instead of | Patrik Hagglund |
2012-12-11 | Change TargetLowering::findRepresentativeClass to take an MVT, instead | Patrik Hagglund |
2012-12-11 | Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT. | Patrik Hagglund |
2012-12-11 | Change TargetLowering::getCondCodeAction to take an MVT, instead of | Patrik Hagglund |
2012-12-11 | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund |
2012-12-10 | Fix a coding style nit. | Eric Christopher |
2012-12-06 | Replace r169459 with something safer. Rather than having computeMaskedBits to | Evan Cheng |
2012-12-06 | Let targets provide hooks that compute known zero and ones for any_extend | Evan Cheng |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-11-29 | Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin... | Justin Holewinski |
2012-11-23 | Cleanup: Simplify loop end logic in computeRegisterProperties(). | Patrik Hägglund |
2012-11-01 | OutputArg: added an index of the original argument to match the change to | Manman Ren |
2012-10-19 | This patch is to fix radar://8426430. It is about llvm support of __builtin_d... | Shuxin Yang |
2012-10-09 | Add in the first step of the multiple pointer support. This adds in support t... | Micah Villmow |
2012-10-09 | Create enums for the different attributes. | Bill Wendling |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-09-27 | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru |
2012-09-27 | Fix a typo 'iff' => 'if' | Sylvestre Ledru |
2012-09-25 | TargetLowering interface to set/get minimum block entries for jump tables. | Sebastian Pop |
2012-09-19 | Add predicates for queries on whether an attribute exists. | Bill Wendling |
2012-09-06 | Fix a few old-GCC warnings. No functional change. | Nadav Rotem |
2012-09-05 | Stop casting away const qualifier needlessly. | Roman Divacky |
2012-09-04 | Generic Bypass Slow Div | Preston Gurd |