oota-llvm.git
2006-09-11 Chris Lattnerburg is gone
2006-09-11 Rafael Espindolapartial implementation of the ARM Addressing Mode 1
2006-09-11 Nick LewyckySkip the linear search if the answer is already known.
2006-09-11 Jim LaskeyNo longer used, and confuses maintainers
2006-09-11 John CriswellInclude the UIUC CS department attribution on the main...
2006-09-11 Rafael Espindolacall AsmPrinter::doInitialization in ARMAsmPrinter...
2006-09-11 Evan ChengUpdates.
2006-09-11 Evan ChengUpdate README file.
2006-09-11 Evan ChengRename a test-not-cmp.ll to cmp-test.ll; add a test.
2006-09-11 Evan Cheng1) With X86 lowering change, the following can no longe...
2006-09-11 Evan ChengX86ISD::CMP now produces a chain as well as a flag...
2006-09-10 Nate BegemanBehold, more work on relocations. Things are looking...
2006-09-10 Anton KorobeynikovRemoved unnecessary Mangler creation.
2006-09-10 Chris Lattneradd a testcase for this commit: lists.cs.uiuc.edu/piper...
2006-09-10 Chris LattnerAllow tail duplication in more cases, relaxing the...
2006-09-10 Chris LattnerThis code was trying too hard. By eliminating redundan...
2006-09-10 Nick LewyckyReplace EquivalenceClasses with a custom-built data...
2006-09-09 Chris LattnerImplement Transforms/InstCombine/hoist_instr.ll
2006-09-09 Chris Lattnernew testcase
2006-09-09 Chris LattnerMove ipsccp pass earlier to clean up obvious bogosities
2006-09-09 Chris LattnerMake inlining costs more accurate.
2006-09-09 Chris LattnerTurn div X, (Cond ? Y : 0) -> div X, Y
2006-09-09 Chris Lattnernew testcase
2006-09-09 Jim LaskeyMissing anchor
2006-09-09 Chris LattnerAdd cbe support for powi
2006-09-09 Chris LattnerImplement the fpowi now by lowering to a libcall
2006-09-09 Chris Lattner(indirect) test for the __builtin_powi builtin which...
2006-09-09 Chris LattnerImplement new fpowi node
2006-09-09 Chris LattnerAllow targets to custom lower expanded BIT_CONVERT's
2006-09-08 Nate BegemanFirst pass at supporting relocations. Relocations...
2006-09-08 Evan ChengFixed a FuseTwoAddrInst() bug: consider GlobalAddress...
2006-09-08 Chris LattnerNon-allocatable physregs can be killed and dead, but...
2006-09-08 Chris LattnerThis fixes Benchmarks/Prolangs-C/unix-smail
2006-09-08 Chris LattnerFix a bunch of llc-beta failures on x86 yesterday....
2006-09-08 Chris Lattnerok this really works :)
2006-09-08 Devang PatelRemove redundant include.
2006-09-08 Chris LattnerNeed to include Makefile.config to get the value of...
2006-09-08 Anton KorobeynikovEnabling LTO building on Darwin only right now. This...
2006-09-08 Rafael Espindolaimplement shl and sra
2006-09-08 Chris LattnerUse __USER_LABEL_PREFIX__ to get the prefix added by...
2006-09-08 Rafael Espindolaadd the eor (xor) instruction
2006-09-08 Jim LaskeyMissing tab
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.
next