index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
We actually do support object file writing, so don't return true (error)
Nate Begeman
2006-09-08
1
-3
/
+1
*
- Identify a vector_shuffle that can be turned into an undef, e.g.
Evan Cheng
2006-09-08
1
-15
/
+41
*
1. Remove condition on delete.
Jim Laskey
2006-09-07
13
-37
/
+57
*
add a new value for the command line optn
Chris Lattner
2006-09-07
1
-1
/
+1
*
Fix a cross-build issue. The asmsyntax shouldn't be affected by the build
Chris Lattner
2006-09-07
1
-8
/
+12
*
Make target asm info a property of the target machine.
Jim Laskey
2006-09-07
19
-192
/
+59
*
Break out target asm info into separate files.
Jim Laskey
2006-09-07
12
-0
/
+437
*
Eliminate X86ISD::TEST, using X86ISD::CMP instead. Match X86ISD::CMP patterns
Chris Lattner
2006-09-07
2
-29
/
+35
*
Some notes on better load folding we could do
Chris Lattner
2006-09-07
1
-0
/
+2
*
Consistency.
Evan Cheng
2006-09-07
1
-1
/
+1
*
Make the x86 asm flavor part of the subtarget info.
Jim Laskey
2006-09-07
3
-24
/
+34
*
Clean up.
Evan Cheng
2006-09-07
1
-2
/
+2
*
Watch out for variable_ops instructions.
Evan Cheng
2006-09-06
1
-1
/
+1
*
Variable ops instructions may ignore the last few operands for code emission.
Evan Cheng
2006-09-06
1
-1
/
+3
*
Oops - forgot to update banner.
Jim Laskey
2006-09-06
1
-1
/
+1
*
Separate target specifc asm properties from asm printers.
Jim Laskey
2006-09-06
1
-0
/
+74
*
Separate target specific asm properties from the asm printers.
Jim Laskey
2006-09-06
13
-164
/
+188
*
add the orr instruction
Rafael Espindola
2006-09-06
1
-0
/
+4
*
Bugfix to work with the two-addr changes that have been made in the tree rece...
Chris Lattner
2006-09-05
1
-1
/
+2
*
Fix a few dejagnu failures. e.g. fast-cc-merge-stack-adj.ll
Evan Cheng
2006-09-05
1
-2
/
+2
*
JIT encoding bug.
Evan Cheng
2006-09-05
1
-1
/
+1
*
Update the X86 JIT to make it work with the new two-addr changes. This also
Chris Lattner
2006-09-05
1
-41
/
+52
*
Completely eliminate def&use operands. Now a register operand is EITHER a
Chris Lattner
2006-09-05
6
-39
/
+49
*
Fix a long-standing wart in the code generator: two-address instruction lowering
Chris Lattner
2006-09-05
3
-487
/
+473
*
jmp_bufs are this big on alpha.
Andrew Lenharth
2006-09-05
1
-0
/
+3
*
add support for returning 64bit values
Rafael Espindola
2006-09-04
1
-0
/
+9
*
Fix some X86 JIT failures. This should really come from TargetJITInfo.
Chris Lattner
2006-09-04
1
-0
/
+3
*
add setJumpBufSize() and setJumpBufAlignment() to target-lowering.
Duraid Madina
2006-09-04
1
-0
/
+3
*
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-09-04
21
-519
/
+165
*
Add accessor
Chris Lattner
2006-09-04
1
-0
/
+1
*
remove #include
Chris Lattner
2006-09-04
1
-1
/
+1
*
Simplify target construction.
Chris Lattner
2006-09-03
8
-14
/
+7
*
add the SETULT condition code
Rafael Espindola
2006-09-03
1
-0
/
+1
*
add more condition codes
Rafael Espindola
2006-09-02
2
-2
/
+30
*
Oops. Bad typo. Without the check of N1.hasOneUse() bad things can happen.
Evan Cheng
2006-09-01
1
-2
/
+2
*
Use a couple of multiclass patterns to factor some integer ops.
Chris Lattner
2006-09-01
2
-135
/
+51
*
remove a bunch of comments
Chris Lattner
2006-09-01
1
-54
/
+0
*
Minor asm fix.
Evan Cheng
2006-08-29
2
-2
/
+5
*
Remove dead code.
Evan Cheng
2006-08-29
1
-4
/
+0
*
Don't performance load/op/store transformation if op produces a floating point
Evan Cheng
2006-08-29
1
-1
/
+3
*
- Enable x86 isel preprocessing by default unless -fast is specified.
Evan Cheng
2006-08-29
3
-8
/
+13
*
Handle callee saved registers in dwarf frame info (lead up to exception
Jim Laskey
2006-08-29
1
-6
/
+13
*
Tidy up options.
Jim Laskey
2006-08-29
1
-9
/
+9
*
Avoid making unneeded load/mod/store transformation which can hurt performance.
Evan Cheng
2006-08-29
1
-5
/
+10
*
Make ppc64 jit kinda work right. About 2/3 of Olden passes with this,
Nate Begeman
2006-08-29
3
-31
/
+133
*
On Mac, print jump table entries after the function to work around a linker i...
Evan Cheng
2006-08-28
1
-3
/
+6
*
Add an optional pass to preprocess the DAG before x86 isel to allow selecting...
Evan Cheng
2006-08-28
1
-0
/
+130
*
For PR387:
Reid Spencer
2006-08-28
2
-0
/
+5
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
9
-9
/
+9
*
Do not use getTargetNode() and SelectNodeTo() which takes more than 3
Evan Cheng
2006-08-27
4
-66
/
+77
[next]