aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* rename DenseMap to IndexedMap.Chris Lattner2007-02-013-7/+6
* Added O_F32 and O_64 in addition to UO_F32 and UO_64 even though byEvan Cheng2007-01-311-0/+2
* Out of line function.Jim Laskey2007-01-291-2/+1
* Only gather frame info if debug or eh.Jim Laskey2007-01-291-0/+5
* Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman2007-01-291-0/+7
* Properly support cstringsNate Begeman2007-01-291-2/+8
* Landing pad-less eh for PPC.Jim Laskey2007-01-291-7/+12
* IntrinsicLowering now requires TargetData.Reid Spencer2007-01-291-1/+3
* Adjust a comment to reflect reality.Reid Spencer2007-01-281-4/+4
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-281-9/+14
* Handle multiple functions, properly mangle symbols, and fix support forNate Begeman2007-01-261-7/+16
* rename filesJim Laskey2007-01-261-25/+27
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-266-23/+23
* Make LABEL a builtin opcode.Jim Laskey2007-01-262-6/+11
* Migrate print routines to asm to be shared by exception handling.Jim Laskey2007-01-251-0/+62
* Repair debug frames as a prelude to eh_frames. Switched to using MachineMovesJim Laskey2007-01-242-4/+10
* Use asm printer to emit alignmentJim Laskey2007-01-241-0/+2
* Make ivars private and use getters. Have the MachOWriter return "Mach-OBill Wendling2007-01-241-2/+4
* Moved target-specific information to the TargetMachOWriterInfo obj.Bill Wendling2007-01-241-62/+7
* Changed to use the OutputBuffer instead of the methods in MachO and ELFBill Wendling2007-01-172-191/+0
* Revert patch.Bill Wendling2007-01-172-10/+191
* Removed methods which are now in the respective TargetObjInfo implementations.Bill Wendling2007-01-172-191/+10
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-1/+1
* Primitive types don't include integers any more, adjust.Reid Spencer2007-01-141-1/+1
* - Move RTLIB::Libcall enum to a separate file.Evan Cheng2007-01-121-0/+107
* move ExtWeakSymbols to AsmPrinterRafael Espindola2006-12-181-0/+5
* Accidental submission.Bill Wendling2006-12-171-1/+0
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-179-55/+19
* Apply B. Scott Michel's patch for PR1054, thanks!Chris Lattner2006-12-161-16/+71
* Typo.Evan Cheng2006-12-161-1/+1
* The best unbreakage yet, addressing Bill's concerns.Jeff Cohen2006-12-163-6/+30
* An even better unbreakage...Jeff Cohen2006-12-153-18/+4
* Complete unbreak of VC++ (Chris identified the simple fix).Jeff Cohen2006-12-152-0/+2
* File missing from last check in.Jim Laskey2006-12-141-4/+4
* 1. Tidy up jump table info.Jim Laskey2006-12-141-3/+6
* Properly mangles symbol table namesNate Begeman2006-12-111-21/+36
* Add a default relocation type, and allow clients to set the ConstantValNate Begeman2006-12-111-0/+14
* Removed more <iostream> includesBill Wendling2006-12-071-1/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-075-18/+18
* Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand().Evan Cheng2006-12-061-17/+5
* Change global descriptor names to provide name, full name and linkage name.Jim Laskey2006-11-301-7/+8
* - MachineInstr now keeps a ptr to TargetInstrDescriptor instead of Opcode.Evan Cheng2006-11-301-6/+11
* Oops! didn't mean to put this in there yet.Bill Wendling2006-11-291-5/+0
* Converted to using llvm streams instead of <iostream>sBill Wendling2006-11-291-3/+2
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-0/+5
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-285-6/+54
* Fix indentation.Evan Cheng2006-11-281-2/+2
* Added helper function to transition to using llvm streams.Bill Wendling2006-11-281-2/+13
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-272-37/+29
* setOperand should not zap the operand list or add implicit operands to anChris Lattner2006-11-201-1/+1