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
/
Alpha
/
AlphaInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "Control reaches the end of non-void function" warnings,
Chris Lattner
2008-03-30
1
-0
/
+1
*
It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...
Evan Cheng
2008-02-08
1
-3
/
+4
*
remove MachineOpCode typedef.
Chris Lattner
2008-01-07
1
-1
/
+1
*
Move even more functionality from MRegisterInfo into TargetInstrInfo.
Owen Anderson
2008-01-07
1
-0
/
+37
*
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
1
-0
/
+95
*
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
Chris Lattner
2008-01-01
1
-1
/
+1
*
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-31
1
-0
/
+23
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-7
/
+7
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-07
1
-1
/
+2
*
Handle blocks with 2 unconditional branches in AnalyzeBranch.
Dale Johannesen
2007-06-13
1
-0
/
+10
*
Add a utility routine to check for unpredicated terminator instruction.
Evan Cheng
2007-06-08
1
-3
/
+3
*
BlockHasNoFallThrough() now returns true if block ends with a return instruct...
Evan Cheng
2007-05-21
1
-0
/
+2
*
RemoveBranch() and InsertBranch() now returns number of instructions deleted ...
Evan Cheng
2007-05-18
1
-7
/
+9
*
Relex assertions to account for additional implicit def / use operands.
Evan Cheng
2007-04-25
1
-1
/
+1
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-1
/
+0
*
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
1
-7
/
+7
*
Matches MachineInstr changes.
Evan Cheng
2006-11-13
1
-1
/
+2
*
more shotenning
Andrew Lenharth
2006-10-31
1
-2
/
+2
*
Add all that branch mangling niftiness
Andrew Lenharth
2006-10-31
1
-3
/
+163
*
fix warning about missing newline at end of file
Rafael Espindola
2006-10-24
1
-1
/
+1
*
implement uncond branch insertion so alpha works work branchfolding.
Chris Lattner
2006-10-24
1
-0
/
+7
*
these are copies too
Andrew Lenharth
2006-03-09
1
-1
/
+5
*
isStoreToStackSlot
Andrew Lenharth
2006-02-03
1
-0
/
+18
*
Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...
Chris Lattner
2006-02-02
1
-0
/
+19
*
whatever. Intermediate patch to see what breaks. Seems ok.
Andrew Lenharth
2005-11-09
1
-1
/
+3
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-2
/
+2
*
Make the rest of file header comments consistent in format and style
Misha Brukman
2005-02-05
1
-1
/
+1
*
initial fp support
Andrew Lenharth
2005-01-26
1
-1
/
+1
*
Clean ups, and taught the instruction selector about immediate forms
Andrew Lenharth
2005-01-24
1
-2
/
+1
*
Let me introduce you to the early stages of the llvm backend for the alpha pr...
Andrew Lenharth
2005-01-22
1
-0
/
+43