Don't use PassInfo* as a type identifier for passes. Instead, use the address of...
[oota-llvm.git] / lib / Target / ARM / Thumb2ITBlockPass.cpp
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-16 Jakob Stoklund OlesenUse a small local function for a single remaining late...
2010-07-02 Evan ChengRemove early IT block formation. It's not used.
2010-06-29 Duncan SandsRemove pointless variable LastDef.
2010-06-28 Jim Grosbachminor housekeeping cleanup: 80-column, trailing whitesp...
2010-06-25 Daniel DunbarThumb2ITBlockPass: Fix a possible dereference of an...
2010-06-22 Evan ChengTail merging pass shall not break up IT blocks. rdar...
2010-06-20 Evan ChengFix a crash caused by dereference of MBB.end(). rdar...
2010-06-18 Evan ChengAllow ARM if-converter to be run after post allocation...
2010-06-10 Evan ChengDelete code that's not safe.
2010-06-09 Evan ChengAllow target to place 2-address pass inserted copies...
2010-06-09 Evan ChengThumb2 IT blocks are fairly expensive. When there are...
2010-06-07 Jim GrosbachHandle dbg_value instructions (i.e., skip them) when...
2010-03-17 Johnny ChenFixed a bug in the IT mask printing where T means the...
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...
2009-11-07 Jim Grosbach80-column cleanup of file header comments
2009-11-06 Evan Cheng- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-15 Sandeep PatelBranches must be the last instruction in a Thumb2 IT...
2009-09-28 Evan ChengFix Thumb2 IT block pass bug. t2MOVi32imm may not be...
2009-09-28 Evan ChengMake ARM and Thumb2 32-bit immediate materialization...
2009-08-15 Evan ChengTurn on if-conversion for thumb2.
2009-08-08 Evan ChengI can type.
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-07-11 Evan ChengDon't put IT instruction before conditional branches.
2009-07-10 Evan ChengAdd a thumb2 pass to insert IT blocks.