oota-llvm.git
2007-04-23 Christopher... Fix bug in isFloatingPoint()
2007-04-23 Devang PatelFix
2007-04-23 Devang PatelNew test.
2007-04-23 Chris LattnerRead global symtab
2007-04-23 Chris Lattnerfix off-by one
2007-04-23 Reid SpencerDan is right, using "string first" would produce false...
2007-04-23 Chris Lattneradd a missing operator
2007-04-23 Chris Lattnerwrite out the symtab for globals.
2007-04-23 Chris LattnerFix a bug in bitstream writer handling abbrevs, add...
2007-04-23 Dale JohannesenMake Thumb funcs containing islands 4-byte aligned...
2007-04-23 Dale Johannesenadd Align field, and use when generating function alignment
2007-04-23 Dale Johannesenadd isThumb (unused as yet)
2007-04-23 Dale JohannesenFix generic getInlineAsmLength
2007-04-23 Dale Johannesenmake EmitAlignment work the way Chris says it should
2007-04-23 Chris Lattnerimplement reading of abbrevs, and writing of abbreviate...
2007-04-23 Chris Lattnerimplement reading of abbrevs
2007-04-23 Chris Lattnerminor cleanups
2007-04-23 Chris Lattnerfinish implementation of basic abbrev writing.
2007-04-23 Chris Lattnerfirst part of implementation of abbrevs. The writer...
2007-04-23 Jeff CohenUnbreak VC++ build.
2007-04-23 Reid SpencerCygwin doesn't have the RSS_LIMIT for get/setrlimit.
2007-04-23 Lauro Ramos... Add TLS tests.
2007-04-23 Lauro Ramos... X86 TLS: optimize the implementation of "local exec...
2007-04-23 Chris Lattnerpromote LLVMBitCodes to be a public header
2007-04-23 Chris Lattnerpromote this to being a public header.
2007-04-22 Christopher... PR400 phase 2. Propagate attributed load/store informat...
2007-04-22 Lauro Ramos... X86 TLS: fix and optimize the implementation of "initia...
2007-04-22 Christopher... PR400 phase 1 implementation feedback.
2007-04-22 Jeff CohenHave compiler enforce this.
2007-04-22 Christopher... Support alignment queries for degenerate (length 1...
2007-04-22 Andrew Lenharthsimplify this test until it can be dealt with
2007-04-22 Christopher... Regenerated
2007-04-22 Christopher... PR400 work phase 1. Add attributed load/store instructi...
2007-04-22 Jeff CohenFix build problem with Gentoo 4.1.1-r3.
2007-04-22 Jeff CohenAdd new option to usage help.
2007-04-22 Reid SpencerFor PR1136:
2007-04-22 Reid SpencerTerminate with newline.
2007-04-22 Reid SpencerUndo premature commit.
2007-04-22 Reid SpencerTerminate file with newline.
2007-04-22 Jeff CohenImplement review feedback.
2007-04-22 Jeff CohenTeach Visual Studio about Bitcode.
2007-04-22 Jeff CohenUndo erroneous corrections.
2007-04-22 Reid SpencerFix the comparison of language names to accept any...
2007-04-22 Christopher... Fix generation of certain scheduler itineraries.
2007-04-22 Chris Lattneradd llvm ir bitcode definition file
2007-04-22 Chris Lattnerdon't break reading from stdin
2007-04-22 Chris Lattnerlink in bitwriter library
2007-04-22 Chris Lattnerteach llvm-dis to read bitcode files
2007-04-22 Chris Lattneradd a temporary -bitcode option, which instructs llvm...
2007-04-22 Chris Lattnerbuild the bitcode dir
2007-04-22 Chris LattnerInitial support for writing bitcode files. This curren...
2007-04-22 Chris LattnerInitial support for reading bitcode files. They curren...
2007-04-22 Chris LattnerDefine the content-independent interfaces to read/write...
2007-04-22 Reid SpencerMake running these tests conditional on llvm-gcc suppor...
2007-04-22 Reid SpencerFor PR1146:
2007-04-22 Reid SpencerAdd the --host-target option.
2007-04-22 Jeff CohenMinor corrections.
2007-04-22 Lauro Ramos... Implement PIC for arm-linux.
2007-04-21 Reid SpencerAdd a .cvsignore file.
2007-04-21 Reid SpencerReplace llvm_gcc_supports_ada and llvm_gcc_supports_obj...
2007-04-21 Reid SpencerPass the LLVMGCC_LANGS variable through to Tcl.
2007-04-21 Reid SpencerRegenerate for detection of llvm-gcc supported languages
2007-04-21 Reid SpencerAdd support for determining which languages the llvm...
2007-04-21 Lauro Ramos... X86 TLS: Implement review feedback.
2007-04-21 Reid Spencerllvm-dg.exp is dead, remove it.
2007-04-21 Reid SpencerFailure.sh is dead, remove it.
2007-04-21 Reid SpencerUse the llvm_supports_target function to prevent runnin...
2007-04-21 Reid SpencerAdd the llvm_supports_target function.
2007-04-21 Reid SpencerAdd the TARGETS_TO_BUILD variable.
2007-04-21 Duncan SandsTest if the compiler supports Ada, and enable Ada tests...
2007-04-21 Reid SpencerAlways print the same "PR" information in the same...
2007-04-21 Reid SpencerPut failure information on a separate line. Hopefully...
2007-04-21 Reid SpencerRevert Christopher Lamb's load/store alignment changes.
2007-04-21 Reid SpencerWe only need one putchar which gives it a shot at getti...
2007-04-21 Jeff CohenMake enum-valued bitfield large enough to avoid interpr...
2007-04-21 Jeff CohenFix breakage of bytecode reader when built with VC++.
2007-04-21 Jeff CohenThe expression "SubclassData = (SubclassData & ~1)...
2007-04-21 Christopher... add support for alignment attributes on load/store...
2007-04-21 Owen AndersonMake PredicateSimplifier not use DominatorTree.
2007-04-21 Owen AndersonFix a comment.
2007-04-21 Owen AndersonFix some null checks to actually test the part that...
2007-04-21 Chris Lattnermake this portable to 64-bit hosts
2007-04-21 Evan ChengBug fix; add super-registers sets.
2007-04-21 Evan ChengAdd super-register set.
2007-04-21 Devang PatelReset vertex.
2007-04-21 Devang PatelNew test case.
2007-04-21 Chris LattnerFix a bug that prevented the JIT from working correctly...
2007-04-20 Chris LattnerFix regressions introduced by my previous patch: opt...
2007-04-20 Lauro Ramos... Allow the lowering of ISD::GLOBAL_OFFSET_TABLE.
2007-04-20 Chris Lattneravoid mutating a global in an accessor
2007-04-20 Chris Lattnerfit in 80 cols
2007-04-20 Jeff CohenComment out usage of write() for now.
2007-04-20 Chris Lattnerrename JIT::state -> JIT::jitstate to avoid shadowing...
2007-04-20 Chris LattnerFix a problem where primitive types lose their name...
2007-04-20 Chris Lattnercatch a case that was biting jeffc
2007-04-20 Lauro Ramos... Implement "general dynamic", "initial exec" and "local...
2007-04-20 Evan ChengAdd sub-registers set accessor.
2007-04-20 Devang PatelEnable Objective-C tests.
2007-04-20 Evan ChengSpecify S registers as D registers' sub-registers.
2007-04-20 Evan ChengSpecify sub-register relations. e.g. RAX: [EAX], EAX...
next