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
/
JITEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-1248
/
+0
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-4
/
+3
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+1249
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-1249
/
+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
1
-11
/
+11
*
Replace Execution Engine's mutex with std::recursive_mutex.
Zachary Turner
2014-06-18
1
-11
/
+11
*
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
1
-1
/
+1
*
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-24
1
-15
/
+16
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
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
1
-17
/
+17
*
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
1
-1
/
+1
*
Remove dead code.
Rafael Espindola
2013-05-10
1
-5
/
+0
*
Remove exception handling support from the old JIT.
Rafael Espindola
2013-05-07
1
-46
/
+1
*
Fix bug in exception table allocation (PR13678)
Eli Bendersky
2013-01-11
1
-8
/
+18
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-17
/
+17
*
Remove buggy classof().
Sean Silva
2012-10-11
1
-11
/
+3
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-9
/
+9
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-2
/
+2
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-2
/
+2
*
Disable the right instance of TheJIT, this one is only used in asserts.
Benjamin Kramer
2012-06-16
1
-8
/
+8
*
Guard private fields that are unused in Release builds with #ifndef NDEBUG.
Benjamin Kramer
2012-06-16
1
-1
/
+6
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-3
/
+3
*
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
1
-0
/
+3
*
Remove the old ELF writer.
Rafael Espindola
2012-01-05
1
-27
/
+3
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-4
/
+10
*
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-08-12
1
-0
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-2
/
+2
*
Like the coding standards say, do not use "using namespace std".
Jay Foad
2011-04-13
1
-2
/
+2
*
Tidy up. Whitespace and 80 column.
Jim Grosbach
2011-03-16
1
-12
/
+15
*
Support unregistering exception frames of functions when they are removed.
Eric Christopher
2011-03-04
1
-3
/
+4
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-2
/
+2
*
remove some dead code.
Chris Lattner
2010-08-23
1
-246
/
+0
*
remove the JIT "NeedsExactSize" feature and supporting logic.
Chris Lattner
2010-07-22
1
-58
/
+3
*
first part of JIT support for address of labels, part of PR7264,
Chris Lattner
2010-07-11
1
-1
/
+9
*
Remove the -enable-sjlj-eh option, which doesn't do anything.
Duncan Sands
2010-05-02
1
-3
/
+3
*
Formatting changes. No functionality change.
Bill Wendling
2010-04-18
1
-29
/
+28
*
The JIT calls TidyLandingPads to tidy up the landing pads. However, because the
Bill Wendling
2010-04-16
1
-2
/
+6
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-2
/
+3
[next]