oota-llvm.git
2007-05-09 Chris Lattnerarm no longer experimental, c++ eh support is?
2007-05-09 Chris Lattneradd a meta-blurb about the 2.0 release
2007-05-09 Chris Lattnerstrip the llvm 1.9 info out of the release notes
2007-05-08 Evan ChengSwitch BCC, MOVCCr, etc. to PredicateOperand.
2007-05-08 Evan ChengPredicateOperand can be used as a normal operand for...
2007-05-08 Evan ChengIf a PredicateOperand has an empty ExecuteAlways field...
2007-05-08 Chris Lattneradd the & back. I'm not sure why bill removed it.
2007-05-08 Bill WendlingChange names from RA to something unique to get rid...
2007-05-08 Evan ChengEliminate MarkVirtRegAliveInBlock recursion.
2007-05-08 Evan ChengAdd MachineBasicBlock preds / succs reverse iterators.
2007-05-08 Devang PatelNew test for PR1400
2007-05-08 Dale Johannesentestcase for CodeGenPrepare bug fixed yesterday
2007-05-08 Evan ChengR0 is a sub-register of X0, etc.
2007-05-08 Dan GohmanFix various whitespace inconsistencies.
2007-05-08 Dan GohmanCorrect the comment for ApproximateLoopSize to reflect...
2007-05-08 Bill WendlingSpare '&' in the RUN line.
2007-05-08 Devang PatelNew test.
2007-05-08 Chris Lattnerupdate comments, no functionality change
2007-05-08 Chris LattnerMake a preemptive bitcode format change to support...
2007-05-08 Tanya LattnerBumping cvs version number
2007-05-08 Tanya LattnerBump version number in cvs
2007-05-08 Chris Lattnermove this out of Codegen/Generic, because it requires...
2007-05-08 Chris Lattnermove to CodeGen/ARM/2007-05-07-tailmerge-1.ll
2007-05-08 Dale JohannesenDon't generate branch to entry block.
2007-05-07 Lauro Ramos... Fix PR1390 in a better way.
2007-05-07 Evan ChengFix tests.
2007-05-07 Evan ChengAdd some tests for (conv (load x)) -> (load (conv*...
2007-05-07 Evan ChengFix test case.
2007-05-07 Evan ChengForgot a check.
2007-05-07 Evan ChengThis is no longer needed after enabling the DAG combine...
2007-05-07 Evan ChengEnable a couple of xforms:
2007-05-07 Dale JohannesenHandle some non-exit blocks in tail merging.
2007-05-07 Duncan SandsParameter attributes on invoke calls were being lost...
2007-05-07 Duncan SandsTestcase for PR1398.
2007-05-07 Reid SpencerInitialize variable to null so it has a value in the...
2007-05-07 Evan ChengUpdate.
2007-05-07 Jeff CohenUnbreak VC++ build.
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris LattnerEnhance MemoryBuffer to return error messages in string...
2007-05-06 Chris Lattnerremove dead option
2007-05-06 Chris Lattnerthis is obsolete
2007-05-06 Chris Lattnerlink to the bitcode doc
2007-05-06 Chris Lattnerbzip2 is gone
2007-05-06 Chris LattnerFix PR1395, by passing the ID correctly
2007-05-06 Anton KorobeynikovUpdate fields
2007-05-06 Chris Lattneradd this back
2007-05-06 Anton KorobeynikovDetabify
2007-05-06 Anton KorobeynikovUpdate MSIL BE. This patch fixes most weird glitches...
2007-05-06 Chris Lattnerlib/Bytecode is dead
2007-05-06 Chris Lattnermove this to lib/Archive
2007-05-06 Chris Lattnerbuild lib/Archive instead of lib/Bytecode
2007-05-06 Chris Lattneradjust this to live in lib/Archive
2007-05-06 Chris Lattnerremove bytecode headers
2007-05-06 Chris Lattnerremove dead header
2007-05-06 Chris LattnerFix a buggy conversion from bytecode to bitcode
2007-05-06 Chris Lattnerremove bytecode reader
2007-05-06 Chris Lattnerremove the old bc writer
2007-05-06 Chris Lattnerfix off-by-one that caused the llvm2cpp test to fail
2007-05-06 Chris Lattnerremove libbzip2 from this. This should use llvm-config...
2007-05-06 Chris LattnerFlush the file after writing bitcode so that clients...
2007-05-06 Chris Lattnermake sure the ofstream for opt's output file is destroy...
2007-05-06 Chris Lattnerremove this file for now, we can bring it back from...
2007-05-06 Chris Lattnerremove libbzip2, it is dead
2007-05-06 Duncan SandsTestcase for yet another global constant Ada f-e bug.
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattnerdon't build bzip2 for now
2007-05-06 Chris Lattnerdisable this for now
2007-05-06 Chris Lattnerdon't build bcreader/bcwriter
2007-05-06 Chris Lattnerswitch tools to bitcode instead of bytecode
2007-05-06 Chris Lattnerswitch this to bitcode instead of bytecode
2007-05-06 Chris LattnerSwitch this over to bitcode instead of bytecode.
2007-05-06 Chris LattnerMove this here from Bytecode/Archive.h
2007-05-06 Chris LattnerFix a nasty problem where we would miss enumeration...
2007-05-06 Chris Lattnerallow zero-length arrays
2007-05-06 Chris LattnerAllow structs with zero fields.
2007-05-06 Chris Lattnerwe aren't at the end of stream until we've consumed...
2007-05-06 Bill Wendling3DNowA implies 3DNow. 64-bit implies SSE1, SSE2, and...
2007-05-06 Chris Lattneradd a missing check
2007-05-06 Chris LattnerFix MemoryBuffer::getFile to return null if it has...
2007-05-06 Chris LattnerFix a bug in my previous patch
2007-05-06 Chris Lattneradd bitcode support
2007-05-06 Chris Lattneradd bitcode support
2007-05-06 Chris Lattnerthis doesn't directly depend on bytecode
2007-05-06 Chris Lattneradd bitcode support.
2007-05-06 Chris Lattnerarchive library already depends on bc reader
2007-05-06 Chris Lattneradd bitcode support, optimize reading to not read all...
2007-05-06 Chris Lattneruse an auto_ptr to avoid an explicit delete
2007-05-06 Chris Lattneradd bitcode support
2007-05-06 Chris LattnerRemove the -emit-bytecode option. Noone in the llvm...
2007-05-06 Chris Lattneradd bitcode reading support to llvm-nm
2007-05-06 Chris Lattnerpull some win32 code into common code, add bitcode...
2007-05-06 Chris Lattneradd support for identifying bitcode files
2007-05-06 Chris Lattnerbitcodify, remove eh cruft
2007-05-06 Chris Lattnerteach this to read from bitcode files
2007-05-06 Chris Lattnerdebugger depends on bcreader, not llvm-db
2007-05-06 Chris Lattnerremove EH cruft, add bitcode support
2007-05-06 Chris Lattneradd bitcode reading support, remove eh stuff
2007-05-06 Chris Lattneradd bitcode reading support. Remove EH cruft.
2007-05-06 Chris Lattnerbitcodify
next