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
*
[SystemZ] Add back end
Ulrich Weigand
2013-05-06
62
-1
/
+10763
*
[SystemZ] Define DWARF encoding
Ulrich Weigand
2013-05-06
1
-0
/
+9
*
[PowerPC] Fix memory corruption in AsmParser
Ulrich Weigand
2013-05-06
1
-7
/
+7
*
Fix slightly too aggressive conact_vector optimization.
Michael Kuperstein
2013-05-06
1
-0
/
+6
*
Update the comment to mention that we use TTI.
Nadav Rotem
2013-05-06
1
-3
/
+3
*
Revert r164763 because it introduces new shuffles.
Nadav Rotem
2013-05-06
1
-19
/
+1
*
Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.
Matt Arsenault
2013-05-06
1
-5
/
+20
*
Fix const merging when an alias of a const is llvm.used.
Rafael Espindola
2013-05-06
2
-5
/
+13
*
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
8
-14
/
+153
*
ARM AnalyzeBranch should conservatively return true when it sees a predicated
Evan Cheng
2013-05-05
1
-3
/
+9
*
Teach if-converter to avoid removing BBs whose addresses are takne. rdar://13...
Evan Cheng
2013-05-05
1
-2
/
+19
*
LoopVectorize: Print values instead of pointers in debug output.
Benjamin Kramer
2013-05-05
1
-4
/
+4
*
[XCore] Add LDAPB instructions.
Richard Osborne
2013-05-05
1
-3
/
+13
*
[XCore] Update LDAP to use pcrel_imm.
Richard Osborne
2013-05-05
1
-3
/
+3
*
[XCore] Rename calltarget -> pcrel_imm.
Richard Osborne
2013-05-05
1
-6
/
+6
*
[XCore] Add BLRB instructions.
Richard Osborne
2013-05-05
1
-0
/
+7
*
[XCore] Remove '-' from back branch asm syntax.
Richard Osborne
2013-05-05
2
-6
/
+18
*
InlineSpiller: Remove quadratic behavior.
Benjamin Kramer
2013-05-05
1
-8
/
+11
*
For ARM backend, fixed "byval" attribute support.
Stepan Dyatkovskiy
2013-05-05
3
-34
/
+105
*
Remove a recently redundant transform from X86ISelLowering.
David Majnemer
2013-05-05
1
-11
/
+0
*
LoopVectorize: Add support for floating point min/max reductions
Arnold Schwaighofer
2013-05-05
1
-22
/
+69
*
LoopVectorizer: Cleanup of miminimum/maximum pattern match code
Arnold Schwaighofer
2013-05-05
1
-2
/
+2
*
LoopVectorize: We don't need an identity element for min/max reductions
Arnold Schwaighofer
2013-05-05
1
-32
/
+19
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
15
-24
/
+23
*
whitespace
Nadav Rotem
2013-05-04
1
-2
/
+2
*
Fix an odd comment.
Nadav Rotem
2013-05-04
1
-2
/
+1
*
AArch64: enable MCJIT and tests now that everything passes.
Tim Northover
2013-05-04
1
-1
/
+1
*
AArch64: implement 64-bit absolute relocation in MCJIT
Tim Northover
2013-05-04
1
-0
/
+5
*
AArch64: add stubs to support long function calls on MCJIT
Tim Northover
2013-05-04
3
-2
/
+84
*
AArch64: implement relocations for global access
Tim Northover
2013-05-04
1
-0
/
+31
*
AArch64: implement first relocation required for MCJIT
Tim Northover
2013-05-04
3
-0
/
+45
*
Build system changes to enable MCJIT on AArch64
Tim Northover
2013-05-04
1
-1
/
+1
*
AArch64: use __clear_cache under GCCish environments
Tim Northover
2013-05-04
1
-1
/
+1
*
Fix buildbot failure on 64 bit linux due to std::max() having different
Richard Osborne
2013-05-04
1
-1
/
+1
*
[XCore] Remove unused operand type.
Richard Osborne
2013-05-04
1
-1
/
+0
*
[XCore] Make use of the target independent global address offset folding.
Richard Osborne
2013-05-04
6
-98
/
+41
*
[XCore] Simplify code that checks for an aligned base plus a constant.
Richard Osborne
2013-05-04
2
-81
/
+56
*
[XCore] Move lowering of thread local storage to a separate pass.
Richard Osborne
2013-05-04
6
-55
/
+158
*
AArch64: assert code model is small for TLS accesses
Tim Northover
2013-05-04
1
-0
/
+2
*
AArch64: support literal pool access in large memory model.
Tim Northover
2013-05-04
1
-20
/
+48
*
AArch64: support large code model for jump-tables
Tim Northover
2013-05-04
1
-5
/
+18
*
AArch64: implement support for blockaddress in large code model
Tim Northover
2013-05-04
1
-11
/
+20
*
AArch64: implement large code model access to global variables.
Tim Northover
2013-05-04
7
-14
/
+126
*
[XCore] Use static relocation model by default.
Richard Osborne
2013-05-04
4
-5
/
+11
*
Allow host triple to be correctly overridden in CMake builds
Tim Northover
2013-05-04
1
-1
/
+1
*
Fix a performance bug in the Linker.
Rafael Espindola
2013-05-04
1
-11
/
+22
*
Implement Linker::LinkModules with Linker::linkInModule.
Rafael Espindola
2013-05-04
1
-8
/
+9
*
Now that Linker.cpp is almost empty, merge it into LinkModules.cpp.
Rafael Espindola
2013-05-04
3
-37
/
+9
*
Last batch of cleanups to Linker.h.
Rafael Espindola
2013-05-04
1
-0
/
+4
*
Don't construct or delete a module on the Linker.
Rafael Espindola
2013-05-04
1
-5
/
+0
[next]