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
*
[mips] Clean up definitions of move word from/to coprocessor instructions.
Akira Hatanaka
2013-08-28
2
-46
/
+20
*
[mips] Set isAllocatable and CoveredBySubRegs.
Akira Hatanaka
2013-08-28
1
-1
/
+3
*
Add a TODO here.
Eric Christopher
2013-08-28
1
-0
/
+1
*
Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashing
Eric Christopher
2013-08-28
3
-2
/
+14
*
Revert "Option parsing: support case-insensitive option matching." as it brok...
Rui Ueyama
2013-08-28
4
-88
/
+54
*
Use DW_FORM_sdata for signed constant values and udata on occasion
Eric Christopher
2013-08-27
5
-30
/
+65
*
Move some debug testcases to the debug info directory.
Eric Christopher
2013-08-27
16
-0
/
+0
*
Option parsing: support case-insensitive option matching.
Rui Ueyama
2013-08-27
4
-54
/
+88
*
[CMake] Put back the add_llvm_external_project() calls for specific projects.
Argyrios Kyrtzidis
2013-08-27
1
-0
/
+4
*
Add xml files for msbuild integration
Reid Kleckner
2013-08-27
2
-0
/
+12
*
DIBuilder: take an optional StringRef to pass in unique identifier.
Manman Ren
2013-08-27
2
-19
/
+29
*
DataFlowSanitizer: Implement trampolines for function pointers passed to cust...
Peter Collingbourne
2013-08-27
3
-8
/
+94
*
[ms-inline asm] Support offsets after segment registers
David Majnemer
2013-08-27
2
-40
/
+76
*
Given target assembler parsers a chance to handle variant expressions
Joerg Sonnenberger
2013-08-27
6
-3
/
+49
*
Changed comment
Jack Carter
2013-08-27
1
-1
/
+1
*
Translate ENABLE_CLANG_{ARCMT,REWRITER,STATIC_ANALYZER} when generating
Roman Divacky
2013-08-27
1
-0
/
+16
*
Refactor 'vectorizeLoop' no functionality change.
Nadav Rotem
2013-08-27
1
-187
/
+53
*
[ARMv8] Add MC support for the new load/store acquire/release instructions.
Joey Gouly
2013-08-27
9
-27
/
+349
*
Revert 189297, the original commit message is following.
Shuxin Yang
2013-08-27
5
-54
/
+2
*
AVX-512: added conversion instructions.
Elena Demikhovsky
2013-08-27
3
-19
/
+400
*
DAGCombiner: make sure or/shl/srl really has zero high bits before forming bswap
Tim Northover
2013-08-27
2
-12
/
+125
*
[ARMv8] Add some negative tests for the recent VFP/NEON instructions.
Joey Gouly
2013-08-27
4
-5
/
+115
*
Add an assertion to the fixed-size allocator to ensure that we don't request
Joey Gouly
2013-08-27
1
-1
/
+2
*
ARM: add natural patterns for vaddhl and vsubhl.
Tim Northover
2013-08-27
3
-0
/
+68
*
R600/SI: Enable local-memory-two-objects lit test
Michel Danzer
2013-08-27
1
-12
/
+17
*
[mips][msa] Added tests for and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.v ...
Daniel Sanders
2013-08-27
1
-43
/
+523
*
[mips][msa] Added spill/reload support
Daniel Sanders
2013-08-27
2
-0
/
+613
*
[SystemZ] Extend memcpy and memset support to all constant lengths
Richard Sandiford
2013-08-27
13
-110
/
+463
*
[mips][msa] Added bitconverts for vector types for big and little-endian
Daniel Sanders
2013-08-27
3
-2
/
+1359
*
Add support for DebugFission to DWARF parser
Alexey Samsonov
2013-08-27
7
-91
/
+250
*
AVX-512: Added FMA instructions.
Elena Demikhovsky
2013-08-27
3
-1
/
+281
*
Fix the build issue under ia64. Close bug #5715
Sylvestre Ledru
2013-08-27
2
-2
/
+2
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
20
-936
/
+1369
*
Fix the build broken by r189315.
David Blaikie
2013-08-27
1
-17
/
+8
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
20
-1377
/
+953
*
Support/MachO: Add a bunch of defines.
Charles Davis
2013-08-27
3
-283
/
+560
*
Fixed typo.
Michael Gottesman
2013-08-27
1
-1
/
+1
*
Fix wrong code offset for unwind code SET_FPREG.
Kai Nacke
2013-08-27
4
-7
/
+6
*
Add derived from source.
Eric Christopher
2013-08-27
1
-0
/
+5
*
Add a testcase to ensure that the pubnames section uses an offset
Eric Christopher
2013-08-27
1
-0
/
+32
*
Remove an over-zealous assertion. A pointer type could be illegal if the tar...
Owen Anderson
2013-08-27
1
-1
/
+0
*
Add new API lto_codegen_compile_parallel().
Shuxin Yang
2013-08-27
5
-2
/
+54
*
Formatting.
Eric Christopher
2013-08-26
1
-10
/
+10
*
Make the lifetime of the DICompileUnit we're constructing from the
Eric Christopher
2013-08-26
1
-2
/
+1
*
Have the skeleton compile unit construction method take the CU it
Eric Christopher
2013-08-26
2
-6
/
+6
*
Remove duplicate set of CompilationDir.
Eric Christopher
2013-08-26
1
-1
/
+0
*
Remove the language parameter and variable from the compile unit. We
Eric Christopher
2013-08-26
3
-16
/
+16
*
Fix lint assert on integer vector division
Matt Arsenault
2013-08-26
3
-6
/
+113
*
Treat the pubtypes section similarly to the pubnames section and emit
Eric Christopher
2013-08-26
3
-18
/
+21
*
Only emit the section sym if we're emitting the section.
Eric Christopher
2013-08-26
1
-1
/
+2
[next]