Use the FAKE_SOURCES feature for proper distribution of contents
[oota-llvm.git] / tools / llc /
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-18 Tanya LattnerAdding option to llc for ModuloScheduling. By default...
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerFix named of a library.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-08 Misha BrukmanUse the SparcV9-marked instr scheduling library
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-08-05 Chris Lattnerwhile we're at it, make the libraries be on separate...
2004-08-05 Misha BrukmanLines need to end with \ to make sure they're actually...
2004-08-05 Misha Brukman* Add PowerPC library to LLC
2004-08-04 Brian Gaekelibsparcv9select is history
2004-07-16 Chris LattnerBuild skeleton target
2004-07-12 Misha Brukman* Tabs to spaces
2004-07-11 Chris LattnerGoodbye macro hell, hello nice clean and simple code...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-05-27 Chris LattnerUhh, that doesn't exist.
2004-05-27 Chris LattnerHeader file moved
2004-03-16 Brian GaekeAdd a better head-of-file comment.
2004-03-11 Misha BrukmanSparcV8 removed until it grows up becomes a mature...
2004-02-28 Chris LattnerAdd a hook to run with the V8 target, though it doesn...
2004-02-25 Brian GaekeGreat renaming part II: Sparc --> SparcV9 (also include...
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-15 Chris LattnerWhen the user runs 'llc foo.bc -march=c', write the...
2004-02-13 Chris LattnerAdd support for -march=c
2004-02-08 Brian GaekeFix indentation of selectiondag.
2004-02-02 Brian GaekeAdd a -march=powerpc option. Automatically select it...
2004-02-02 Brian GaekeLink in the PowerPC back-end.
2003-12-28 Chris LattnerPass extra arguments around n stuph
2003-12-15 Chris LattnerThere is no reason to add -load support to LLC
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-20 John CriswellRemoved extraneous comment line.
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-10 Misha BrukmanFix grammar.
2003-09-01 Chris LattnerPreselection is now integrated into the Sparc target...
2003-09-01 Chris LattnerSparc peephole optimizer moved out of post-opts library...
2003-08-28 John CriswellAdded code to avoid checking for .bc when the filename...
2003-08-24 Chris LattnerTargets now configure themselves with the module, not...
2003-08-24 Chris LattnerAdd support for modules with "any" pointersize/endianness
2003-08-15 Chris Lattnerrename selection library to selectiondag
2003-08-13 Chris LattnerIncorporate mapping library into the sparc library
2003-08-11 Chris LattnerInclude the new selection library for the X86 target
2003-07-30 Misha BrukmanRevert change: default architecture is never set, it...
2003-07-18 Misha BrukmanInitialize the target architecture based on compiler...
2003-07-07 Misha BrukmanFixed indentation.
2003-06-20 Chris LattnerMinor cleanups
2003-06-18 Brian Gaeketools/llc/llc.cpp: Make "-o -" work.
2003-06-18 Brian Gaekelib/Target/Sparc/Sparc.cpp:
2003-06-18 Chris LattnerReindent code to match the rest of the file
2003-06-17 Brian GaekeUse $(PLATFORMLIBDL) to selectively bring in -ldl only...
2003-06-05 Chris LattnerRemove duplicate pass
2003-05-27 Chris LattnerRemove ugly hack (that I put in originally) for buildin...
2003-04-28 Chris LattnerAdd a new option to disable stripping of bytecode files
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-25 Chris LattnerMake sure to copy double alignment as well
2003-04-25 Chris LattnerKill using declarations
2003-04-25 Chris LattnerMake sure to add a targetdata instance to the passmanag...
2003-04-24 Chris LattnerRemove support for "target data" pass ctors
2003-01-19 Chris Lattner* Prune down library list. In particular, llc doesn...
2003-01-14 Chris LattnerRename header
2002-12-28 Chris LattnerEliminate direct access to TargetData structure
2002-12-09 Vikram S. AdveFix link errors due to new IPModRef pass.
2002-11-06 Vikram S. AdveDon't build llc symbols by default.
2002-11-04 Chris LattnerNo need to explicitly inclue ExportSymbols now
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-29 Chris LattnerAllow TargetMachine to refuse static code gen
2002-10-29 Chris Lattner* Remove explicit strcmp calls
2002-10-28 Chris LattnerAfter removing stuff from TargetMachine, we now no...
2002-10-28 Chris LattnerAdd codegen library
2002-09-25 Chris LattnerChange LowerAllocations pass to 'require' TargetData...
2002-09-20 Vikram S. AdveRenamed library preselect to preopts.
2002-09-19 Chris LattnerIndent a comment right, add a new one
2002-09-17 Chris LattnerEnable correct support for dynamic loading on Linux
2002-09-16 Vikram S. AdveChange several entries to use the .o instead of .a...
2002-09-16 Vikram S. AdveMake all registered optimization passes available to...
2002-09-14 Misha BrukmanFunction.h is unnecessary when Module.h is included.
2002-08-27 Anand ShuklaAdded mapping lib in llc makefile
2002-08-07 Chris LattnerOnly include the sparc.o file once!
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris Lattner*** empty log message ***
2002-06-30 Chris LattnerStrip the symbols out of the bytecode to inflate genera...
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-20 Chris LattnerFix tracing code support to link in the tracing routine...
2002-05-19 Vikram S. AdveAdd libsparc.a a second time to resolve link errors.
2002-05-07 Chris LattnerMerge all include/llvm/Transforms/Scalar/* into a singl...
2002-05-07 Chris LattnerStraighten out makefiles after moving code to new Trans...
2002-04-30 Chris LattnerRemove unneccesary pass.
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-18 Chris LattnerMake sure that there is no case where a signal can...
next