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 isa<> instead of dyn_cast<> with unused value
Matt Arsenault
2013-11-01
1
-3
/
+3
*
[AArch64] Simplify a few of the instruction patterns. No functional change in...
Chad Rosier
2013-11-01
1
-109
/
+60
*
[AArch64] Fix assembly string formatting and other coding standard violations.
Chad Rosier
2013-11-01
1
-190
/
+118
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
11
-33
/
+5
*
Commenting out this assert because it is causing the build bots to fail. Thi...
Aaron Ballman
2013-11-01
1
-2
/
+2
*
Fixing an order of evaluation error in an assert.
Aaron Ballman
2013-11-01
1
-1
/
+1
*
LoopVectorize: Look for consecutive acces in GEPs with trailing zero indices
Benjamin Kramer
2013-11-01
1
-11
/
+38
*
[ARM] Add Virtualization subtarget feature and more build attributes in this ...
Bradley Smith
2013-11-01
5
-5
/
+39
*
[ARM] Fix Tag_ABI_HardFP_use build attribute
Bradley Smith
2013-11-01
2
-5
/
+13
*
Consider (x == -1) unlikely in BranchProbabilityInfo
Hal Finkel
2013-11-01
1
-4
/
+18
*
LoopVectorizer: If dependency checks fail try runtime checks
Arnold Schwaighofer
2013-11-01
1
-5
/
+47
*
LoopVectorizer: Clear all member data structures in RuntimeCheck.reset()
Arnold Schwaighofer
2013-11-01
1
-0
/
+2
*
DebugInfo: Emit member variable locations as data instead of expressions in b...
David Blaikie
2013-11-01
1
-29
/
+31
*
Add to the disassembler C API output reference types for
Kevin Enderby
2013-11-01
1
-3
/
+24
*
Fix unused variable warnings.
Dan Gohman
2013-10-31
1
-0
/
+3
*
Unused variable
Andrew Trick
2013-10-31
1
-0
/
+1
*
[AArch64] Add support for NEON scalar fixed-point convert to floating-point i...
Chad Rosier
2013-10-31
1
-0
/
+35
*
Add new calling convention for WebKit Java Script.
Andrew Trick
2013-10-31
4
-0
/
+26
*
Add support for stack map generation in the X86 backend.
Andrew Trick
2013-10-31
7
-5
/
+395
*
Do not convert "call asm" to "invoke asm" in Inliner.
Manman Ren
2013-10-31
1
-1
/
+2
*
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".
Rafael Espindola
2013-10-31
5
-63
/
+43
*
Use StringRef::startswith_lower. No functionality change.
Rui Ueyama
2013-10-31
1
-4
/
+4
*
[ConstantRange] improve my previous patch per Nick suggestion
Nuno Lopes
2013-10-31
1
-1
/
+1
*
[AArch64] Add support for NEON scalar shift immediate instructions.
Chad Rosier
2013-10-31
5
-1
/
+404
*
SparcV9 doesnt have rem instruction either.
Roman Divacky
2013-10-31
1
-0
/
+8
*
DWARFDebugArangeSet: remove dead code
Alexey Samsonov
2013-10-31
2
-54
/
+0
*
DWARFUnit: kill dead code and make a couple of functions private. No function...
Alexey Samsonov
2013-10-31
2
-38
/
+7
*
Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.
Manman Ren
2013-10-31
6
-11
/
+87
*
DWARFAbbreviationDeclaration: remove dead code, refactor parsing code and mak...
Alexey Samsonov
2013-10-31
3
-75
/
+60
*
Lower stackmap intrinsics directly to their target opcode in the DAG builder.
Andrew Trick
2013-10-31
3
-11
/
+216
*
Enable variable arguments support for intrinsics.
Andrew Trick
2013-10-31
2
-2
/
+47
*
whitespace
Andrew Trick
2013-10-31
3
-17
/
+17
*
Remove another unused flag.
Rafael Espindola
2013-10-31
1
-1
/
+0
*
Remove unused flag.
Rafael Espindola
2013-10-31
3
-3
/
+0
*
Rules adjustments in order to build on DragonFly BSD.
Rafael Espindola
2013-10-31
1
-2
/
+3
*
Remove the --shrink-wrap option.
Rafael Espindola
2013-10-31
4
-1394
/
+69
*
Add AVX512 unmasked integer broadcast intrinsics and support.
Cameron McInally
2013-10-31
1
-0
/
+10
*
AVX-512: Implemented CMOV for 512-bit vectors
Elena Demikhovsky
2013-10-31
2
-2
/
+24
*
[SystemZ] Automatically detect zEC12 and z196 hosts
Richard Sandiford
2013-10-31
3
-3
/
+51
*
[AArch64] Make the use of FP instructions optional, but enabled by default.
Amara Emerson
2013-10-31
6
-28
/
+90
*
Fix a use after free on invalid input.
Rafael Espindola
2013-10-31
1
-5
/
+1
*
Fix most memory leaks in tablegen.
Rafael Espindola
2013-10-31
1
-11
/
+20
*
Merge CallGraph and BasicCallGraph.
Rafael Espindola
2013-10-31
8
-164
/
+85
*
Legalize: Improve legalization of long vector extends.
Jim Grosbach
2013-10-31
3
-58
/
+63
*
Fix a few typos
Matt Arsenault
2013-10-30
1
-7
/
+7
*
Fix CodeGen for unaligned loads with address spaces
Matt Arsenault
2013-10-30
1
-2
/
+5
*
Teach scalarrepl about address spaces
Matt Arsenault
2013-10-30
1
-1
/
+1
*
Add calls to doInitialization() and doFinalization() in verifyFunction()
Rafael Espindola
2013-10-30
1
-0
/
+2
*
Produce .weak_def_can_be_hidden for some linkonce_odr values
Rafael Espindola
2013-10-30
1
-7
/
+20
*
DebugInfo: Push header handling down into CompileUnit
David Blaikie
2013-10-30
3
-18
/
+29
[next]