oota-llvm.git
2006-06-01 Reid SpencerMake a shorthand target for running the llvm2cpp test...
2006-06-01 Reid SpencerRestore default arguments for llvm2cpp back to health...
2006-06-01 Reid SpencerNo, libLLVMbzip2 does not have a .a suffix.
2006-06-01 Reid SpencerFix gcc command line options after LLVMCore and LLVMbzi...
2006-06-01 Reid SpencerFavor C++ casts over C casts in C++ code.
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-06-01 Reid SpencerPrevent the -pedantic option from causing Mac OS/X...
2006-06-01 Owen AndersonRemove a FIXME that was fixed with my last patch.
2006-06-01 Owen AndersonMore cleanups. Also, add a special case for updating...
2006-06-01 Evan ChengTypos
2006-06-01 Reid SpencerFor PR786:
2006-06-01 Reid SpencerFix a bug where incorrect C++ was being emitted.
2006-06-01 Reid SpencerFor PR786:
2006-06-01 Reid SpencerBuild llvm-config into the ToolDir not in the local...
2006-06-01 Reid SpencerPut an innocuous statement in this file to quelch warni...
2006-06-01 Reid SpencerOops, llc needs libTarget.a not Target.o
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-06-01 Reid SpencerSupport correct build:
2006-06-01 Reid SpencerTighten this script up a bit.
2006-06-01 Evan ChengRemove a warning
2006-05-31 Evan ChengRename ASM modifier trunc8, trunc16 to subreg8, subreg16.
2006-05-31 Reid SpencerFix casting so there's no warning on Alpha.
2006-05-31 Owen AndersonAdd my most recent work.
2006-05-31 Evan ChengSign extender
2006-05-31 Reid SpencerSquelch this warning:
2006-05-31 Chris LattnerFix utostr once and for all, by making there only be...
2006-05-31 Chris LattnerSwap the order of operands created here. For +&|^...
2006-05-31 Owen AndersonExtract a huge loop into a helper method. Fix a few...
2006-05-31 Andrew Lenharth4 billion names is enough for anyone. And really fix...
2006-05-31 Andrew Lenharthfix utostr
2006-05-31 Andrew LenharthFix build breakage on alpha, without causing it on...
2006-05-31 Andrew Lenharthrevert for now
2006-05-31 Evan ChengRename instructions for consistency sake.
2006-05-31 Andrew Lenharthmake 64-bit safe and fix the build on alpha
2006-05-31 Evan ChengcommuteInstruction() does not always create a new MI!
2006-05-31 Reid SpencerAdd a brief description for the tblgen program. More...
2006-05-31 Reid SpencerUpdate the documentation for llvm2cpp after the -gen...
2006-05-31 Reid SpencerMajor reorganization and extension of the code. The...
2006-05-31 Reid SpencerMake the getNamedFunction and getNamedGlobal methods...
2006-05-31 Vladimir PrusClarify type naming.
2006-05-31 Vladimir PrusImprove InstVisitor docs.
2006-05-31 Evan ChengEliminate a memory leak.
2006-05-31 Evan ChengvisitVBinOp: Can't fold divide by zero!
2006-05-31 Reid SpencerDon't generate module definitions when the -fragment...
2006-05-31 Evan ChengSelect vector_shuffle v1, undef <2, 3, ?, ?> to MOVHLPS.
2006-05-31 Evan ChengRemove dead code.
2006-05-31 Evan ChengUpdate vector extract test cases.
2006-05-30 Evan ChengA new entry
2006-05-30 Evan ChengMAXP{D|S} and MINP{D|S} are commutable.
2006-05-30 Evan ChengCommute shufps / shufpd.
2006-05-30 Reid Spencer1. No need to thwart this test with an environment...
2006-05-30 Evan ChengSomehow I lost a condition when I was shuffling some...
2006-05-30 Evan ChengFix a build breaker.
2006-05-30 Evan ChengOops. PSHUFD is only available with SSE2.
2006-05-30 Chris LattnerAdd a note
2006-05-30 Chris LattnerAlways reserve space for 8 spilled GPRs. GCC apparentl...
2006-05-30 Reid Spencerllvm2cpp is ready to be compiled so add it to the makef...
2006-05-30 Reid SpencerAdd the new command line arguments.
2006-05-30 Reid SpencerFix more bugs. This version now passes all of the Featu...
2006-05-30 Evan ChengAdded a test case for parameter passing of vector values.
2006-05-30 Evan ChengFix the test failure on non-Darwin targets.
2006-05-30 Evan ChengAllow shufps x, x, mask to be converted to pshufd x...
2006-05-30 Evan ChengRemove bogus comment.
2006-05-30 Reid SpencerAdd llvm2cpp program.
2006-05-30 Reid SpencerProvide a simpler interface for getting a ConstantArray...
2006-05-30 Evan ChengMake sure the register pressure reduction schedulers...
2006-05-30 Evan ChengWhen a priority_queue is empty, the behavior of top...
2006-05-30 Rafael EspindolaExpand ret into "CopyToReg;BRIND"
2006-05-30 Chris LattnerEnable -fno-use-cxa-atexit on darwin/ppc also.
2006-05-30 Reid SpencerUndo a patch that breaks llvm-as because the warning...
2006-05-30 Reid SpencerWrite the WARNING message to cout instead of cerr....
2006-05-30 Vladimir PrusMake doc comment visible in doxygen output. Clarify...
2006-05-30 Reid SpencerFix many small bugs in llvm2cpp. This patch gets llvm2c...
2006-05-30 Reid SpencerProperly document the second form of ConstArray::get()
2006-05-30 Reid SpencerAdjust the interface to ConstantArray::get. The previous
2006-05-30 Evan ChengAdd a note about integer multiplication by constants.
2006-05-30 Evan ChengA addressing mode folding enhancement:
2006-05-30 Evan ChengAdd a lea instruction selection test case.
2006-05-30 Evan ChengSome new entries about truncate / anyext
2006-05-30 Reid SpencerFirst complete version of llvm2cpp that doesn't crash...
2006-05-29 Andrew Lenharthmove calltarget to dsa
2006-05-29 Andrew LenharthSince there was interest on the mailing list, this...
2006-05-29 Chris LattnerSilly cleanup
2006-05-29 Chris Lattnersilly cleanup
2006-05-29 Reid SpencerFix a bug with diffing the wrong files. Make output...
2006-05-29 Reid SpencerNext batch of implementation:
2006-05-29 Reid SpencerFix file header comment.
2006-05-29 Reid SpencerRemove temporary testing rules.
2006-05-29 Vladimir PrusReset DEBUG_SYMBOL_TABLE back to 0.
2006-05-29 Vladimir PrusFix compile error when DEBUG_SYMBOL_TABLE is defined.
2006-05-29 Reid SpencerFix two bugs in the CppWriter.cpp:
2006-05-29 Reid SpencerFix the file's comment block.
2006-05-29 Reid SpencerFix grammar in a comment.
2006-05-29 Reid SpencerReplace an old C-style cast with a C++ cast (squelch...
2006-05-29 Reid SpencerCorrect some grammar and describe current reality.
2006-05-29 Owen AndersonRequire both tests to pass.
2006-05-29 Owen AndersonUpdate the testcase to check the full extent of LCSSA.
2006-05-29 Owen AndersonAdd Use replacement. Assuming there is nothing horribl...
2006-05-29 Reid SpencerInitial Commit of llvm2cpp
2006-05-28 Owen AndersonMajor think-o. Iterate over all live out-of-loop value...
next