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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding multiple module support for MCJIT.
Andrew Kaylor
2013-10-01
2
-0
/
+61
*
Debug Info: constify and rename from generateRef to getRef.
Manman Ren
2013-09-30
1
-2
/
+2
*
llvm-c: use typedef for function pointers
Anders Waldenborg
2013-09-30
1
-8
/
+13
*
Move command line options to the users of libLTO. Fixes --enable-shared build.
Rafael Espindola
2013-09-30
2
-9
/
+24
*
Convert manual insert point restores to the new RAII object.
Benjamin Kramer
2013-09-30
1
-2
/
+0
*
IRBuilder: Add RAII objects to reset insertion points or fast math flags.
Benjamin Kramer
2013-09-30
1
-0
/
+48
*
IRBuilder: Move fast math flags to IRBuilderBase.
Benjamin Kramer
2013-09-30
1
-34
/
+28
*
IfConverter: Use TargetSchedule for instruction latencies
Arnold Schwaighofer
2013-09-30
2
-1
/
+9
*
Remove an old workaround for a compiler that EOL'd years ago.
Benjamin Kramer
2013-09-29
1
-6
/
+0
*
Allocate AtomicSDNode operands in SelectionDAG's allocator to stop leakage.
Benjamin Kramer
2013-09-29
1
-10
/
+7
*
Even more spelling fixes for "instruction".
Robert Wilhelm
2013-09-28
4
-5
/
+5
*
AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.
Manman Ren
2013-09-28
1
-0
/
+5
*
[stackprotector] Refactor the StackProtector pass from a single .cpp file int...
Josh Magee
2013-09-27
1
-0
/
+97
*
Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.
Rui Ueyama
2013-09-27
4
-16
/
+16
*
Make SourceMgr::PrintMessage() testable and add unit tests
Dmitri Gribenko
2013-09-27
1
-1
/
+7
*
Re-submit r191472 with a fix for big endian.
Rui Ueyama
2013-09-27
1
-2
/
+54
*
Adding intrinsics to the llvm backend for TBM instruction set.
Yunzhong Gao
2013-09-27
1
-0
/
+66
*
[mips][msa] Implemented insert.d intrinsic.
Daniel Sanders
2013-09-27
1
-0
/
+3
*
[mips][msa] Implemented fill.d intrinsic.
Daniel Sanders
2013-09-27
1
-0
/
+2
*
[mips][msa] Implemented copy_[us].d intrinsic.
Daniel Sanders
2013-09-27
1
-0
/
+4
*
Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...
Rui Ueyama
2013-09-27
1
-38
/
+2
*
llvm-objdump: Dump COFF import table if -private-headers option is given.
Rui Ueyama
2013-09-27
1
-2
/
+38
*
Implements parsing and emitting of .cfi_window_save in MC.
Venkatraman Govindaraju
2013-09-26
2
-1
/
+8
*
[ARM] Use the load-acquire/store-release instructions optimally in AArch32.
Amara Emerson
2013-09-26
3
-4
/
+30
*
Added temp flag -misched-bench for staging in default changes.
Andrew Trick
2013-09-26
1
-0
/
+3
*
Dump the normal dwarf pubtypes section as well.
Eric Christopher
2013-09-25
1
-0
/
+1
*
Mark the x86 machine model as incomplete. PR17367.
Andrew Trick
2013-09-25
2
-4
/
+20
*
Undefine NetBSD, it may have been defined by an earlier include of
Joerg Sonnenberger
2013-09-25
1
-0
/
+1
*
MC: Add support for treating $ as a reference to the PC
David Majnemer
2013-09-25
1
-0
/
+7
*
MC: Remove vestigial PCSymbol field from AsmInfo
David Majnemer
2013-09-25
1
-7
/
+0
*
Try again to fix the MSVC build.
Peter Collingbourne
2013-09-25
1
-1
/
+1
*
Wrap the #include of <stdbool.h> in an #ifndef __cplusplus.
Peter Collingbourne
2013-09-25
1
-0
/
+2
*
Move LTO support library to a component, allowing it to be tested
Peter Collingbourne
2013-09-24
2
-0
/
+326
*
llvm-dwarfdump support for gnu_pubtypes
David Blaikie
2013-09-24
1
-0
/
+1
*
Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...
Benjamin Kramer
2013-09-24
2
-1
/
+6
*
[mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics)
Daniel Sanders
2013-09-24
1
-4
/
+8
*
[mips][msa] Added support for matching bsel and bseli from normal IR (i.e. no...
Daniel Sanders
2013-09-24
1
-8
/
+4
*
Initial support for Neon scalar instructions.
Jiangning Liu
2013-09-24
4
-79
/
+167
*
Explicitly request unsigned enum types when desired
Reid Kleckner
2013-09-23
11
-27
/
+46
*
llvm-dwarfdump/libDebugInfo support for type units
David Blaikie
2013-09-23
1
-0
/
+1
*
Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...
David Blaikie
2013-09-23
1
-8
/
+8
*
[mips][msa] Added support for matching insert and copy from normal IR (i.e. n...
Daniel Sanders
2013-09-23
1
-6
/
+6
*
Remove dead code
David Blaikie
2013-09-22
1
-4
/
+0
*
StringRef-ize some things
David Blaikie
2013-09-22
1
-5
/
+4
*
Provide basic type safety for array_pod_sort comparators.
Benjamin Kramer
2013-09-22
2
-8
/
+11
*
Revert "llvm-c: Add LLVMGetPointerToFunction"
Anders Waldenborg
2013-09-20
1
-2
/
+0
*
Allow subtarget selection of the default MachineScheduler and document the in...
Andrew Trick
2013-09-20
2
-14
/
+71
*
DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...
David Blaikie
2013-09-20
1
-3
/
+2
*
Fixed warning
Richard Mitton
2013-09-19
1
-1
/
+1
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
3
-1
/
+23
[next]