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