oota-llvm.git
2006-05-04 Jeff CohenMake external globals public; other minor cleanup.
2006-05-04 Jeff CohenMake Intel syntax the default when LLVM is built with...
2006-05-04 Chris LattnerRemove a bunch more dead V9 specific stuff
2006-05-04 Chris LattnerRemove a bunch more SparcV9 specific stuff
2006-05-04 Chris LattnerRemove some more V9-specific stuff.
2006-05-04 Chris LattnerRemove some more unused stuff from MachineInstr that...
2006-05-04 Chris LattnerSimplify handling of relocations
2006-05-03 Evan ChengUse movsd to shuffle in the lowest two elements of...
2006-05-03 Chris LattnerChange from using MachineRelocation ctors to using...
2006-05-03 Chris Lattnerminor cleanups, no functionality change
2006-05-03 Chris LattnerCleanup the internal implementation of MachineRelocatio...
2006-05-03 Reid SpencerAttempt to get this script working on Darwin.
2006-05-03 Reid SpencerFor PR764:
2006-05-03 Chris Lattnerinline a simple method
2006-05-03 Chris LattnerSuck block address tracking out of targets into the...
2006-05-03 Chris LattnerFix a bug in Owen's checkin that broke the CBE on all...
2006-05-03 Nate BegemanTeach the x86 jit how to handle jump tables not directl...
2006-05-03 Nate BegemanFinish up the initial jump table implementation by...
2006-05-03 Evan ChengA few instruction scheduling test cases.
2006-05-03 Evan ChengBottom up register pressure reduction work: clean up...
2006-05-03 Evan ChengSet isStore of instructions with ISD::TRUNCSTORE root...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-03 Chris LattnerAlign function bodies correctly.
2006-05-03 Chris LattnerAdd a new emitAlignment method
2006-05-03 Chris LattnerSimplify some code. Don't add memory blocks to the...
2006-05-03 Chris LattnerAdd assertions that verify that the actual arguments...
2006-05-03 Chris LattnerChange the BasicBlockAddrs map to be a vector, indexed...
2006-05-03 Chris LattnerKeep the alpha JIT similar to the PPC/X86 jits
2006-05-03 Jeff CohenKeep Visual Studio happy.
2006-05-03 Chris LattnerSimplify some code
2006-05-02 Chris LattnerSeveral related changes:
2006-05-02 Chris LattnerAdd a method for allocating space from the code buffer.
2006-05-02 Nate BegemanRemove some stuff from the README
2006-05-02 Chris LattnerDo not make the JIT memory manager manage the memory...
2006-05-02 Chris LattnerMinor cleanups, no functionality change.
2006-05-02 Chris LattnerFix a purely hypothetical problem (for now): emitWord...
2006-05-02 Chris LattnerRefactor the machine code emitter interface to pull...
2006-05-02 Nate BegemanSince we don't handle callee-save CRs right yet, don...
2006-05-02 Nate BegemanPrint function number instead of name
2006-05-02 Nate BegemanHooray, everyone now uses the same printBasicBlockLabel...
2006-05-02 Chris LattnerRemove dead method
2006-05-02 Chris LattnerRemove a now-dead method
2006-05-02 Chris LattnerThere is no reason to use a virtual method to store...
2006-05-02 Chris LattnerRemove the debug machine code emitter. The "FilePrinte...
2006-05-02 Chris LattnerRemove the debug machine code emitter. The "FilePrinte...
2006-05-02 Nate BegemanExtend printBasicBlockLabel a bit so that it can be...
2006-05-02 Nate BegemanUpdate the PPC compilation callback code to not need...
2006-05-02 Chris LattnerAdd pass ID's for various passes, so they can be AddReq...
2006-05-02 Jeff CohenDe-virtualize SwitchSection.
2006-05-02 Jeff CohenDe-virtualize EmitZeroes.
2006-05-02 Jeff CohenFinish support for Microsoft ML/MASM. May still be...
2006-05-02 Jeff CohenMake Intel syntax mode friendlier to Microsoft ML assem...
2006-05-01 Chris LattnerPut instruction names into the first non TargetInstrInf...
2006-05-01 Chris LattnerNew testcase that crashes the new CFE.
2006-05-01 Chris LattnerFix a latent bug that my spiller patch last week expose...
2006-05-01 Chris LattnerWhen promoting a load to a reg-reg copy, where the...
2006-05-01 Chris LattnerRemove previous patch, which wasn't quite right.
2006-05-01 Chris Lattnerinstructions can be in different namespaces. Make...
2006-05-01 Chris LattnerPut PHI/INLINEASM into the correct namespace.
2006-05-01 Evan ChengFormating
2006-05-01 Evan ChengDis-favor stores more
2006-05-01 Evan ChengBottom up register-pressure reduction scheduler now...
2006-05-01 Evan ChengMark instructions whose pattern is (store ...) isStore.
2006-05-01 Evan ChengDidn't mean ScheduleDAGList.cpp to make the last checkin.
2006-05-01 Evan ChengRemove temp. option -spiller-check-liveout, it didn...
2006-05-01 Chris LattnerIntel mode no longer uses %'s on registers
2006-05-01 Chris LattnerRemove %'s from register names when in intel mode.
2006-05-01 Chris LattnerFormat #APP lines a bit nicer
2006-04-30 Evan ChengLocal spiller kills a store if the folded restore is...
2006-04-29 Jeff CohenMingw32 patches supplied by Anton Korobeynikov.
2006-04-28 Chris LattnerRemove a bogus transformation. This fixes SingleSource...
2006-04-28 Evan ChengI can't spell: Register, not Regsiter.
2006-04-28 Evan ChengImplemented x86 inline asm b, h, w, k modifiers.
2006-04-28 Chris LattnerFix InstCombine/2006-04-28-ShiftShiftLongLong.ll
2006-04-28 Chris Lattnernew testcase miscompiled by instcombine
2006-04-28 Chris LattnerFix CodeGen/Generic/2006-04-28-Sign-extend-bool.ll
2006-04-28 Chris Lattnertestcase that crashes the ppc backend, which can't...
2006-04-28 Evan ChengInitial caller side support (for CCC only, not FastCC...
2006-04-28 Evan ChengBare-bone X86 inline asm printer support.
2006-04-28 Evan ChengUpdate. It should use two shufps, not three!
2006-04-28 Evan ChengRemove the temporary option: -no-isel-fold-inflight
2006-04-28 Evan ChengImplement four-wide shuffle with 2 shufps if no more...
2006-04-28 Chris LattnerFix PR743: emit -help output of a tool to cout, not...
2006-04-28 Evan ChengTargetLowering::LowerArguments should return a VBIT_CON...
2006-04-28 Chris LattnerMapping of physregs can make it so that the designated...
2006-04-28 Chris LattnerFix Transforms/Reassociate/2006-04-27-ReassociateVector.ll
2006-04-28 Chris Lattnernew testcase
2006-04-28 Evan ChengUse movaps instead of movapd for spill / restore.
2006-04-28 Evan ChengAdded a temporary option -no-isel-fold-inflight to...
2006-04-28 Evan ChengWhen isel'ing a node, mark its operands "InFlight"...
2006-04-28 Chris LattnerWhen we have a two-address instruction where the input...
2006-04-28 Evan ChengTest case for PR748
2006-04-28 Chris LattnerAdd a note
2006-04-27 Chris LattnerAdd a note
2006-04-27 Chris LattnerAdd support for inserting undef into a vector. This...
2006-04-27 Chris LattnerThis should turn into one vector shuffle instruction.
2006-04-27 Evan ChengMake x86 isel lowering produce tailcall nodes. They...
2006-04-27 Evan ChengA couple of new entries.
2006-04-27 Evan ChengSupport for passing 128-bit vector arguments via XMM...
2006-04-27 Evan ChengInsert a VBIT_CONVERT between a FORMAL_ARGUMENT node...
next