oota-llvm.git
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...
2008-11-03 Devang PatelTurn floating point IVs into integer IVs where possible.
2008-11-03 Dan GohmanRefactor various TargetAsmInfo subclasses' TargetMachin...
2008-11-03 Dan GohmanChange how extended types are represented in MVTs....
2008-11-03 Daniel DunbarComment fix.
2008-11-03 Dan GohmanRemove redundant inline keywords from functions defined...
2008-11-03 Andrew LenharthEnsure that we are checking only calls to the function...
2008-11-03 Anton KorobeynikovTestcase for recent llvm-gcc fix
2008-11-03 Duncan SandsMake VAARG work with x86 long double (which is
2008-11-03 Matthijs KooijmanMake MachineFrameInfo::print not crash when no TargetFr...
2008-11-03 Evan ChengSilence a compiler warning.
2008-11-03 Nick LewyckyTypo
2008-11-03 Nick LewyckyReplace explicit loop with utility function.
2008-11-03 Nick LewyckyDon't crash analyzing certain quadratics (addrec of...
2008-11-03 Owen AndersonRevert my last patch until I consult with Evan about it.
2008-11-02 Nick LewyckyChanges from Duncan's review:
2008-11-02 Anton KorobeynikovTestcase for PR2691
2008-11-02 Anton KorobeynikovSilence a warning
2008-11-02 Duncan SandsGet this building on 64 bit machines (error:
2008-11-02 Owen AndersonDon't do pre-splitting if doing so would create a value...
2008-11-02 Oscar FuentesCMake: added a source file.
2008-11-02 Nick LewyckyWhoops! Remove test Output/ directory.
2008-11-02 Nick LewyckyAdd a new MergeFunctions pass. It finds identical funct...
2008-11-02 Nick LewyckyFix demanded bits analysis with srem by negative number...
2008-11-02 Dan GohmanFix this recently moved code to use the correct type...
2008-11-01 Mon P WangAdded interface to allow clients to create a MemIntrins...
2008-11-01 Sanjiv GuptaReverting back 58505. Will commit it once I have the...
2008-10-31 Bill WendlingWhitespace fixes. No functionality change.
2008-10-31 Anton KorobeynikovTestcase for PR2613
2008-10-31 Anton KorobeynikovInvalidate debug/eh/gc labels when unreachable MBB...
2008-10-31 Evan ChengAdd comment.
2008-10-31 Evan ChengUse better data structure for ConstPoolId2AddrMap.
2008-10-31 Evan ChengActually make debug output understandable.
2008-10-31 Mon P Wangx86_64 rip-relative and magic mode address
2008-10-31 Evan ChengForgot this in last commit.
2008-10-31 Evan ChengEncode PICADD; some code clean up.
2008-10-31 Dan GohmanRemove some unused virtual function bodies.
2008-10-31 Bill WendlingRevert r58489. It isn't correct for all cases.
2008-10-31 Anton KorobeynikovSymbol visibility is unsupported on cygwin too.
2008-10-31 Torok EdwinAdd an assert to catch user errors like:
2008-10-31 Evan ChengChange x86 register allocation ordering to match that...
2008-10-31 Evan ChengAdd a fixme.
2008-10-31 Dan GohmanTotally disable the setSubgraphColor calls temporarily...
2008-10-31 Duncan SandsAdd a bunch of libcalls for ppcf128 that were somehow
2008-10-31 Sanjiv GuptaFor some targets pointer and int are 16-bits. Allow...
next