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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Also print alignment.
Evan Cheng
2008-02-08
1
-1
/
+1
*
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
*
Avoid needlessly casting away const qualifiers.
Dan Gohman
2008-02-08
1
-2
/
+2
*
Added missing entries in X86 load / store folding tables.
Evan Cheng
2008-02-08
1
-0
/
+8
*
Remove remnant of load folding in local register allocator. Patch by Holger S...
Evan Cheng
2008-02-07
1
-7
/
+1
*
Follow Chris' suggestion; change the PseudoSourceValue accessors
Dan Gohman
2008-02-07
5
-39
/
+39
*
Add SourceValue information for outgoing argument stores on x86.
Dan Gohman
2008-02-07
1
-2
/
+4
*
Don't abort if a MemOperand is missing a SourceValue; just print it
Dan Gohman
2008-02-07
1
-9
/
+13
*
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
*
Don't make up new directives. (".set_foobar")
Nick Lewycky
2008-02-07
1
-1
/
+1
*
Fix a typo in a comment.
Dan Gohman
2008-02-07
1
-1
/
+1
*
Add support to FoldingSet for hashing APInt objects.
Dan Gohman
2008-02-06
1
-0
/
+4
*
Re-apply the memory operand changes, with a fix for the static
Dan Gohman
2008-02-06
12
-144
/
+345
*
Temporarily reverting:
Bill Wendling
2008-02-06
1
-82
/
+0
*
Fix a number of local register allocator issues: PR1609.
Evan Cheng
2008-02-06
1
-14
/
+16
*
RegAllocaLocal still *requires* LiveVariables since it runs PHIElimination, f...
Evan Cheng
2008-02-06
1
-1
/
+3
*
Throttle the non-local dependence analysis for basic blocks with more than 50...
Tanya Lattner
2008-02-06
1
-7
/
+20
*
Fix PR1975: dag isel emitter produces patterns that isel wrong flag result.
Evan Cheng
2008-02-05
1
-4
/
+0
*
Move to getCALLSEQ_END to ensure CALLSEQ_END node produces a flag. This is co...
Evan Cheng
2008-02-05
1
-2
/
+7
*
Make RenamePass faster by making the 'is this a new phi node'
Chris Lattner
2008-02-05
1
-11
/
+11
*
Implement sseregparm.
Dale Johannesen
2008-02-05
2
-4
/
+18
*
If a vr is already marked alive in a bb, then it has PHI uses that are visite...
Evan Cheng
2008-02-05
1
-2
/
+3
*
Ident mnemonics appropriately
Nate Begeman
2008-02-05
1
-4
/
+4
*
Fix a bug compiling PR1978 (perhaps not the only one though) which
Chris Lattner
2008-02-05
1
-54
/
+5
*
Fix an obscure read-after-free bug that Duncan found.
Owen Anderson
2008-02-05
1
-10
/
+20
*
Typo.
Evan Cheng
2008-02-04
1
-1
/
+1
*
Dwarf requires variable entries to be in the source order. Right now, since w...
Evan Cheng
2008-02-04
9
-12
/
+7
*
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
*
Added "bucket_iterators" to FoldingSet. Bucket iterators allow iteration
Ted Kremenek
2008-02-04
1
-1
/
+7
*
Set error message.
Devang Patel
2008-02-04
1
-2
/
+4
*
Fixed 80 col. violation.
Ted Kremenek
2008-02-04
1
-2
/
+4
*
I don't see how NodeUpdated can be called with a
Duncan Sands
2008-02-04
1
-5
/
+10
*
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
*
Be more precise when eliminating pointers bue to memcpy's. This allows more
Owen Anderson
2008-02-04
1
-4
/
+10
*
Allow GVN to hack on memcpy's, making them open to further optimization.
Owen Anderson
2008-02-04
1
-0
/
+82
*
There are some cases where icmp(add) can be folded into a new icmp. Handle them.
Nick Lewycky
2008-02-03
1
-0
/
+32
*
Hack on vectors too.
Nick Lewycky
2008-02-03
1
-1
/
+1
*
Fold away one multiply in instcombine. This would normally be caught in
Nick Lewycky
2008-02-03
1
-0
/
+24
*
Fix typo
Chris Lattner
2008-02-03
1
-1
/
+1
*
SSE 4.1 Intrinsics and detection
Nate Begeman
2008-02-03
6
-1
/
+119
*
handle the case where a node can become ready to process
Chris Lattner
2008-02-03
2
-3
/
+4
*
Use the new infrastructure for listening to node updates to
Chris Lattner
2008-02-03
2
-31
/
+34
*
the world doesn't need my debugging code.
Chris Lattner
2008-02-03
1
-1
/
+0
*
Change the 'global modification' APIs in SelectionDAG to take a new
Chris Lattner
2008-02-03
2
-162
/
+209
*
explicitly include Compiler.h instead of getting it from tblgen in the middle...
Chris Lattner
2008-02-03
4
-0
/
+4
[prev]
[next]