提交歷史

作者 SHA1 備註 提交日期
  Chandler Carruth 560e3955c3 Put the functionality for printing a value to a raw_ostream as an 11 年之前
  Chandler Carruth bc65a8d518 Move the LLVM IR asm writer header files into the IR directory, as they 11 年之前
  Rafael Espindola 8e0f67dcec Make the llvm mangler depend only on DataLayout. 11 年之前
  Josh Magee 5b6af7163d [stackprotector] Use analysis from the StackProtector pass for stack layout in PEI a nd LocalStackSlot passes. 11 年之前
  Quentin Colombet b0f8afd43c Fix an over-constrained assertion in MachineFunction::addLiveIn. 11 年之前
  Bill Wendling 61fc8d670f Use function attributes to indicate that we don't want to realign the stack. 12 年之前
  Bill Wendling d10fa8b1ca Directly access objects which may change during compilation. 12 年之前
  Dan Gohman e5682816b7 Print ConstantPool entries initialized to Values with WriteAsOperand instead of 12 年之前
  Hal Finkel 0cc52c67db Move estimateStackSize from ARM into MachineFrameInfo 12 年之前
  Bob Wilson 8f637adbd3 Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects. 12 年之前
  Jakob Stoklund Olesen e6dc59891f Remove liveout lists from MachineRegisterInfo. 12 年之前
  Manman Ren 91b978e157 [Stack Alignment] emit warning instead of a hard error 12 年之前
  Manman Ren 86441169da Stack Alignment: throw error if we can't satisfy the minimal alignment 12 年之前
  Jakob Stoklund Olesen 84be3d5a73 Don't call destructors on MachineInstr and MachineOperand. 12 年之前
  Jakob Stoklund Olesen f1d015f342 Use ArrayRecycler for MachineInstr operand lists. 12 年之前
  Chandler Carruth 0b8c9a80f2 Move all of the header files which are involved in modelling the LLVM IR 12 年之前
  Bill Wendling 831737d329 Remove the Function::getFnAttributes method in favor of using the AttributeSet 12 年之前
  Jakob Stoklund Olesen 9500e5d07a Use two-arg addOperand(MF, MO) internally in MachineInstr when possible. 12 年之前
  Bill Wendling 034b94b170 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 12 年之前
  Manman Ren 69261a6442 Stack Alignment: when creating stack objects in MachineFrameInfo, make sure 12 年之前
  Manman Ren dc8126bbb8 Stack Alignment: move functions from header file MachineFrameInfo.h. 12 年之前
  Chandler Carruth d04a8d4b33 Use the new script to sort the includes of every file under lib. 12 年之前
  Chandler Carruth 426c2bf5cd Revert the majority of the next patch in the address space series: 12 年之前
  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 年之前
  Micah Villmow fb384d61c7 Revert 165732 for further review. 13 年之前
  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 年之前
  Bill Wendling 6765834754 Create enums for the different attributes. 13 年之前
  Micah Villmow 3574eca1b0 Move TargetData to DataLayout. 13 年之前
  Bill Wendling 2c18906118 Remove the `hasFnAttr' method from Function. 13 年之前
  Bill Wendling ef99fe8efa Make the 'get*AlignmentFromAttr' functions into member functions within the Attributes class. Now with fix. 13 年之前