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
*
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
*
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
*
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-03-02
1
-8
/
+2
*
Move TLOF implementations to libCodegen to resolve layering violation.
Anton Korobeynikov
2010-02-15
1
-1
/
+1
*
Remove an assumption of default arguments. This is in anticipation of a
David Greene
2010-02-15
1
-2
/
+3
*
print all the newlines at the end of instructions with
Chris Lattner
2010-02-10
1
-1
/
+1
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-1
/
+1
*
rejigger the world so that EmitInstruction prints the \n at
Chris Lattner
2010-02-03
1
-1
/
+4
*
Revert 95130.
Evan Cheng
2010-02-02
2
-2
/
+1
*
refactor code so that LLVMTargetMachine creates the asmstreamer and
Chris Lattner
2010-02-02
1
-2
/
+3
*
Pass callsite return type to TargetLowering::LowerCall and use that to check ...
Evan Cheng
2010-02-02
2
-1
/
+2
*
switch blackfin to the default runOnMachineFunction
Chris Lattner
2010-01-28
1
-43
/
+1
*
Remove the argument from EmitJumpTableInfo, because it doesn't need it.
Chris Lattner
2010-01-28
1
-1
/
+1
*
switch blackfin to use EmitFunctionHeader. BlackfinAsmPrinter.cpp
Chris Lattner
2010-01-27
1
-37
/
+5
[next]