aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-154-12/+19
* Check section type rather than assuming it's code when emitting sections whil...Andrew Kaylor2012-10-121-1/+7
* Indenting.Eric Christopher2012-10-121-11/+11
* Remove unnecessary classof()'sSean Silva2012-10-111-3/+0
* Remove buggy classof().Sean Silva2012-10-111-11/+3
* Revert 165732 for further review.Micah Villmow2012-10-114-18/+12
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-114-12/+18
* Adding comments to clarify the reason for non-standard style in these files.Andrew Kaylor2012-10-104-8/+30
* Move TargetData to DataLayout.Micah Villmow2012-10-0810-45/+45
* Implement .rel relocation for R_ARM_ABS32 in MCJIT.Tim Northover2012-10-031-2/+10
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-0211-158/+157
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-021-1/+8
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-288-10/+1350
* Fix of hang during Intel JIT profilingAndrew Kaylor2012-09-261-11/+9
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-181-2/+2
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-133-4/+5
* MCJIT: relocation addends encoded in the target aren't quite so easy.Jim Grosbach2012-09-131-1/+6
* MCJIT: Make sure to mask off non-type-field bits.Jim Grosbach2012-09-131-1/+1
* MCJIT: Pass the i386 MachO relocation type properly.Jim Grosbach2012-09-131-1/+1
* [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!Michael J. Spencer2012-09-101-2/+1
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-051-1/+1
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-053-2/+27
* Fix comment for function RuntimeDyldImpl.resolveRelocation()Danil Malyshev2012-08-271-1/+4
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-2/+2
* MCJIT: Tidy up the constructor.Jim Grosbach2012-08-213-13/+8
* Fix coding style violations in 162135 and 162136.Akira Hatanaka2012-08-202-10/+10
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-174-5/+121
* Fixed a problem in the JIT memory allocator whereSean Callanan2012-08-151-0/+3
* Enable lazy compilation in MCJITAndrew Kaylor2012-08-072-13/+55
* JIT::runFunction(): add a fast path for functions with a single argument that...Nuno Lopes2012-08-021-2/+7
* Fixing problems with X86_64_32 relocations and making the assertions more rea...Andrew Kaylor2012-07-271-5/+4
* Test commit, clean up commentAndrew Kaylor2012-07-271-1/+1
* Test commit, clean up commentAndrew Kaylor2012-07-271-1/+1
* You cannot call removeModule on a JIT with no modules. Patch by VerenaChad Rosier2012-07-251-1/+1
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE.NAKAMURA Takumi2012-07-221-1/+1
* Remove tabs.Bill Wendling2012-07-191-2/+2
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-284-5/+5
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....Stepan Dyatkovskiy2012-06-231-9/+29
* Disable the right instance of TheJIT, this one is only used in asserts.Benjamin Kramer2012-06-161-8/+8
* Guard private fields that are unused in Release builds with #ifndef NDEBUG.Benjamin Kramer2012-06-161-1/+6
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-062-8/+4
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-021-2/+2
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-011-2/+2
* ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy2012-05-291-2/+2
* PR1255: Case RangesStepan Dyatkovskiy2012-05-281-2/+5
* Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually ...Owen Anderson2012-05-211-4/+0
* PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy2012-05-211-4/+10