~ubuntu-branches/ubuntu/maverick/clamav/maverick-backports

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/lib/Transforms/IPO/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran, Stephen Gran, Michael Tautschnig
  • Date: 2010-04-26 21:41:18 UTC
  • mfrom: (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100426214118-i6lo606wnh7ywfj6
Tags: 0.96+dfsg-4
[ Stephen Gran ]
* Fixed typo in clamav-milter's postinst

[ Michael Tautschnig ]
* Fixed typo in clamav-freshclam's postinst (closes: #579271)
* Debconf translation updates
  - Portuguese (closes: #579068)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
add_llvm_library(LLVMipo
 
2
  ArgumentPromotion.cpp
 
3
  ConstantMerge.cpp
 
4
  DeadArgumentElimination.cpp
 
5
  DeadTypeElimination.cpp
 
6
  ExtractGV.cpp
 
7
  FunctionAttrs.cpp
 
8
  GlobalDCE.cpp
 
9
  GlobalOpt.cpp
 
10
  IPConstantPropagation.cpp
 
11
  IPO.cpp
 
12
  InlineAlways.cpp
 
13
  InlineSimple.cpp
 
14
  Inliner.cpp
 
15
  Internalize.cpp
 
16
  LoopExtractor.cpp
 
17
  LowerSetJmp.cpp
 
18
  MergeFunctions.cpp
 
19
  PartialInlining.cpp
 
20
  PartialSpecialization.cpp
 
21
  PruneEH.cpp
 
22
  StripDeadPrototypes.cpp
 
23
  StripSymbols.cpp
 
24
  StructRetPromotion.cpp
 
25
  )