oota-llvm.git
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-14 Evan ChengUse getOffset() instead.
2006-09-14 Evan ChengUse MachineConstantPoolEntry getOffset() and getType...
2006-09-14 Evan ChengAdd MachineConstantPoolEntry getOffset() accessor.
2006-09-14 Evan ChengThe top bit is used to determine whether it's a Machine...
2006-09-14 Chris Lattnerrevert accidentally committed file
2006-09-14 Chris LattnerRemove dead methods, add getNumBlockIDs() method
2006-09-14 Chris LattnerUse new config.h macro
2006-09-14 Reid SpencerAdd a HAVE_MACH_MACH_H #define to detect the presence...
2006-09-14 Chris Lattneradd a new (hidden) -disable-core-files option
2006-09-14 Chris LattnerOn Mac OS/X, make Process::PreventCoreFiles disable...
2006-09-14 Evan ChengA MachineConstantPool may have mixed Constant* and...
2006-09-14 Devang PatelAdd comment.
2006-09-14 Evan ChengMirrors ConstantPoolSDNode.
2006-09-14 Nick LewyckyDocument new --enable-valgrind option.
2006-09-14 Nick LewyckyFix --enable-valgrind. Add room for the new arguments...
2006-09-14 Nick LewyckyAdd --enable-valgrind option to run optimizations throu...
2006-09-14 Devang PatelGlobalValue with InternalLinkage may have operands...
2006-09-14 Devang PatelAvoid recursion in assignDFSNumber(). Move def from...
2006-09-13 Chris Lattneradd note about switch lowering
2006-09-13 Chris LattnerSecond half of the fix for Transforms/Inline/inline_cle...
2006-09-13 Nick LewyckyAdd some more consistency checks.
2006-09-13 Nick LewyckyFix unionSets so that it can merge correctly.
2006-09-13 Chris LattnerImplement the first half of Transforms/Inline/inline_cl...
2006-09-13 Chris Lattnernew testcase
2006-09-13 Evan ChengSkip over first operand when determining REX prefix...
2006-09-13 Nick LewyckyErase dead instructions.
2006-09-13 Chris LattnerThe sense of this branch was backwards
2006-09-13 Chris LattnerTurn X < 0 -> TEST X,X js
2006-09-13 Chris LattnerThe sense of this branch was inverted :(
2006-09-13 Chris LattnerFix a ton of jit failures
2006-09-13 Rafael Espindolaadd shifts to addressing mode 1
2006-09-13 Chris LattnerIf LSR went through a lot of trouble to put constants...
2006-09-13 Chris Lattnernew testcase
2006-09-13 Chris LattnerFix a regression in the 32-bit port from the 64-bit...
2006-09-13 Chris LattnerNew testcase
2006-09-13 Chris Lattnernew note
2006-09-13 Chris Lattnernew note
2006-09-13 Chris LattnerCompile X << 1 (where X is a long-long) to:
2006-09-13 Chris LattnerCompile X > -1 -> text X,X; js dest
2006-09-13 Chris Lattnernew testcase
2006-09-13 Devang PatelInitialize DontInternalize.
2006-09-12 Evan ChengReflects MachineConstantPoolEntry changes.
2006-09-12 Evan ChengAdded support for machine specific constantpool values...
2006-09-12 Evan ChengReflect MachineConstantPoolEntry changes.
2006-09-12 John CriswellCorrect the URL to the attrib.incl file.
2006-09-12 Chris LattnerAn sinkable instruction may exist with uses, if those...
2006-09-12 Chris Lattnertestcase for PR908
2006-09-12 Chris LattnerTestcase that crashes the C++ FE.
2006-09-12 Chris Lattneradd a note
2006-09-12 Nick LewyckyAdd ability to remove nodes from DominatorTree, for...
2006-09-11 Chris LattnerTestcase noticed from PR906
2006-09-11 Chris Lattneradd compilable testcase
2006-09-11 Chris Lattnernew testcase for PR906
2006-09-11 Chris LattnerFix PR905 and InstCombine/2006-09-11-EmptyStructCrash.ll
2006-09-11 Chris Lattnernew testcase for PR905
2006-09-11 Rafael Espindolaimplement SRL and MUL
2006-09-11 Rafael Espindolaadd the correct fallback for ARMDAGToDAGISel::SelectAdd...
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
next