aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add an initialization routine for libLLVMipo.aOwen Anderson2010-10-072-2/+6
* Add a header that I forgot to commit.Owen Anderson2010-10-071-0/+32
* Next step on the getting-rid-of-static-ctors train: begin adding per-libraryOwen Anderson2010-10-072-0/+18
* Add the header that I accidentally forgot from r115900.Owen Anderson2010-10-071-0/+185
* Move the pass initialization helper functions into the llvm namespace, and addOwen Anderson2010-10-071-3/+4
* add a common SDPatternOperator base class to SDNode and PatFrag forChris Lattner2010-10-071-2/+7
* Add MachineRegisterInfo::constrainRegClass and use it in MachineCSE.Jakob Stoklund Olesen2010-10-061-0/+8
* Hide analysis group registration behind a macro, just like pass registration.Owen Anderson2010-10-061-0/+7
* Add support for DW_TAG_unspecified_parameters.Devang Patel2010-10-061-0/+5
* Cleanup Whitespace.Michael J. Spencer2010-10-063-25/+25
* Pass initialization functions should take a PassRegistry as a parameterOwen Anderson2010-10-061-6/+5
* Remove compatibilty code for old-style multiple return values.Dan Gohman2010-10-061-5/+3
* ComputeLinearIndex doesn't need its TLI argument.Dan Gohman2010-10-061-1/+1
* Constify isReachableFromEntry.Dan Gohman2010-10-061-2/+2
* Remove tabs.Bill Wendling2010-10-061-2/+2
* - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng2010-10-061-0/+16
* Provide a fast "get me the target triple from the module" API. This canBill Wendling2010-10-061-0/+9
* Another step towards getting rid of static ctors for pass registration: have ...Owen Anderson2010-10-051-7/+19
* On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola2010-10-053-3/+3
* Support: Add __forceinline to Compiler.h on MSVC.Michael J. Spencer2010-10-051-1/+2
* The pshufw instruction came about in MMX2 when SSE was introduced. Don't placeBill Wendling2010-10-041-1/+1
* Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby2010-10-041-3/+4
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-044-1/+8
* the immediate field of pshufw is actually an 8-bit field, not a 8-bit field t...Chris Lattner2010-10-031-1/+1
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-031-2/+1
* GCC extensions are no longer used here - update the comment.Duncan Sands2010-10-031-2/+2
* Remove two uses of the gcc specific 'aligned' attribute. ThisDuncan Sands2010-10-032-15/+5
* When RemoveCopyByCommutingDef is creating additional identity copies, just useJakob Stoklund Olesen2010-10-011-0/+5
* Add support to let FE mark explict methods as explict in debug info.Devang Patel2010-10-011-1/+9
* Thread the determination of branch prediction hit rates back through the if-c...Owen Anderson2010-10-011-6/+9
* Massive rewrite of MMX: Dale Johannesen2010-09-301-167/+143
* Comments about operand cycles and pipeline forwarding pathes.Evan Cheng2010-09-301-1/+17
* Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby2010-09-306-5/+116
* Adds getPointerSize() to the AsmBackend which will be needed by the final patchKevin Enderby2010-09-301-0/+3
* Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung2010-09-301-0/+4
* Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim2010-09-301-0/+1
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-304-5/+28
* Let a target specify whether it wants an assembly printer to be the MC versionJim Grosbach2010-09-301-0/+5
* Revert r115099 (adding early jump threading). It's not clear if the benefits...Owen Anderson2010-09-291-1/+0
* Let FE mark a variable as artificial variable.Devang Patel2010-09-291-1/+9
* Early CFG simplification can fold conditionals down to selects, which is ofte...Owen Anderson2010-09-291-0/+1
* Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng2010-09-291-3/+52
* Add support to let FE encode method access specifier.Devang Patel2010-09-291-1/+14
* Generalize DISubprogram element to encode various flags instead of just one b...Devang Patel2010-09-292-14/+19
* remove PointerTracking from mainline, Edwin is going to move it out to ClamAVChris Lattner2010-09-292-134/+0
* implement rdar://8456378 and PR7557 - support for the fstsw,Chris Lattner2010-09-291-1/+1
* change the protocol TargetAsmPArser::MatchInstruction method to take anChris Lattner2010-09-291-7/+7
* Add support to model pipeline bypass / forwarding.Evan Cheng2010-09-281-3/+15
* Part one of switching to using a more sane heuristic for determining if-conve...Owen Anderson2010-09-281-6/+12
* Provide an interface to let FEs anchor debug info for types.Devang Patel2010-09-281-0/+5