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
/
tools
/
lli
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify a few uses of remove_filename by using parent_path instead.
Rafael Espindola
2015-07-15
1
-2
/
+1
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
1
-3
/
+1
*
Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...
Daniel Sanders
2015-06-16
1
-1
/
+1
*
[Orc] Tidy up initialization based on review feedback for r239561 from dblaikie.
Lang Hames
2015-06-12
1
-20
/
+19
*
[Orc] Fix a bug in the CompileOnDemand layer where stub decls were not cloned
Lang Hames
2015-06-12
1
-1
/
+1
*
Wrap some long lines in LLVMBuild files. NFC
Douglas Katzman
2015-06-12
1
-1
/
+11
*
[Orc] Remove some unnecesary includes and whitespace that slipped in to r239561.
Lang Hames
2015-06-11
1
-2
/
+1
*
[Orc] Make partition identification in the CompileOnDemand layer lazy.
Lang Hames
2015-06-11
1
-16
/
+20
*
[lli] Make the OptLevel (-O=<char>) option accessible to the lazy JIT.
Lang Hames
2015-06-09
2
-13
/
+20
*
add missing dependency on Target lib for tools
Sanjay Patel
2015-06-03
1
-0
/
+1
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+1
*
Migrate existing backends that care about software floating point
Eric Christopher
2015-05-12
1
-3
/
+0
*
[Orc] Reapply r236465 with fixes for the MSVC bots.
Lang Hames
2015-05-05
1
-7
/
+2
*
[Orc] Revert r236465 - It broke the Windows bots.
Lang Hames
2015-05-04
1
-2
/
+7
*
Add TransformUtils dependency to lli.
Pete Cooper
2015-05-04
2
-1
/
+2
*
[Orc] Refactor the compile-on-demand layer to make module partitioning lazy,
Lang Hames
2015-05-04
1
-7
/
+2
*
Fix -Wpessimizing-move warnings by removing std::move calls.
Richard Trieu
2015-04-30
1
-4
/
+4
*
Remove the JITEmitDebugInfo TargetOptions as they're only set and
Eric Christopher
2015-04-19
1
-23
/
+0
*
lli/OrcLazyJIT.cpp: Use <cstdio> for printf(3) introduced in r234908.
NAKAMURA Takumi
2015-04-17
1
-0
/
+1
*
[Orc] Refactor the CompileOnDemandLayer to make its addModuleSet method
Lang Hames
2015-04-15
1
-11
/
+14
*
[Orc] Reapply r234815, outputting via stdout instead.
Lang Hames
2015-04-14
1
-11
/
+12
*
Silencing a -Wreturn-type warning, as the switch is fully-covered; NFC.
Aaron Ballman
2015-04-14
1
-0
/
+1
*
[Orc] Disambiguate call to make_unique. This should fix the builders broken by
Lang Hames
2015-04-13
1
-1
/
+2
*
[Orc] Add an Orc layer for applying arbitrary transforms to IR, use it to add
Lang Hames
2015-04-13
2
-7
/
+90
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
3
-3
/
+3
*
[Orc] Add support classes for inspecting and running C++ static ctor/dtors, and
Lang Hames
2015-04-02
2
-8
/
+56
*
[Orc] Reflect process symbols into the LLI Orc-lazy JIT.
Lang Hames
2015-04-01
2
-1
/
+21
*
[Orc] Separate callback manager selection from callback manager construction for
Lang Hames
2015-03-30
2
-21
/
+29
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
2
-2
/
+3
*
[Orc] Remove another unnecessary typedef.
Lang Hames
2015-03-25
1
-1
/
+1
*
[Orc][lli] Add a very simple Orc-based lazy JIT to lli.
Lang Hames
2015-03-25
4
-7
/
+172
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
2
-0
/
+2
*
Fix cmake build.
Rafael Espindola
2015-03-18
1
-1
/
+1
*
CMake: Disable ENABLE_EXPORTS for executables with MSVC
Reid Kleckner
2015-03-18
1
-1
/
+1
*
Replace a few instances of NULL with nullptr.
David Majnemer
2015-02-26
1
-1
/
+1
*
[CMake] Add RuntimeDyld to libdeps corresponding to r229343.
NAKAMURA Takumi
2015-02-16
1
-0
/
+1
*
Fix lli after the DebugInfo move.
Zachary Turner
2015-01-30
1
-1
/
+1
*
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
2015-01-30
1
-1
/
+1
*
[Orc] Add orcjit to the dependencies list in the Makefile for lli.
Lang Hames
2015-01-24
1
-1
/
+1
*
[Orc] New JIT APIs.
Lang Hames
2015-01-23
2
-0
/
+10
*
Assigning and copying command line option objects shouldn't be allowed.
Chris Bieneman
2015-01-22
1
-1
/
+1
*
Silence gcc 4.9.1 warning 'xyz' is used uninitialized in this function.
Yaron Keren
2014-12-12
1
-7
/
+7
*
[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.
Lang Hames
2014-12-03
1
-1
/
+5
*
DebugIR: Delete -debug-ir
Duncan P. N. Exon Smith
2014-11-29
1
-9
/
+0
*
[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.
Lang Hames
2014-11-26
2
-3
/
+3
*
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2014-11-26
2
-3
/
+3
*
[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
Lang Hames
2014-11-26
2
-3
/
+3
*
[MCJIT] Remove a few more references to JITMemoryManager that survived r218316.
Lang Hames
2014-09-23
1
-1
/
+0
*
[MCJIT] Delete the JTIMemoryManager and associated APIs.
Lang Hames
2014-09-23
3
-58
/
+6
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
4
-37
/
+10
[next]