summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola2010-10-05
* Support: Add __forceinline to Compiler.h on MSVC.Michael J. Spencer2010-10-05
* The pshufw instruction came about in MMX2 when SSE was introduced. Don't placeBill Wendling2010-10-04
* Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby2010-10-04
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-04
* the immediate field of pshufw is actually an 8-bit field, not a 8-bit field t...Chris Lattner2010-10-03
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-03
* GCC extensions are no longer used here - update the comment.Duncan Sands2010-10-03
* Remove two uses of the gcc specific 'aligned' attribute. ThisDuncan Sands2010-10-03
* When RemoveCopyByCommutingDef is creating additional identity copies, just useJakob Stoklund Olesen2010-10-01
* Add support to let FE mark explict methods as explict in debug info.Devang Patel2010-10-01
* Thread the determination of branch prediction hit rates back through the if-c...Owen Anderson2010-10-01
* Massive rewrite of MMX: Dale Johannesen2010-09-30
* Comments about operand cycles and pipeline forwarding pathes.Evan Cheng2010-09-30
* Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby2010-09-30
* Adds getPointerSize() to the AsmBackend which will be needed by the final patchKevin Enderby2010-09-30
* Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung2010-09-30
* Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim2010-09-30
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-30
* Let a target specify whether it wants an assembly printer to be the MC versionJim Grosbach2010-09-30
* Revert r115099 (adding early jump threading). It's not clear if the benefits...Owen Anderson2010-09-29
* Let FE mark a variable as artificial variable.Devang Patel2010-09-29
* Early CFG simplification can fold conditionals down to selects, which is ofte...Owen Anderson2010-09-29
* Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng2010-09-29
* Add support to let FE encode method access specifier.Devang Patel2010-09-29
* Generalize DISubprogram element to encode various flags instead of just one b...Devang Patel2010-09-29
* remove PointerTracking from mainline, Edwin is going to move it out to ClamAVChris Lattner2010-09-29
* implement rdar://8456378 and PR7557 - support for the fstsw,Chris Lattner2010-09-29
* change the protocol TargetAsmPArser::MatchInstruction method to take anChris Lattner2010-09-29
* Add support to model pipeline bypass / forwarding.Evan Cheng2010-09-28
* Part one of switching to using a more sane heuristic for determining if-conve...Owen Anderson2010-09-28
* Provide an interface to let FEs anchor debug info for types.Devang Patel2010-09-28
* Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for theBill Wendling2010-09-27
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-27
* Remove unused argument.Rafael Espindola2010-09-27
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* writeGraph doesn't need its ShortNames argument.Dan Gohman2010-09-27
* Don't construct a redundant GraphWriter object.Dan Gohman2010-09-27
* Factor out code from the standalone WriteGraph function into a helperDan Gohman2010-09-27
* Constify properlyDominates in the same manner as dominates.Dan Gohman2010-09-27
* Add support for viewing graphviz graphs with xdot.py.Dan Gohman2010-09-27
* Add an all() method to BitVector, for testing whether all bits are set.Dan Gohman2010-09-27
* Remove WriteGraph's Name argument, which it didn't use, andDan Gohman2010-09-27
* Fix indentation.Dan Gohman2010-09-27
* the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner2010-09-27
* Avoid warnings about implicit conversions to `bool' in MSVC. This timeOscar Fuentes2010-09-25
* Avoid using VNInfo::getCopy as much as possible. I want to get rid of it.Jakob Stoklund Olesen2010-09-25
* Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...Lang Hames2010-09-25
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-25
* Remove trailing spaces of CallingConv.hChe-Liang Chiou2010-09-25