| Age | Commit message (Expand) | Author |
| 2012-11-29 | instcombine: Migrate fprintf optimizations | Meador Inge |
| 2012-11-29 | [msan] Handle vector manipulation instructions. | Evgeniy Stepanov |
| 2012-11-29 | [msan] Fix getOriginForNaryOp. | Evgeniy Stepanov |
| 2012-11-29 | Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend. | Silviu Baranga |
| 2012-11-29 | misched: Recompute priority queue when DFSResults are updated. | Benjamin Kramer |
| 2012-11-29 | [msan] Basic handling of inline asm. | Evgeniy Stepanov |
| 2012-11-29 | Teach the legalizer how to handle operands for VSELECT nodes | Justin Holewinski |
| 2012-11-29 | Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin... | Justin Holewinski |
| 2012-11-29 | [msan] Propagate shadow through (x<0) and (x>=0) comparisons. | Evgeniy Stepanov |
| 2012-11-29 | [msan] Fix shadow & origin store & load alignment. | Evgeniy Stepanov |
| 2012-11-29 | [msan] Optimize getOriginPtr. | Evgeniy Stepanov |
| 2012-11-29 | [msan] Fix a few compilation warnings. | Evgeniy Stepanov |
| 2012-11-29 | [msan] Transform memcpy and memset to library calls. | Evgeniy Stepanov |
| 2012-11-29 | I changed hasAVX() to hasFp256() and hasAVX2() to hasInt256() in X86IselLower... | Elena Demikhovsky |
| 2012-11-29 | [msan] Make sure that report callbacks do not get merged. | Evgeniy Stepanov |
| 2012-11-29 | Initial commit of MemorySanitizer. | Evgeniy Stepanov |
| 2012-11-29 | [asan/tsan] initialize the asan/tsan callbacks in runOnFunction as opposed to... | Kostya Serebryany |
| 2012-11-29 | [asan] when checking the noreturn attribute on the call, also check it on the... | Kostya Serebryany |
| 2012-11-29 | Cleaned up a couple of comments. | Preston Briggs |
| 2012-11-29 | Use MCPhysReg for RegisterClassInfo allocation orders. | Jakob Stoklund Olesen |
| 2012-11-29 | Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u... | Shuxin Yang |
| 2012-11-29 | Avoid rewriting instructions twice. | Jakob Stoklund Olesen |
| 2012-11-29 | Issue a fatal error if the line doesn't have a regular expression. | Nick Lewycky |
| 2012-11-29 | When combining consecutive stores allow loads in between the stores, if the l... | Nadav Rotem |
| 2012-11-28 | When we delete a dead basic block, see if any of its successors are dead and | Bill Wendling |
| 2012-11-28 | Define signed const-ext immediate operands and their predicates. | Jyotsna Verma |
| 2012-11-28 | ARM: Implement CanLowerReturn so large vectors get expanded into sret. | Benjamin Kramer |
| 2012-11-28 | Make the LiveRegMatrix analysis available to targets. | Jakob Stoklund Olesen |
| 2012-11-28 | Add backreference matching capabilities to Support/Regex, with | Eli Bendersky |
| 2012-11-28 | MCJIT depends on JIT. | Benjamin Kramer |
| 2012-11-28 | Fix initial frame state on powerpc64. | Ulrich Weigand |
| 2012-11-28 | Fix warning. [-Wunused-variable] | Patrik Hägglund |
| 2012-11-28 | Add error handling in getInt. | Patrik Hägglund |
| 2012-11-28 | [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV... | Kostya Serebryany |
| 2012-11-28 | Add back support for reading and parsing 'deplibs'. | Bill Wendling |
| 2012-11-28 | misched: Analysis that partitions the DAG into subtrees. | Andrew Trick |
| 2012-11-28 | misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics. | Andrew Trick |
| 2012-11-28 | misched: better alias analysis. | Andrew Trick |
| 2012-11-28 | misched: Debug output fix. Use an always valid iterator. | Andrew Trick |
| 2012-11-28 | BBVectorize: Correctly merge SubclassOptionalData | Hal Finkel |
| 2012-11-28 | Add brief support for the fission .debug_info.dwo section for | Eric Christopher |
| 2012-11-28 | Add comments. | Eric Christopher |
| 2012-11-28 | Remove all references to TargetInstrInfoImpl. | Jakob Stoklund Olesen |
| 2012-11-28 | Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class. | Jakob Stoklund Olesen |
| 2012-11-28 | Move Target{Instr,Register}Info.cpp into lib/CodeGen. | Jakob Stoklund Olesen |
| 2012-11-28 | Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an... | Andrew Kaylor |
| 2012-11-28 | Revert r168630, r168631, and r168633 as these are causing nightly test failures. | Chad Rosier |
| 2012-11-27 | This patch makes medium code model the default for 64-bit PowerPC ELF. | Bill Schmidt |
| 2012-11-27 | Attempt to make the comments for dwarf debug look more like | Eric Christopher |
| 2012-11-27 | Reapply section moving, make sure string section is output last. | Eric Christopher |