Commit History

Author SHA1 Message Date
  Benjamin Kramer d628f19f5d [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. 11 years ago
  Chandler Carruth 560e3955c3 Put the functionality for printing a value to a raw_ostream as an 11 years ago
  Chandler Carruth bc65a8d518 Move the LLVM IR asm writer header files into the IR directory, as they 11 years ago
  Rafael Espindola 8e0f67dcec Make the llvm mangler depend only on DataLayout. 11 years ago
  Josh Magee 5b6af7163d [stackprotector] Use analysis from the StackProtector pass for stack layout in PEI a nd LocalStackSlot passes. 11 years ago
  Quentin Colombet b0f8afd43c Fix an over-constrained assertion in MachineFunction::addLiveIn. 11 years ago
  Bill Wendling 61fc8d670f Use function attributes to indicate that we don't want to realign the stack. 12 years ago
  Bill Wendling d10fa8b1ca Directly access objects which may change during compilation. 12 years ago
  Dan Gohman e5682816b7 Print ConstantPool entries initialized to Values with WriteAsOperand instead of 12 years ago
  Hal Finkel 0cc52c67db Move estimateStackSize from ARM into MachineFrameInfo 12 years ago
  Bob Wilson 8f637adbd3 Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects. 12 years ago
  Jakob Stoklund Olesen e6dc59891f Remove liveout lists from MachineRegisterInfo. 12 years ago
  Manman Ren 91b978e157 [Stack Alignment] emit warning instead of a hard error 12 years ago
  Manman Ren 86441169da Stack Alignment: throw error if we can't satisfy the minimal alignment 12 years ago
  Jakob Stoklund Olesen 84be3d5a73 Don't call destructors on MachineInstr and MachineOperand. 12 years ago
  Jakob Stoklund Olesen f1d015f342 Use ArrayRecycler for MachineInstr operand lists. 12 years ago
  Chandler Carruth 0b8c9a80f2 Move all of the header files which are involved in modelling the LLVM IR 12 years ago
  Bill Wendling 831737d329 Remove the Function::getFnAttributes method in favor of using the AttributeSet 12 years ago
  Jakob Stoklund Olesen 9500e5d07a Use two-arg addOperand(MF, MO) internally in MachineInstr when possible. 12 years ago
  Bill Wendling 034b94b170 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 12 years ago
  Manman Ren 69261a6442 Stack Alignment: when creating stack objects in MachineFrameInfo, make sure 12 years ago
  Manman Ren dc8126bbb8 Stack Alignment: move functions from header file MachineFrameInfo.h. 12 years ago
  Chandler Carruth d04a8d4b33 Use the new script to sort the includes of every file under lib. 12 years ago
  Chandler Carruth 426c2bf5cd Revert the majority of the next patch in the address space series: 12 years ago
  Micah Villmow 2c39b15073 Resubmit the changes to llvm core to update the functions to support different pointer sizes on a per address space basis. 13 years ago
  Micah Villmow fb384d61c7 Revert 165732 for further review. 13 years ago
  Micah Villmow f3840d2c16 Add in the first iteration of support for llvm/clang/lldb to allow variable per address space pointer sizes to be optimized correctly. 13 years ago
  Bill Wendling 6765834754 Create enums for the different attributes. 13 years ago
  Micah Villmow 3574eca1b0 Move TargetData to DataLayout. 13 years ago
  Bill Wendling 2c18906118 Remove the `hasFnAttr' method from Function. 13 years ago