index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-10-04
Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an
Evan Cheng
2006-09-14
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-09-12
Reflects MachineConstantPoolEntry changes.
Evan Cheng
2006-09-07
1. Remove condition on delete.
Jim Laskey
2006-09-07
Make target asm info a property of the target machine.
Jim Laskey
2006-09-07
Break out target asm info into separate files.
Jim Laskey
2006-09-06
Separate target specific asm properties from the asm printers.
Jim Laskey
2006-09-05
Completely eliminate def&use operands. Now a register operand is EITHER a
Chris Lattner
2006-09-04
add setJumpBufSize() and setJumpBufAlignment() to target-lowering.
Duraid Madina
2006-09-04
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-09-03
Simplify target construction.
Chris Lattner
2006-08-27
Do not use getTargetNode() and SelectNodeTo() which takes more than 3
Evan Cheng
2006-08-26
Fix target matching weights, so that ppc-darwin modules are codegen with the
Chris Lattner
2006-08-26
SelectNodeTo now returns a SDNode*.
Evan Cheng
2006-08-26
Select() no longer require Result operand by reference.
Evan Cheng
2006-08-26
Match tblgen changes.
Evan Cheng
2006-08-17
Constify some methods. Patch provided by Anton Vayvod, thanks!
Chris Lattner
2006-08-16
SelectNodeTo() may return a SDOperand that is different from the input.
Evan Cheng
2006-08-16
RET_FLAG has an optional input flag, but it does not produce a flag result.
Evan Cheng
2006-08-11
Eliminate use of getNode that takes a vector.
Chris Lattner
2006-08-11
eliminate use of getNode that takes vector of operands.
Chris Lattner
2006-08-11
Match tablegen changes.
Evan Cheng
2006-08-07
Match tablegen isel changes.
Evan Cheng
2006-08-03
remove a dead proto
Chris Lattner
2006-07-31
Remove a duplicate pattern.
Evan Cheng
2006-07-28
Remove InFlightSet hack. No longer needed.
Evan Cheng
2006-07-27
Remove NodeDepth
Evan Cheng
2006-07-11
It was pointed out that DEBUG() is only available with -debug.
Jim Laskey
2006-07-11
Ensure that dump calls that are associated with asserts are removed from
Jim Laskey
2006-06-16
Don't pass target name into TargetData anymore, it is never used or needed.
Chris Lattner
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
[prev]
[next]