index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Alpha
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify some methods. Patch provided by Anton Vayvod, thanks!
Chris Lattner
2006-08-17
2
-7
/
+7
*
SelectNodeTo() may return a SDOperand that is different from the input.
Evan Cheng
2006-08-16
1
-17
/
+12
*
Eliminate use of getNode that takes a vector.
Chris Lattner
2006-08-11
1
-1
/
+1
*
eliminate use of getNode that takes vector<SDOperand>. Wrap a really long line.
Chris Lattner
2006-08-11
1
-4
/
+6
*
Match tablegen changes.
Evan Cheng
2006-08-11
1
-22
/
+17
*
CALLSEQ_* produces chain even if that's not needed.
Evan Cheng
2006-08-11
1
-2
/
+4
*
Match tablegen isel changes.
Evan Cheng
2006-08-07
1
-26
/
+26
*
Remove a duplicate pattern/
Evan Cheng
2006-07-31
1
-3
/
+0
*
Remove InFlightSet hack. No longer needed.
Evan Cheng
2006-07-28
1
-1
/
+0
*
Resolve BB references with relocation.
Evan Cheng
2006-07-27
3
-20
/
+3
*
- Refactor the code that resolve basic block references to a TargetJITInfo
Evan Cheng
2006-07-25
5
-25
/
+32
*
Ensure that dump calls that are associated with asserts are removed from
Jim Laskey
2006-07-11
1
-1
/
+1
*
These are already implemented
Andrew Lenharth
2006-07-03
1
-4
/
+0
*
0 offsets for memory operands
Andrew Lenharth
2006-07-03
1
-0
/
+2
*
this case isn't handled
Andrew Lenharth
2006-06-27
1
-0
/
+2
*
Add memory operand and int regs
Andrew Lenharth
2006-06-21
3
-0
/
+46
*
inline asm, at least for floats
Andrew Lenharth
2006-06-21
3
-0
/
+58
*
fix argument problem
Andrew Lenharth
2006-06-21
1
-1
/
+5
*
Don't pass target name into TargetData anymore, it is never used or needed.
Chris Lattner
2006-06-16
1
-2
/
+1
*
I am sure I had commited this workaround before. Perhaps soon I should sort ...
Andrew Lenharth
2006-06-13
1
-6
/
+6
*
It really helps to be returning to the correct place
Andrew Lenharth
2006-06-13
3
-33
/
+17
*
Let the alpha breakage begin. First Formals and RET. next Calls
Andrew Lenharth
2006-06-12
5
-72
/
+102
*
ignore ordered/unordered for now
Andrew Lenharth
2006-06-04
2
-0
/
+153
*
Change RET node to include signness information of the return values. i.e.
Evan Cheng
2006-05-26
1
-1
/
+1
*
Assert if InflightSet is not cleared after instruction selecting a BB.
Evan Cheng
2006-05-25
1
-0
/
+1
*
Clear HandleMap and ReplaceMap after instruction selection. Or it may cause
Evan Cheng
2006-05-24
1
-0
/
+2
*
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-24
2
-2
/
+2
*
Make all of the TargetMachine subclasses use the new string TargetData methods.
Owen Anderson
2006-05-20
1
-1
/
+1
*
Fix a bogus gcc warning
Andrew Lenharth
2006-05-18
1
-2
/
+2
*
getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.
Evan Cheng
2006-05-18
3
-11
/
+31
*
Remove PointerType from class Target
Evan Cheng
2006-05-17
1
-3
/
+0
*
Fix call_adj.ll
Andrew Lenharth
2006-05-17
1
-1
/
+1
*
Added sanity check for obviously bogus immediates
Andrew Lenharth
2006-05-17
1
-0
/
+1
*
Move this code to a common place
Andrew Lenharth
2006-05-16
1
-148
/
+4
*
remove dead variable.
Chris Lattner
2006-05-12
1
-1
/
+0
*
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-12
1
-0
/
+1
*
Split SwitchSection into SwitchTo{Text|Data}Section methods.
Chris Lattner
2006-05-09
1
-5
/
+5
*
Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.
Chris Lattner
2006-05-04
1
-2
/
+2
*
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-05-04
1
-5
/
+4
*
There shalt be only one "immediate" operand type!
Chris Lattner
2006-05-04
2
-4
/
+3
*
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2006-05-04
2
-8
/
+3
*
Remove some more V9-specific stuff.
Chris Lattner
2006-05-04
1
-6
/
+1
*
Remove some more unused stuff from MachineInstr that was leftover from V9.
Chris Lattner
2006-05-04
1
-6
/
+0
*
Change from using MachineRelocation ctors to using static methods
Chris Lattner
2006-05-03
1
-3
/
+3
*
Suck block address tracking out of targets into the JIT Emitter. This
Chris Lattner
2006-05-03
1
-11
/
+4
*
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-03
3
-6
/
+9
*
Keep the alpha JIT similar to the PPC/X86 jits
Chris Lattner
2006-05-03
1
-4
/
+6
*
Several related changes:
Chris Lattner
2006-05-02
1
-1
/
+0
*
Fix a purely hypothetical problem (for now): emitWord emits in the host
Chris Lattner
2006-05-02
2
-6
/
+2
*
Refactor the machine code emitter interface to pull the pointers for the current
Chris Lattner
2006-05-02
1
-5
/
+9
[next]