1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/CodeGen
Vikram S. Adve 6f0ad9998b Moving these files from Code/PreSelection to here.
Original logs for PreSelection.cpp:

  revision 1.2
  date: 2002/09/17 23:50:32;  author: lattner;  state: Exp;  lines: +1 -3
  Don't put default parameter values into .cpp files, it breaks 3.x compilers

  revision 1.1
  date: 2002/09/16 15:31:13;  author: vadve;  state: Exp;
  New preselection pass that specializes LLVM code for a target machine,
  while remaining in legal portable LLVM form and preserving type
  information and type safety.

llvm-svn: 3838
2002-09-20 00:29:28 +00:00
..
InstrSched * Removed extraneous #includes 2002-08-09 20:08:03 +00:00
InstrSelection Add support for GCC 2.96 2002-09-17 17:23:09 +00:00
Mapping moved this file from lib/Reoptimizer/Mapping 2002-08-27 22:47:33 +00:00
PreOpts Moving these files from Code/PreSelection to here. 2002-09-20 00:29:28 +00:00
PreSelection Don't put default parameter values into .cpp files, it breaks 3.x compilers 2002-09-17 23:50:32 +00:00
RegAlloc Fix typos in previous checkin. 2002-09-15 15:33:48 +00:00
MachineBasicBlock.cpp Implementation of class MachineCodeForBasicBlock. 2002-07-08 23:01:11 +00:00
MachineCodeForInstruction.cpp Add an assertion. 2002-09-16 15:13:59 +00:00
MachineFunction.cpp Improve and fix error in allocating stack slots: adjust alignment after adding 2002-09-16 15:18:16 +00:00
MachineInstr.cpp Dump routine now writes out allocated register numbers if available. 2002-09-16 15:18:53 +00:00
MachineInstrAnnot.cpp * Removed extraneous #includes 2002-08-09 20:08:06 +00:00
Makefile Add subdirectory PreSelection. 2002-09-16 15:32:07 +00:00