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
*
Make register scavenging happy by not using a reg (CR0) that isn't defined
Nate Begeman
2008-02-13
1
-1
/
+1
*
commuteInstr() can now commute non-ssa machine instrs.
Evan Cheng
2008-02-13
2
-0
/
+19
*
Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.
Dan Gohman
2008-02-13
9
-40
/
+38
*
__DATA not __DATA__ is the right segment name on darwin.
Dale Johannesen
2008-02-12
2
-2
/
+2
*
Remove some dead code
Nate Begeman
2008-02-12
1
-7
/
+3
*
SSE4.1 64b integer insert/extract pattern support
Nate Begeman
2008-02-12
4
-41
/
+73
*
Revert r46916 PPCTargetAsmInfo.cpp.
Evan Cheng
2008-02-12
1
-2
/
+2
*
Only using x86-64 rip relative addressing in non-staic mode?
Evan Cheng
2008-02-12
1
-4
/
+8
*
Update comment.
Evan Cheng
2008-02-12
1
-2
/
+2
*
Unbreak various insert_vector_elt and extract_vector_elt tests in presence of...
Evan Cheng
2008-02-12
1
-4
/
+4
*
Stuff noticed while grepping code
Nate Begeman
2008-02-11
1
-65
/
+7
*
Enable SSE4 codegen and pattern matching.
Nate Begeman
2008-02-11
5
-25
/
+242
*
additional missing feature
Nate Begeman
2008-02-11
1
-0
/
+1
*
xmm0 variable blends
Nate Begeman
2008-02-10
1
-2
/
+27
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
54
-104
/
+114
*
Match GCC's behaviour for these sections.
Nick Lewycky
2008-02-10
1
-2
/
+2
*
memopv16i8 had wrong alignment requirement, would have broken pabsb
Nate Begeman
2008-02-09
1
-129
/
+193
*
Skeleton of insert and extract matching, more to come
Nate Begeman
2008-02-09
1
-2
/
+62
*
Tablegen support for insert & extract element matching
Nate Begeman
2008-02-09
1
-0
/
+16
*
It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...
Evan Cheng
2008-02-08
14
-33
/
+101
*
64-bit (MMX) vectors do not need restrictive alignment.
Dale Johannesen
2008-02-08
1
-6
/
+4
*
Avoid needlessly casting away const qualifiers.
Dan Gohman
2008-02-08
4
-8
/
+8
*
Added missing entries in X86 load / store folding tables.
Evan Cheng
2008-02-08
1
-0
/
+8
*
Follow Chris' suggestion; change the PseudoSourceValue accessors
Dan Gohman
2008-02-07
2
-15
/
+15
*
Add SourceValue information for outgoing argument stores on x86.
Dan Gohman
2008-02-07
1
-2
/
+4
*
Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ...
Evan Cheng
2008-02-07
5
-49
/
+30
*
In some cases, e.g. ADD32ri, no transformation is made. Guide against it.
Evan Cheng
2008-02-07
1
-0
/
+2
*
Re-apply the memory operand changes, with a fix for the static
Dan Gohman
2008-02-06
6
-94
/
+102
*
Move to getCALLSEQ_END to ensure CALLSEQ_END node produces a flag. This is co...
Evan Cheng
2008-02-05
1
-2
/
+7
*
Implement sseregparm.
Dale Johannesen
2008-02-05
2
-4
/
+18
*
Ident mnemonics appropriately
Nate Begeman
2008-02-05
1
-4
/
+4
*
Dwarf requires variable entries to be in the source order. Right now, since w...
Evan Cheng
2008-02-04
8
-8
/
+0
*
This method should be virtual
Nate Begeman
2008-02-04
1
-1
/
+1
*
Eliminate some redundant code.
Nate Begeman
2008-02-04
1
-7
/
+1
*
The rest of the SSE4.1 intrinsic patterns that are obvious to me. Getting
Nate Begeman
2008-02-04
1
-8
/
+45
*
Some more SSE 4.1 intrinsic patterns.
Nate Begeman
2008-02-04
1
-31
/
+94
*
SSE 4.1 Intrinsics and detection
Nate Begeman
2008-02-03
6
-1
/
+119
*
explicitly include Compiler.h instead of getting it from tblgen in the middle...
Chris Lattner
2008-02-03
4
-0
/
+4
*
don't do ReplaceUses on a result that doesn't exist.
Chris Lattner
2008-02-03
1
-2
/
+4
*
Get rid of the annoying blank lines before labels.
Evan Cheng
2008-02-02
9
-11
/
+1
*
Don't use uninitialized values. Fixes vec_align.ll on X86 Linux.
Nick Lewycky
2008-02-02
1
-1
/
+1
*
Unbreak ppc debug support.
Evan Cheng
2008-02-02
1
-0
/
+3
*
SDIsel processes llvm.dbg.declare by recording the variable debug information...
Evan Cheng
2008-02-02
10
-2
/
+21
*
Frame index can be negative.
Evan Cheng
2008-02-02
3
-3
/
+3
*
CBackend: Implement unaligned load/store.
Lauro Ramos Venancio
2008-02-01
1
-14
/
+35
*
Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...
Evan Cheng
2008-02-01
2
-20
/
+0
*
Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...
Evan Cheng
2008-01-31
6
-97
/
+94
*
Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...
Evan Cheng
2008-01-31
4
-12
/
+12
*
Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex...
Christopher Lamb
2008-01-31
1
-1
/
+9
*
Add x86 specific getFrameIndexOffset(). This fixes local variable debugging i...
Evan Cheng
2008-01-31
2
-0
/
+15
[next]