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
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
10
-54
/
+60
*
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
*
Add support for parsing [expr].
Roman Divacky
2011-02-15
1
-0
/
+18
*
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
1
-0
/
+4
*
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
2
-111
/
+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
5
-5
/
+5
*
Fix 9216 - Endless loop in InstCombine pass.
Nadav Rotem
2011-02-15
1
-1
/
+5
*
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
*
convert ConstantVector::get to use ArrayRef.
Chris Lattner
2011-02-15
11
-173
/
+94
*
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
2
-5
/
+5
*
Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value is "referring" a value th...
Devang Patel
2011-02-14
1
-1
/
+2
*
Switch llvm to using comdats. For now always use groups with a single
Rafael Espindola
2011-02-14
2
-23
/
+13
*
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
*
revert my ConstantVector patch, it seems to have made the llvm-gcc
Chris Lattner
2011-02-14
11
-94
/
+173
*
Move broken HasCommonSymbols to ELFWriter.cpp.
Rafael Espindola
2011-02-14
2
-12
/
+13
*
Fix encoding and add parsing support for the arm/thumb CPS instruction:
Bruno Cardoso Lopes
2011-02-14
10
-109
/
+276
*
Switch ConstantVector::get to use ArrayRef instead of a pointer+size
Chris Lattner
2011-02-14
11
-173
/
+94
*
fix PR9210 by implementing some type legalization logic for
Chris Lattner
2011-02-14
2
-14
/
+47
*
fix two comment thinkos
Chris Lattner
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
*
Enhance ComputeMaskedBits to know that aligned frameindexes
Chris Lattner
2011-02-13
5
-72
/
+91
*
Revisit my fix for PR9028: the issue is that DAGCombine was
Chris Lattner
2011-02-13
4
-40
/
+46
*
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
1
-2
/
+49
*
Fix a regression from r125393;
Nadav Rotem
2011-02-13
1
-1
/
+2
*
when legalizing extremely wide shifts, make sure that
Chris Lattner
2011-02-13
2
-3
/
+9
*
fix visitShift to properly zero extend the shift amount if the provided operand
Chris Lattner
2011-02-13
1
-20
/
+19
*
implement instcombine folding for things like (x >> c) < 42.
Chris Lattner
2011-02-13
1
-8
/
+50
*
refactor some code out into a helper method.
Chris Lattner
2011-02-13
2
-46
/
+56
*
teach SCEV that the scale and addition of an inbounds gep don't NSW.
Chris Lattner
2011-02-13
1
-2
/
+5
*
Add encodings and mnemonics for FXSAVE64 and FXRSTOR64.
Reid Kleckner
2011-02-12
1
-0
/
+4
*
Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend.
Venkatraman Govindaraju
2011-02-12
1
-0
/
+3
*
SimplifyLibCalls: Add missing legalize check on various printf to puts and
Daniel Dunbar
2011-02-12
1
-5
/
+9
*
Add a note about SSE4.1 roundss/roundsd.
Benjamin Kramer
2011-02-12
1
-0
/
+11
*
A fix for 9165.
Nadav Rotem
2011-02-12
1
-4
/
+9
*
AsmMatcher custom operand parser failure enhancements.
Jim Grosbach
2011-02-12
3
-23
/
+32
*
Also fold (A+B) == A -> B == 0 when the add is commuted.
Benjamin Kramer
2011-02-11
1
-2
/
+4
*
Per discussion with Dan G, inbounds geps *certainly* can have
Chris Lattner
2011-02-11
1
-3
/
+14
*
When lowering an inbounds gep, the intermediate adds can have
Chris Lattner
2011-02-11
1
-6
/
+3
*
Adds llvm::sys::path::is_separator() to test whether a char is a path separator
Zhanyong Wan
2011-02-11
1
-12
/
+13
[next]