oota-llvm.git
2007-05-12 Chris Lattnerfirst step
2007-05-12 Lauro Ramos... Add a known QEMU problem.
2007-05-11 Chris Lattnerallow partially materialized modules to be written...
2007-05-11 Devang PatelFix lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of...
2007-05-11 Devang PatelNew test.
2007-05-11 Chris Lattnersignificantly improve debug output of lsr
2007-05-11 Dan GohmanUpdate comments to say "vector" instead of "packed".
2007-05-11 Dan GohmanFix typos.
2007-05-11 Dan GohmanRemove forward-declarations for classes that don't...
2007-05-11 Dan GohmanAdd explicit keywords to several constructors that...
2007-05-11 Dan GohmanSimplify BranchInst::getSuccessor, avoiding a condition...
2007-05-11 Dan GohmanThis patch extends the LoopUnroll pass to be able to...
2007-05-11 Chris Lattnerfix regressions from my previous checking, including
2007-05-11 Anton KorobeynikovPerform correct actions numbers/sizes computation
2007-05-11 Anton KorobeynikovFix action No calculation in multiple-invoke-one-LP...
2007-05-11 Reid SpencerFor PR1411:
2007-05-11 Chris Lattnerfix Transforms/InstCombine/2007-05-10-icmp-or.ll
2007-05-11 Chris Lattnernew testcase that crashes instcombine
2007-05-11 Devang PatelDrop ModuleID from comment.
2007-05-11 Chris Lattnerfix a memory leak
2007-05-11 Chris LattnerFix a bug where the bcreader could crash on .bc files...
2007-05-10 Dale JohannesenDo not generate branches to entry block. This fixes...
2007-05-10 Anton KorobeynikovOoops. Some debugging stuff :)
2007-05-10 Anton KorobeynikovAllow multiple invokes per landing pad. This (probably...
2007-05-10 Duncan SandsLater computations assume we are aligned at this point.
2007-05-10 Anton KorobeynikovTypeIds are indexed by j, not i
2007-05-10 Anton KorobeynikovThese attributes are supported!
2007-05-10 Chris Lattnergar. GCC 3.4.2 also miscompiles llvm at -O3. :(
2007-05-10 Chris Lattneranother version of gcc that miscompiles llvm.
2007-05-10 Dale JohannesenAnother test for tail mergeing
2007-05-10 Dale JohannesenMake tail merging handle many more cases (all it can...
2007-05-10 Chris Lattneradd some notes
2007-05-09 Evan ChengCan't fold bit_convert into truncating store.
2007-05-09 Evan ChengCan't fold the bit_convert is the store is a truncating...
2007-05-09 Anton KorobeynikovDo not assert, when case range split metric is zero...
2007-05-09 Lauro Ramos... Add two ARM known problems.
2007-05-09 Evan ChengPR1399 test case.
2007-05-09 Duncan SandsTestcase for
2007-05-09 Devang PatelFix PR1333
2007-05-09 Devang PatelNew test.
2007-05-09 Devang PatelNew test.
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...
next