index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SparcV9
/
InstrSelection
Age
Commit message (
Expand
)
Author
2004-08-04
All the SparcV9 BURG instruction selector pieces have been collected into the
Brian Gaeke
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403:
Chris Lattner
2004-07-27
Convert many of the virtual TargetInstrInfo methods used as helper
Brian Gaeke
2004-07-18
bug 122:
Reid Spencer
2004-07-16
IA64 compat
Chris Lattner
2004-07-15
Patches towards fixing PR341
Chris Lattner
2004-07-14
Add Machine-CFG edges to SparcV9 MachineBasicBlocks.
Brian Gaeke
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-06-26
There is no reason to print ValueType here
Chris Lattner
2004-06-20
Move the IntrinsicLowering header into the CodeGen directory, as per PR346
Chris Lattner
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-08
Add a TmpInstruction ctor that doesn't take a MCFI.
Brian Gaeke
2004-06-02
Convert to the new TargetMachine interface.
Chris Lattner
2004-05-30
Insert machine instructions generated for Phi nodes into their
Brian Gaeke
2004-05-29
Remove unused #include.
Brian Gaeke
2004-05-29
Add comments.
Brian Gaeke
2004-05-29
Trim whitespace.
Brian Gaeke
2004-05-29
Give InsertCodeForPhis() a new documentation comment.
Brian Gaeke
2004-05-28
Give PhiCp nodes better names in many cases.
Brian Gaeke
2004-04-23
Include SparcV9RegInfo.h instead of TargetRegInfo.h.
Brian Gaeke
2004-04-07
Don't include InstrSelectionSupport.h.
Brian Gaeke
2004-04-07
Don't include InstrSelectionSupport.h.
Brian Gaeke
2004-03-13
Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to
Chris Lattner
2004-02-29
Move the private MachineInstrAnnot.h into a private directory.
Chris Lattner
2004-02-25
Great renaming: Sparc --> SparcV9
Brian Gaeke
2004-02-13
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-12
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-11
MachineInstr::getOpCode() --> getOpcode() in SPARC back-end.
Brian Gaeke
2004-01-09
Move InstrSelection into lib/Target/Sparc, as it's sparc specific. This
Chris Lattner
2003-12-28
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
Chris Lattner
2003-12-28
Whoops, don't try to lower non intrinsic calls
Chris Lattner
2003-12-28
Use the intrinsic lowering functionality
Chris Lattner
2003-12-14
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-12-10
This appears to fix Bug 172 and does not break any other feature tests or
John Criswell
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-23
Make code layout more consistent.
Misha Brukman
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-19
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-15
Decrease usage of use_size()
Chris Lattner
2003-09-17
Fixed spelling.
Misha Brukman
2003-08-21
The word `dependent' has no `a'.
Misha Brukman
2003-08-14
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-07-29
All constant-evaluation code now unified into
Vikram S. Adve
2003-07-26
Making this code const-correct would be a pain, so I'll hack it.
Chris Lattner
2003-07-23
Remove unnecessary casts
Chris Lattner
2003-07-23
Remove using decl
Chris Lattner
2003-07-06
Choose register instead of immediate for ConstantExpr in ChooseRegOrImmed.
Vikram S. Adve
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-16
Actually, change it to use explicit new/delete, which is more likely to be
Chris Lattner
[next]