summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
Commit message (Expand)AuthorAge
* Some legalization fixes for atomic load and store.Eli Friedman2011-09-15
* Add integer promotion support for vselectNadav Rotem2011-09-14
* Fix check for unaligned load/store so it doesn't catch over-aligned load/store.Eli Friedman2011-09-13
* Error out on CodeGen of unaligned load/store. Fix test so it isn't accidenta...Eli Friedman2011-09-13
* Fix the assertion which checks the size of the input operand.Nadav Rotem2011-09-13
* Add vselect target support for targets that do not support blend but do supportNadav Rotem2011-09-13
* tidy up a bitChris Lattner2011-09-09
* Make the SelectionDAG verify that all the operands of BUILD_VECTOR have the s...Eli Friedman2011-09-09
* Directly point debug info to the stack slot of the arugment, instead of tryin...Devang Patel2011-09-08
* Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...Eli Friedman2011-09-07
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* Fix a truly heinous bug in DAGCombine related to AssertZext.Owen Anderson2011-09-03
* Revert r131152, r129796, r129761. This code is currently consideredDan Gohman2011-09-01
* PreRA scheduler should avoid cloning compares.Andrew Trick2011-09-01
* Misc cleanup; addresses Duncan's comments on r138877.Eli Friedman2011-08-31
* Fill in type legalization for MERGE_VALUES in all the various cases. Patch b...Eli Friedman2011-08-31
* Generic expansion for atomic load/store into cmpxchg/atomicrmw xchg; implemen...Eli Friedman2011-08-31
* Follow up to r138791.Evan Cheng2011-08-30
* Atomic load/store on ARM/Thumb.Eli Friedman2011-08-26
* Basic x86 code generation for atomic load and store instructions.Eli Friedman2011-08-24
* A landingpad instruction is neither folded nor dead.Bill Wendling2011-08-23
* Fix 80 col violations.Evan Cheng2011-08-23
* Be less redundant.Nick Lewycky2011-08-22
* Roll back the rest of r126557. It's a hack that will break in some obscure ca...Benjamin Kramer2011-08-19
* Eli points out that this is what report_fatal_error() is for.Nick Lewycky2011-08-19
* This is not actually unreachable, so don't use llvm_unreachable for it. SinceNick Lewycky2011-08-19
* FastISel: avoid function calls between the materialization of the constant an...Ivan Krasin2011-08-18
* Add the support in code-gen for the landingpad instruction lowering.Bill Wendling2011-08-17
* Revert patch. Forgot a dependent commit.Bill Wendling2011-08-17
* Add the body of 'visitLandingPad'.Bill Wendling2011-08-17
* Revert r137562 because it caused PR10674Nadav Rotem2011-08-16
* Fix PR 10635. When generating integer constants, the constant element type mayNadav Rotem2011-08-13
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-12
* Revert r137310 because it does not optimize any code on ToTNadav Rotem2011-08-12
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-12
* [AVX] When joining two XMM registers into a YMM register, make sure that theNadav Rotem2011-08-11
* fix PR10605 / rdar://9930964 by adding a pretty scary missed check.Chris Lattner2011-08-11
* Do not drop undef debug values. These are used as range termination marker by...Devang Patel2011-08-03
* New approach to r136737: insert the necessary fences for atomic ops in platfo...Eli Friedman2011-08-03
* Don't create a ridiculous EXTRACT_ELEMENT. PR10563.Eli Friedman2011-08-02
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-31
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* Do not lose branch weights when lowering SwitchInst.Jakub Staszak2011-07-29
* Remove unneeded const_cast.Jakub Staszak2011-07-29
* Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman2011-07-29
* Use the pointer type size.Bill Wendling2011-07-29
* And now something that compiles...Bill Wendling2011-07-29
* Make sure to sext or trunc the result from the register.Bill Wendling2011-07-29
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29