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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add testcase for PR9190.
Eric Christopher
2011-02-16
1
-0
/
+35
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
13
-66
/
+226
*
Remove a duplicated check.
Evan Cheng
2011-02-16
1
-1
/
+1
*
Some single precision VFP instructions may be executed on NEON pipeline, but ...
Evan Cheng
2011-02-16
2
-28
/
+160
*
Teach PatternMatch that splat vectors could be floating point as well as
Nick Lewycky
2011-02-15
2
-3
/
+32
*
Add support for parsing [expr].
Roman Divacky
2011-02-15
3
-0
/
+28
*
Teach ARMLoadStoreOptimizer to remove kill flags from merged instructions as ...
Jakob Stoklund Olesen
2011-02-15
1
-21
/
+15
*
Ignore DBG_VALUE machine instructions while constructing instruction ranges b...
Devang Patel
2011-02-15
2
-2
/
+6
*
Implement a function from PathV2 whose definition is missing.
Argyrios Kyrtzidis
2011-02-15
1
-0
/
+6
*
Move DbgInfoPrinter specific utlities inside DbgInfoPrinter.cpp
Devang Patel
2011-02-15
3
-115
/
+112
*
Print function info. Patch by Minjang Kim.
Devang Patel
2011-02-15
2
-2
/
+34
*
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-15
9
-9
/
+9
*
When tablegen'ing the clang analyzer checkers:
Argyrios Kyrtzidis
2011-02-15
1
-27
/
+62
*
Fix 9216 - Endless loop in InstCombine pass.
Nadav Rotem
2011-02-15
2
-1
/
+24
*
Fix thinko. Cmp can be the first instruction in a MBB.
Evan Cheng
2011-02-15
1
-2
/
+5
*
Do not forget DebugLoc!
Devang Patel
2011-02-15
1
-0
/
+1
*
tidy up a bit.
Chris Lattner
2011-02-15
1
-7
/
+9
*
Minor fixes to tutorial, patch by Benjamin Meyer!
Chris Lattner
2011-02-15
1
-2
/
+2
*
fix comments
Chris Lattner
2011-02-15
1
-2
/
+2
*
convert ConstantVector::get to use ArrayRef.
Chris Lattner
2011-02-15
12
-178
/
+97
*
fix some typos.
Chris Lattner
2011-02-15
1
-5
/
+5
*
Remove unused bitvectors that record ARM callee-saved registers.
Bob Wilson
2011-02-14
2
-23
/
+0
*
Move more fragments of spill weight calculation into CalcSpillWeights.h
Jakob Stoklund Olesen
2011-02-14
4
-16
/
+25
*
Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value is "referring" a value th...
Devang Patel
2011-02-14
2
-1
/
+61
*
Switch llvm to using comdats. For now always use groups with a single
Rafael Espindola
2011-02-14
5
-28
/
+18
*
PR9139: Specify ARM/Darwin triple for vector-DAGCombine.ll test.
Bob Wilson
2011-02-14
1
-2
/
+2
*
Fix PR8854. Track inserted copies to avoid read before write. Sorry, it's har...
Evan Cheng
2011-02-14
1
-4
/
+16
*
A fail to match coprocessor number and register number must fail instead of a...
Bruno Cardoso Lopes
2011-02-14
1
-1
/
+0
*
Add current binary and source directories to the header search list
Oscar Fuentes
2011-02-14
1
-0
/
+2
*
revert my ConstantVector patch, it seems to have made the llvm-gcc
Chris Lattner
2011-02-14
13
-99
/
+180
*
Add the ClangSACheckersEmitter tablegen backend which will be used for the cl...
Argyrios Kyrtzidis
2011-02-14
4
-0
/
+233
*
Move broken HasCommonSymbols to ELFWriter.cpp.
Rafael Espindola
2011-02-14
3
-17
/
+13
*
Fix encoding and add parsing support for the arm/thumb CPS instruction:
Bruno Cardoso Lopes
2011-02-14
16
-109
/
+318
*
Switch ConstantVector::get to use ArrayRef instead of a pointer+size
Chris Lattner
2011-02-14
13
-180
/
+99
*
add a new ArrayRef class. This is intended to replace the idiom we
Chris Lattner
2011-02-14
1
-0
/
+121
*
fix PR9210 by implementing some type legalization logic for
Chris Lattner
2011-02-14
3
-14
/
+55
*
fix two comment thinkos
Chris Lattner
2011-02-14
2
-2
/
+2
*
Fix typo in comment.
Nick Lewycky
2011-02-14
1
-1
/
+1
*
Add some statistics to StrongPHIElimination.
Cameron Zwarich
2011-02-14
1
-0
/
+8
*
Add a statistic to PHIElimination tracking the number of critical edges split.
Cameron Zwarich
2011-02-14
1
-2
/
+7
*
missed a header
Chris Lattner
2011-02-13
1
-0
/
+7
*
Enhance ComputeMaskedBits to know that aligned frameindexes
Chris Lattner
2011-02-13
7
-76
/
+106
*
Adapt docs to '-loopsimplify -> -loop-simplify' change
Tobias Grosser
2011-02-13
1
-2
/
+2
*
fix thinko :)
Chris Lattner
2011-02-13
1
-2
/
+2
*
Revisit my fix for PR9028: the issue is that DAGCombine was
Chris Lattner
2011-02-13
5
-46
/
+60
*
remove a now-unneccesary cast.
Chris Lattner
2011-02-13
1
-1
/
+1
*
Remove pointless blank line.
Duncan Sands
2011-02-13
1
-1
/
+0
*
Teach instsimplify that X+Y>=X+Z is the same as Y>=Z if neither side overflows,
Duncan Sands
2011-02-13
2
-2
/
+69
*
Fix test
Nadav Rotem
2011-02-13
1
-1
/
+1
*
Fix a regression from r125393;
Nadav Rotem
2011-02-13
2
-2
/
+19
[next]