oota-llvm.git
2006-03-01 Chris LattnerPull shifts by a constant through multiplies (a form...
2006-03-01 Chris Lattnernew testcase
2006-03-01 Evan ChengVector op lowering.
2006-03-01 Evan ChengNew vector type v2f32.
2006-03-01 Evan ChengVector ops lowering.
2006-03-01 Evan ChengNew type v2f32.
2006-03-01 Evan ChengMissing a cast previously.
2006-03-01 Evan Cheng- Added v2f32, not used by any target currently. Only...
2006-03-01 Evan Cheng- Added VConstant as an abstract version of ConstantVec.
2006-02-28 Evan ChengAdd a test case for left shift by 1. We should not...
2006-02-28 Evan ChengAnother entry.
2006-02-28 Evan ChengDon't match x << 1 to LEAL. It's better to emit x + x.
2006-02-28 Jim LaskeyAdd const, volatile, restrict support.
2006-02-28 Chris LattnerFix a regression in a patch from a couple of days ago...
2006-02-28 Chris Lattnernew testcase
2006-02-28 Chris Lattner8 spaces -> tab. Reported by Wink Saville
2006-02-28 Chris Lattnerevan's recent x86 isel improvements have fixed this...
2006-02-28 Chris LattnerAdd a subtarget feature for the stfiwx instruction...
2006-02-28 Chris Lattnernew testcases
2006-02-28 Chris LattnerCompile:
2006-02-28 Chris Lattnerremove implemented item
2006-02-28 Chris LattnerFold "and (LOAD P), 255" -> zextload. This allows...
2006-02-28 Chris Lattnerfold (sra (sra x, c1), c2) -> (sra x, c1+c2)
2006-02-28 Chris LattnerImplement rem.ll:test[7-9] and PR712
2006-02-28 Chris Lattnernew testcases for PR712
2006-02-28 Chris LattnerSimplify some code now that the RHS of a rem can't...
2006-02-28 Chris Lattnernew testcase
2006-02-28 Chris LattnerRearrange some code, fold "rem X, 0", implementing...
2006-02-27 Chris LattnerAdd support for output memory constraints.
2006-02-27 Jim LaskeyQualify dwarf namespace inside llvm namespace.
2006-02-27 Nate Begemanreadme updates
2006-02-27 Jim LaskeyPartial enabling of functions.
2006-02-27 Chris LattnerDon't print constant initializers, they may span lines...
2006-02-27 Jim LaskeySupporting multiple compile units.
2006-02-27 Jim LaskeyRe-orging file.
2006-02-27 Jim LaskeyPretty print large struct constants.
2006-02-27 Jim LaskeyRemoved dependency on how operands are printed (want...
2006-02-27 Chris LattnerUse -emit-llvm -S to get .ll file output from llvm-gcc
2006-02-27 Chris LattnerMerge two almost-identical pieces of code.
2006-02-27 Chris Lattnernew testcases
2006-02-27 Chris LattnerFold (A^B) == A -> B == 0
2006-02-27 Chris LattnerNew testcases
2006-02-27 Chris LattnerImplement bit propagation through sub nodes, this ...
2006-02-27 Chris LattnerReenable this
2006-02-27 Chris Lattnerremove some completed notes
2006-02-27 Chris LattnerCheck RHS simplification before LHS simplification...
2006-02-27 Chris LattnerJust like we use the RHS of an AND to simplify the...
2006-02-27 Chris Lattnernew testcase
2006-02-26 Chris LattnerAdd a bunch of missed cases. Perhaps the most signific...
2006-02-26 Chris LattnerFold (X|C1)^C2 -> X^(C1|C2) when possible. This implements
2006-02-26 Chris Lattnernew testcase
2006-02-26 Jim LaskeyReverting. Didn't realize some developers were embeddin...
2006-02-26 Evan ChengConstantPoolIndex is now the displacement portion of...
2006-02-26 Evan ChengPrint ConstantPoolSDNode offset field.
2006-02-26 Evan ChengFixed ConstantPoolIndex operand asm print bug. This...
2006-02-25 Jim LaskeyFormat large struct constants for readability.
2006-02-25 Evan ChengNew test case: use lea for imul by some constants.
2006-02-25 Evan Chenglea.ll is XFAIL until we implement convertToThreeAddress.
2006-02-25 Evan Cheng* Cleaned up addressing mode matching code.
2006-02-25 Evan ChengUpdates.
2006-02-25 Evan Cheng* Allow mul, shl nodes to be codegen'd as LEA (if appro...
2006-02-25 Evan ChengConstantPoolIndex is now the displacement field of...
2006-02-25 Evan ChengAdded a common about the need for X86ISD::Wrapper.
2006-02-25 Evan ChengAdded an offset field to ConstantPoolSDNode.
2006-02-25 Chris Lattnerthis fails, mark it as such
2006-02-25 Chris LattnerFix a bug that Evan exposed with some changes he's...
2006-02-25 Chris LattnerRemove debugging printout :)
2006-02-25 Chris LattnerRefactor some code from being inline to being out in...
2006-02-25 Evan ChengFix an obvious bug exposed when we are doing
2006-02-24 Chris LattnerAdd memory printing support for PPC. Input memory...
2006-02-24 Chris LattnerUse the PrintAsmMemoryOperand to print addressing modes.
2006-02-24 Chris LattnerAdd a PrintAsmMemoryOperand method for printing addresses
2006-02-24 Chris LattnerPass all the flags to the asm printer, not just the...
2006-02-24 Chris Lattnerrename NumOps -> NumVals to avoid shadowing a NumOps...
2006-02-24 Chris LattnerRefactor operand adding out to a new AddOperand method
2006-02-24 Chris Lattneradd a method
2006-02-24 Chris LattnerFix a problem that Nate noticed that boils down to...
2006-02-24 Jim LaskeyAdd pointer and reference types. Added short-term...
2006-02-24 Jeff CohenGet VC++ building again.
2006-02-24 Chris LattnerImplement (most of) selection of inline asm memory...
2006-02-24 Chris LattnerSelect inline asm memory operands.
2006-02-24 Chris LattnerImplement selection of inline asm memory operands
2006-02-24 Chris LattnerAdd some hooks for selecting memory addresses.
2006-02-24 Chris LattnerLower C_Memory operands.
2006-02-24 Chris LattnerRecognize memory operand codes
2006-02-24 Chris LattnerAdd C_Memory operand type
2006-02-23 Chris LattnerParse the %*# constraint modifiers
2006-02-23 Chris Lattneradd a new flag
2006-02-23 Jim LaskeyAdded basic support for typedefs.
2006-02-23 Evan ChengPPC JIT relocation model should be DynamicNoPIC.
2006-02-23 Evan Cheng- Clean up the lowering and selection code of ConstantP...
2006-02-23 Chris LattnerFix an endianness problem on big-endian targets with...
2006-02-23 Chris LattnerImplement the PPC inline asm "L" modifier. This allows...
2006-02-23 Chris LattnerRecord all of the expanded registers in the DAG and...
2006-02-23 Jim LaskeyDwarfWriter reading basic type information from llvm...
2006-02-23 Chris LattnerMatch the case of other mailing lists in the list
2006-02-23 Chris Lattnerdocument the llvm-testresults list
2006-02-23 Chris LattnerCode cleanups, no functionality change
2006-02-23 Chris Lattner"." isn't enough to get a private label on linux, use...
2006-02-23 Chris Lattneradd a small and simple case.
next