oota-llvm.git
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...
2008-11-05 Evan ChengRename isGVLazyPtr to isGVNonLazyPtr relocation. This...
2008-11-05 Devang PatelNew test case.
2008-11-05 Devang PatelDo now allow InlineAlways pass to remove dead functions.
2008-11-05 Devang PatelSilence unused variable warnings.
2008-11-05 Devang PatelCheck Attribute::NoInline.
2008-11-05 Bill WendlingRemove dead variable.
2008-11-05 Bill WendlingSimplify the allocated size calculation.
2008-11-05 Bill WendlingFix comment
2008-11-05 Owen AndersonUse the new predicate to control when we do prealloc...
2008-11-05 Evan ChengDebugging output tweak.
2008-11-05 Oscar FuentesCMake: updated list of source files.
2008-11-05 Bill WendlingSome code simplification. It now doesn't generate a...
2008-11-04 Dan GohmanAdd a new pass to simplify specific half_powr function...
2008-11-04 Devang PatelOn darwin, 32-bit x86 target is i386-apple-darwin...
2008-11-04 Nuno Lopesfix memory leak in pass manager when adding an analysis...
2008-11-04 Anton KorobeynikovFix tests not to emit IR output
2008-11-04 Bill WendlingSmall simplification of the stack guard type.
2008-11-04 Bill Wendling- Add a "getOrInsertGlobal" method to the Module class...
2008-11-04 Owen AndersonFirst pass at checking for the creation of a new join...
2008-11-04 Evan ChengActually ARM / Mac OS X does have UINTTOFP_I64_F{64...
2008-11-04 Bill WendlingUpdate in response to feedback from Chris:
2008-11-04 Gabor Greiffix two validation errors
2008-11-04 Gabor Greiffix typos, harmonize formatting
2008-11-04 Tanya LattnerRevert 58687. This breaks mingw.
2008-11-04 Dale JohannesenAllow SROA of vectors. Removing this caused a
2008-11-04 Dale Johannesen80 columns
2008-11-04 Evan ChengCustom lower bit_convert i64 -> f64 into FMDRR. This...
2008-11-04 Tanya LattnerAdd note about cmake. Patch by Oscar Fuentes.
2008-11-04 Dan GohmanGive tablegen's Type a destructor, to suppress spurious
2008-11-04 Duncan SandsFix typo. Patch by nlewycky.
2008-11-04 Evan ChengDebug output tweak.
2008-11-04 Evan ChengLDM_RET restores pc, do not set 's' bit which would...
2008-11-04 Duncan SandsFix PR3011: LegalizeTypes support for scalarizing
2008-11-04 Dan GohmanDuncan pointed out that the Extended case in getTypeFor...
2008-11-04 Dan GohmanAdd a return statement to suppress warnings in NDEBUG...
2008-11-04 Dan GohmanAdd some asserts to verify MVT invariant assumptions.
2008-11-04 Nuno Lopesregenerate
2008-11-04 Nuno Lopesfix leakage of APFloats in getExistingVal()
2008-11-04 Nuno Lopesregenerate
2008-11-04 Nuno Lopesfix leakage of APSInt in getVal()
2008-11-04 Nuno Lopesfix leakage of IfcvtTokens
2008-11-04 Evan ChengFor some targets, it's not possible to place GVs in...
2008-11-04 Nick LewyckyDon't "shell out" to resolve paths. Using pure perl...
2008-11-04 Evan Cheng80 col violation.
2008-11-04 Evan ChengStylistic change.
2008-11-04 Evan ChenghasDisassembler should return false if disassembler...
2008-11-04 Oscar FuentesCMakeLists: removed asmprinter component from
2008-11-04 Oscar FuentesCMake: Support for building 32 bit mode libs and binari...
2008-11-04 Oscar FuentesCMake: Updated list of source files.
2008-11-04 Bill WendlingInitial checkin for stack protectors. Here's what it...
2008-11-04 Evan ChengHandle ARM machine constantpool entries.
2008-11-03 Dan GohmanThe ANDMask node folds to a constant, and isn't the...
2008-11-03 Devang PatelFix unused variable warnings.
2008-11-03 Devang PatelFix unused variable warnings.
2008-11-03 Dan GohmanAdd C bindings for extractvalue and insertvalue. Patch...
2008-11-03 Evan ChengRemove a dead switch statement.
2008-11-03 Evan ChengMinor code restructuring. No functionality change.
2008-11-03 Dale JohannesenFix some ppcf128 regressions: make ExpandFloatRes_LOAD
2008-11-03 Duncan SandsMake VAARG promotion work correctly with large funky
2008-11-03 Dan GohmanOverload AddInteger on int/long/long long instead of...
2008-11-03 Devang PatelIgnore conditions that are outside the loop.
2008-11-03 Andrew Lenharthadd a period at the end of the comment, ignoring the...
2008-11-03 Jim GrosbachAdd binary encoding support for multiply instructions...
next