oota-llvm.git
2007-05-13 Chris Lattneradd a link
2007-05-13 Chris LattnerFix PR1413
2007-05-13 Chris Lattnerthis crashes globalopt
2007-05-13 Chris LattnerFix Transforms/GlobalOpt/2007-05-13-Crash.ll
2007-05-13 Anton KorobeynikovEmit function debug frames in one atom. This will preve...
2007-05-13 Anton KorobeynikovEmit multiple common EH frames for multiple (including...
2007-05-13 Chris Lattneradd initial description of llvm top-level stuff.
2007-05-13 Chris Lattnerfinish the description of the bitstream format.
2007-05-12 Anton KorobeynikovMore DWARF-related things cleanup:
2007-05-12 Reid SpencerFix shl to produce the correct result when the bitwidth...
2007-05-12 Reid SpencerAdd a test case for shl of APInt integers > 64 bits...
2007-05-12 Reid SpencerGet the size of auto arrays right, regardless of its...
2007-05-12 Reid SpencerFix a grammaro.
2007-05-12 Chris Lattnerfix typo
2007-05-12 Chris Lattnercontinued description
2007-05-12 Chris Lattneradd a bunch of content.
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
next