Age | Commit message (Expand) | Author | Files | Lines |
2016-08-25 | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 1 | -1/+1 |
2016-06-19 | [SPARC] Additional condition required for DelaySlot fixing erratum in revisio... | Chris Dewhurst | 1 | -0/+7 |
2016-05-27 | [sparc] Remove some unused (and undefined) declarations. | Benjamin Kramer | 1 | -6/+2 |
2016-05-23 | [Sparc] LEON erratum fix - Delay Slot Filler modification. | Chris Dewhurst | 1 | -0/+9 |
2016-05-04 | [Sparc] Allow taking of function address into a register. | Chris Dewhurst | 1 | -5/+5 |
2016-04-22 | The following code would not work before this patch, due to the inability to ... | Chris Dewhurst | 1 | -1/+1 |
2016-04-04 | Add MachineFunctionProperty checks for AllVRegsAllocated for target passes | Derek Schuff | 1 | -0/+5 |
2015-12-03 | Add a TODO item that the nop handling before FP conditional branches is | Joerg Sonnenberger | 1 | -0/+2 |
2015-01-30 | Reuse a bunch of cached subtargets and remove getSubtarget calls | Eric Christopher | 1 | -10/+7 |
2014-08-04 | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 1 | -4/+5 |
2014-04-29 | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 1 | -2/+2 |
2014-04-22 | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 1 | -1/+2 |
2014-03-07 | Replace PROLOG_LABEL with a new CFI_INSTRUCTION. | Rafael Espindola | 1 | -6/+2 |
2014-03-02 | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 1 | -1/+1 |
2014-01-11 | [Sparc] Bundle instruction with delay slow and its filler. Now, we can use -v... | Venkatraman Govindaraju | 1 | -19/+14 |
2014-01-10 | [Sparc] Add support for parsing jmpl instruction and make indirect call and j... | Venkatraman Govindaraju | 1 | -8/+8 |
2013-10-08 | [Sparc] Do not hardcode nop in the delay slot of TLS_CALL. Use DelaySlotFille... | Venkatraman Govindaraju | 1 | -1/+2 |
2013-10-06 | [Sparc] Do not emit nop after fcmp* instruction with V9. | Venkatraman Govindaraju | 1 | -2/+15 |
2013-07-30 | [Sparc] Use call's debugloc for the unimp instruction. | Venkatraman Govindaraju | 1 | -1/+1 |
2013-06-07 | Don't cache the instruction and register info from the TargetMachine, because | Bill Wendling | 1 | -3/+5 |
2013-06-04 | Sparc: No functionality change. Cleanup whitespaces, comment formatting etc., | Venkatraman Govindaraju | 1 | -37/+37 |
2013-06-02 | Sparc: Combine add/or/sethi instruction with restore if possible. | Venkatraman Govindaraju | 1 | -22/+177 |
2013-05-29 | [Sparc] Add support for leaf functions in sparc backend. | Venkatraman Govindaraju | 1 | -9/+19 |
2013-05-16 | [Sparc] Prevent instructions that defines or uses %o7 to be in call's delay s... | Venkatraman Govindaraju | 1 | -5/+9 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -3/+3 |
2012-06-01 | Switch some getAliasSet clients to MCRegAliasIterator. | Jakob Stoklund Olesen | 1 | -7/+4 |
2012-03-04 | Use uint16_t to store register overlaps to reduce static data. | Craig Topper | 1 | -1/+1 |
2011-12-07 | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 1 | -8/+8 |
2011-06-28 | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng | 1 | -1/+1 |
2011-02-21 | Generate correct Sparc32 ABI compliant code for functions that return a struct. | Venkatraman Govindaraju | 1 | -0/+31 |
2011-02-12 | Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend. | Venkatraman Govindaraju | 1 | -0/+3 |
2011-01-20 | Sparc backend: Implements a delay slot filler that attempt to fill delay slots | Venkatraman Govindaraju | 1 | -7/+220 |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 1 | -1/+1 |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson | 1 | -1/+1 |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 1 | -1/+1 |
2010-04-02 | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner | 1 | -1/+1 |
2009-02-13 | Remove non-DebugLoc versions of buildMI from Sparc. | Dale Johannesen | 1 | -1/+1 |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 1 | -1/+1 |
2008-01-07 | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 1 | -1/+1 |
2008-01-07 | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner | 1 | -1/+1 |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 1 | -2/+2 |
2007-05-03 | Drop 'const' | Devang Patel | 1 | -2/+2 |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel | 1 | -2/+2 |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 1 | -1/+4 |
2006-12-19 | eliminate static ctors for Statistic objects. | Chris Lattner | 1 | -2/+3 |
2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 1 | -1/+1 |
2006-11-27 | Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead | Evan Cheng | 1 | -1/+1 |
2006-02-05 | Rename SPARC V8 target to be the LLVM SPARC target. | Chris Lattner | 1 | -0/+72 |