oota-llvm.git
2006-09-08 Rafael Espindolafix select.ll to always test a select node
2006-09-08 Rafael Espindolaimplement unconditional branches
2006-09-08 Evan ChengGenerated isel should favors explicit constant operand...
2006-09-08 Evan ChengNew test case.
2006-09-08 Evan ChengRemove TEST64mr. It's same as TEST64rm since and is...
2006-09-08 Evan ChengCommitting X86-64 support.
2006-09-08 Chris Lattneradd powi intrinsics.
2006-09-08 Chris Lattnernew powi intrinsic
2006-09-08 Nate BegemanWe actually do support object file writing, so don...
2006-09-08 Evan ChengAdd a new test case for 'undef' shuffles.
2006-09-08 Evan Cheng- Identify a vector_shuffle that can be turned into...
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-07 Devang PatelUntabify.
2006-09-07 Devang PatelUse iterative do-while loop instead of recursive DFSPas...
2006-09-07 Chris Lattneradd a new value for the command line optn
2006-09-07 Chris LattnerFix a cross-build issue. The asmsyntax shouldn't be...
2006-09-07 Jim LaskeyAdding new files.
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-07 Jim LaskeyBreak out target asm info into separate files.
2006-09-07 Devang PatelUsing addPassesToEmitWholeFile is not a good idea here.
2006-09-07 Devang PatelAdd linker into list of LINK_COMPONENTS.
2006-09-07 Chris LattnerThrottle back tail duplication to avoid creating really...
2006-09-07 Chris Lattnernew testcase
2006-09-07 Chris LattnerEliminate X86ISD::TEST, using X86ISD::CMP instead....
2006-09-07 Chris LattnerSome notes on better load folding we could do
2006-09-07 Devang PatelAdd lto into the list of PARALLEL_DIRS
2006-09-07 Devang PatelUse addPassesToEmitWholeFile() instead of addPassesToEm...
2006-09-07 Evan ChengConsistency.
2006-09-07 Evan ChengFix pasto that was breaking x86 tests.
2006-09-07 Chris LattnerChange DisambiguateGlobalSymbols to not rename asm...
2006-09-07 Chris LattnerAdd new option to leave asm names alone
2006-09-07 Chris LattnerThis fails
2006-09-07 Chris LattnerWarn people not to use GCC 4.1.1.
2006-09-07 Jim LaskeyMake the x86 asm flavor part of the subtarget info.
2006-09-07 Bill Wendling*** empty log message ***
2006-09-07 Bill WendlingFixed my rotten Engrish grammar.
2006-09-07 Chris Lattnercleanups and updates to the GSG, patch by B Scott Miche...
2006-09-07 Chris LattnerFix CodeGen/Generic/2006-09-06-SwitchLowering.ll, a...
2006-09-07 Chris LattnerNew testcase for a switch lowering bug.
2006-09-07 Evan ChengClean up.
2006-09-06 Chris Lattnertestcase, ensure this never breaks.
2006-09-06 Evan ChengWatch out for variable_ops instructions.
2006-09-06 Evan ChengVariable ops instructions may ignore the last few opera...
2006-09-06 Devang PatelDocument getTargetTriple().
2006-09-06 Devang PatelAdd getTargetTriple() that linker can use to query...
2006-09-06 Jim LaskeyOops - forgot to update banner.
2006-09-06 Devang PatelKeep track of all modules crated using a name to module...
2006-09-06 Bill WendlingCleaned up some of the grammar in the Live Intervals...
2006-09-06 Jim LaskeyUpdate project with new files.
2006-09-06 Jim LaskeySeparate target specifc asm properties from asm printers.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-06 Rafael Espindolaadd the orr instruction
2006-09-06 Devang PatelInstead of demangling symbol name by hand, use original...
2006-09-06 Devang PatelExtract target triplet from optimized module.
2006-09-05 Evan ChengOnly call isUse/isDef on register operands
2006-09-05 Chris LattnerBugfix to work with the two-addr changes that have...
2006-09-05 Chris Lattnermake this harder
2006-09-05 Evan ChengIsDef can only be accessed / set if operand is a register.
2006-09-05 Chris LattnerOnly call isUse/isDef on register operands
2006-09-05 Chris LattnerDon't call isDef on non-registers
2006-09-05 Evan ChengInitialize IsDef of all non-register MachineOperand...
2006-09-05 Chris LattnerFix Duraid's changes to work when TLI is null. This...
2006-09-05 Chris LattnerChange the default to 0, which means 'default'.
2006-09-05 Evan ChengFix a few dejagnu failures. e.g. fast-cc-merge-stack...
2006-09-05 Evan ChengJIT encoding bug.
2006-09-05 Chris LattnerFix JIT encoding of two-addr instructions.
2006-09-05 Chris LattnerUpdate the X86 JIT to make it work with the new two...
2006-09-05 Chris LattnerCompletely eliminate def&use operands. Now a register...
2006-09-05 Chris LattnerFix a long-standing wart in the code generator: two...
2006-09-05 Andrew Lenharthjmp_bufs are this big on alpha.
2006-09-04 Bill WendlingFirst draft of the "Live Interval Analysis" section...
2006-09-04 Chris LattnerADd getImm/setImm methods
2006-09-04 Chris LattnerAdd some short-hand accessors
2006-09-04 Rafael Espindolaadd support for returning 64bit values
2006-09-04 Chris LattnerFix some X86 JIT failures. This should really come...
2006-09-04 Chris Lattnerlli uses LinkAllCodegenComponents, so it needs this...
2006-09-04 Chris LattnerCorrect fix for a crasher on functions with live in...
2006-09-04 Chris LattnerHack around a regression I introduced yesterday
2006-09-04 Duraid Madinaforgot this
2006-09-04 Chris LattnerFix a build problem
2006-09-04 Duraid Madinaadd setJumpBufSize() and setJumpBufAlignment() to targe...
2006-09-04 Chris LattnerUpdate this to reflect llvm-config usage
2006-09-04 Chris LattnerRemove some dead makefilery
2006-09-04 Chris LattnerUse llvm-config to determine what to link in
2006-09-04 Chris LattnerUse llvm-config instead of magic JIT thing to link...
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-09-04 Chris LattnerAllow things like --libs CBackend
2006-09-04 Chris LattnerSwitch to using llvm-config to build
2006-09-04 Chris LattnerBugfix for llvm-config support
2006-09-04 Chris LattnerMake LINK_COMPONENTS interact well with make clean
2006-09-04 Chris LattnerSwitch to using llvm-config to select components to...
2006-09-04 Chris LattnerAdd a new make option (LINK_COMPONENTS) which tools...
2006-09-04 Chris LattnerDocument build order dependencies. Make sure that...
2006-09-04 Chris Lattnernew file
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-04 Chris LattnerAdd accessor
2006-09-04 Chris LattnerAdd explicit doInitialization/doFinalization methods...
2006-09-04 Chris Lattnerremove #include
2006-09-04 Chris Lattnerrearrange targets to satisfy dependencies. Too bad...
2006-09-04 Chris LattnerIf a cycle exists, don't succeed building the second...
next