CellSPU:
[oota-llvm.git] / lib /
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-05 Nick LewyckyMove the libcall annotating part from doFinalization...
2009-01-04 Nick LewyckyAdd a mechanism to specify attributes in getOrInsertFun...
2009-01-04 Chris LattnerRefactor some parser interfaces to fix PR3278 and a...
2009-01-04 Nick LewyckyRun a post-pass that marks known function declarations...
2009-01-04 Chris Lattnerelf writer really wants the size of the global, not...
2009-01-04 Bill WendlingRevert this transform. It was causing some dramatic...
2009-01-04 Bill WendlingThe llvm::ELFWriter::EmitGlobal() method is calling the
2009-01-03 Dan GohmanFix a DAGCombiner abort on an invalid shift count const...
2009-01-03 Dan GohmanCommuteNodesToReducePressure() is now removed.
2009-01-03 Dan GohmanRemove the code from the scheduler that commuted two...
2009-01-03 Nick LewyckyAny void readonly functions are provably dead, don...
2009-01-03 Evan ChengAdd Intel processors core i7 and atom.
2009-01-03 Evan ChengFix PR3210: Detect more Intel processors. Patch by...
2009-01-03 Nick LewyckyWe know it's always a SCEVConstant if it gets here...
2009-01-03 Scott MichelCellSPU:
2009-01-02 Misha BrukmanAlphabetized #includes.
2009-01-02 Misha BrukmanDown with trailing whitespace!
2009-01-02 Scott Michel- Make copyRegToReg use the "LR" assembler synonym...
2009-01-02 Nick LewyckyDon't try to analyze this "backward" case. This is...
2009-01-02 Daniel DunbarRemove comma at end of enumerator list.
2009-01-02 Daniel DunbarRemove bison specific Makefile bits for AsmParser.
2009-01-02 Duncan SandsLoad tracking means that the value analyzed may
2009-01-02 Duncan SandsWhen calculating 'nocapture' argument attributes, allow
2009-01-02 Duncan SandsImprove comments and reorganize a bit - no functionality
2009-01-02 Chris LattnerFix a really horrible typo, which caused undefined...
2009-01-02 Chris Lattnerminor cleanups and comment improvements.
2009-01-02 Chris Lattneradd a #include to hopefully get the x86-64-linux buildb...
2009-01-02 Chris Lattnerupdate the cmakefile. This is a "best guess", I haven...
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2009-01-02 Evan ChengDo not isel load folding bt instructions for pentium...
2009-01-02 Evan ChengFix x86 CPU id detection to identify Penryn (and future...
2009-01-02 Evan ChengUse movaps / movd to extract vector element 0 even...
2009-01-02 Nick LewyckyMake adding nocapture a bit stronger. FreeInst is nocap...
2009-01-01 Duncan SandsMention that this pass does escape analysis in the
2009-01-01 Duncan SandsFactorize (and generalize) the code promoting SELECT
2009-01-01 Duncan SandsRemove trailing spaces.
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2009-01-01 Bill WendlingFix comment.
2009-01-01 Bill WendlingAdd transformation:
2008-12-31 Duncan SandsLook through phi nodes and select instructions when
2008-12-31 Duncan SandsDon't analyze arguments already marked 'nocapture'.
2008-12-31 Duncan SandsRename AddReadAttrs to FunctionAttrs, and teach it how
2008-12-31 Owen AndersonGet live interval reconstruction several steps closer...
2008-12-31 Chris Lattneradd a note
2008-12-30 Scott Michel- Start moving target-dependent nodes that could be...
2008-12-29 Bill WendlingLinux wants the FDE initial location and address range...
2008-12-29 Bill WendlingThe FDE initial location and address range data should...
2008-12-29 Duncan SandsMake stripPointerCasts and getUnderlyingObject
2008-12-29 Duncan SandsExperiments show that looking through phi nodes
2008-12-29 Misha BrukmanFixed spelling, removed trailing whitespace.
2008-12-29 Duncan SandsAllow readnone functions to read (and write!) global
2008-12-29 Duncan SandsAdd braces, as suggested by a gcc warning.
2008-12-29 Scott Michel- Various '#if 0' cleanups.
2008-12-29 Scott MichelTeach LeaglizeDAG that i64 mul can be a libcall.
2008-12-29 Chris Lattnerselect constant exprs should have the same constraints...
2008-12-29 Chris Lattnermove select validation logic into a shared place where...
2008-12-28 Owen AndersonFix up kill/dead marking in the new live interval recon...
2008-12-28 Owen AndersonAdd prototype code for recomputing a live interval...
2008-12-27 Nick LewyckyCheck that the function prototypes are correct before...
2008-12-27 Scott Michel- Remove Tilmann's custom truncate lowering: it complet...
2008-12-25 Chris LattnerAdd a simple pattern for matching 'bt'.
2008-12-25 Chris LattnerFix some JIT encodings.
2008-12-25 Chris LattnerBT memory operands load from their address operand.
2008-12-24 Chris LattnertranslateX86CC can never fail. Simplify it based on...
2008-12-24 Bill WendlingDarwin likes for the EH frame to be non-local.
2008-12-24 Bill WendlingGCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding...
2008-12-24 Dan GohmanFix a compiler-abort on a testcase where the stack...
2008-12-24 Chris Lattnerindentation
2008-12-23 Dale JohannesenChange comments so everybody can understand them, hopef...
2008-12-23 Chris Lattnersimplify some control flow and reduce indentation,...
2008-12-23 Dale JohannesenRevert 61362 and 61402 until SPEC breakage is fixed.
2008-12-23 Dale JohannesenThis fixes the bug in 175.vpr. It doesn't fix the
2008-12-23 Dale JohannesenAdd another permutation where we should get rid of...
2008-12-23 Dan GohmanAdd instruction patterns and encodings for the x86...
2008-12-23 Anton KorobeynikovRestore debug printing
2008-12-23 Anton KorobeynikovSometimes APInt syntax is really ugly... :(
2008-12-23 Anton KorobeynikovIndent stuff properly
2008-12-23 Anton KorobeynikovInitial checkin of APInt'ififcation of switch lowering
2008-12-23 Devang PatelSilence unused variable warnings.
2008-12-23 Devang PatelFix typo.
2008-12-23 Devang PatelSilience unused warnings.
2008-12-23 Dan GohmanClean up the atomic opcodes in SelectionDAG.
2008-12-23 Chris Lattneradd some notes for simplifylibcalls optimizations
2008-12-23 Steve NaroffTweak --version to include the date and time.
2008-12-23 Dan GohmanRename BuildSchedUnits to BuildSchedGraph, and refactor the
2008-12-23 Dan GohmanUse isTerminator() instead of isBranch()||isReturn...
2008-12-23 Dan GohmanAvoid an unnecessary call to allnodes_size(), which...
2008-12-23 Dan GohmanMinor code simplifications.
2008-12-23 Zhongxing Xurevert r61368.
2008-12-23 Zhongxing XuRemove dead code.
2008-12-23 Mon P WangFixed code generation for v8i16 and v16i8 splats on...
2008-12-23 Dale JohannesenFix the time regression I introduced in 464.h264ref...
2008-12-23 Dale JohannesenOne more permutation of subtracting off a base value.
2008-12-23 Owen AndersonDon't forget to remove phi nodes from the value numberi...
2008-12-23 Dan GohmanMake the fuse-failed debug output human-readable.
2008-12-22 Bill WendlingComment clean-ups. No functionality change.
2008-12-22 Bill WendlingCheck that the instruction isn't in the value numbering...
2008-12-22 Bill WendlingSimplification: Negate the operator== method instead...
next