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
*
Use a pointer as the relocation iterator.
Rafael Espindola
2013-04-25
1
-24
/
+29
*
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
3
-18
/
+3
*
Fix constant folding for one lane vector types. Constant folding one lane vec...
Silviu Baranga
2013-04-25
1
-1
/
+1
*
Revert "Adding object caching support to MCJIT"
Rafael Espindola
2013-04-25
2
-65
/
+18
*
Revert "Exposing MCJIT through C API"
Rafael Espindola
2013-04-25
1
-48
/
+0
*
[mips] Add definitions of micromips load and store instructions.
Akira Hatanaka
2013-04-25
4
-17
/
+43
*
[mips] Add definitions of micromips shift instructions.
Akira Hatanaka
2013-04-25
4
-12
/
+62
*
R600: Initialize BooleanVectorContents
Tom Stellard
2013-04-24
1
-0
/
+1
*
R600: Use SHT_PROGBITS for the .AMDGPU.config section
Tom Stellard
2013-04-24
1
-1
/
+1
*
Exposing MCJIT through C API
Andrew Kaylor
2013-04-24
1
-0
/
+48
*
Fix for r180193 - MI Sched: eliminate local vreg.
Andrew Trick
2013-04-24
1
-2
/
+6
*
[inline asm] Fix a crasher for an invalid value type/register class.
Chad Rosier
2013-04-24
1
-4
/
+11
*
Making invalidateInstructionCache automatic in SectionMemoryManager
Andrew Kaylor
2013-04-24
1
-0
/
+5
*
[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls that were...
Michael Gottesman
2013-04-24
1
-0
/
+38
*
Fixed comment typo.
Michael Gottesman
2013-04-24
1
-1
/
+1
*
Use pointers to iterate over symbols.
Rafael Espindola
2013-04-24
1
-30
/
+36
*
LoopVectorizer: Change variable name Stride to ConsecutiveStride
Arnold Schwaighofer
2013-04-24
1
-6
/
+6
*
LoopVectorize: Scalarize padded types
Arnold Schwaighofer
2013-04-24
1
-1
/
+9
*
LoopVectorizer: Bail out if we don't have datalayout we need it
Arnold Schwaighofer
2013-04-24
1
-0
/
+5
*
Revert r180189.
Rafael Espindola
2013-04-24
1
-29
/
+24
*
MI Sched: eliminate local vreg copies.
Andrew Trick
2013-04-24
1
-7
/
+194
*
Register Coalescing: add a flag to disable rescheduling.
Andrew Trick
2013-04-24
1
-2
/
+8
*
MI Sched: regpressure tracing.
Andrew Trick
2013-04-24
1
-0
/
+8
*
Formatting fixes.
Rafael Espindola
2013-04-24
1
-31
/
+20
*
Use a pointer as the relocation iterator.
Rafael Espindola
2013-04-24
1
-23
/
+28
*
Formatting.
Eric Christopher
2013-04-24
1
-1
/
+1
*
Align the __LD,__compact_unwind section.
Bill Wendling
2013-04-24
1
-7
/
+16
*
Fix dependency layering issues caused by r180112.
Eric Christopher
2013-04-23
1
-1
/
+0
*
Adding object caching support to MCJIT
Andrew Kaylor
2013-04-23
2
-18
/
+65
*
Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions.
Jyotsna Verma
2013-04-23
2
-176
/
+149
*
Hexagon: Define relations for GP-relative instructions.
Jyotsna Verma
2013-04-23
1
-15
/
+17
*
Make sure the instruction right after an inlined function has a
Adrian Prantl
2013-04-23
1
-4
/
+10
*
Add more tests for r179925 to verify correct handling of signext/zeroext; str...
Stephen Lin
2013-04-23
1
-3
/
+6
*
Lowercase "is" boolean variable prefix for consistency within function, no fu...
Stephen Lin
2013-04-23
1
-12
/
+12
*
Hexagon: Remove assembler mapped instruction definitions.
Jyotsna Verma
2013-04-23
5
-108
/
+80
*
Change commentary for PowerPC Boolean vector contents.
Bill Schmidt
2013-04-23
1
-1
/
+2
*
[mips] Compare splat value with element size instead of calling isUIntN.
Akira Hatanaka
2013-04-23
1
-2
/
+2
*
DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...
Owen Anderson
2013-04-23
2
-2
/
+4
*
Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version bec...
Aaron Ballman
2013-04-23
1
-1
/
+1
*
R600: Use .AMDGPU.config section to emit stacksize
Vincent Lejeune
2013-04-23
5
-16
/
+25
*
R600: Add CF_END
Vincent Lejeune
2013-04-23
3
-44
/
+77
*
LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...
Nadav Rotem
2013-04-23
1
-4
/
+4
*
Hexagon: Remove duplicate instructions to handle global/immediate values
Jyotsna Verma
2013-04-23
2
-321
/
+55
*
Call the potentially costly isAnnotatedParallel() only once.
Pekka Jaaskelainen
2013-04-23
1
-3
/
+5
*
Add some constraints to use of 'returned':
Stephen Lin
2013-04-23
2
-0
/
+8
*
Wrap.h: Define wrap / unwrap function for ExecutionEngine
Tom Stellard
2013-04-23
1
-1
/
+0
*
Fixup for r180094: properly use MSan interface functions
Alexey Samsonov
2013-04-23
1
-2
/
+2
*
Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.
Carlo Kok
2013-04-23
1
-0
/
+36
*
Tell MSan that memory initialized by libz is valid
Alexey Samsonov
2013-04-23
1
-2
/
+9
*
Use zlib to uncompress debug sections in DWARF parser.
Alexey Samsonov
2013-04-23
2
-0
/
+41
[next]