oota-llvm.git
2008-11-08 Scott MichelCellSPU: Bring SPU's assembly printer more in-line...
2008-11-08 Duncan SandsTry to produce better code when scalarizing VSETCC.
2008-11-08 Anton KorobeynikovFactor out offset printing code into generic AsmPrinter.
2008-11-08 Nicolas GeoffrayThe Index field of an AttributeWithIndex is of type...
2008-11-08 Anton KorobeynikovStoreInst does not produce any result thus it's useless...
2008-11-08 Anton KorobeynikovProperly escape dashes in TableGen's LLVMC2 emitter.
2008-11-08 Eric ChristopherFix syntax of iterate_complex example. Noticed by Martin!
2008-11-08 Evan ChengMoved InvalidateInstructionCache to ARMJITInfo::emitFun...
2008-11-08 Evan ChengRemove a InvalidateInstructionCache call with incorrect...
2008-11-08 Evan ChengRename startFunctionStub to startGVStub since it's...
2008-11-08 Evan ChengTell ARMJITInfo if codegen relocation is PIC. It change...
2008-11-08 Evan ChengRename isString -> isExternalSymbol; getString -> getEx...
2008-11-08 Evan ChengMore debug output.
2008-11-08 Evan ChengFix relocation for calls to external symbols.
2008-11-08 Scott MichelCellSPU: Fix prologue/epilogue emission when function...
2008-11-08 Daniel DunbarRework r58829, allowing removal of dbg info intrinsics...
2008-11-08 Daniel DunbarAdd LLVMC2 tool definitions for Objective-C and Objecti...
2008-11-08 Daniel DunbarAdd svn:ignore properties for Clang llvmc2 plugin.
2008-11-08 Evan ChengSkip over two-address use operands.
2008-11-08 Evan ChengHandle ARM machine constantpool entry with non-lazy...
2008-11-08 Evan ChengIndentation.
2008-11-08 Ted Kremenekremove unavailable clang project
2008-11-08 Evan ChengUse ARMFunctionInfo to track number of constpool entrie...
2008-11-08 Dale JohannesenGenerated code for generic expansion of SETUGT etc.
2008-11-08 Dale JohannesenXfail an incorrect test.
2008-11-08 Dale JohannesenMake testb optimization work on big-endian targets.
2008-11-07 Evan ChengMore code clean up.
2008-11-07 Dale JohannesenMake FP tests requiring two compares work on PPC (PR...
2008-11-07 Evan ChengGet PIC jump table working.
2008-11-07 Evan ChengMore debug output.
2008-11-07 Dan GohmanMake tablegen print out a nice error message for a...
2008-11-07 Dan GohmanDocument the acronym RAUW. Patch by Jonathan Brandmeyer!
2008-11-07 Duncan SandsSign-extend rather than zero-extend when promoting
2008-11-07 Dan GohmanFlush the raw_ostream after emitting the assembly for...
2008-11-07 Dale JohannesenFix unsigned->ppcf128 conversion.
2008-11-07 Nick LewyckyUpdate to add newer bitcodes.
2008-11-07 Richard OsborneKeep CREDITS.TXT sorted by name.
2008-11-07 Richard OsborneAdd contributer information for XCore backend to CREDIT...
2008-11-07 Richard OsborneAdd XCore backend to CMake build.
2008-11-07 Richard OsborneAdd basic test for XCore backend
2008-11-07 Richard OsborneFix compile warnings.
2008-11-07 Scott MichelCellSPU: Ensure that C strings are always put in the...
2008-11-07 Richard OsborneAdd XCore backend.
2008-11-07 Evan ChengJump table JIT support. Work in progress.
2008-11-07 Evan ChengJump tables may be emitted by target.
2008-11-07 Evan ChengJump table relocation addresses may be resolved by...
2008-11-07 Scott MichelTeach CellSPU about ELF sections and new section emitte...
2008-11-07 Bill WendlingBCUI + 1 doesn't work. Use next instead.
2008-11-07 Bill WendlingRefactor code that adjusts the offsets of stack objects.
2008-11-07 Evan ChengEncode misc arithmetic instructions.
2008-11-07 Dale JohannesenTestcase for testb optimization.
2008-11-07 Devang PatelHandle (delete) dbg intrinsics while promoting alloca.
2008-11-07 Dale JohannesenWhen we're doing a compare of load-AND-constant to 0
2008-11-07 Bill Wendling- Modify the stack protector algorithm so that the...
2008-11-06 Bill WendlingRemove unneeded header file.
2008-11-06 Bill WendlingDon't build a vector of returns. Just modify the Functi...
2008-11-06 Mon P WangFixed scalarizing an extract subvector and prevent...
2008-11-06 Bill WendlingThe size limit is for individual arrays. So if any...
2008-11-06 Evan ChengEncode extend instructions; more clean up.
2008-11-06 Dan GohmanFix a use of an invalid iterator when -debug-pass=Detai...
2008-11-06 Bill WendlingDon't recalculate the stack position of the stack prote...
2008-11-06 Devang PatelEmit label for llvm.dbg.func.start of the inlined function.
2008-11-06 Devang PatelClarify documentation. A module pass MP can require...
2008-11-06 Evan Cheng- Improve naming consistency: Branch -> BrFrm, BranchMi...
2008-11-06 Evan ChengImprove JIT debugging outputs format consistency.
2008-11-06 Nuno Lopesplug leakage of mutex data. pthread_mutex_destroy(...
2008-11-06 Duncan SandsFormating/comment changes - no functionality change.
2008-11-06 Evan ChengRemove opcode from instruction TS flags; add MOVCC...
2008-11-06 Bill Wendling- Rename stackprotector_{prologue,epilogue} to stackpro...
2008-11-06 Steve NaroffUpdate VC++ projects.
2008-11-06 Mon P WangWidening cleanup
2008-11-06 Evan ChengHandle smul<x><y>, smulw<y>, smla<x><y>, smlaw<y>.
2008-11-06 Bill WendlingAdjust the stack protector heuristic to care about...
2008-11-06 Bill WendlingImplement the stack protector stack accesses via intrin...
2008-11-06 Evan ChengFix so_imm encoding bug; add support for MOVi2pieces.
2008-11-06 Evan ChengFix encoding of multiple instructions with 3 src operan...
2008-11-06 Evan ChengNeed a \n.
2008-11-06 Devang PatelInstructionNamer preserves everything.
2008-11-06 Devang PatelEmit label for llvm.dbg.func.start of the inlined function.
2008-11-06 Steve NaroffAdd post-build event for clangDriver (to copy clang...
2008-11-05 Evan ChengUndo 58778 but makes the binary dump prettier.
2008-11-05 Bill WendlingAdd comments to function.
2008-11-05 Evan ChengEncode pic load / store instructions; fix some encoding...
2008-11-05 Evan ChengAdd command line option -entry-funcion to override...
2008-11-05 Evan ChengRemove debug output that's not really useful.
2008-11-05 Dan GohmanMake ISel ignore dead nodes. The DAGCombiner normally...
2008-11-05 Andrew Lenharthopt was not exporting the Mangler symbols
2008-11-05 Devang PatelAdd PR number.
2008-11-05 Evan ChengRestructure ARM code emitter to use instruction formats...
2008-11-05 Dan GohmanUse an assert to check that SelectCode isn't called on
2008-11-05 Dan GohmanThe HadDelete field is no longer used.
2008-11-05 Dan GohmanReintroduce a comment that was removed with the AddToIS...
2008-11-05 Dan GohmanUpdate some comments to reflect the new code.
2008-11-05 Richard OsborneTest commit, add Makefile for XCore target, more to...
2008-11-05 Duncan SandsFix thinko in ppcf128 expansion of truncating store.
2008-11-05 Evan ChengAdd more vector move low and zero-extend patterns.
2008-11-05 Evan ChengType of shuffle mask has changed.
2008-11-05 Evan ChengIndentation.
2008-11-05 Dan GohmanEliminate the ISel priority queue, which used the topol...
2008-11-05 Dan GohmanUse getTargetConstant instead of getConstant for nodes...
next