index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Blackfin
Age
Commit message (
Expand
)
Author
2010-08-26
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-06
Remove empty processFunctionBeforeFrameFinalized(). The default
Jim Grosbach
2010-07-16
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-14
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-11
Make getPhysicalRegisterRegClass non-virtual. Should be able to remove it soon.
Rafael Espindola
2010-07-11
Replace copyRegToReg with copyPhysReg for Blackfin.
Jakob Stoklund Olesen
2010-07-07
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-06
Propagate debug loc.
Devang Patel
2010-07-03
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-06-21
Remove isTwoAddress from Blackfin.
Eric Christopher
2010-06-18
Change UpdateNodeOperands' operand and return value from SDValue to
Dan Gohman
2010-06-17
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-02
cleanup
Rafael Espindola
2010-05-26
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."
Jakob Stoklund Olesen
2010-05-26
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-25
Remove NumberHack entirely.
Jakob Stoklund Olesen
2010-05-24
Switch SubRegSet to using symbolic SubRegIndices
Jakob Stoklund Olesen
2010-05-24
Replace the tablegen RegisterClass field SubRegClassList with an alist-like data
Jakob Stoklund Olesen
2010-05-24
Add the SubRegIndex TableGen class.
Jakob Stoklund Olesen
2010-05-14
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-05-11
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-06
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-04-21
Implement -disable-non-leaf-fp-elim which disable frame pointer elimination
Evan Cheng
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-16
Add skeleton target-specific SelectionDAGInfo files.
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-05
prune some #includes.
Chris Lattner
2010-04-04
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-04
convert the non-MCInstPrinter'ized EmitInstruction
Chris Lattner
2010-04-04
fix PrintAsmOperand and PrintAsmMemoryOperand to pass down
Chris Lattner
2010-04-04
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-03
asmstreamerize the .size directive for function bodies, force clients
Chris Lattner
2010-04-02
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-03-29
Make isInt?? and isUint?? template specializations of the generic versions. This
Benjamin Kramer
2010-03-23
[llvm_void_ty] is no longer needed for result types,
Chris Lattner
2010-03-22
Completely remove Blackfin patterns that thought JustCC was i1.
Jakob Stoklund Olesen
2010-03-19
set SDNPVariadic on nodes throughout the rest of the targets that
Chris Lattner
2010-03-19
disable some illegal blackfin patterns. sext from i32 to i32 can never
Chris Lattner
2010-03-18
Check if function names start with "llvm." before trying to lookup them up as
Bob Wilson
2010-03-13
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-13
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-03-12
Fix LLVM build when the user specifies CPPFLAGS on the make command line.
Jeffrey Yasskin
2010-03-12
inline GetGlobalValueSymbol into the rest its callers and
Chris Lattner
2010-03-09
Change the Value argument to eliminateFrameIndex to a type-tagged value. This
Jim Grosbach
2010-03-02
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-02-15
Move TLOF implementations to libCodegen to resolve layering violation.
Anton Korobeynikov
2010-02-15
Remove an assumption of default arguments. This is in anticipation of a
David Greene
[next]