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
/
JIT
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
7
-3124
/
+0
*
Fix typos in comments, NFC
Robin Morisset
2014-08-29
1
-1
/
+1
*
EE/JIT: unique_ptr-ify
Dylan Noblesmith
2014-08-25
1
-7
/
+3
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
2
-9
/
+6
*
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
2014-08-19
2
-22
/
+22
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
7
-0
/
+3131
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
7
-3131
/
+0
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-5
/
+6
*
Remove dead code.
Rafael Espindola
2014-07-24
1
-15
/
+0
*
Drop the udis86 wrapper from llvm::sys
Alp Toker
2014-07-17
1
-7
/
+0
*
Revert "Replace Execution Engine's mutex with std::recursive_mutex."
Zachary Turner
2014-06-20
2
-30
/
+30
*
Replace Execution Engine's mutex with std::recursive_mutex.
Zachary Turner
2014-06-18
2
-30
/
+30
*
Remove more occurrences of the unused-mutex-parameter pattern.
Zachary Turner
2014-06-17
1
-16
/
+9
*
Cleanup more unreferenced MutexGuard parameters on functions.
Zachary Turner
2014-06-16
3
-29
/
+29
*
Add a Constant version of stripPointerCasts.
Rafael Espindola
2014-06-04
1
-1
/
+1
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-2
/
+13
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
2
-2
/
+2
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
3
-33
/
+34
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
2
-2
/
+4
*
[ExecutionEngine] Allow JIT clients to enable/disable module verification.
Lang Hames
2014-04-18
1
-3
/
+3
*
[Allocator] Finally, finish nuking the redundant code that led me here
Chandler Carruth
2014-04-15
1
-7
/
+7
*
[Allocator] Make the underlying allocator a template instead of an
Chandler Carruth
2014-04-14
1
-14
/
+11
*
[Allocator] Switch the BumpPtrAllocator to use a vector of pointers to
Chandler Carruth
2014-04-14
1
-9
/
+6
*
[Allocator] Lift the slab size and size threshold into template
Chandler Carruth
2014-03-30
1
-4
/
+4
*
[cleanup] Hoist the initialization and constants for slab sizes to the
Chandler Carruth
2014-03-28
1
-20
/
+17
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-1
/
+1
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-1
/
+1
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
4
-64
/
+63
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+0
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Modules] Move ValueMap to the IR library. While this class does not
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
2
-2
/
+2
*
Use DataLayout from the module when easily available.
Rafael Espindola
2014-02-25
1
-3
/
+7
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-3
/
+3
*
Add target analysis passes to the codegen pipeline for MCJIT.
Juergen Ributzka
2014-01-23
1
-0
/
+3
*
Prune redundant dependencies in LLVMBuild.txt.
NAKAMURA Takumi
2013-12-11
1
-1
/
+1
*
Resolve JIT runtime linking problems on Android.
Andrew Kaylor
2013-11-15
1
-1
/
+1
*
Remove dead code.
Rafael Espindola
2013-10-07
1
-156
/
+0
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
1
-2
/
+3
*
Fix the build issue under ia64. Close bug #5715
Sylvestre Ledru
2013-08-27
1
-1
/
+1
*
Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...
Elena Demikhovsky
2013-07-02
1
-2
/
+7
*
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
2013-05-17
1
-1
/
+1
*
Remove dead code.
Rafael Espindola
2013-05-10
2
-82
/
+0
*
Remove exception handling support from the old JIT.
Rafael Espindola
2013-05-07
4
-669
/
+1
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
1
-1
/
+2
*
Fix More Casts
David Greene
2013-01-14
1
-3
/
+8
*
Fix bug in exception table allocation (PR13678)
Eli Bendersky
2013-01-11
1
-8
/
+18
[next]