index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Sparc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-26
2
-7
/
+4
*
Don't call Predicate_* methods directly from Sparc target.
Jakob Stoklund Olesen
2010-08-17
2
-14
/
+6
*
fix emacs language spec's, patch by Edmund Grimley-Evans!
Chris Lattner
2010-08-17
1
-1
/
+1
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
2
-2
/
+2
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
2
-2
/
+2
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
2
-2
/
+2
*
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
2
-46
/
+0
*
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-14
2
-4
/
+4
*
RISC architectures get their memory operand folding for free.
Jakob Stoklund Olesen
2010-07-11
2
-67
/
+0
*
Replace copyRegToReg with copyPhysReg for Sparc.
Jakob Stoklund Olesen
2010-07-11
2
-28
/
+18
*
Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...
Evan Cheng
2010-07-07
1
-1
/
+1
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
2
-5
/
+9
*
Propagate debug loc.
Devang Patel
2010-07-06
1
-2
/
+2
*
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
1
-14
/
+13
*
Revert r107655.
Dan Gohman
2010-07-06
1
-13
/
+14
*
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
1
-14
/
+13
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
1
-5
/
+5
*
Remove isTwoAddress from Sparc.
Eric Christopher
2010-06-21
1
-1
/
+1
*
Eliminate unnecessary uses of getZExtValue().
Dan Gohman
2010-06-18
1
-3
/
+3
*
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-17
2
-5
/
+5
*
cleanup
Rafael Espindola
2010-06-02
2
-10
/
+0
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-0
/
+6
*
Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."
Jakob Stoklund Olesen
2010-05-26
1
-6
/
+0
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-0
/
+6
*
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-11
4
-4
/
+12
*
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
2
-5
/
+4
*
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-06
2
-4
/
+8
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
2
-9
/
+5
*
Delete an unnecessary reference to SelectionDAGISel::BB.
Dan Gohman
2010-04-19
1
-1
/
+0
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
4
-16
/
+16
*
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-17
3
-10
/
+21
*
Add skeleton target-specific SelectionDAGInfo files.
Dan Gohman
2010-04-16
3
-0
/
+52
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-2
/
+2
*
add newlines at end of files.
Chris Lattner
2010-04-07
1
-1
/
+1
*
Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.
Jakob Stoklund Olesen
2010-04-05
1
-5
/
+1
*
eliminate the magic AbsoluteDebugSectionOffsets MAI hook,
Chris Lattner
2010-04-04
1
-1
/
+0
*
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-04
1
-4
/
+3
*
convert the non-MCInstPrinter'ized EmitInstruction
Chris Lattner
2010-04-04
1
-2
/
+5
*
fix PrintAsmOperand and PrintAsmMemoryOperand to pass down
Chris Lattner
2010-04-04
1
-6
/
+9
*
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-04
1
-20
/
+23
*
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
3
-8
/
+7
*
tidy up
Chris Lattner
2010-03-18
1
-2
/
+2
*
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-13
1
-1
/
+1
*
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-03-13
1
-3
/
+2
*
Fix LLVM build when the user specifies CPPFLAGS on the make command line.
Jeffrey Yasskin
2010-03-12
1
-1
/
+1
*
inline GetGlobalValueSymbol into the rest its callers and
Chris Lattner
2010-03-12
1
-1
/
+2
*
Change the Value argument to eliminateFrameIndex to a type-tagged value. This
Jim Grosbach
2010-03-09
2
-2
/
+2
*
clean this up.
Chris Lattner
2010-03-06
1
-6
/
+7
*
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-03-02
1
-15
/
+1
*
Add explicit keywords.
Dan Gohman
2010-03-01
1
-1
/
+1
[next]