For PR814:
[oota-llvm.git] / lib /
2006-07-26 Chris LattnerRename RelocModel::PIC to PIC_, to avoid conflicts...
2006-07-26 Chris LattnerFix the build on win32
2006-07-26 Reid SpencerFor PR780:
2006-07-26 Reid SpencerFor PR780:
2006-07-26 Jim LaskeyNo Need to live in the past.
2006-07-25 Jim LaskeyMoving this function to a permanent home to prevent...
2006-07-25 Reid SpencerInitialize some variables the compiler warns about.
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-07-25 Evan ChengCan't commute shufps. The high / low parts elements...
2006-07-25 Rafael Espindolaimplement function calling of functions with up to...
2006-07-22 Nate BegemanFix the build on my old and busted version of OS X
2006-07-22 Evan ChengForgot to #ifdef __APPLE__
2006-07-21 Evan ChengDone.
2006-07-21 Evan ChengResolve __dso_handle.
2006-07-21 Jim LaskeyEliminate data relocations by using NULL instead of...
2006-07-21 Jim LaskeyUse an enumeration to eliminate data relocations.
2006-07-21 Rafael Espindolaimplemented sub
2006-07-21 Evan ChengThis opt is now handled in DAG combine.
2006-07-21 Evan ChengIf a shuffle is a splat, check if the argument is a...
2006-07-21 Chris LattnerBuild more debugger/selectiondag libraries as archives...
2006-07-20 Evan ChengA splat of a vector constant of all zero or all one...
2006-07-20 Evan ChengMissing a space.
2006-07-20 Evan ChengIf a shuffle is unary, i.e. one of the vector argument...
2006-07-20 Evan ChengClean up.
2006-07-20 Chris LattnerFix a race condition in the makefile andrew reported
2006-07-20 Chris LattnerMinor comment tweaks
2006-07-20 Chris LattnerMems can be in the output list also. This is the secon...
2006-07-20 Devang PatelMake it fit into 80 cols.
2006-07-20 Devang PatelAdd new constructor to accept vector of exported names...
2006-07-20 Andrew Lenharth80 cols
2006-07-20 Andrew LenharthReduce number of exported symbols
2006-07-20 Andrew LenharthFix linking on Alpha
2006-07-20 Chris LattnerFix PR835 so that touching tblgen in a way that doesn...
2006-07-19 Evan ChengNew entry.
2006-07-19 Jim LaskeyDo once flag never set to true.
2006-07-19 Jim LaskeyTidy up a few things.
2006-07-19 Jim LaskeyReduce size of routine. Shrinks .o by 37%.
2006-07-19 Chris Lattnerbswapped load/store instructions are only availble...
2006-07-19 Jim LaskeyBug#834 ICE (crash in code generator?) when building...
2006-07-19 Evan ChengMisc. new entry.
2006-07-19 Owen AndersonAdd an assertion.
2006-07-19 Owen AndersonMake LoopUnroll not die on LCSSA Phis. This makes...
2006-07-19 Owen AndersonFix a error that hadn't yet cause any problems, but...
2006-07-19 Chris LattnerMove MVT::getVectorType out of line, it is large and...
2006-07-19 Evan ChengINC / DEC instructions have shorter code size than...
2006-07-19 Evan ChengAdd code size to target instruction use it as the 3rd...
2006-07-19 Chris LattnerAdd an out-of-line virtual method for the sdnode class...
2006-07-18 Chris LattnerAdd an out-of-line virtual method to provide a home...
2006-07-18 Chris Lattnersilence warnings in a release build
2006-07-18 Evan ChengOnly reuse a previous IV if it would not require a...
2006-07-18 Rafael Espindolainitial prologue and epilogue implementation. Need...
2006-07-18 Chris LattnerMake the implicit def instructions look like other...
2006-07-18 Chris Lattnersimple optimization: don't bother calling "exists"...
2006-07-18 Chris LattnerRemove a dead conditional: info_ can only be allocated...
2006-07-18 Chris LattnerThe only entry in the stat buf this code cares about...
2006-07-18 Chris LattnerReduce code in the error path by only allocating info_...
2006-07-18 Chris LattnerUnindent some code
2006-07-17 Jim LaskeyReduce the size of Constants.o by 25% by generalizing...
2006-07-16 Rafael Espindolaskeleton of a lowerCall implementation for ARM
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 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 LattnerAdd two helpers for escaping and unescaping strings.
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 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 Chris LattnerAnother fix in the rotate encodings, needed when the...
2006-07-13 Chris LattnerRevert this patch temporarily until PR831 is fixed.
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 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 LattnerAdd information preventing several register class const...
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 LattnerFix PR826, testcase here: Regression/Verifier/2006...
2006-07-11 Evan ChengEmit inc / dec of registers as one byte instruction.
2006-07-11 Chris LattnerSilence a warning produced in assertions-disabled mode
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 LattnerFix CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll and...
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 ChengNew entry.
2006-07-10 Evan ChengFixed stack objects do not specify alignments, but...
next