# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:14 joerg Exp $ LIB= LLVMXRay .include .PATH: ${LLVM_SRCDIR}/lib/XRay SRCS+= BlockIndexer.cpp \ BlockPrinter.cpp \ BlockVerifier.cpp \ FDRRecordProducer.cpp \ FDRRecords.cpp \ FDRTraceExpander.cpp \ FDRTraceWriter.cpp \ FileHeaderReader.cpp \ InstrumentationMap.cpp \ LogBuilderConsumer.cpp \ Profile.cpp \ RecordInitializer.cpp \ RecordPrinter.cpp \ Trace.cpp .if defined(HOSTLIB) .include .else .include .endif ect name='h' onchange='this.form.submit();'> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2022-01-22Change the devhandle_from_*() functions to also take a "super handle",thorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-05-10Associate the OpenBoot / OpenFirmware node with attached devicesthorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2009-09-17Fix a message format in error path.tsutsui
2009-09-17Split device_t/softc.tsutsui
2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui
2009-05-17Use device_private() to get struct sbus_softc from device_t parent.tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2005-12-11merge ktrace-lwp.christos
2005-05-30avoid shadow variables.christos
2005-02-04de-__Pperry
2004-07-19No need to allocate our own bus tag here.pk
2004-06-30Introduce bus_space_tag_alloc() for the common parts of bus tag allocation.pk
2004-06-27Bus tags should now be constructed by copying the parent's bus tag andpk
2004-03-17Rename PROM_getprop*() => prom_getprop*().pk
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Add missing args to CFATTACH_DECL.uwe
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-03-20Use bus_space_vaddr() correctly. (XXX do we really need this?)eeh
2002-03-11Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to constructpk
2002-01-14Call malloc(9) with M_ZERO flag instead of bzero() after malloc().tsutsui
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-09-26getprop* -> PROM_getprop*eeh