index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
1
-8
/
+8
*
[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested by
Lang Hames
2015-03-11
5
-57
/
+46
*
Temporarily revert r231726 and r231724 as they're breaking the build.:
Eric Christopher
2015-03-10
5
-46
/
+57
*
[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread the
Lang Hames
2015-03-09
5
-57
/
+46
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-1
/
+1
*
Fix the autoconf build
David Majnemer
2015-03-07
3
-195
/
+160
*
Fix unused variable/function warnings
David Majnemer
2015-03-07
3
-10
/
+7
*
ExecutionEngine: Preliminary support for dynamically loadable coff objects
David Majnemer
2015-03-07
8
-11
/
+434
*
Fold init() helpers into constructors. NFC.
Benjamin Kramer
2015-03-06
1
-25
/
+12
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
2
-4
/
+3
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
2
-0
/
+2
*
Revert "Raising minimum required CMake version to 2.8.12.2."
Tobias Grosser
2015-02-24
1
-1
/
+1
*
Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""
Chad Rosier
2015-02-23
1
-1
/
+1
*
Revert "Raising minimum required CMake version to 2.8.12.2."
Chad Rosier
2015-02-23
1
-1
/
+1
*
[Orc] Remove redundant using directive.
Lang Hames
2015-02-22
1
-2
/
+0
*
[Orc] Add header comment to IndirectionUtils.cpp.
Lang Hames
2015-02-22
1
-0
/
+9
*
[Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.
Lang Hames
2015-02-21
5
-14
/
+29
*
Raising minimum required CMake version to 2.8.12.2.
Chris Bieneman
2015-02-20
1
-1
/
+1
*
Don't deference the section_end() iterator.
Rafael Espindola
2015-02-17
1
-0
/
+3
*
OrcJIT: Appease msc18 not to be confused on executeCompileCallback<OrcX86_64>.
NAKAMURA Takumi
2015-02-17
1
-2
/
+3
*
Reformat.
NAKAMURA Takumi
2015-02-17
1
-5
/
+3
*
[Orc] Update the Orc indirection utils and refactor the CompileOnDemand layer.
Lang Hames
2015-02-17
3
-192
/
+162
*
[ExecutionEngine] Fix dependence issue by moving RTDyldMemoryManager into
Lang Hames
2015-02-15
4
-2
/
+2
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-2
/
+2
*
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
Chandler Carruth
2015-02-13
2
-2
/
+1
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
2
-0
/
+6
*
[Orc] Add a JITSymbol class to the Orc APIs, refactor APIs, update clients.
Lang Hames
2015-02-09
1
-2
/
+2
*
[Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine.
Lang Hames
2015-02-06
3
-1
/
+1
*
[MC] Remove various unused MCAsmInfo parameters.
Sean Silva
2015-02-05
1
-6
/
+2
*
[Orc] Make OrcMCJITReplacement::addObject calls transfer buffer ownership to the
Lang Hames
2015-02-02
1
-2
/
+7
*
[Orc] Remove the OwnedModules list from OrcMCJITReplacement and use
Lang Hames
2015-02-02
1
-6
/
+2
*
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
2015-01-30
2
-2
/
+2
*
Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".
Lang Hames
2015-01-28
3
-31
/
+1
*
[ExecutionEngine] Add weak symbol support to RuntimeDyld
Keno Fischer
2015-01-27
3
-1
/
+31
*
[ExecutionEngine] FindFunctionNamed: Skip declarations
Keno Fischer
2015-01-27
2
-2
/
+4
*
Remove some extraneous includes.
Eric Christopher
2015-01-27
2
-3
/
+0
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
2
-7
/
+6
*
OrcJIT: Avoid non-static initializers.
NAKAMURA Takumi
2015-01-25
1
-1
/
+1
*
Orc/LLVMBuild.txt: Prune redundant "Target" in libdeps.
NAKAMURA Takumi
2015-01-25
1
-1
/
+1
*
[Orc] Add TransformUtils to Orc's dependency list.
Lang Hames
2015-01-24
1
-1
/
+1
*
Fix the MSVC build with the new Orc JIT APIs
Reid Kleckner
2015-01-23
1
-2
/
+2
*
[Orc] Remove a bunch of constructors from ObjectLinkingLayer.
Lang Hames
2015-01-23
1
-1
/
+2
*
[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in the anonymous namespace.
Lang Hames
2015-01-23
1
-1
/
+2
*
[Orc] New JIT APIs.
Lang Hames
2015-01-23
14
-8
/
+886
*
[RuntimeDyld] Tidy up emitCommonSymbols a little. NFC.
Lang Hames
2015-01-17
2
-46
/
+61
*
[RuntimeDyld] Remove the brace initialization that was introduced in r226341.
Lang Hames
2015-01-17
1
-2
/
+2
*
[RuntimeDyld] Track symbol visibility in RuntimeDyld.
Lang Hames
2015-01-16
5
-38
/
+89
*
Fixing pedantic build warnings.
Andrew Kaylor
2015-01-15
1
-2
/
+3
*
Switch this header file to not hard-code Windows line endings.
Chandler Carruth
2015-01-15
1
-68
/
+68
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
5
-22
/
+18
[next]