aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/CommandGuide/Makefile6
-rw-r--r--release_23/CREDITS.TXT268
-rw-r--r--release_23/LICENSE.TXT71
-rw-r--r--release_23/Makefile163
-rw-r--r--release_23/Makefile.common70
-rw-r--r--release_23/Makefile.config.in276
-rw-r--r--release_23/Makefile.rules1791
-rw-r--r--release_23/ModuleInfo.txt4
-rw-r--r--release_23/README.txt13
-rw-r--r--release_23/Xcode/LLVM.xcodeproj/project.pbxproj3368
-rw-r--r--release_23/Xcode/README.txt1
-rwxr-xr-xrelease_23/autoconf/AutoRegen.sh48
-rw-r--r--release_23/autoconf/LICENSE.TXT24
-rw-r--r--release_23/autoconf/README.TXT49
-rwxr-xr-xrelease_23/autoconf/config.guess1447
-rwxr-xr-xrelease_23/autoconf/config.sub1555
-rw-r--r--release_23/autoconf/configure.ac1012
-rwxr-xr-xrelease_23/autoconf/depcomp522
-rw-r--r--release_23/autoconf/install-sh322
-rw-r--r--release_23/autoconf/ltmain.sh6863
-rw-r--r--release_23/autoconf/m4/bison.m415
-rw-r--r--release_23/autoconf/m4/build_exeext.m442
-rw-r--r--release_23/autoconf/m4/c_printf_a.m431
-rw-r--r--release_23/autoconf/m4/check_gnu_make.m426
-rw-r--r--release_23/autoconf/m4/config_makefile.m49
-rw-r--r--release_23/autoconf/m4/config_project.m414
-rw-r--r--release_23/autoconf/m4/cxx_bidi_iterator.m422
-rw-r--r--release_23/autoconf/m4/cxx_fwd_iterator.m422
-rw-r--r--release_23/autoconf/m4/cxx_hash_map.m459
-rw-r--r--release_23/autoconf/m4/cxx_hash_set.m460
-rw-r--r--release_23/autoconf/m4/cxx_namespaces.m419
-rw-r--r--release_23/autoconf/m4/cxx_std_iterator.m426
-rw-r--r--release_23/autoconf/m4/find_std_program.m4118
-rw-r--r--release_23/autoconf/m4/flex.m417
-rw-r--r--release_23/autoconf/m4/func_isinf.m436
-rw-r--r--release_23/autoconf/m4/func_isnan.m427
-rw-r--r--release_23/autoconf/m4/func_mmap_file.m426
-rw-r--r--release_23/autoconf/m4/header_mmap_anonymous.m421
-rw-r--r--release_23/autoconf/m4/huge_val.m418
-rw-r--r--release_23/autoconf/m4/libtool.m46389
-rw-r--r--release_23/autoconf/m4/link_use_r.m419
-rw-r--r--release_23/autoconf/m4/ltdl.m4418
-rw-r--r--release_23/autoconf/m4/need_dev_zero_for_mmap.m417
-rw-r--r--release_23/autoconf/m4/path_perl.m416
-rw-r--r--release_23/autoconf/m4/path_tclsh.m439
-rw-r--r--release_23/autoconf/m4/rand48.m412
-rw-r--r--release_23/autoconf/m4/sanity_check.m431
-rw-r--r--release_23/autoconf/m4/single_cxx_check.m410
-rwxr-xr-xrelease_23/autoconf/missing353
-rwxr-xr-xrelease_23/autoconf/mkinstalldirs150
-rw-r--r--release_23/bindings/Makefile16
-rw-r--r--release_23/bindings/README.txt3
-rw-r--r--release_23/bindings/ocaml/Makefile19
-rw-r--r--release_23/bindings/ocaml/Makefile.ocaml338
-rw-r--r--release_23/bindings/ocaml/analysis/Makefile20
-rw-r--r--release_23/bindings/ocaml/analysis/analysis_ocaml.c72
-rw-r--r--release_23/bindings/ocaml/analysis/llvm_analysis.ml22
-rw-r--r--release_23/bindings/ocaml/analysis/llvm_analysis.mli46
-rw-r--r--release_23/bindings/ocaml/bitreader/Makefile20
-rw-r--r--release_23/bindings/ocaml/bitreader/bitreader_ocaml.c72
-rw-r--r--release_23/bindings/ocaml/bitreader/llvm_bitreader.ml19
-rw-r--r--release_23/bindings/ocaml/bitreader/llvm_bitreader.mli29
-rw-r--r--release_23/bindings/ocaml/bitwriter/Makefile20
-rw-r--r--release_23/bindings/ocaml/bitwriter/bitwriter_ocaml.c30
-rw-r--r--release_23/bindings/ocaml/bitwriter/llvm_bitwriter.ml18
-rw-r--r--release_23/bindings/ocaml/bitwriter/llvm_bitwriter.mli18
-rw-r--r--release_23/bindings/ocaml/executionengine/Makefile20
-rw-r--r--release_23/bindings/ocaml/executionengine/executionengine_ocaml.c313
-rw-r--r--release_23/bindings/ocaml/executionengine/llvm_executionengine.ml109
-rw-r--r--release_23/bindings/ocaml/executionengine/llvm_executionengine.mli154
-rw-r--r--release_23/bindings/ocaml/llvm/Makefile20
-rw-r--r--release_23/bindings/ocaml/llvm/llvm.ml806
-rw-r--r--release_23/bindings/ocaml/llvm/llvm.mli1665
-rw-r--r--release_23/bindings/ocaml/llvm/llvm_ocaml.c1270
-rw-r--r--release_23/bindings/ocaml/target/Makefile20
-rw-r--r--release_23/bindings/ocaml/target/llvm_target.ml44
-rw-r--r--release_23/bindings/ocaml/target/llvm_target.mli102
-rw-r--r--release_23/bindings/ocaml/target/target_ocaml.c109
-rw-r--r--release_23/bindings/ocaml/transforms/Makefile18
-rw-r--r--release_23/bindings/ocaml/transforms/scalar/Makefile20
-rw-r--r--release_23/bindings/ocaml/transforms/scalar/llvm_scalar_opts.ml32
-rw-r--r--release_23/bindings/ocaml/transforms/scalar/llvm_scalar_opts.mli50
-rw-r--r--release_23/bindings/ocaml/transforms/scalar/scalar_opts_ocaml.c62
-rwxr-xr-xrelease_23/build-for-llvm-top.sh58
-rwxr-xr-xrelease_23/configure35814
-rw-r--r--release_23/docs/AliasAnalysis.html984
-rw-r--r--release_23/docs/BitCodeFormat.html653
-rw-r--r--release_23/docs/Bugpoint.html244
-rw-r--r--release_23/docs/CFEBuildInstrs.html29
-rw-r--r--release_23/docs/CodeGenerator.html2006
-rw-r--r--release_23/docs/CodingStandards.html767
-rw-r--r--release_23/docs/CommandGuide/Makefile97
-rw-r--r--release_23/docs/CommandGuide/bugpoint.pod134
-rw-r--r--release_23/docs/CommandGuide/html/manpage.css256
-rw-r--r--release_23/docs/CommandGuide/index.html152
-rw-r--r--release_23/docs/CommandGuide/llc.pod191
-rw-r--r--release_23/docs/CommandGuide/lli.pod216
-rw-r--r--release_23/docs/CommandGuide/llvm-ar.pod406
-rw-r--r--release_23/docs/CommandGuide/llvm-as.pod77
-rw-r--r--release_23/docs/CommandGuide/llvm-bcanalyzer.pod315
-rw-r--r--release_23/docs/CommandGuide/llvm-config.pod131
-rw-r--r--release_23/docs/CommandGuide/llvm-db.pod16
-rw-r--r--release_23/docs/CommandGuide/llvm-dis.pod60
-rw-r--r--release_23/docs/CommandGuide/llvm-extract.pod63
-rw-r--r--release_23/docs/CommandGuide/llvm-ld.pod269
-rw-r--r--release_23/docs/CommandGuide/llvm-link.pod74
-rw-r--r--release_23/docs/CommandGuide/llvm-nm.pod122
-rw-r--r--release_23/docs/CommandGuide/llvm-prof.pod57
-rw-r--r--release_23/docs/CommandGuide/llvm-ranlib.pod52
-rw-r--r--release_23/docs/CommandGuide/llvmgcc.pod85
-rw-r--r--release_23/docs/CommandGuide/llvmgxx.pod85
-rw-r--r--release_23/docs/CommandGuide/manpage.css256
-rw-r--r--release_23/docs/CommandGuide/opt.pod138
-rw-r--r--release_23/docs/CommandGuide/stkrc.pod96
-rw-r--r--release_23/docs/CommandGuide/tblgen.pod115
-rw-r--r--release_23/docs/CommandLine.html1970
-rw-r--r--release_23/docs/CompilerDriver.html420
-rw-r--r--release_23/docs/CompilerWriterInfo.html261
-rw-r--r--release_23/docs/DeveloperPolicy.html555
-rw-r--r--release_23/docs/ExceptionHandling.html478
-rw-r--r--release_23/docs/ExtendingLLVM.html391
-rw-r--r--release_23/docs/FAQ.html737
-rw-r--r--release_23/docs/GCCFEBuildInstrs.html284
-rw-r--r--release_23/docs/GarbageCollection.html1419
-rw-r--r--release_23/docs/GetElementPtr.html370
-rw-r--r--release_23/docs/GettingStarted.html1649
-rw-r--r--release_23/docs/GettingStartedVS.html380
-rw-r--r--release_23/docs/HistoricalNotes/2000-11-18-EarlyDesignIdeas.txt74
-rw-r--r--release_23/docs/HistoricalNotes/2000-11-18-EarlyDesignIdeasResp.txt199
-rw-r--r--release_23/docs/HistoricalNotes/2000-12-06-EncodingIdea.txt30
-rw-r--r--release_23/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt83
-rw-r--r--release_23/docs/HistoricalNotes/2001-01-31-UniversalIRIdea.txt39
-rw-r--r--release_23/docs/HistoricalNotes/2001-02-06-TypeNotationDebate.txt67
-rw-r--r--release_23/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp1.txt75
-rw-r--r--release_23/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp2.txt53
-rw-r--r--release_23/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp4.txt89
-rw-r--r--release_23/docs/HistoricalNotes/2001-02-09-AdveComments.txt120
-rw-r--r--release_23/docs/HistoricalNotes/2001-02-09-AdveCommentsResponse.txt245
-rw-r--r--release_23/docs/HistoricalNotes/2001-02-13-Reference-Memory.txt39
-rw-r--r--release_23/docs/HistoricalNotes/2001-02-13-Reference-MemoryResponse.txt47
-rw-r--r--release_23/docs/HistoricalNotes/2001-04-16-DynamicCompilation.txt49
-rw-r--r--release_23/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt202
-rw-r--r--release_23/docs/HistoricalNotes/2001-05-19-ExceptionResponse.txt45
-rw-r--r--release_23/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt