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
*
LoopVectorize: Use IRBuilder interface in more places
Arnold Schwaighofer
2013-05-11
1
-25
/
+13
*
StringRefize some debug accel table bits.
Benjamin Kramer
2013-05-11
3
-7
/
+7
*
InstCombine: Turn urem to bitwise-and more often
David Majnemer
2013-05-11
1
-20
/
+2
*
Change getFrameMoves to return a const reference.
Rafael Espindola
2013-05-11
9
-57
/
+46
*
Remove more dead code.
Rafael Espindola
2013-05-11
2
-13
/
+0
*
Remove dead code.
Rafael Espindola
2013-05-10
2
-82
/
+0
*
SLPVectorizer: Add support for trees with external users.
Nadav Rotem
2013-05-10
2
-9
/
+55
*
Add a debug print
Nadav Rotem
2013-05-10
1
-0
/
+2
*
Checkin in of first of several patches to finish implementation of
Reed Kotler
2013-05-10
12
-16
/
+282
*
Micro-optimization: don't shift an entire bitcode record over to get the code.
Jordan Rose
2013-05-10
1
-3
/
+10
*
PR14492: Debug Info: Support for values of non-integer non-type template para...
David Blaikie
2013-05-10
3
-4
/
+24
*
Fix unused variable error.
Jyotsna Verma
2013-05-10
1
-2
/
+1
*
Hexagon: Fix switch statements in GetDotOldOp and IsNewifyStore.
Jyotsna Verma
2013-05-10
4
-707
/
+81
*
Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.
Jyotsna Verma
2013-05-10
8
-703
/
+170
*
Fix the R600 build.
Rafael Espindola
2013-05-10
2
-3
/
+2
*
[ms-inline asm] Fix a crasher when we fail on a direct match.
Chad Rosier
2013-05-10
2
-6
/
+9
*
Remove unused argument.
Rafael Espindola
2013-05-10
23
-33
/
+27
*
Better output for long help strings for command-line options.
Alexander Kornienko
2013-05-10
1
-8
/
+16
*
Remove unused function.
Rafael Espindola
2013-05-10
2
-11
/
+0
*
InstCombine: Don't claim to be able to evaluate any shl in a zexted type.
Benjamin Kramer
2013-05-10
1
-1
/
+11
*
Implement AsmParser for ARM unwind directives.
Logan Chien
2013-05-10
2
-27
/
+284
*
DAGCombiner: Generate a correct constant for vector types when folding (xor (...
Benjamin Kramer
2013-05-10
1
-2
/
+1
*
InstCombine: Verify the type before transforming uitofp into select.
Benjamin Kramer
2013-05-10
1
-22
/
+23
*
R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen ...
Tom Stellard
2013-05-10
5
-1217
/
+12
*
R600: Expand SUB for v2i32/v4i32
Tom Stellard
2013-05-10
1
-0
/
+2
*
R600: Expand MUL for v4i32/v2i32
Tom Stellard
2013-05-10
1
-0
/
+2
*
R600: Expand SRA for v4i32/v2i32
Tom Stellard
2013-05-10
1
-0
/
+2
*
R600: Expand vselect for v4i32 and v2i32
Tom Stellard
2013-05-10
1
-0
/
+3
*
[x86AsmParser] It's valid to stop parsing an operand at an immediate.
Chad Rosier
2013-05-09
1
-1
/
+3
*
Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...
Owen Anderson
2013-05-09
1
-0
/
+15
*
Fix a documentation warning: \bried -> \brief
Dmitri Gribenko
2013-05-09
1
-1
/
+1
*
Generate a compact unwind encoding in the face of a stack alignment push.
Bill Wendling
2013-05-09
1
-0
/
+6
*
Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions.
Jyotsna Verma
2013-05-09
3
-593
/
+46
*
[GVN] Split critical-edge on the fly, instead of postpone edge-splitting to next
Shuxin Yang
2013-05-09
1
-13
/
+39
*
Hexagon: Use relation map for getMatchingCondBranchOpcode() and
Jyotsna Verma
2013-05-09
1
-535
/
+5
*
Simplify the code a bit.
Bill Wendling
2013-05-09
1
-19
/
+10
*
Don't replace an alias in llvm.used with its target.
Rafael Espindola
2013-05-09
1
-2
/
+102
*
[XCore] Fix handling of functions where only the LR is spilled.
Richard Osborne
2013-05-09
1
-27
/
+30
*
InstCombine: Don't just copy known bits from the first operand of an srem.
Benjamin Kramer
2013-05-09
1
-1
/
+1
*
libDebugInfo depends on libObject nowadays.
Benjamin Kramer
2013-05-09
1
-1
/
+1
*
Change getRelocationAdditionalInfo to be ELF only.
Rafael Espindola
2013-05-09
3
-15
/
+4
*
Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"
Eric Christopher
2013-05-09
1
-15
/
+11
*
LoopVectorizer: Don't assert on the absence of induction variables
Arnold Schwaighofer
2013-05-09
1
-1
/
+2
*
Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)
Eric Christopher
2013-05-08
1
-11
/
+15
*
Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD
Daniel Malea
2013-05-08
3
-0
/
+254
*
Pull up AssemblyWriter interface into header to allow subclassing
Daniel Malea
2013-05-08
1
-84
/
+42
*
Add line tracking support to FormattedStream
Daniel Malea
2013-05-08
1
-20
/
+25
*
[mips] Add instruction selection pattern for (seteq $LHS, 0).
Akira Hatanaka
2013-05-08
1
-0
/
+2
*
Remove unused isLegalAddressImmediate() method.
Roman Divacky
2013-05-08
2
-21
/
+0
*
[PowerPC] Fix regression in generating @ha/@l relocs
Ulrich Weigand
2013-05-08
1
-1
/
+10
[next]