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
/
IA64
Age
Commit message (
Expand
)
Author
2006-05-26
Change RET node to include signness information of the return values. i.e.
Evan Cheng
2006-05-25
Assert if InflightSet is not cleared after instruction selecting a BB.
Evan Cheng
2006-05-24
Clear HandleMap and ReplaceMap after instruction selection. Or it may cause
Evan Cheng
2006-05-20
Make all of the TargetMachine subclasses use the new string TargetData methods.
Owen Anderson
2006-05-18
getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.
Evan Cheng
2006-05-17
Remove PointerType from class Target
Evan Cheng
2006-05-16
Move this code to a common place
Andrew Lenharth
2006-05-12
Fix build breakage :(
Chris Lattner
2006-05-12
Actually override the right method. :)
Chris Lattner
2006-05-12
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-09
Split SwitchSection into SwitchTo{Text|Data}Section methods.
Chris Lattner
2006-05-04
Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.
Chris Lattner
2006-05-04
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-05-04
There shalt be only one "immediate" operand type!
Chris Lattner
2006-05-04
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2006-05-04
Remove some more unused stuff from MachineInstr that was leftover from V9.
Chris Lattner
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-02
Extend printBasicBlockLabel a bit so that it can be used to print all
Nate Begeman
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-08
Disable switch lowering for targets based on the selection dag isel,
Nate Begeman
2006-04-07
Foundation for call frame information.
Jim Laskey
2006-03-28
Expose base register for DwarfWriter. Refactor code accordingly.
Jim Laskey
2006-03-27
Translate llvm target registers to dwarf register numbers properly.
Jim Laskey
2006-03-25
#include Intrinsics.h into all dag isels
Chris Lattner
2006-03-24
Add dwarf register numbering to register data.
Jim Laskey
2006-03-23
Add support to locate local variables in frames (early version.)
Jim Laskey
2006-03-23
Eliminate IntrinsicLowering from TargetMachine.
Chris Lattner
2006-03-17
Remove BRTWOWAY*
Nate Begeman
2006-03-13
Added getTargetLowering() to TargetMachine. Refactored targets to support this.
Evan Cheng
2006-03-09
Add support for 'special' llvm globals like debug info and static ctors/dtors.
Chris Lattner
2006-03-08
doo de doo
Duraid Madina
2006-03-05
Copysign needs to be expanded everywhere. Note that Alpha and IA64 should
Chris Lattner
2006-02-16
distinguish between objects and register names, now we can have stuff
Duraid Madina
2006-02-13
Switch targets over to using SelectionDAG::getCALLSEQ_START to create
Chris Lattner
2006-02-11
fix storing booleans (grawp missed this one)
Duraid Madina
2006-02-11
now short immediates will get matched (previously constants were all
Duraid Madina
2006-02-09
Match getTargetNode() changes (now return SDNode* instead of SDOperand).
Evan Cheng
2006-02-09
Change Select() from
Evan Cheng
2006-02-05
Use SelectRoot() as entry of any tblgen based isel.
Evan Cheng
2006-02-01
Fix some of the stuff in the PPC README file, and clean up legalization
Nate Begeman
2006-01-31
Allow the specification of explicit alignments for constant pool entries.
Evan Cheng
2006-01-29
Targets all now request ConstantFP to be legalized into TargetConstantFP.
Chris Lattner
2006-01-28
Implement Promote for VAARG, and allow it to be custom promoted for people
Nate Begeman
2006-01-28
Remove some dead code
Chris Lattner
2006-01-27
Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for
Nate Begeman
2006-01-27
PHI and INLINEASM are now built-in instructions provided by Target.td
Chris Lattner
2006-01-26
fix stack corruption! Previously, 16-byte whole-FP-register stores were
Duraid Madina
2006-01-26
some hoovering
Duraid Madina
2006-01-25
Set SchedulingForLatency to be the default scheduling preference for all.
Evan Cheng
2006-01-25
First part of bug 680:
Nate Begeman
[next]