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
*
[SystemZ] Tweak SystemZInstrInfo::isBranch() interface
Richard Sandiford
2013-05-28
3
-33
/
+34
*
Revert r182715 and r182758
Alexey Samsonov
2013-05-28
1
-7
/
+5
*
Adding ReleaseProcess doc
Renato Golin
2013-05-28
1
-0
/
+198
*
Fixup for r182715: provide correct arg to --gtest-filter
Alexey Samsonov
2013-05-28
1
-1
/
+1
*
Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...
Michael Kuperstein
2013-05-28
4
-4
/
+51
*
Make it explicit that GlobalAlias are ok in llvm.used.
Rafael Espindola
2013-05-27
1
-5
/
+4
*
Make helper functions static.
Rafael Espindola
2013-05-27
4
-113
/
+65
*
Convert sqrt functions into sqrt instructions when -ffast-math is in effect.
Preston Gurd
2013-05-27
4
-0
/
+74
*
Add a cpu to try to bring back the atom bots.
Rafael Espindola
2013-05-27
1
-1
/
+1
*
PPC: Add a isConsecutiveLS utility function
Hal Finkel
2013-05-27
1
-2
/
+42
*
llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error.
NAKAMURA Takumi
2013-05-27
1
-1
/
+2
*
Prefer to duplicate PPC Altivec loads when expanding unaligned loads
Hal Finkel
2013-05-26
2
-15
/
+92
*
Add LDC compiler to list of external OS projects using LLVM 3.3
Kai Nacke
2013-05-26
1
-0
/
+15
*
Fix PR16143: Insert DEBUG_VALUE before terminator.
Andrew Trick
2013-05-26
2
-1
/
+131
*
Fixed bug when tests in executable partially used absolute paths.
Galina Kistanova
2013-05-26
1
-5
/
+7
*
Disable the StringMapEntry copy constructor, to make sure we
Chris Lattner
2013-05-25
1
-0
/
+1
*
Add support for DWARF line number table entries for values in the instruction
Cameron Zwarich
2013-05-25
2
-4
/
+12
*
Add some comments to the stringify function.
Eric Christopher
2013-05-25
1
-0
/
+2
*
PPC: Combine duplicate (offset) lvsl Altivec intrinsics
Hal Finkel
2013-05-25
2
-1
/
+34
*
Track IR ordering of SelectionDAG nodes 4/4.
Andrew Trick
2013-05-25
3
-0
/
+49
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
17
-190
/
+31
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
74
-2190
/
+2187
*
Track IR ordering of SelectionDAG nodes 1/4.
Andrew Trick
2013-05-25
3
-7
/
+77
*
Fix RecyclingAllocator::PrintStats to print the underlying allocator's stats.
Andrew Trick
2013-05-25
1
-1
/
+4
*
Add to testsuite.
Eric Christopher
2013-05-24
1
-0
/
+1
*
ArrayRef-ize MD5 and clean up a few variable names.
Eric Christopher
2013-05-24
3
-24
/
+85
*
PPC: Initial support for permutation-based unaligned Altivec loads
Hal Finkel
2013-05-24
2
-0
/
+174
*
[Support] Remove Count{Leading,Trailing}Zeros_{32,64}.
Michael J. Spencer
2013-05-24
2
-133
/
+15
*
Tidy up. Whitespace.
Jim Grosbach
2013-05-24
1
-11
/
+11
*
Follow up of the introduction of MCSymbolizer.
Quentin Colombet
2013-05-24
8
-19
/
+116
*
clang formatted APFloat.h
Michael Gottesman
2013-05-24
1
-349
/
+344
*
clang-formatted APInt.h
Michael Gottesman
2013-05-24
1
-290
/
+160
*
MathExtras: Return the result of find(First|Last)Set in the input type.
Benjamin Kramer
2013-05-24
1
-4
/
+4
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
40
-104
/
+104
*
[Support][MathExtras] Fix literal type issues.
Michael J. Spencer
2013-05-24
1
-36
/
+36
*
Add missing header for atexit.
Michael J. Spencer
2013-05-24
1
-0
/
+2
*
[Support][MathExtras] Add missing include and disable _BitScan{Forward,Revers...
Michael J. Spencer
2013-05-24
1
-0
/
+5
*
[objc-arc] KnownSafe does not imply that it is safe to perform code motion ac...
Michael Gottesman
2013-05-24
2
-8
/
+240
*
[objc-arc] Make sure that multiple owners is propogated correctly through the...
Michael Gottesman
2013-05-24
2
-17
/
+113
*
[Support] Add type generic bit utilities to MathExtras.h
Michael J. Spencer
2013-05-24
2
-0
/
+303
*
LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it...
Benjamin Kramer
2013-05-24
2
-1
/
+15
*
Do not reserve space for the ColdEdges and NormalEdges vectors.
Diego Novillo
2013-05-24
1
-2
/
+0
*
[SystemZ] Improve AsmParser handling of invalid instructions
Richard Sandiford
2013-05-24
3
-81
/
+180
*
[SystemZ] Improve AsmParser register parsing
Richard Sandiford
2013-05-24
3
-547
/
+328
*
Run clang-format over the scalarizePHI function.
Joey Gouly
2013-05-24
1
-12
/
+8
*
scalarizePHI needs to insert the next ExtractElement in the same block
Joey Gouly
2013-05-24
2
-2
/
+29
*
Add a new function attribute 'cold' to functions.
Diego Novillo
2013-05-24
13
-1
/
+200
*
Remove the Copied parameter from MemoryObject::readBytes.
Benjamin Kramer
2013-05-24
14
-61
/
+35
*
Fix unused warning in opt builds.
Daniel Jasper
2013-05-24
1
-4
/
+3
*
MC: Disassembled CFG reconstruction.
Ahmed Bougacha
2013-05-24
22
-683
/
+1047
[next]