Age | Commit message (Expand) | Author |
2010-04-18 | Add missed part of prev. commit | Anton Korobeynikov |
2010-04-18 | Make processor FUs unique for given itinerary. This extends the limit of 32 | Anton Korobeynikov |
2010-04-17 | fix PR6332, allowing an index of zero into a zero sized array | Chris Lattner |
2010-04-17 | teach the x86 asm parser how to handle segment prefixes | Chris Lattner |
2010-04-17 | Fix -Wcast-qual warnings. | Dan Gohman |
2010-04-17 | remove a dead variable, PR6856 | Chris Lattner |
2010-04-17 | Add const qualifiers to TargetLoweringObjectFile usage. | Dan Gohman |
2010-04-17 | Use const_cast instead of a C-style cast to cast away const. | Dan Gohman |
2010-04-17 | Delete now-unnecessary const_casts. | Dan Gohman |
2010-04-17 | Use cast instead of dyn_cast when assuming success. | Dan Gohman |
2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
2010-04-17 | Move per-function state out of TargetLowering subclasses and into | Dan Gohman |
2010-04-17 | Name these stub files consistently with the SPU and PPC targets' conventions. | Chandler Carruth |
2010-04-17 | a bunch of ssse3 instructions are misencoded to think they have an | Chris Lattner |
2010-04-17 | More work to allow dag combiner to promote 16-bit ops to 32-bit. | Evan Cheng |
2010-04-17 | Revise my previous change to ExpandBIT_CONVERT. I hadn't realized that this | Bob Wilson |
2010-04-16 | add a note | Chris Lattner |
2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
2010-04-16 | Cast to (uint64_t) instead of relying on the "ul" suffix. | Johnny Chen |
2010-04-16 | Add skeleton target-specific SelectionDAGInfo files. | Dan Gohman |
2010-04-16 | Fixed logic error. Should check Builder for validity before calling SetSession | Johnny Chen |
2010-04-16 | Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a | Johnny Chen |
2010-04-16 | add a missing break back, patch by Nico Schmidt! | Chris Lattner |
2010-04-16 | Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType. | Dan Gohman |
2010-04-16 | In the same spirit of r101524, which removed the assert() from printAddrMode2... | Johnny Chen |
2010-04-16 | Multiclass LdStCop was using pre-UAL syntax LDC<c>L for the L fragment. Changed | Johnny Chen |
2010-04-16 | Remove the assert() from printAddrMode2OffsetOperand(). "#0 and #-0" are | Johnny Chen |
2010-04-16 | reapply r101434 | Gabor Greif |
2010-04-16 | Adding support for dag combiner to promote operations for profit. This requir... | Evan Cheng |
2010-04-16 | Use getAL() rather than a major constant. | Evan Cheng |
2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
2010-04-15 | Fixed a bug in ARM disassembly where LDRSBT should have am3offset operand, not | Johnny Chen |
2010-04-15 | Use default lowering of DYNAMIC_STACKALLOC. As far as I can tell, ARM isle is... | Evan Cheng |
2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
2010-04-15 | ARM SelectDYN_ALLOC should emit a copy from SP rather than referencing SP dir... | Evan Cheng |
2010-04-15 | DEBUG() print out "Unknown format" msg. | Johnny Chen |
2010-04-15 | ReuseFrameIndexVals is used in multiple files, so it can't be static. | Dan Gohman |
2010-04-15 | EnablePPC64RS and EnablePPC32RS are used in multiple files, so they | Dan Gohman |
2010-04-15 | Fix a bunch of namespace polution. | Dan Gohman |
2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
2010-04-15 | Implement rdar://7860110 (also in target/readme.txt) narrowing | Chris Lattner |
2010-04-15 | Add more const qualifiers for LLVM IR pointers in CodeGen. | Dan Gohman |
2010-04-15 | Fix build. | Anders Carlsson |
2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
2010-04-15 | Allow lowering for palignr instructions for mmx sized vectors. Add | Eric Christopher |
2010-04-15 | Wrap the error msgs in DEBUG() macro so that they won't appear in NDEBUG build. | Johnny Chen |
2010-04-14 | Fixed another assert exposed by fuzzing. Now, the DisassembleVFPLdStMulFrm() | Johnny Chen |
2010-04-14 | Add -arm-long-calls option to force calls to be indirect. This makes the | Jim Grosbach |
2010-04-14 | For t2BFI disassembly, apply the same error checking as in r101205. | Johnny Chen |