summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* Add initialization routines for Instrumentation.Owen Anderson2010-10-07
* Add initialization routines to InstCombine.Owen Anderson2010-10-07
* Add initialization routines for VMCore.Owen Anderson2010-10-07
* Add initialization routines for Target.Owen Anderson2010-10-07
* Add initialization routines for CodeGen.Owen Anderson2010-10-07
* Add initialization routines for Analysis and IPA.Owen Anderson2010-10-07
* Add an initialization routine for libLLVMipo.aOwen Anderson2010-10-07
* Add a header that I forgot to commit.Owen Anderson2010-10-07
* Next step on the getting-rid-of-static-ctors train: begin adding per-libraryOwen Anderson2010-10-07
* Add the header that I accidentally forgot from r115900.Owen Anderson2010-10-07
* Move the pass initialization helper functions into the llvm namespace, and addOwen Anderson2010-10-07
* add a common SDPatternOperator base class to SDNode and PatFrag forChris Lattner2010-10-07
* Add MachineRegisterInfo::constrainRegClass and use it in MachineCSE.Jakob Stoklund Olesen2010-10-06
* Hide analysis group registration behind a macro, just like pass registration.Owen Anderson2010-10-06
* Add support for DW_TAG_unspecified_parameters.Devang Patel2010-10-06
* Cleanup Whitespace.Michael J. Spencer2010-10-06
* Pass initialization functions should take a PassRegistry as a parameterOwen Anderson2010-10-06
* Remove compatibilty code for old-style multiple return values.Dan Gohman2010-10-06
* ComputeLinearIndex doesn't need its TLI argument.Dan Gohman2010-10-06
* Constify isReachableFromEntry.Dan Gohman2010-10-06
* Remove tabs.Bill Wendling2010-10-06
* - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng2010-10-06
* Provide a fast "get me the target triple from the module" API. This canBill Wendling2010-10-06
* Another step towards getting rid of static ctors for pass registration: have ...Owen Anderson2010-10-05
* 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