index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Blackfin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
5
-27
/
+35
*
Attempt to unbreak cmake-based builds
Anton Korobeynikov
2010-11-15
1
-0
/
+1
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
6
-77
/
+146
*
move all the target's asmprinters into the main target. The piece
Chris Lattner
2010-11-14
5
-23
/
+2
*
Inline asm multiple alternative constraints development phase 2 - improved ba...
John Thompson
2010-10-29
2
-0
/
+53
*
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-09-21
1
-4
/
+2
*
update a bunch of code to use the MachinePointerInfo version of getStore.
Chris Lattner
2010-09-21
1
-2
/
+1
*
convert the targets off the non-MachinePointerInfo of getLoad.
Chris Lattner
2010-09-21
1
-1
/
+2
*
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-26
2
-10
/
+7
*
Remove empty processFunctionBeforeFrameFinalized(). The default
Jim Grosbach
2010-08-06
2
-6
/
+0
*
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
2
-32
/
+0
*
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-14
2
-3
/
+3
*
Make getPhysicalRegisterRegClass non-virtual. Should be able to remove it soon.
Rafael Espindola
2010-07-11
2
-22
/
+0
*
Replace copyRegToReg with copyPhysReg for Blackfin.
Jakob Stoklund Olesen
2010-07-11
2
-55
/
+57
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
2
-2
/
+6
*
Propagate debug loc.
Devang Patel
2010-07-06
1
-2
/
+2
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
1
-2
/
+1
*
Remove isTwoAddress from Blackfin.
Eric Christopher
2010-06-21
1
-6
/
+6
*
Change UpdateNodeOperands' operand and return value from SDValue to
Dan Gohman
2010-06-18
1
-2
/
+2
*
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-17
2
-5
/
+4
*
cleanup
Rafael Espindola
2010-06-02
2
-14
/
+0
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-24
/
+4
*
Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."
Jakob Stoklund Olesen
2010-05-26
1
-4
/
+24
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-24
/
+4
*
Remove NumberHack entirely.
Jakob Stoklund Olesen
2010-05-25
1
-3
/
+3
*
Switch SubRegSet to using symbolic SubRegIndices
Jakob Stoklund Olesen
2010-05-24
1
-4
/
+4
*
Replace the tablegen RegisterClass field SubRegClassList with an alist-like data
Jakob Stoklund Olesen
2010-05-24
1
-3
/
+3
*
Add the SubRegIndex TableGen class.
Jakob Stoklund Olesen
2010-05-24
4
-34
/
+27
*
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-05-14
1
-3
/
+3
*
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-11
4
-3
/
+13
*
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
2
-4
/
+4
*
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-06
2
-4
/
+8
*
Implement -disable-non-leaf-fp-elim which disable frame pointer elimination
Evan Cheng
2010-04-21
1
-1
/
+2
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
4
-19
/
+21
*
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-17
1
-3
/
+0
*
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
-1
/
+1
*
prune some #includes.
Chris Lattner
2010-04-05
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
/
+4
*
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
-11
/
+13
*
asmstreamerize the .size directive for function bodies, force clients
Chris Lattner
2010-04-03
1
-1
/
+1
*
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
2
-19
/
+15
*
Make isInt?? and isUint?? template specializations of the generic versions. This
Benjamin Kramer
2010-03-29
2
-9
/
+9
*
[llvm_void_ty] is no longer needed for result types,
Chris Lattner
2010-03-23
1
-3
/
+3
*
Completely remove Blackfin patterns that thought JustCC was i1.
Jakob Stoklund Olesen
2010-03-22
1
-14
/
+1
*
set SDNPVariadic on nodes throughout the rest of the targets that
Chris Lattner
2010-03-19
1
-1
/
+2
*
disable some illegal blackfin patterns. sext from i32 to i32 can never
Chris Lattner
2010-03-19
1
-5
/
+5
*
Check if function names start with "llvm." before trying to lookup them up as
Bob Wilson
2010-03-18
1
-0
/
+4
[next]