oota-llvm.git
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.
2006-02-23 Evan ChengA couple of new entries.
2006-02-23 Evan ChengPIC related bug fixes.
2006-02-23 Evan ChengX86 codegen tweak to use lea in another case:
2006-02-23 Evan ChengAdd a test case for 'lea'.
2006-02-22 Evan ChengMissing .globl for weak / link-once .text symbols.
2006-02-22 Chris LattnerFix Regression/Transforms/LoopUnswitch/2006-02-22-Unswi...
2006-02-22 Chris Lattnernew testcase distilled from SPASS
2006-02-22 Chris LattnerThis fixes a couple of problems with expansion
2006-02-22 Chris LattnerDon't return registers from register classes that aren...
2006-02-22 Chris LattnerChange a whole bunch of code to be built around RegsFor...
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2006-02-22 Jim LaskeyCoordinate activities with llvm-gcc4 and dwarf.
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2006-02-22 Chris LattnerTurn on loop unswitching tonight
2006-02-22 Chris LattnerAdd some comments, simplify some code, and fix a bug...
2006-02-22 Evan ChengAdded MMX, SSE1, and SSE2 vector instructions and some...
2006-02-22 Chris Lattnerreorder some libraries
2006-02-22 Chris Lattnersplit register class handling from explicit physreg...
2006-02-21 Chris Lattnerexpose the set of values types holdable in a regclass...
2006-02-21 Chris LattnerAdjust to changes in getRegForInlineAsmConstraint prototype
2006-02-21 Chris LattnerUpdates to match change of getRegForInlineAsmConstraint...
2006-02-21 Chris LattnerPass in a value type to getRegForInlineAsmConstraint...
2006-02-21 Evan ChengOne more round of reorg so sabre doesn't freak out...
2006-02-21 Evan ChengA big more cleaning up.
2006-02-21 Evan ChengMoving things to their proper places.
2006-02-21 Evan ChengSplit instruction info into multiple files, one for...
2006-02-21 Chris Lattnermissed optzn
2006-02-21 Chris LattnerThe HasNoV9 hack isn't needed here, now that tblgen...
2006-02-21 Evan ChengAdded separate alias instructions for SSE logical ops...
2006-02-21 Evan ChengAdded MMX and XMM packed integer move instructions...
2006-02-21 Evan ChengAdded SSE2 128-bit integer packed types: V16I8, V8I16...
2006-02-20 Evan ChengAdded x86 integer vector types: 64-bit packed byte...
2006-02-20 Evan ChengSome updates
2006-02-20 Chris LattnerFix a problem Nate and Duraid reported where simplifyin...
2006-02-20 Chris LattnerFix a problem on itanium with memset. The value to...
2006-02-18 Chris Lattnerimproved support for branch folding, still not enabled.
2006-02-18 Evan ChengIf SSE3 is available, promote FP_TO_UINT i32 to FP_TO_S...
next