aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-10-06Hide analysis group registration behind a macro, just like pass registration.Owen Anderson
2010-10-06Add support for DW_TAG_unspecified_parameters.Devang Patel
2010-10-06Cleanup Whitespace.Michael J. Spencer
2010-10-06Pass initialization functions should take a PassRegistry as a parameterOwen Anderson
2010-10-06Remove compatibilty code for old-style multiple return values.Dan Gohman
2010-10-06ComputeLinearIndex doesn't need its TLI argument.Dan Gohman
2010-10-06Constify isReachableFromEntry.Dan Gohman
2010-10-06Remove tabs.Bill Wendling
2010-10-06- Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng
2010-10-06Provide a fast "get me the target triple from the module" API. This canBill Wendling
2010-10-05Another step towards getting rid of static ctors for pass registration: have ...Owen Anderson
2010-10-05On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola
2010-10-05Support: Add __forceinline to Compiler.h on MSVC.Michael J. Spencer
2010-10-04The pshufw instruction came about in MMX2 when SSE was introduced. Don't placeBill Wendling
2010-10-04Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby
2010-10-04Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung
2010-10-03the immediate field of pshufw is actually an 8-bit field, not a 8-bit field t...Chris Lattner
2010-10-03Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola
2010-10-03GCC extensions are no longer used here - update the comment.Duncan Sands
2010-10-03Remove two uses of the gcc specific 'aligned' attribute. ThisDuncan Sands
2010-10-01When RemoveCopyByCommutingDef is creating additional identity copies, just useJakob Stoklund Olesen
2010-10-01Add support to let FE mark explict methods as explict in debug info.Devang Patel
2010-10-01Thread the determination of branch prediction hit rates back through the if-c...Owen Anderson
2010-09-30Massive rewrite of MMX: Dale Johannesen
2010-09-30Comments about operand cycles and pipeline forwarding pathes.Evan Cheng
2010-09-30Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby
2010-09-30Adds getPointerSize() to the AsmBackend which will be needed by the final patchKevin Enderby
2010-09-30Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung
2010-09-30Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim
2010-09-30Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola
2010-09-30Let a target specify whether it wants an assembly printer to be the MC versionJim Grosbach
2010-09-29Revert r115099 (adding early jump threading). It's not clear if the benefits...Owen Anderson
2010-09-29Let FE mark a variable as artificial variable.Devang Patel
2010-09-29Early CFG simplification can fold conditionals down to selects, which is ofte...Owen Anderson
2010-09-29Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng
2010-09-29Add support to let FE encode method access specifier.Devang Patel
2010-09-29Generalize DISubprogram element to encode various flags instead of just one b...Devang Patel
2010-09-29remove PointerTracking from mainline, Edwin is going to move it out to ClamAVChris Lattner
2010-09-29implement rdar://8456378 and PR7557 - support for the fstsw,Chris Lattner
2010-09-29change the protocol TargetAsmPArser::MatchInstruction method to take anChris Lattner
2010-09-28Add support to model pipeline bypass / forwarding.Evan Cheng
2010-09-28Part one of switching to using a more sane heuristic for determining if-conve...Owen Anderson
2010-09-28Provide an interface to let FEs anchor debug info for types.Devang Patel
2010-09-27Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for theBill Wendling
2010-09-27MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar
2010-09-27Remove unused argument.Rafael Espindola
2010-09-27Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer
2010-09-27writeGraph doesn't need its ShortNames argument.Dan Gohman
2010-09-27Don't construct a redundant GraphWriter object.Dan Gohman
2010-09-27Factor out code from the standalone WriteGraph function into a helperDan Gohman