aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Start separating out code metrics into code size metrics and code performance...Kenneth Uildriks2010-10-082-3/+10
* MC-COFF: Fix Simple and Complex type. Fixes PR8320.Michael J. Spencer2010-10-081-1/+1
* Fix Whitespace.Michael J. Spencer2010-10-081-3/+3
* After splitting, the remaining LiveInterval may be fragmented into multipleJakob Stoklund Olesen2010-10-071-1/+40
* Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel2010-10-073-9/+0
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-3/+3
* Provie a clearner interface so that FE can decide whether a function has prot...Devang Patel2010-10-071-1/+8
* Add output stream operator for MCInst.Jim Grosbach2010-10-071-0/+4
* Move tool_output_file into its own file.Dan Gohman2010-10-072-39/+62
* Add initialization routines for Instrumentation.Owen Anderson2010-10-072-0/+5
* Add initialization routines to InstCombine.Owen Anderson2010-10-072-0/+5
* Add initialization routines for VMCore.Owen Anderson2010-10-072-0/+5
* Add initialization routines for Target.Owen Anderson2010-10-072-0/+4
* Add initialization routines for CodeGen.Owen Anderson2010-10-072-0/+4
* Add initialization routines for Analysis and IPA.Owen Anderson2010-10-072-0/+8
* 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