oota-llvm.git
2007-07-23 Duncan SandsThe Ada f-e produces various auxiliary output files
2007-07-23 Duncan SandsFor multipart tests, place the parts with no
2007-07-23 Reid SpencerRestore ability to build archives (oops)
2007-07-23 Reid SpencerRemove bizarre use of /dev/null in a makefile include...
2007-07-23 Bill WendlingFix some validation errors.
2007-07-23 Bill WendlingConverted to "svn" and reformatted.
2007-07-23 Reid SpencerRemove dead option.
2007-07-23 Bill WendlingSmall change.
2007-07-23 Bill WendlingPoint to the correct SVN repository.
2007-07-23 Bill WendlingAdd missing SSE builtins:
2007-07-22 Reid SpencerReport an error if one occurs in releaseModule.
2007-07-22 Chris LattnerDisable the string map copy ctor and assignment operators,
2007-07-22 Duncan SandsRemove -O1 in favour of making llvm-gcc-4.2 a bit
2007-07-21 Chris LattnerThis xform isn't safe, removing it.
2007-07-21 Reid SpencerUpdate for changes in library.sh
2007-07-21 Devang PatelApply temporary work around to fix llvm mis-compilation
2007-07-21 Evan ChengNo more noResults.
2007-07-20 Dan GohmanDon't assume that only Uses can be kills. Defs are...
2007-07-20 Dan GohmanSimplify the logic for setVolatile.
2007-07-20 Duncan SandsNeed -O1 or better to have these builtins lowered to
2007-07-20 Chris Lattnerzext(undef) = 0 and sext(undef) = 0, not undef.
2007-07-20 Chris Lattnerthis xform is already done by the constant folder.
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-07-20 Reid SpencerUpdate to include clean and install commands.
2007-07-20 Chandler CarruthNo longer referencing "shared memory" as this can confu...
2007-07-20 Reid SpencerSilly HTML
2007-07-20 Reid SpencerFix validation errors.
2007-07-20 Chandler CarruthThis introduces the atomic operation intrinsics into...
2007-07-20 Owen AndersonMake the heuristic for shrinking DenseMap smarter.
2007-07-20 Devang PatelUse SmallVector instead of std::vector.
2007-07-20 Chandler CarruthFixing some differences between CVS and SVN diff'ing...
2007-07-20 Dan GohmanOptimize alignment of loads and stores.
2007-07-20 Dan GohmanUpdate these regression tests to accomodate X86InstrSSE...
2007-07-20 Owen AndersonHave DenseMap auto-shrink itself on clear(). This...
2007-07-20 Duncan SandsPlace SCCPSolver also in the anonymous namespace. ...
2007-07-20 Owen AndersonFix a bug where we were marking GEP expressions with...
2007-07-20 Owen AndersonWhen removing instructions from the analysis, be sure...
2007-07-20 Evan ChengNew test.
2007-07-20 Evan ChengBecause we promote SSE logical ops and loads to v2i64...
2007-07-20 Evan ChengNo need for noResults anymore.
2007-07-20 Evan ChengOops. These stores actually produce results.
2007-07-19 Evan ChengNew test.
2007-07-19 Evan ChengTry fixing it again.
2007-07-19 Evan ChengFix custom lowering of SSE FXOR.
2007-07-19 Evan ChengFix patterns so we isel the xorps, etc. for floating...
2007-07-19 Reid SpencerFor PR1553:
2007-07-19 Reid SpencerHush a noisy warning from GCC 4.2 about overflow during...
2007-07-19 Owen AndersonMake val_replace fail early, which reduces the time...
2007-07-19 Bill WendlingDon't need the "&&" to glue lines together.
2007-07-19 Devang PatelVerify loop info.
2007-07-19 Anton KorobeynikovProperly initialize value :)
2007-07-19 Duncan SandsReplace mysterious code causing a g++-4.2 warning
2007-07-19 Duncan SandsFix this test. We produce pretty cruddy code for this
2007-07-19 Duncan SandsAs pointed out by g++-4.2, the original code didn't do
2007-07-19 Owen AndersonRemember to free the heap allocated array if we're...
2007-07-19 Owen AndersonUse SmallVector and DenseMap in even more places.
2007-07-19 Bill WendlingTestcase for PR1549
2007-07-19 Owen AndersonChange ValueTable to use a DenseMap for mapping express...
2007-07-19 Devang PatelSet up ground work to verify preserved analysis info.
2007-07-19 Owen AndersonMove some sets and maps to SmallPtrSet and DenseMap...
2007-07-19 Devang PatelAfter a basic block is split into two parts,
2007-07-19 Devang PatelNow this temp. fix is not required.
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-07-19 Evan ChengOnly adjust esp around calls in presence of alloca.
2007-07-19 Evan ChengOnly adjust esp around calls in presence of alloca.
2007-07-18 Devang PatelFix typo.
2007-07-18 Devang PatelFix dominator info update to accommodate CFG changes.
2007-07-18 Devang PatelNew test.
2007-07-18 Evan ChengAdd comment.
2007-07-18 Evan ChengNew test.
2007-07-18 Evan ChengUse MOV instead of LEA to restore ESP if callee-saved...
2007-07-18 Dan GohmanAdd constructor overloads for LoadInst and StoreInst...
2007-07-18 Dan GohmanImplement initial memory alignment awareness for SSE...
2007-07-18 Owen AndersonFix an issue where assignments that caused a SmallPtrSe...
2007-07-18 Dan GohmanIt's not necessary to do rounding for alloca operations...
2007-07-18 Evan ChengNew entry.
2007-07-18 Reid SpencerFix a sys::Path API error caught by a gcc 4.2 warning.
2007-07-18 Chris LattnerWork around a bogus gcc 4.2 warning.
2007-07-18 Reid SpencerFix this test to not rely on the path but to use the
2007-07-18 Reid SpencerThe property is svn:executable not svn:execute.
2007-07-18 Nick LewyckyAlphabetize. Document -mlimit parameter.
2007-07-17 Owen AndersonTurn on FastDSE by default.
2007-07-17 Evan ChengFold prologue esp update when possible.
2007-07-17 Andrew Lenharthsupport poolalloc as checked out from svn
2007-07-17 Evan ChengChange sroa threshold back.
2007-07-17 Evan ChengDead code.
2007-07-17 Evan ChengMake sure not to break eh_return.
2007-07-17 Evan ChengUpdate.
2007-07-17 Evan ChengFix test.
2007-07-17 Tanya LattnerDon't use * in XFAIL line unless you want it to XFAIL...
2007-07-17 Evan ChengMissed the case where alloca is used but the stack...
2007-07-17 Rafael Espindoladetect invalid combination of sret and byval
2007-07-17 Gabor GreifXFAIL these on sparc-solaris
2007-07-17 Evan ChengUse push / pop for prologues and epilogues.
2007-07-17 Reid SpencerMake use of the process_builder_args library function.
2007-07-17 Reid SpencerFor PR1558:
2007-07-17 Chris Lattnerno email addrs in file headers
2007-07-17 Reid SpencerUnbreak the build by putting calls to free into the...
2007-07-17 Evan ChengTemporarily set SROA threshold to 512.
2007-07-16 Owen AndersonTake advantage of undefined behavior if the source...
next