oota-llvm.git
2010-11-03 Dan GohmanFactor code out of APInt to form a isUIntN helper function.
2010-11-03 Chris Lattnerfix typo, patch by Trevor Harmon (PR8537)
2010-11-03 Dan GohmanPrint an error as one big string instead of breaking...
2010-11-03 Dan GohmanDelete unused variables.
2010-11-03 Dan GohmanRemove several unhelpful checks for isValid from sys...
2010-11-02 Eric ChristopherMake sure we're only storing a single bit here.
2010-11-02 Chris Lattnerper a suggestion by Frits van Bommel, mark all MBlaze...
2010-11-02 Chris Lattnerchase owen.
2010-11-02 Chris Lattnertweak this to pass.
2010-11-02 Owen AndersonRevert r118097 to fix buildbots.
2010-11-02 Chris Lattnertemporarily xfail this.
2010-11-02 Chris LattnerCompletely reject instructions that have an operand...
2010-11-02 Jakob Stoklund... Tweak the opt -O2 / opt -O3 inliner thresholds to be...
2010-11-02 Jakob Stoklund... Let the -inline-threshold command line argument take...
2010-11-02 Dan GohmanDon't try to enforce MAXPATHLEN in sys::Path for Unix...
2010-11-02 Chris Lattnermake MatchableInfo::Validate reject instructions (like...
2010-11-02 Dan GohmanSimplify.
2010-11-02 John ThompsonInline asm mult-alt constraint tests.
2010-11-02 Dan GohmanFix a copy+pasto.
2010-11-02 Dan GohmanAvoid manipulating paths in fixed-sized arrays.
2010-11-02 Chris Lattnerrewrite EmitConvertToMCInst to iterate over the MCInst...
2010-11-02 Bill WendlingObsessive formatting changes. No functionality impact.
2010-11-02 Dan GohmanSimplify this code.
2010-11-02 Bill WendlingOmit unused parameter name.
2010-11-02 Bill WendlingSimplify the EncodeInstruction method now that a lot...
2010-11-02 Owen AndersonSince these fields are not exactly equivalent to the...
2010-11-02 Dan GohmanUse '\0' instead of 0 for nul character constants.
2010-11-02 Bill WendlingRename getAddrModeImm12OpValue to getAddrModeImmOpValue...
2010-11-02 Owen AndersonRename encoder methods to match naming convention.
2010-11-02 Chris Lattnermark a few codegenonly instructions.
2010-11-02 Mikhail GlushenkovappendSuffix: don't append a dot when the suffix is...
2010-11-02 Mikhail GlushenkovRevert r118057, this is better fixed in appendSuffix...
2010-11-02 Owen AndersonProvide correct encodings for the remaining vst variant...
2010-11-02 Dan GohmanEliminate some temporary std::strings.
2010-11-02 Owen AndersonTentative encodings for the "single element from one...
2010-11-02 Chris Lattnermerge two large parallel loops in EmitConvertToMCInst...
2010-11-02 Owen AndersonAdd correct encodings for basic variants for vst3 and...
2010-11-02 Rafael EspindolaDo relaxations with FT_Org fragments. Fixes the FIXME:
2010-11-02 Oscar FuentesRemoved obsolete section about VC++ project files.
2010-11-02 Bob WilsonAdd NEON VST1-lane instructions. Partial fix for Radar...
2010-11-02 Owen AndersonAdd correct encodings for the basic variants for vst2.
2010-11-02 Owen AndersonAdd correct encodings for the basic form of vst1.
2010-11-02 Dan GohmanMicro-optimize.
2010-11-02 Dan GohmanDon't append a dot on platforms which don't use exe...
2010-11-02 Mikhail Glushenkovllvmc: Fix tool finding logic.
2010-11-02 Owen AndersonFactor out a common encoding class for loads and stores...
2010-11-02 Devang PatelFix DIType verifier. The element 3 is DIFile now.
2010-11-02 Owen AndersonAdd correct encodings for the rest of the vld instructi...
2010-11-02 Mikhail GlushenkovGetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.
2010-11-02 Mikhail GlushenkovTrailing whitespace.
2010-11-02 Mikhail GlushenkovFindExecutable: remove the executability check.
2010-11-02 Mikhail GlushenkovMake FindProgramByName return paths with slashes unmodi...
2010-11-02 Mikhail Glushenkov80-col violations.
2010-11-02 Mikhail GlushenkovPath: Add GetEXESuffix() to complement GetDLLSuffix().
2010-11-02 Andrew TrickFixes <rdar://problem/8612856>: During postRAsched...
2010-11-02 Chris Lattnera bunch of random cleanup, move a helper to CGT where...
2010-11-02 Dale JohannesenApply patch for use-after-free in InlineAsm constant...
2010-11-02 Jim GrosbachSort bit assignments. Cosmetic change only.
2010-11-02 Devang PatelSimplify.
2010-11-02 Jim GrosbachRevert r114340 (improvements in Darwin function prologu...
2010-11-02 Chris Lattneradd and update comments.
2010-11-02 Chris Lattnerrefactor/cleanup MatchableInfo by eliminating the Token...
2010-11-02 Rafael EspindolaAdd support for expressions in .sleb/.uleb directives.
2010-11-02 Devang PatelIf value map does not have register for an argument...
2010-11-02 Devang PatelUse frameindex, if available, as a last resort to emit...
2010-11-02 Duncan SandsFix comment typo.
2010-11-02 Duncan SandsAdd some comments explaining what MVT and EVT are,...
2010-11-02 Duncan SandsRemove trailing whitespace.
2010-11-02 Owen AndersonAdd correct NEON encodings for vld2, vld3, and vld4...
2010-11-02 Eric ChristopherRemove an assert - it's possible to be hit, and we...
2010-11-02 Eric ChristopherWhitespeace
2010-11-02 Eric ChristopherNo really, no thumb1 for arm fast isel. Also add an...
2010-11-02 Chris Lattnerrename operands -> asmoperands to be more descriptive.
2010-11-02 Jakob Stoklund... Don't try to split weird critical edges that really...
2010-11-02 Owen AndersonAttempt to provide correct encodings for a number of...
2010-11-02 Jim GrosbachTidy up.
2010-11-02 Owen AndersonAdd aesthetic break.
2010-11-02 Jim GrosbachTweak to fix spelling and grammar in comment.
2010-11-02 Owen AndersonAdd correct NEON encodings for the "multiple single...
2010-11-01 Jakob Stoklund... MachineLICM should not claim to be preserving the CFG...
2010-11-01 Jakob Stoklund... Be more precise about verifying missing kill flags.
2010-11-01 Jakob Stoklund... When inserting copies during splitting, always use...
2010-11-01 Chris Lattnerfix computation of ambiguous instructions to not ignore...
2010-11-01 Jim GrosbachExplicitly check for non-consant reference in an LDRi12...
2010-11-01 Jim GrosbachRemove unused function.
2010-11-01 Bob WilsonAdd support for alignment operands on VLD1-lane instruc...
2010-11-01 Bob WilsonAdd VLD1-lane testcases for quad-register types.
2010-11-01 Bill WendlingMissed reverting this bit.
2010-11-01 Bill WendlingMinor cleanup.
2010-11-01 Chris Lattnergive MatchableInfo::Operand a constructor
2010-11-01 Chris Lattnerrearrange a bit.
2010-11-01 Bob WilsonAdd NEON VLD1-lane instructions. Partial fix for Radar...
2010-11-01 Jakob Stoklund... Add kill flag verification.
2010-11-01 Jakob Stoklund... Update kill flags while rewriting instructions after...
2010-11-01 Bill WendlingMove the machine operand MC encoding patterns to the...
2010-11-01 Bill WendlingUse ARM-style comments.
2010-11-01 Owen AndersonWhen folding away a (shl (shr)) pair, we need to check...
2010-11-01 Chris Lattneruse our fancy new MnemonicAlias mechanism to remove...
2010-11-01 Bill WendlingWhen we look at instructions to convert to setting...
2010-11-01 Jakob Stoklund... Don't assign new registers created during a split to...
next