aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-07These libs use EH infoChris Lattner
2006-07-07X86 target specific DAG combine: turn build_vector (load x), (load x+4),Evan Cheng
2006-07-07Fix a bug in my previous patch which broke building llvm/runtime when using l...Chris Lattner
2006-07-07Xfail thisChris Lattner
2006-07-07This uses EH extensivelyChris Lattner
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-07-07tblgen uses EHChris Lattner
2006-07-07Stacker uses EH.Chris Lattner
2006-07-07Fix an embarassing bug reid noticedChris Lattner
2006-07-06Fix PR819, llvm2cpp should read .bc files, not .ll files.Chris Lattner
2006-07-06Modify the SlowOperationInformer interface to not throw exceptions.Chris Lattner
2006-07-06Fixed a bug that looked for -Warnings.txt and -Tests.txt in ridiculous places.Patrick Jenkins
2006-07-06Change the ModuleProvider interface to not throw exceptions.Chris Lattner
2006-07-06The first commit of NewNightlyTest.pl which instead of generating a webpage s...Patrick Jenkins
2006-07-06Print LLVM version info like this:Chris Lattner
2006-07-06Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner
2006-07-06Change the verifier to never throw an exception. Instead verifyModule canChris Lattner
2006-07-06Undisable ppc64 jitChris Lattner
2006-07-06Fixed a typo.Evan Cheng
2006-07-06Added option -code-model to set code model (only used in 64-bit) mode. ValidEvan Cheng
2006-07-06The web site uses thisChris Lattner
2006-07-05Reorg. No functionality change.Evan Cheng
2006-07-05Update test case.Evan Cheng
2006-07-05Adding Patrick Jenkins' information to CREDITS.TXTPatrick Jenkins
2006-07-05Fix JIT on non MacOS X i386 systems.Evan Cheng
2006-07-03Legalize does not handle this correctlyAndrew Lenharth
2006-07-03These are already implementedAndrew Lenharth
2006-07-030 offsets for memory operandsAndrew Lenharth
2006-07-03Split long comment lines.Reid Spencer
2006-06-29Ugly hack! Add helper functions InsertInFlightSetEntry andEvan Cheng
2006-06-29Allow specifying an explicit list of architectures to build for, e.g.:Chris Lattner
2006-06-29Should just use xorps to clear XMM registers for all data types. pxor is also...Evan Cheng
2006-06-29Describe my newest work.Owen Anderson
2006-06-29Let X86CompilationCallback pass previous frame and return address to X86Compi...Evan Cheng
2006-06-29Added -disable-cbe to disable C backend testing.Evan Cheng
2006-06-29Add shift and rotate by 1 instructions / patterns.Evan Cheng
2006-06-29Always use xorps to clear XMM registers.Evan Cheng
2006-06-29Move .literal4 and .literal8 support into AsmPrinter.cppEvan Cheng
2006-06-29Add support to print 4-, 8-, and 16- byte constant literals in specialEvan Cheng
2006-06-28Hide x86 symbolsChris Lattner
2006-06-28Use hidden visibility to make symbols in an anonymous namespace getChris Lattner
2006-06-28Use hidden visibility to reduce codesizeChris Lattner
2006-06-28Shave another 27K off libllvmgcc.dylib with visibility hiddenChris Lattner
2006-06-28Shrink libllvmgcc.dylib by another 23KChris Lattner
2006-06-28shrink libllvmgcc.dylib another 25KChris Lattner
2006-06-28Mark these two classes as hidden, shrinking libllbmgcc.dylib by 25KChris Lattner
2006-06-28Use hidden visibility to reduce the sizes of some .o files. This chops 60K o...Chris Lattner
2006-06-28Add support for hidden visibilityChris Lattner
2006-06-28not really XFailing these, as only incompleteness is wrong in the graphAndrew Lenharth
2006-06-28change I flag on testAndrew Lenharth