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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
SLP Vectorizer: Add support for trees with external users.
Nadav Rotem
2013-06-28
1
-24
/
+142
*
Fix broken asserts that never fire.
Richard Trieu
2013-06-28
1
-2
/
+2
*
Fix a bad overflow check pointed out by Ben.
Jakob Stoklund Olesen
2013-06-28
1
-4
/
+2
*
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...
Andrew Kaylor
2013-06-28
1
-1
/
+1
*
Remove unused member
David Blaikie
2013-06-28
1
-4
/
+0
*
Eliminate an assortment of undefined behavior.
Jakob Stoklund Olesen
2013-06-28
1
-1
/
+5
*
LoopVectorizer: Refactor the code that checks if it is safe to predicate blo...
Nadav Rotem
2013-06-28
1
-87
/
+30
*
R600/SI: Add processor types for each CIK variant
Tom Stellard
2013-06-28
1
-0
/
+3
*
DebugInfo: PR14728: TLS support
David Blaikie
2013-06-28
3
-3
/
+28
*
DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbols
David Blaikie
2013-06-28
5
-13
/
+26
*
Fix a PPC rlwimi instruction-selection bug
Hal Finkel
2013-06-28
1
-2
/
+2
*
Remove needless include (unistd.h) in DebugIR pass
Daniel Malea
2013-06-28
1
-2
/
+0
*
Add missing header for DebugIR
Daniel Malea
2013-06-28
1
-0
/
+99
*
Remove limitation on DebugIR that made it require existing debug metadata.
Daniel Malea
2013-06-28
1
-153
/
+463
*
Fix an off-by-one error. Also make the code a little more explicit in what it
Chad Rosier
2013-06-28
1
-3
/
+4
*
DebugInfo: Revise r185189 to avoid subtle 'unsigned += bool'
David Blaikie
2013-06-28
1
-1
/
+2
*
DebugInfo: Simplify the AddressPool representation
David Blaikie
2013-06-28
2
-18
/
+12
*
DebugInfo: constify the AddressPool MCSymbol pointers
David Blaikie
2013-06-28
2
-12
/
+13
*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185187 91177308-0d34...
Preston Briggs
2013-06-28
1
-0
/
+5
*
Add missing case to switch statement - DAGTypeLegalizer::ExpandIntegerResult
Lang Hames
2013-06-28
1
-1
/
+2
*
Stylistic cleanups, no functional change.
Jakob Stoklund Olesen
2013-06-28
1
-10
/
+7
*
Add a division operator to BlockFrequency.
Jakob Stoklund Olesen
2013-06-28
1
-23
/
+35
*
Remove unused variables.
Eric Christopher
2013-06-28
1
-4
/
+0
*
[NVPTX] Select -1 instead of 1 when anyextend'ing i1 types
Justin Holewinski
2013-06-28
1
-3
/
+3
*
[NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation when allowable by FP flags
Justin Holewinski
2013-06-28
1
-1
/
+12
*
[NVPTX] Calling conventions fix
Justin Holewinski
2013-06-28
1
-24
/
+40
*
[NVPTX] Add support for cttz/ctlz/ctpop
Justin Holewinski
2013-06-28
2
-0
/
+74
*
[NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...
Justin Holewinski
2013-06-28
8
-949
/
+1129
*
[NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...
Justin Holewinski
2013-06-28
10
-859
/
+1243
*
[NVPTX] Add support for vectorized function return values
Justin Holewinski
2013-06-28
1
-27
/
+137
*
[NVPTX] Clean up handling of formal arguments and enable generation of vector...
Justin Holewinski
2013-06-28
1
-114
/
+202
*
[NVPTX] Add infrastructure for vector loads/stores of parameters
Justin Holewinski
2013-06-28
3
-0
/
+155
*
Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARM
Weiming Zhao
2013-06-28
2
-12
/
+45
*
LoopVectorize: Pull dyn_cast into setDebugLocFromInst
Arnold Schwaighofer
2013-06-28
1
-6
/
+5
*
LoopVectorize: Use static function instead of DebugLocSetter class
Arnold Schwaighofer
2013-06-28
1
-52
/
+30
*
R600: Add local memory support via LDS
Tom Stellard
2013-06-28
17
-24
/
+254
*
R600: Add support for GROUP_BARRIER instruction
Tom Stellard
2013-06-28
7
-3
/
+64
*
R600: Add ALUInst bit to tablegen definitions v2
Tom Stellard
2013-06-28
4
-4
/
+8
*
ARM: ensure fixed-point conversions have sane types
Tim Northover
2013-06-28
1
-5
/
+36
*
ARM: Fix pseudo-instructions for SRS (Store Return State).
Tilmann Scheller
2013-06-28
1
-4
/
+4
*
Improve comment.
Rafael Espindola
2013-06-28
1
-4
/
+3
*
Make a switch in createBinary fully-covered. Add forgotten macho_dsym_compani...
Alexey Samsonov
2013-06-28
1
-2
/
+7
*
Suppress GCC "control reaches end of non-void function" warning.
Patrik Hagglund
2013-06-28
1
-0
/
+1
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
10
-16
/
+54
*
Integrate Assembler: Support X86_64_DTPOFF64 relocations
David Blaikie
2013-06-28
1
-1
/
+12
*
Improvements to unique_file and createUniqueDirectory.
Rafael Espindola
2013-06-28
3
-241
/
+235
*
Don't ask for a mode when we are not keeping the file.
Rafael Espindola
2013-06-28
1
-2
/
+2
*
LoopVectorize: Preserve debug location info
Arnold Schwaighofer
2013-06-28
1
-1
/
+74
*
Fix using arg_end() - arg_begin() instead of arg_size()
Matt Arsenault
2013-06-28
1
-3
/
+3
*
Rename DIBuilder::createNullPtrType to createUnspecifiedType and introduce
Peter Collingbourne
2013-06-27
1
-4
/
+9
[next]