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
*
Simplify the interface of AnalyzeGlobal a bit and rename to analyzeGlobal.
Rafael Espindola
2013-10-17
1
-14
/
+22
*
[mips][msa] Added lsa instruction
Daniel Sanders
2013-10-17
3
-0
/
+30
*
[DebugInfo] Delete dead code, simplify and fix code style for some existing c...
Alexey Samsonov
2013-10-17
2
-49
/
+31
*
[mips][msa] Removed ldx.[bhwd] and stx.[bhwd].
Daniel Sanders
2013-10-17
2
-59
/
+0
*
Replace sra with srl if a single sign bit is required
Richard Sandiford
2013-10-17
1
-3
/
+14
*
Fix edge condition in DAGCombiner to improve codegen of shift sequences.
Andrea Di Biagio
2013-10-17
1
-0
/
+1
*
[msan] Use zero-extension in shadow cast by default.
Evgeniy Stepanov
2013-10-17
1
-7
/
+8
*
llvm-c: Don't assert in LLVMTargetMachineEmitToFile on nonexistent file
Anders Waldenborg
2013-10-17
1
-1
/
+1
*
[mips][msa] Correct definition order of ftrunc_[su], ftint_[su], and ftq.
Daniel Sanders
2013-10-17
1
-22
/
+22
*
Changing DebugInfoFinder to iterate over all the compile units.
Michael Kuperstein
2013-10-17
1
-1421
/
+1419
*
llvm-c: Return NULL from LLVMGetFirstTarget instead of asserting
Anders Waldenborg
2013-10-17
1
-2
/
+6
*
tsan: implement no_sanitize_thread attribute
Dmitry Vyukov
2013-10-17
1
-1
/
+1
*
x86: Move bitcasts outside concat_vector.
Jim Grosbach
2013-10-17
1
-0
/
+40
*
According to the dwarf standard pubnames and pubtypes for languages
Eric Christopher
2013-10-17
3
-9
/
+58
*
Expose install_fatal_error_handler() through the C API.
Filip Pizlo
2013-10-17
1
-0
/
+17
*
[projects/test-suite] White space and long line fixes.
Jack Carter
2013-10-17
1
-15
/
+21
*
Add the subprogram DIEs to the context they're created with only
Eric Christopher
2013-10-17
1
-3
/
+6
*
Re-commit r192758 - MC: quote tricky symbol names in asm output
Hans Wennborg
2013-10-17
5
-20
/
+40
*
DIEHash: Include the type's context in the type hash.
David Blaikie
2013-10-17
1
-0
/
+3
*
DIEHash: Use DW_FORM_sdata for integers, per spec.
David Blaikie
2013-10-16
2
-5
/
+28
*
llvm-c: Add LLVMDumpType
Anders Waldenborg
2013-10-16
1
-0
/
+4
*
[AArch64] Add support for NEON scalar negate instruction.
Chad Rosier
2013-10-16
1
-0
/
+4
*
[AArch64] Add support for NEON scalar absolute value instruction.
Chad Rosier
2013-10-16
1
-8
/
+21
*
Remove ambiguity introduced in r192836
David Blaikie
2013-10-16
1
-1
/
+1
*
Add support for the VSX target attribute. No functional change
Eric Christopher
2013-10-16
2
-0
/
+3
*
DIEHash: Include the trailing zero byte after the children of a DIE
David Blaikie
2013-10-16
1
-0
/
+3
*
Enabling 3DNow! prefetch instruction for a few AMD processors: bobcat, jaguar,
Yunzhong Gao
2013-10-16
2
-7
/
+7
*
Create an atom with just the data that failed to disassemble.
Rafael Espindola
2013-10-16
1
-2
/
+4
*
After PostRA scheduling, don't set kill flags on undef operands.
Andrew Trick
2013-10-16
1
-2
/
+2
*
Fix MCDataAtom never calling remap when adding data.
Rafael Espindola
2013-10-16
1
-1
/
+1
*
[llvm-c] Add LLVMPrintModuleToString.
Anders Waldenborg
2013-10-16
1
-0
/
+10
*
SLPVectorizer: Don't vectorize volatile memory operations
Arnold Schwaighofer
2013-10-16
1
-3
/
+8
*
Revert "SLPVectorizer: Don't vectorize volatile memory operations"
Arnold Schwaighofer
2013-10-16
1
-8
/
+3
*
R600: Fix a crash in the AMDILCFGStructurizer
Tom Stellard
2013-10-16
1
-2
/
+68
*
R600: Remove some dead code from the AMDILCFGStructurizer
Tom Stellard
2013-10-16
1
-21
/
+4
*
Adding oprofile support for MCJIT.
Andrew Kaylor
2013-10-16
2
-1
/
+72
*
Fix comment.
Chad Rosier
2013-10-16
1
-1
/
+1
*
Assert on duplicate registration. Don't depend on function pointer equality.
Rafael Espindola
2013-10-16
1
-3
/
+0
*
[AArch64] Add support for NEON scalar signed saturating accumulated of unsigned
Chad Rosier
2013-10-16
1
-2
/
+52
*
SLPVectorizer: Don't vectorize volatile memory operations
Arnold Schwaighofer
2013-10-16
1
-3
/
+8
*
DAGCombiner: Don't fold xor into not if getNOT would introduce an illegal con...
Benjamin Kramer
2013-10-16
1
-1
/
+1
*
[asan] Optimize accesses to global arrays with constant index
Kostya Serebryany
2013-10-16
1
-6
/
+33
*
[SystemZ] Handle extensions in RxSBG optimizations
Richard Sandiford
2013-10-16
1
-8
/
+26
*
[SystemZ] Improve handling of SETCC
Richard Sandiford
2013-10-16
5
-4
/
+120
*
Handle (shl (anyext (shr ...))) in SimpilfyDemandedBits
Richard Sandiford
2013-10-16
1
-0
/
+25
*
Add a 'deleteModule' method to the Linker class.
Bill Wendling
2013-10-16
2
-1
/
+9
*
Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...
NAKAMURA Takumi
2013-10-16
4
-38
/
+20
*
Really fix build warning/error that I think r192756 was trying to fix.
Craig Topper
2013-10-16
1
-4
/
+4
*
TypeFinder: prefer iterative algorithm to keep stack usage low.
Will Dietz
2013-10-16
1
-10
/
+18
*
Fix a bug in Windows resource file detection.
Rui Ueyama
2013-10-16
1
-1
/
+1
[next]