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
*
[AArch64] Add the constraint to NEON scalar mla/mls instructions.
Chad Rosier
2013-10-21
3
-28
/
+56
*
SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2
Tom Stellard
2013-10-21
2
-0
/
+52
*
Remove unused TargetLowering field.
Matt Arsenault
2013-10-21
2
-5
/
+0
*
Fix CodeGen for vectors of pointers with address spaces.
Matt Arsenault
2013-10-21
2
-3
/
+37
*
Fix CodeGen for different size address space GEPs
Matt Arsenault
2013-10-21
3
-8
/
+16
*
Use more type helper functions
Matt Arsenault
2013-10-21
5
-24
/
+24
*
Reuse variable
Matt Arsenault
2013-10-21
1
-1
/
+1
*
Fix the build in DIE.cpp with MSVC 2010
Reid Kleckner
2013-10-21
1
-3
/
+5
*
DWARF type hashing: Handle multiple (including recursive) references to the s...
David Blaikie
2013-10-21
3
-9
/
+79
*
Teach SimplifyCFG about address spaces
Matt Arsenault
2013-10-21
3
-16
/
+113
*
Fix creating bitcasts between address spaces in SCEV.
Matt Arsenault
2013-10-21
2
-6
/
+37
*
Remove unused SCEV functions
Matt Arsenault
2013-10-21
2
-29
/
+1
*
X86 vector element shift-by-immediate instructions take i8 immediates. Make
Lang Hames
2013-10-21
5
-64
/
+77
*
Fix up some old review feedback.
Eric Christopher
2013-10-21
1
-2
/
+3
*
Improving MCJIT/RuntimeDyld thread safety
Andrew Kaylor
2013-10-21
5
-13
/
+41
*
DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...
David Blaikie
2013-10-21
6
-212
/
+276
*
Optimize more linkonce_odr values during LTO.
Rafael Espindola
2013-10-21
7
-213
/
+294
*
DebugInfo: Hash DW_FORM_GNU_str_index as a string.
David Blaikie
2013-10-21
2
-3
/
+5
*
AVX-512: MUL operation lowering for v8i64
Elena Demikhovsky
2013-10-21
2
-4
/
+14
*
[mips][msa] Direct Object Emission support for LD/ST instructions.
Matheus Almeida
2013-10-21
4
-24
/
+86
*
[mips][msa] Direct Object Emission support for LDI instructions.
Matheus Almeida
2013-10-21
3
-8
/
+32
*
[mips][msa] Direct Object Emission support for MOVE.v.
Matheus Almeida
2013-10-21
3
-2
/
+10
*
[mips][msa] Direct Object Emission support for CTCMSA and CFCMSA.
Matheus Almeida
2013-10-21
6
-14
/
+242
*
[mips][msa] Direct Object Emission of SPLAT instruction.
Matheus Almeida
2013-10-21
2
-12
/
+28
*
[mips][msa] Fix definition of SLD instruction.
Matheus Almeida
2013-10-21
5
-51
/
+79
*
Fix the predecessor removal logic in r193045.
Michael Gottesman
2013-10-21
1
-11
/
+9
*
Don't eliminate a partially redundant load if it's in a landing pad.
Bill Wendling
2013-10-21
4
-58
/
+210
*
Fix typo in test's XFAIL line. Patch by Dimitry Andric!
Nick Lewycky
2013-10-21
1
-1
/
+1
*
Teach simplify-cfg how to correctly create covered lookup tables for switches...
Michael Gottesman
2013-10-20
2
-6
/
+76
*
Typo.
Peter Collingbourne
2013-10-20
1
-1
/
+1
*
Emit prefix data after debug and EH directives.
Peter Collingbourne
2013-10-20
2
-4
/
+6
*
Emit DWARF line entries for all data in the instruction stream.
Peter Collingbourne
2013-10-20
2
-6
/
+20
*
Remove unused variable.
Benjamin Kramer
2013-10-19
1
-2
/
+1
*
Perform an intelligent splice of the predecessor with the single successor.
Bill Wendling
2013-10-19
2
-1
/
+57
*
Avoid duplicate search by reusing the iterator.
Yaron Keren
2013-10-19
2
-5
/
+7
*
Added comments from Andrew Kaylor.
Yaron Keren
2013-10-19
1
-0
/
+21
*
Remove NDBEUG from all release types compile flags.
Yaron Keren
2013-10-19
1
-2
/
+7
*
Reformat.
Eric Christopher
2013-10-19
1
-80
/
+73
*
Fix up a few minor performance problems spotted in code review.
Eric Christopher
2013-10-19
1
-7
/
+6
*
Update PPC loop tests after SCEV non-unit-stride checkin r193015.
Andrew Trick
2013-10-19
2
-24
/
+12
*
SCEV should use NSW to get trip count for positive nonunit stride loops.
Andrew Trick
2013-10-18
2
-36
/
+46
*
Write a simple description of the 'target triple' directive. This should be e...
Bill Wendling
2013-10-18
1
-0
/
+24
*
Mark some command line flags as hidden
Nadav Rotem
2013-10-18
6
-14
/
+14
*
Clarify that an alignment of 0 or 1 on a mem* intrinsic means 'no alignment'.
Bill Wendling
2013-10-18
1
-3
/
+3
*
YAMLBench.cpp: Use llvm_move instead of std::move also here.
NAKAMURA Takumi
2013-10-18
1
-1
/
+1
*
Remove reference to obsolete arguments.
Bill Wendling
2013-10-18
1
-4
/
+4
*
Update to reflect current GC APIs and usage. The example code is taken from t...
Bill Wendling
2013-10-18
1
-62
/
+48
*
Can we move to C++11 already?
Michael J. Spencer
2013-10-18
1
-3
/
+3
*
[Support][YAML] Add support for accessing tags and tag handle substitution.
Michael J. Spencer
2013-10-18
6
-47
/
+169
*
Debug Info: add a newly-created DIE to a parent in the same function.
Manman Ren
2013-10-18
2
-24
/
+29
[next]