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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "existant" typos
Alp Toker
2013-10-29
1
-1
/
+1
*
Move the STT_FILE symbols out of the normal symbol table processing for
Joerg Sonnenberger
2013-10-29
1
-0
/
+21
*
DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...
Alexey Samsonov
2013-10-28
1
-1
/
+3
*
DebugInfo: Introduce the notion of "form classes"
Alexey Samsonov
2013-10-28
1
-7
/
+26
*
[arm] Implement eabi_attribute, cpu, and fpu directives.
Logan Chien
2013-10-28
1
-0
/
+6
*
Keep TBAA info when rewriting SelectionDAG loads and stores
Richard Sandiford
2013-10-28
1
-0
/
+5
*
AVX-512: PMIN/PMAX intrinsics and patterns
Elena Demikhovsky
2013-10-27
1
-0
/
+26
*
Revert r193251 : Use address-taken to disambiguate global variable and indire...
Shuxin Yang
2013-10-27
1
-4
/
+0
*
Quick look-up for block in loop.
Wan Xiaofei
2013-10-26
2
-33
/
+26
*
Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.
Andrew Trick
2013-10-25
1
-1
/
+1
*
Change MemoryBuffer::getFile to take a Twine.
Rafael Espindola
2013-10-25
1
-6
/
+2
*
DIEHash: Summary hashing of nested types
David Blaikie
2013-10-25
1
-0
/
+28
*
Call destroy from ~BasicCallGraph.
Rafael Espindola
2013-10-25
1
-1
/
+1
*
Use c comments.
Rafael Espindola
2013-10-25
1
-3
/
+3
*
ARM: allow .thumb_func to be separated from symbol definition
Tim Northover
2013-10-25
1
-0
/
+2
*
LegalizeDAG: allow libcalls for max/min atomic operations
Tim Northover
2013-10-25
1
-0
/
+20
*
Fix ODR violation.
Richard Smith
2013-10-25
2
-4
/
+4
*
Support for reading program counts in llvm-cov.
Yuchen Wu
2013-10-25
1
-1
/
+17
*
MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...
David Blaikie
2013-10-24
1
-1
/
+2
*
lto.h: Use lto_bool_t instead of int to restore the ABI
Reid Kleckner
2013-10-24
1
-9
/
+23
*
Formatting and whitespace.
Eric Christopher
2013-10-24
1
-9
/
+8
*
Reverting my r193344 checkin due to build breakage.
John Thompson
2013-10-24
1
-7
/
+1
*
Added std::string as a built-in type for mapping.
John Thompson
2013-10-24
1
-1
/
+7
*
fix PR17635: false positive with packed structures
Nuno Lopes
2013-10-24
1
-1
/
+2
*
Include missing Compiler.h for using LLVM_ENUM_INT_TYPE.
Zonr Chang
2013-10-24
1
-0
/
+1
*
AVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsics
Elena Demikhovsky
2013-10-24
1
-0
/
+5
*
Fixed llvm-cov to count edges instead of blocks.
Yuchen Wu
2013-10-24
1
-2
/
+3
*
Optimizing MCJIT module state tracking
Andrew Kaylor
2013-10-24
1
-2
/
+5
*
Fixed doxygen comment to match Module.cpp
Yuchen Wu
2013-10-23
1
-1
/
+1
*
Use a map instead of vector to store line counts.
Yuchen Wu
2013-10-23
1
-2
/
+5
*
llvm-c/Target.h: Tweak "inline" for msvc to use __inline instead.
NAKAMURA Takumi
2013-10-23
1
-0
/
+4
*
llvm-c/lto.h: Avoid use of bool.
NAKAMURA Takumi
2013-10-23
1
-12
/
+9
*
include/llvm-c: Whitespace.
NAKAMURA Takumi
2013-10-23
8
-41
/
+40
*
Use address-taken to disambiguate global variable and indirect memops.
Shuxin Yang
2013-10-23
1
-0
/
+4
*
Mark zero-argument functions explicitly in C headers.
Benjamin Kramer
2013-10-23
1
-4
/
+4
*
Support for microMIPS relocations 1.
Zoran Jovanovic
2013-10-23
1
-0
/
+11
*
SelectionDAG: Pass along the original argument/element type in ISD::InputArg
Tom Stellard
2013-10-23
1
-2
/
+6
*
Fix llvm-cov counts to be 64-bit integers to avoid overflows.
Bob Wilson
2013-10-22
1
-3
/
+3
*
Speling fixes.
Benjamin Kramer
2013-10-22
8
-10
/
+10
*
Using FoldingSet in SelectionDAG::getVTList.
Wan Xiaofei
2013-10-22
1
-1
/
+40
*
llvm-c: Add LLVMPrintTypeToString
Anders Waldenborg
2013-10-22
1
-0
/
+8
*
Change llvm-cov output formatting to be more similar to gcov.
Bob Wilson
2013-10-22
1
-2
/
+2
*
fix two typos.
Adrian Prantl
2013-10-21
1
-2
/
+2
*
[AArch64] Add the constraint to NEON scalar mla/mls instructions.
Chad Rosier
2013-10-21
1
-2
/
+2
*
Remove unused TargetLowering field.
Matt Arsenault
2013-10-21
1
-4
/
+0
*
Fix CodeGen for vectors of pointers with address spaces.
Matt Arsenault
2013-10-21
1
-3
/
+7
*
Remove unused SCEV functions
Matt Arsenault
2013-10-21
1
-9
/
+0
*
Improving MCJIT/RuntimeDyld thread safety
Andrew Kaylor
2013-10-21
1
-1
/
+1
*
DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...
David Blaikie
2013-10-21
1
-27
/
+68
*
Optimize more linkonce_odr values during LTO.
Rafael Espindola
2013-10-21
1
-0
/
+82
[next]