Remove the TargetMachine forwards for TargetSubtargetInfo based
[oota-llvm.git] / lib / Target / ARM / Thumb2ITBlockPass.cpp
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2013-11-13 Weiming ZhaoEnable generating legacy IT block for AArch32
2013-09-09 Joey Gouly[ARMv8] Prevent generation of deprecated IT blocks...
2013-05-22 Chad RosierSimplify logic now that r182490 is in place. No functi...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-03-28 Jakob Stoklund OlesenRevert r153516: "Invalidate liveness in Thumb2ITBlockPass."
2012-03-27 Jakob Stoklund OlesenInvalidate liveness in Thumb2ITBlockPass.
2012-03-27 Craig TopperRemove unnecessary llvm:: qualifications
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-01-19 Evan Cheng- Slight change to finalizeBundle() interface. LastMI...
2012-01-19 Evan ChengRename Finalizebundle to finalizeBundle to conform...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-10-11 Bill WendlingSimplify check that optional def is there and is CPSR.
2011-10-10 Bill WendlingIf the CPSR is defined by a copy, then we don't want...
2011-06-30 Jim GrosbachRefact ARM Thumb1 tMOVr instruction family.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
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.