Owen Anderson
|
718cb665ca
|
Add lengthof and endof templates that hide a lot of sizeof computations.
Patch by Sterling Stein!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41758 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-07 04:06:50 +00:00 |
|
Dale Johannesen
|
13e8b51e3e
|
Handle blocks with 2 unconditional branches in AnalyzeBranch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37571 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-06-13 17:59:52 +00:00 |
|
Evan Cheng
|
bfd2ec4a8e
|
Add a utility routine to check for unpredicated terminator instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37528 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-06-08 21:59:56 +00:00 |
|
Evan Cheng
|
126f17a176
|
BlockHasNoFallThrough() now returns true if block ends with a return instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37266 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-05-21 18:44:17 +00:00 |
|
Evan Cheng
|
b5cdaa257e
|
RemoveBranch() and InsertBranch() now returns number of instructions deleted / inserted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37192 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-05-18 00:05:48 +00:00 |
|
Evan Cheng
|
1e341729dd
|
Relex assertions to account for additional implicit def / use operands.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36430 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-04-25 07:12:14 +00:00 |
|
Bill Wendling
|
f5da13367f
|
What should be the last unnecessary <iostream>s in the library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32333 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-12-07 22:21:48 +00:00 |
|
Evan Cheng
|
c0f64ffab9
|
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
of opcode and number of operands.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31947 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-11-27 23:37:22 +00:00 |
|
Evan Cheng
|
7ce4578353
|
Matches MachineInstr changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31712 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-11-13 23:36:35 +00:00 |
|
Andrew Lenharth
|
6bbf6b0b65
|
more shotenning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31331 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-10-31 23:46:56 +00:00 |
|
Andrew Lenharth
|
f81173f70e
|
Add all that branch mangling niftiness
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31313 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-10-31 16:49:55 +00:00 |
|
Rafael Espindola
|
3d7d39ab15
|
fix warning about missing newline at end of file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31162 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-10-24 17:07:11 +00:00 |
|
Chris Lattner
|
0476b28525
|
implement uncond branch insertion so alpha works work branchfolding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31158 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-10-24 16:41:36 +00:00 |
|
Andrew Lenharth
|
ddc877ccae
|
these are copies too
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26653 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-03-09 18:18:51 +00:00 |
|
Andrew Lenharth
|
133d3100ea
|
isStoreToStackSlot
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25925 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-02-03 03:07:37 +00:00 |
|
Chris Lattner
|
4083960147
|
Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far more logical place. Other methods should also be moved if anyoneis interested. :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25913 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-02-02 20:12:32 +00:00 |
|
Andrew Lenharth
|
5cefc5e64d
|
whatever. Intermediate patch to see what breaks. Seems ok.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24260 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-11-09 19:17:08 +00:00 |
|
Misha Brukman
|
4633f1cde8
|
Remove trailing whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21424 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-04-21 23:13:11 +00:00 |
|
Misha Brukman
|
2a8350a25c
|
Make the rest of file header comments consistent in format and style
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20048 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-02-05 02:24:26 +00:00 |
|
Andrew Lenharth
|
3e98fde96b
|
initial fp support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19847 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-01-26 21:54:09 +00:00 |
|
Andrew Lenharth
|
2d6f022a98
|
Clean ups, and taught the instruction selector about immediate forms
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19816 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-01-24 19:44:07 +00:00 |
|
Andrew Lenharth
|
304d0f3076
|
Let me introduce you to the early stages of the llvm backend for the alpha processor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19764 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-01-22 23:41:55 +00:00 |
|