index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PowerPC
/
PPCBranchSelector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-1
/
+1
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Infrastructure for getting the machine code size of a function and an instruc...
Nicolas Geoffray
2008-04-16
1
-22
/
+2
*
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-03-15
1
-6
/
+0
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Remove isReg, isImm, and isMBB, and change all their users to use
Dan Gohman
2007-09-14
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
Make LABEL a builtin opcode.
Jim Laskey
2007-01-26
1
-0
/
+3
*
eliminate static ctors for Statistic objects.
Chris Lattner
2006-12-19
1
-2
/
+2
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-1
/
+1
*
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
1
-2
/
+3
*
Rewrite the branch selector to be correct in the face of large functions.
Chris Lattner
2006-11-18
1
-84
/
+101
*
convert PPC::BCC to use the 'pred' operand instead of separate predicate
Chris Lattner
2006-11-17
1
-2
/
+2
*
rename PPC::COND_BRANCH to PPC::BCC
Chris Lattner
2006-11-17
1
-3
/
+3
*
start using PPC predicates more consistently.
Chris Lattner
2006-11-17
1
-5
/
+23
*
Typo. Fix the nightly tests.
Jim Laskey
2006-11-17
1
-1
/
+1
*
implement a todo: change a map into a vector
Chris Lattner
2006-11-17
1
-6
/
+6
*
fix typo
Chris Lattner
2006-11-17
1
-2
/
+2
*
implicit_def_vrrc doesn't generate code.
Chris Lattner
2006-11-16
1
-31
/
+31
*
add a statistic
Chris Lattner
2006-11-16
1
-1
/
+6
*
Correctly handle instruction separators.
Chris Lattner
2006-10-13
1
-14
/
+11
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
1
-1
/
+1
*
Add a comment.
Evan Cheng
2006-08-25
1
-0
/
+1
*
Encode pc-relative conditional branch offset as pc+(num of bytes / 4). The
Evan Cheng
2006-08-25
1
-1
/
+1
*
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-06-28
1
-1
/
+2
*
Implement 64-bit undef, sub, shl/shr, srem/urem
Chris Lattner
2006-06-27
1
-1
/
+2
*
There shalt be only one "immediate" operand type!
Chris Lattner
2006-05-04
1
-1
/
+1
*
Remove BRTWOWAY*
Nate Begeman
2006-03-17
1
-6
/
+2
*
Rename BSel -> PPCBSel for the benefit of doxygen users.
Chris Lattner
2006-02-08
1
-105
/
+115
*
More PPC32 -> PPC changes, as well as merging some classes that were
Nate Begeman
2005-10-16
1
-2
/
+2
*
Rename PPC32*.h to PPC*.h
Chris Lattner
2005-10-14
1
-1
/
+1
*
Rename PowerPC*.h to PPC*.h
Chris Lattner
2005-10-14
1
-0
/
+145
[prev]