Skip to content
  1. Oct 26, 2004
  2. Oct 25, 2004
  3. Oct 24, 2004
  4. Oct 23, 2004
    • Misha Brukman's avatar
      Add BA, BL, and BLA opcodes · f1f62707
      Misha Brukman authored
      llvm-svn: 17193
      f1f62707
    • Reid Spencer's avatar
      Several Changes: · 81cd049e
      Reid Spencer authored
      * Fix parallel build problem on generated dependency files
      * Fix rule confusion between .a and .la libraries so that parallel builds
        don't get confused on who is building which .o and which library it is
        going into.
      * Fix dependency inclusion to only include C/C++ dependency files because
        other types of sources won't have dependencies auto generated.
      * Change "Source" to "SOURCES" for naming consistency
      * Update parallel build rules for new recursive targets
      * Implement EXPERIMENTAL_DIRS (failure allowed) feature
      * Implement -local version of targets (all-local, clean-local, etc)
      * Implement recursive targets in terms of their local counterparts
      * Clarify names of some internal variables
      * Move documentation to docs/MakefileGuide.html
      * Clean up commentary
      
      llvm-svn: 17192
      81cd049e
    • Reid Spencer's avatar
      Make clean quieter. · eebdfe58
      Reid Spencer authored
      llvm-svn: 17191
      eebdfe58
    • Misha Brukman's avatar
      * Do not emit IMPLICIT_DEF pseudo-instructions · 421c3c1e
      Misha Brukman authored
      * Convert register numbers from their opcode value to the real value, e.g.
        PPC::R1 => 1 and PPC::F1 => 1
      * Add correct handling of loading of global values which are PC-relative --
        implement ha16() and lo16()
      
      llvm-svn: 17190
      421c3c1e
    • Reid Spencer's avatar
      Fix nightly build by avoiding shared library construction. · 83e5e280
      Reid Spencer authored
      llvm-svn: 17187
      83e5e280
    • Reid Spencer's avatar
      * Actually ignore build errors in optional directories · 282e13c9
      Reid Spencer authored
      * Use LLVM_SRC_ROOT as the anchor for the Target.td file
      * Use MFLAGS instead of MAKEFLAGS for recursive makes so we don't try
        to build a target "w" or "s" mysteriously.
      
      llvm-svn: 17186
      282e13c9
    • Reid Spencer's avatar
      Remove the clean target. · 70b3e231
      Reid Spencer authored
      llvm-svn: 17185
      70b3e231
Loading