oota-llvm.git
2006-07-18 Chris LattnerAdd functions to compute ceil(log2(N)) to match functio...
2006-07-17 Jim LaskeyReduce the size of Constants.o by 25% by generalizing...
2006-07-17 Patrick JenkinsIf a gccpath is specified when invoking the nightly...
2006-07-16 Evan ChengUse __attribute__((noinline)) only if compiled by gcc.
2006-07-16 Evan ChengParameterize target node ValueType to allow more sharin...
2006-07-16 Rafael Espindolaskeleton of a lowerCall implementation for ARM
2006-07-15 Evan ChengReduce instruction selection code size and stack frame...
2006-07-15 Chris LattnerOn 64-bit targets like ppc64, we should use .quad to...
2006-07-15 Chris LattnerRemove what little AIX support we have. It has never...
2006-07-14 Chris LattnerThe generated index array should be const.
2006-07-14 Chris LattnerAdd an out-of-line virtual function to home class.
2006-07-14 Chris LattnerAdd an out-of-line virtual method for X86DwarfWriter...
2006-07-14 Chris LattnerEmit the string information for the asm writer as a...
2006-07-14 Chris LattnerAdd two helpers for escaping and unescaping strings.
2006-07-14 Chris LattnerAdd two helper functions
2006-07-14 Chris Lattnereliminate some ugly code, using ConstantExpr::getWithOp...
2006-07-14 Chris LattnerAdd a new helper, simplify ConstantExpr::getWithOperand...
2006-07-14 Chris LattnerAdd another helper method.
2006-07-14 Patrick JenkinsFixed an issue where the user specified gcc was not...
2006-07-14 Chris LattnerAdd a new method for bugpoint to use
2006-07-14 Chris LattnerAdd a new method for bugpoint to use.
2006-07-14 Owen AndersonHopefully the final attempt at making IndVars preserve...
2006-07-14 Chris LattnerAdd missing PPC64 extload/truncstores
2006-07-14 Chris LattnerAdd a note
2006-07-13 Jim LaskeyBring the Xcode project up to date.
2006-07-13 Jim LaskeyClean up.
2006-07-13 Chris LattnerAnother fix in the rotate encodings, needed when the...
2006-07-13 Jim Laskey1. Simplfy bit operations.
2006-07-13 Chris LattnerRevert this patch temporarily until PR831 is fixed.
2006-07-13 Patrick JenkinsSyntax error. I will run perl -c before commiting perl...
2006-07-13 Patrick JenkinsFixed some small bugs exposed when trying to get a...
2006-07-13 Jim LaskeyFixed a bug handling void function types.
2006-07-12 Chris LattnerPrint negative immediates as negative values instead...
2006-07-12 Chris LattnerTurn an if into an else if.
2006-07-12 Chris LattnerFix encoding of rotates, such as rldicl
2006-07-12 Chris LattnerHandle instructions in the map, but that map to a null...
2006-07-12 Owen AndersonIndVars now (correctly) preserves LCSSA form.
2006-07-12 Chris LattnerImplement PPC64 relocations types
2006-07-12 Chris LattnerAn overaggressive #ifdef allows a function to fall...
2006-07-12 Jim LaskeyMove base value of instruction to lookup table to prepa...
2006-07-12 Chris LattnerIn addition to deleting calls, the inliner can constant...
2006-07-12 Chris LattnerChange the callgraph representation to store the callsi...
2006-07-12 Chris Lattnertestcase for PR827
2006-07-12 Chris LattnerAdd information preventing several register class const...
2006-07-12 Chris LattnerTestcase for PR828.
2006-07-12 Evan ChengFix test failure on non-Apple systems.
2006-07-12 Chris LattnerRemove non-portable optimization that isn't worth it
2006-07-11 Chris LattnerThe PPC64 JIT needs register numbers to encode instruct...
2006-07-11 Chris LattnerRevamp this doc to be accurate w.r.t. building llvmgcc4
2006-07-11 Chris LattnerFix PR826, testcase here: Regression/Verifier/2006...
2006-07-11 Chris LattnerTestcase for PR826
2006-07-11 Evan ChengEmit inc / dec of registers as one byte instruction.
2006-07-11 Chris LattnerProfile builds should always have debug info enabled.
2006-07-11 Chris LattnerSilence a warning produced in assertions-disabled mode
2006-07-11 Devang PatelFix typo.
2006-07-11 Jim LaskeyIt was pointed out that DEBUG() is only available with...
2006-07-11 Jim LaskeyEnsure that dump calls that are associated with asserts...
2006-07-11 Jim Laskey1. Support for c++ mangled names.
2006-07-11 Rafael Espindolaadd the memri memory operand
2006-07-11 Owen AndersonRevert my indvars changes because they were breaking...
2006-07-11 Chris LattnerImplement the inline asm 'A' constraint. This implemen...
2006-07-11 Chris LattnerNew testcase for PR825.
2006-07-11 Chris LattnerFix CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll and...
2006-07-11 Chris LattnerThis is fixed
2006-07-11 Jim LaskeyReduce bloat in target libraries by removing per machin...
2006-07-11 Chris LattnerIn 64-bit mode, 64-bit GPRs are callee saved, not 32...
2006-07-10 Owen AndersonAdd a comment, and fix a typo that broke the build.
2006-07-10 Owen AndersonDon't indent the entire function.
2006-07-10 Evan ChengUpdate.
2006-07-10 Evan ChengNew entry.
2006-07-10 Evan ChengFixed stack objects do not specify alignments, but...
2006-07-10 Chris LattnerImplement Regression/CodeGen/PowerPC/bswap-load-store...
2006-07-10 Chris LattnerNew testcase for folding bswaps into i16/i32 loads...
2006-07-10 Chris LattnerRecognize 16-bit bswaps by relaxing overconstrained...
2006-07-10 Chris LattnerAdd tests for 16-bit byteswaps.
2006-07-10 Chris LattnerMark internal function static
2006-07-10 Owen AndersonMake instcombine not remove Phi nodes when LCSSA is...
2006-07-10 Patrick JenkinsFixed some output issues where newlines were not being...
2006-07-10 Patrick JenkinsFixed an issue that tried to cat externalprogramstable...
2006-07-10 Rafael Espindolacreate the raddr addressing mode that matches any regis...
2006-07-09 Owen AndersonFix typo in the comment.
2006-07-09 Owen AndersonAdd a test for the LCSSA issue I just fixed.
2006-07-09 Owen AndersonAdd a fix for an issue where LCSSA would fail to insert...
2006-07-07 Patrick JenkinsSyntax error in NewNightlyTest.pl
2006-07-07 Patrick JenkinsFixed a variable naming issue for the External Program...
2006-07-07 Evan ChengFix a typo that causes 2006-07-07-ComputeMaskedBits...
2006-07-07 Chris LattnerFix PR820 and Transforms/GlobalOpt/2006-07-07-InlineAsm...
2006-07-07 Chris LattnerTestcase for PR820
2006-07-07 Evan ChengAdd a 64-bit test case.
2006-07-07 Chris Lattnerno need to do a stat then an lstat. lstat will tell...
2006-07-07 Reid SpencerFinish removal of EH usage from the Archive library...
2006-07-07 Reid SpencerRemove EH use from the Archive library and adjust its...
2006-07-07 Patrick JenkinsUpdated comments at top of file to reflect relevant...
2006-07-07 Chris LattnerMove << method out of line.
2006-07-07 Chris Lattner#include <iosfwd> not <ostream>
2006-07-07 Evan ChengNew vector shuffle test case.
2006-07-07 Evan ChengUpdate
2006-07-07 Chris LattnerChange AllocateRWX/DeallocateRWX to not throw an exception.
2006-07-07 Chris LattnerChange AllocateRWX/DeallocateRWX do not throw an exception.
2006-07-07 Patrick JenkinsAdded the -noremoveresults option which will not remove...
next