Historial de Commits

Autor SHA1 Mensaje Fecha
  Bill Wendling 034b94b170 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. hace 12 años
  Manman Ren 69261a6442 Stack Alignment: when creating stack objects in MachineFrameInfo, make sure hace 12 años
  Manman Ren dc8126bbb8 Stack Alignment: move functions from header file MachineFrameInfo.h. hace 12 años
  Chandler Carruth d04a8d4b33 Use the new script to sort the includes of every file under lib. hace 12 años
  Chandler Carruth 426c2bf5cd Revert the majority of the next patch in the address space series: hace 12 años
  Micah Villmow 2c39b15073 Resubmit the changes to llvm core to update the functions to support different pointer sizes on a per address space basis. hace 13 años
  Micah Villmow fb384d61c7 Revert 165732 for further review. hace 13 años
  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. hace 13 años
  Bill Wendling 6765834754 Create enums for the different attributes. hace 13 años
  Micah Villmow 3574eca1b0 Move TargetData to DataLayout. hace 13 años
  Bill Wendling 2c18906118 Remove the `hasFnAttr' method from Function. hace 13 años
  Bill Wendling ef99fe8efa Make the 'get*AlignmentFromAttr' functions into member functions within the Attributes class. Now with fix. hace 13 años
  Bill Wendling 4aa189909a Revert r164308 to fix buildbots. hace 13 años
  Bill Wendling f2e89e00b4 Make the 'get*AlignmentFromAttr' functions into member functions within the Attributes class. hace 13 años
  Manman Ren b720be6a50 Release build: guard dump functions with hace 13 años
  Manman Ren 77e300e8f0 Release build: guard dump functions with "ifndef NDEBUG" hace 13 años
  Nadav Rotem c05d30601c Add a new optimization pass: Stack Coloring, that merges disjoint static allocations (allocas). Allocas are known to be hace 13 años
  Roman Divacky 5932429765 Stop casting away const qualifier needlessly. hace 13 años
  David Blaikie 986d76d7b3 Tidy up a few more uses of MF.getFunction()->getName(). hace 13 años
  Craig Topper 96601ca332 Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed. hace 13 años
  Bill Wendling 0bcbd1df7a Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and hace 13 años
  Chad Rosier 0c1eac8129 Tidy up. hace 13 años
  Chad Rosier 2531a6415f Add an ensureMaxAlignment() function to MachineFrameInfo (analogous to hace 13 años
  Rafael Espindola 95d594cac3 Teach CodeGen's version of computeMaskedBits to understand the range metadata. hace 13 años
  Jakob Stoklund Olesen 1f141684cf Print SSA and liveness tracking flags in MF::print(). hace 13 años
  Craig Topper 015f228861 Use uint16_t to store registers in callee saved register tables to reduce size of static data. hace 13 años
  Craig Topper aae875c27c Move some llvm_unreachable's from r149849 out of switch statements to satisfy -Wcovered-switch-default hace 13 años
  Craig Topper 5e25ee8a1f Convert assert(0) to llvm_unreachable hace 13 años
  Akira Hatanaka 6c2cf8b1fb Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is hace 13 años
  Chris Lattner 6b2760759b make sure the file's matching header is #include'd first. hace 13 años