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
*
Implement function prefix data as an IR feature.
Peter Collingbourne
2013-09-16
20
-13
/
+213
*
PPC: Don't restrict lvsl generation to after type legalization
Hal Finkel
2013-09-15
2
-1
/
+168
*
Replace some unnecessary vector copies with references.
Benjamin Kramer
2013-09-15
6
-10
/
+8
*
ELF: Add support for the exclude section bit for gas compat.
Benjamin Kramer
2013-09-15
6
-9
/
+38
*
MC: Add support for '?' flags in .section directives
David Majnemer
2013-09-15
2
-3
/
+21
*
Fix alignment of unwind data.
Kai Nacke
2013-09-15
4
-7
/
+238
*
Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH
Kai Nacke
2013-09-15
3
-16
/
+53
*
Revert r190764: PPC: Don't restrict lvsl generation to after type legalization
Hal Finkel
2013-09-15
2
-154
/
+1
*
PPC: Don't restrict lvsl generation to after type legalization
Hal Finkel
2013-09-15
2
-1
/
+154
*
Prevent assert in CombinerGlobalAA with null values
Hal Finkel
2013-09-15
2
-1
/
+138
*
Expand the mask capability for deciding which functions are mips16 and mips32
Reed Kotler
2013-09-15
2
-2
/
+76
*
Remove unused StringRef that no compiler warned about, I wonder why.
Benjamin Kramer
2013-09-14
1
-1
/
+0
*
Add the remaining Intel SHA instructions
Ben Langmuir
2013-09-14
3
-1
/
+116
*
Fix spelling.
Robert Wilhelm
2013-09-14
1
-1
/
+1
*
Fix spelling.
Robert Wilhelm
2013-09-14
1
-1
/
+1
*
Remove the long, long defunct IR block placement pass.
Chandler Carruth
2013-09-14
7
-178
/
+0
*
Fixed bug when generating Load Upper Immediate microMIPS instruction.
Zoran Jovanovic
2013-09-14
5
-2
/
+11
*
Support for microMIPS DIV instructions.
Zoran Jovanovic
2013-09-14
5
-1
/
+23
*
Support for misc microMIPS instructions.
Zoran Jovanovic
2013-09-14
6
-16
/
+116
*
Add missing CHECK-LABEL
Matt Arsenault
2013-09-14
1
-0
/
+1
*
Add test for untested path in SimplifyCFG
Matt Arsenault
2013-09-14
1
-6
/
+28
*
[lit] Add an --output option, for writing results in a machine readable form.
Daniel Dunbar
2013-09-14
5
-3
/
+96
*
Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.
Filip Pizlo
2013-09-13
2
-9
/
+20
*
Add missing break statement in PPCISelLowering
Hal Finkel
2013-09-13
1
-0
/
+2
*
Adds support for Atom Silvermont (SLM) - -march=slm
Preston Gurd
2013-09-13
14
-197
/
+1002
*
[Peephole] Rewrite copies to avoid cross register banks copies.
Quentin Colombet
2013-09-13
1
-84
/
+166
*
Add warn_unused_result to empty() on various containers.
Benjamin Kramer
2013-09-13
4
-5
/
+9
*
typo fix: use BUILD_ARCHIVE to build .a libs and not ARCHIVE_LIBRARY
Nuno Lopes
2013-09-13
1
-2
/
+2
*
Fix tests for hasFPARMv8 name change (r190692)
Amaury de la Vieuville
2013-09-13
5
-5
/
+5
*
[ARMv8] Change hasV8Fp to hasFPARMv8, and other command line options
Joey Gouly
2013-09-13
12
-56
/
+56
*
[msan] Add source file:line to stack origin reports.
Evgeniy Stepanov
2013-09-13
1
-6
/
+8
*
Fix build failure reported by Tobias Markmann in bug 17203.
Daniel Sanders
2013-09-13
1
-1
/
+1
*
[ARMv8] Emit the proper .fpu directive.
Joey Gouly
2013-09-13
2
-3
/
+13
*
Add "native" to config.available_features, to make it easier to disable non-x...
Amaury de la Vieuville
2013-09-13
3
-1
/
+13
*
Fix for executing AutoRegen.sh. Revert a part of r187209.
Patrik Hagglund
2013-09-13
1
-0
/
+16
*
Test commit to verify that commit access works.
Zoran Jovanovic
2013-09-13
1
-1
/
+1
*
[SystemZ] Use getTarget{Insert,Extract}Subreg rather than getMachineNode
Richard Sandiford
2013-09-13
2
-31
/
+14
*
[SystemZ] Try to fold shifts into TMxx
Richard Sandiford
2013-09-13
3
-20
/
+137
*
Avoid a compiler warning about Found not being used when assertions are
Duncan Sands
2013-09-13
1
-0
/
+1
*
AArch64: use RegisterOperand for NEON registers.
Tim Northover
2013-09-13
11
-277
/
+241
*
Move operator to end of previous line to match coding standards.
Craig Topper
2013-09-13
1
-2
/
+2
*
Add initial support for handling gnu style pubnames accepted by some
Eric Christopher
2013-09-13
4
-9
/
+265
*
Reformat and hoist section grabbing to top level.
Eric Christopher
2013-09-13
1
-25
/
+30
*
R600: Move clamp handling code to R600IselLowering.cpp
Vincent Lejeune
2013-09-12
2
-33
/
+17
*
R600: Move code handling literal folding into R600ISelLowering.
Vincent Lejeune
2013-09-12
3
-109
/
+75
*
R600: Move fabs/fneg/sel folding logic into PostProcessIsel
Vincent Lejeune
2013-09-12
4
-245
/
+215
*
Remove an unused variable, fixing -Werror build with latest Clang.
Chandler Carruth
2013-09-12
1
-1
/
+0
*
Remove unnecessary TBAA metadata from r190636's test case
Hal Finkel
2013-09-12
1
-13
/
+9
*
Fix PPC ABI for ByVal structs with vector members
Hal Finkel
2013-09-12
2
-9
/
+113
*
Patch provide by Tom Roeder!
Joe Abbey
2013-09-12
2
-6
/
+24
[next]