summaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
2014-05-19Remove unused define from makefile.Stephen Hines1-4/+0
2014-05-05Remove Makefile->Header code generation from libbcc.Stephen Hines1-2/+0
2014-04-23Update libbcc for 64-bit support.Tim Murray1-1/+1
2014-04-16Enable 64bit elf object handling.WeiTang2-2/+60
2014-04-07Add DISABLE_LLVM_DEVICE_BUILDS to libbcc.Tim Murray1-2/+2
2014-01-29Fix a pointer cast for 64bit.Ian Rogers1-2/+3
2013-08-07am a08768d4: am 48cd7454: Fix Windows build issues for libbcc.Stephen Hines1-0/+26
2013-07-31Fix Windows build issues for libbcc.Stephen Hines1-0/+26
2013-06-18Don't dlclose things that haven't been dlopen-ed.Stephen Hines1-1/+4
2013-02-07Remove BCCRuntimeSymbolResolver.Shih-wei Liao5-488/+0
2013-01-14Add HAS_HW_DIV to control the compilation of __udivsi3.Ben Cheng1-0/+4
2012-07-22Add APIs to get symbol size and symbol name list. BUG=6841435.Shih-wei Liao4-1/+80
2012-07-12Refine DebugHelper.h into Log.h.Zonr Chang2-2/+2
2012-07-12Make libbcc public.Zonr Chang59-6425/+27
2012-07-12Refine the makefiles.Zonr Chang1-17/+9
2012-07-12Switch to use RSCompilerDriver.Zonr Chang19-3513/+790
2012-07-12Merge lib/Transforms into lib/ExecutionEngine.Shih-wei Liao6-14/+436
2012-07-12Introduce RSCompilerDriver.Zonr Chang2-0/+366
2012-07-12Introduce CompilerConfig.Zonr Chang7-1/+517
2012-07-12Introduce ObjectLoader and RSExecutable.Zonr Chang8-2/+712
2012-07-12Introduce RSInfo and its reader/extractor/writer.Zonr Chang13-48/+1554
2012-07-12Introduce SymbolResolver and its subclasses.Zonr Chang16-127/+412
2012-06-25Fix mesh test.Shih-wei Liao1-1/+1
2012-06-22Handle GCC 4.2 idiosyncracy on Mac.Shih-wei Liao2-2/+2
2012-06-22Introduce InputFile/OutputFile and FileMutex.Zonr Chang18-344/+977
2012-06-22Introduce new Script class.Zonr Chang10-977/+1039
2012-06-19am ca1904d4: am 1957e34d: Merge "Add missed compiler support function for "/"...Jean-Baptiste Queru2-19/+5
2012-06-19am 1957e34d: Merge "Add missed compiler support function for "/" and "%""Jean-Baptiste Queru2-19/+5
2012-06-18Add missed compiler support function for "/" and "%"xqian62-19/+5
2012-06-11Refactor SourceInfo into Source.Shih-wei Liao16-508/+591
2012-06-10Add BCCContext.Zonr Chang8-32/+159
2012-06-07Remove USE_LOGGER and DebugHelper.c.Zonr Chang1-2/+0
2012-06-01Add a property for overriding FP precision.Stephen Hines1-0/+11
2012-05-10Properly handle turning off NEON on ARM devices.Stephen Hines1-10/+11
2012-05-03Update to new llvm::MemoryBuffer::getMemBuffer() interface.Stephen Hines1-1/+1
2012-05-03Revert "Remove USE_LOGGER and DebugHelper.c."Stephen Hines1-0/+2
2012-05-03Revert "Add BCCContext."Stephen Hines8-159/+32
2012-05-03Revert "Refactor SourceInfo into Source."Stephen Hines16-591/+508
2012-05-03Revert "Introduce new Script class."Stephen Hines10-1043/+963
2012-05-03Revert "Introduce InputFile/OutputFile and FileMutex."Stephen Hines18-975/+344
2012-05-03Revert "Introduce SymbolResolver and its subclasses."Stephen Hines16-412/+127
2012-05-03Revert "Introduce RSInfo and its reader/extractor/writer."Stephen Hines13-1554/+48
2012-05-03Revert "Introduce ObjectLoader and RSExecutable."Stephen Hines8-712/+2
2012-05-03Revert "Introduce CompilerConfig."Stephen Hines7-517/+1
2012-05-03Revert "Introduce RSCompilerDriver."Stephen Hines2-366/+0
2012-05-03Revert "Merge lib/Transforms into lib/ExecutionEngine."Stephen Hines6-436/+14
2012-05-03Revert "Switch to use RSCompilerDriver."Stephen Hines19-795/+3518
2012-05-03Revert "Refine the makefiles."Stephen Hines1-9/+17
2012-05-03Revert "Make libbcc public."Stephen Hines59-27/+6429
2012-05-03Revert "Refine DebugHelper.h into Log.h."Stephen Hines2-2/+2