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
*
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
*
Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
2013-05-24
27
-252
/
+1185
*
[PowerPC] Remove symbolLo/symbolHi instruction operand types
Ulrich Weigand
2013-05-23
2
-37
/
+19
*
Re-implement DebugIR in a way that does not subclass AssemblyWriter:
Daniel Malea
2013-05-23
4
-125
/
+193
*
[PowerPC] Clean up generation of ha16() / lo16() markers
Ulrich Weigand
2013-05-23
12
-112
/
+259
*
The command line options need to be processed before we create the TargetMach...
Bill Wendling
2013-05-23
1
-9
/
+8
*
ARM: implement @llvm.readcyclecounter intrinsic
Tim Northover
2013-05-23
3
-1
/
+70
*
ARM: Add Performance Monitor Extensions feature
Tim Northover
2013-05-23
3
-1
/
+10
*
R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst reg
Tom Stellard
2013-05-23
2
-2
/
+31
*
Move passes from namespace llvm into anonymous namespaces. Sort includes whil...
Benjamin Kramer
2013-05-23
15
-37
/
+37
*
Fix PR16110: Handle DBG_VALUE in ConnectedVNInfoEqClasses::Distribute().
Jakob Stoklund Olesen
2013-05-23
2
-2
/
+123
*
More symbols that should be static.
Benjamin Kramer
2013-05-23
2
-7
/
+5
*
Hexagon: Make helper functions static.
Benjamin Kramer
2013-05-23
2
-3
/
+5
*
R600: Hide symbols of implementation details.
Benjamin Kramer
2013-05-23
4
-63
/
+25
*
InlineSpiller: Store bucket pointers instead of iterators.
Benjamin Kramer
2013-05-23
1
-9
/
+9
*
Setting the default value (fixes CRT assertions about uninitialized variable ...
Aaron Ballman
2013-05-23
1
-3
/
+3
*
Fix 32 bit build in c++11 mode.
Rafael Espindola
2013-05-23
1
-1
/
+1
*
Add missing test from r175092.
Nick Lewycky
2013-05-23
1
-0
/
+13
*
Fix a leak on the r600 backend.
Rafael Espindola
2013-05-23
2
-8
/
+12
*
clang-format this file.
Rafael Espindola
2013-05-23
1
-29
/
+25
*
Remove redundant rpath.
Rafael Espindola
2013-05-23
1
-6
/
+1
*
Fix indentation.
Rafael Espindola
2013-05-23
1
-9
/
+9
*
[objc-arc] Fixed number of prefixing slashes in some comments in a function f...
Michael Gottesman
2013-05-23
1
-6
/
+6
*
Fixed trailing whitespace.
Michael Gottesman
2013-05-23
1
-5
/
+5
*
Updated the comments of APInt.h to match the llvm style guide and be consiste...
Michael Gottesman
2013-05-23
1
-379
/
+590
*
Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() library
Kevin Enderby
2013-05-23
1
-1
/
+2
*
Minor fix to comment from my previous commit.
Chad Rosier
2013-05-22
1
-1
/
+1
*
Simplify the logic described in the comment.
Chad Rosier
2013-05-22
1
-3
/
+1
*
Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...
David Blaikie
2013-05-22
5
-38
/
+23
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
11
-50
/
+46
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-8
/
+4
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-15
/
+14
[next]