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
/
Alpha
Age
Commit message (
Expand
)
Author
2006-07-11
Ensure that dump calls that are associated with asserts are removed from
Jim Laskey
2006-07-03
These are already implemented
Andrew Lenharth
2006-07-03
0 offsets for memory operands
Andrew Lenharth
2006-06-27
this case isn't handled
Andrew Lenharth
2006-06-21
Add memory operand and int regs
Andrew Lenharth
2006-06-21
inline asm, at least for floats
Andrew Lenharth
2006-06-21
fix argument problem
Andrew Lenharth
2006-06-16
Don't pass target name into TargetData anymore, it is never used or needed.
Chris Lattner
2006-06-13
I am sure I had commited this workaround before. Perhaps soon I should sort ...
Andrew Lenharth
2006-06-13
It really helps to be returning to the correct place
Andrew Lenharth
2006-06-12
Let the alpha breakage begin. First Formals and RET. next Calls
Andrew Lenharth
2006-06-04
ignore ordered/unordered for now
Andrew Lenharth
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-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-20
Make all of the TargetMachine subclasses use the new string TargetData methods.
Owen Anderson
2006-05-18
Fix a bogus gcc warning
Andrew Lenharth
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-17
Fix call_adj.ll
Andrew Lenharth
2006-05-17
Added sanity check for obviously bogus immediates
Andrew Lenharth
2006-05-16
Move this code to a common place
Andrew Lenharth
2006-05-12
remove dead variable.
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 V9-specific stuff.
Chris Lattner
2006-05-04
Remove some more unused stuff from MachineInstr that was leftover from V9.
Chris Lattner
2006-05-03
Change from using MachineRelocation ctors to using static methods
Chris Lattner
2006-05-03
Suck block address tracking out of targets into the JIT Emitter. This
Chris Lattner
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-03
Keep the alpha JIT similar to the PPC/X86 jits
Chris Lattner
2006-05-02
Several related changes:
Chris Lattner
2006-05-02
Fix a purely hypothetical problem (for now): emitWord emits in the host
Chris Lattner
2006-05-02
Refactor the machine code emitter interface to pull the pointers for the current
Chris Lattner
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-08
Initialize SDOperand values because the gcc 4.0.2 compiler complains about
Reid Spencer
2006-04-07
Foundation for call frame information.
Jim Laskey
2006-04-06
This may be overconservative, but it lets the new cfe compile
Andrew Lenharth
2006-04-06
fix some linking problems with the new gcc
Andrew Lenharth
2006-04-03
support x * (c1 + c2) where c1 and c2 are pow2s. special case for c2 == 4
Andrew Lenharth
2006-04-03
mul by const conversion sequences. more coming soon
Andrew Lenharth
2006-04-02
This makes McCat/12-IOtest go 8x faster or so
Andrew Lenharth
2006-04-02
This will be needed soon
Andrew Lenharth
[prev]
[next]