oota-llvm.git
2008-11-10 Anton KorobeynikovProper way of doing llvm canadian-cross compilation.
2008-11-10 Dale JohannesenReenable test.
2008-11-10 Dale JohannesenReally fix testb optimization on big-endian.
2008-11-10 Bill WendlingThird time's a charm.
2008-11-10 Chris Lattnerfinal edits
2008-11-10 Mon P WangAdded support for the following definition of shufflevector
2008-11-10 Chris Lattnereliminate a couple more uses of utohexstr.
2008-11-10 Chris LattnerUse utohex_buffer instead of utohexstr to avoid creatin...
2008-11-10 Chris Lattnersplit out the functionality of utohexstr into a new...
2008-11-10 Chris LattnerMove getCastToEmpty out of DIDescriptor into DIFactory...
2008-11-10 Chris LattnerFix an over aggressive assumption that struct decls...
2008-11-10 Chris LattnerFix a bug with default arguments that apple gcc doesn...
2008-11-10 Chris Lattnermove some cases around to silence these sorts of warnin...
2008-11-10 Chris Lattneradd new file
2008-11-10 Chris LattnerAdd a new set of helper classes for creating and readin...
2008-11-10 Oscar FuentesCMake: Builds a native tblgen when cross-compiling...
2008-11-10 Evan ChengForgot these.
2008-11-10 Oscar FuentesCMake: Implement magic word `all' for selecting all...
2008-11-10 Oscar FuentesCMake: Non-working code for auto-building the native...
2008-11-10 Evan ChengRename isGVNonLazyPtr to isIndirectSym to reflect how...
2008-11-09 Bill WendlingCorrection for the last patch. Should match the conditi...
2008-11-09 Bill WendlingThe method of doing the matching with a 'select' instru...
2008-11-09 Gabor Greifsuppress build products
2008-11-09 Oscar FuentesCMake: Corrected detection of `nm'.
2008-11-09 Oscar FuentesCMake: Support for cross-compiling. For now, requires...
2008-11-09 Chris Lattnerfix validation problem.
2008-11-09 Duncan SandsXFAIL this while waiting for a fix.
2008-11-09 Nuno Lopesfix leakage of ValueNumbering
2008-11-09 Dale JohannesenTemporarily revert 58825, which breaks PPC bootstrap.
2008-11-09 Bill WendlingIf the LHS of the FCMP is coming from a UIToFP instruct...
2008-11-09 Anton KorobeynikovTypo fix
2008-11-09 Scott MichelCellSPU: Update expected counts on expected patterns
2008-11-08 Anton KorobeynikovTemporary revert my last commit: it seems it's triggeri...
2008-11-08 Oscar FuentesCMake: corrected library target name for dependency...
2008-11-08 Oscar FuentesCMake: Reflected changes on the CellSPU target build...
2008-11-08 Oscar FuentesFixed a pasto.
2008-11-08 Mikhail GlushenkovAllow $CALL and $ENV in command names. Fixes #3025.
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...
next