- 0cc52c6 Move estimateStackSize from ARM into MachineFrameInfo by Hal Finkel · 12 years ago
- 8f637ad Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects. by Bob Wilson · 13 years ago
- e6dc598 Remove liveout lists from MachineRegisterInfo. by Jakob Stoklund Olesen · 13 years ago
- 91b978e [Stack Alignment] emit warning instead of a hard error by Manman Ren · 13 years ago
- 8644116 Stack Alignment: throw error if we can't satisfy the minimal alignment by Manman Ren · 13 years ago
- 84be3d5 Don't call destructors on MachineInstr and MachineOperand. by Jakob Stoklund Olesen · 13 years ago
- f1d015f Use ArrayRecycler for MachineInstr operand lists. by Jakob Stoklund Olesen · 13 years ago
- 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- 831737d Remove the Function::getFnAttributes method in favor of using the AttributeSet by Bill Wendling · 13 years ago
- 9500e5d Use two-arg addOperand(MF, MO) internally in MachineInstr when possible. by Jakob Stoklund Olesen · 13 years ago
- 034b94b Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 13 years ago
- 69261a6 Stack Alignment: when creating stack objects in MachineFrameInfo, make sure by Manman Ren · 13 years ago
- dc8126b Stack Alignment: move functions from header file MachineFrameInfo.h. by Manman Ren · 13 years ago
- d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- 426c2bf Revert the majority of the next patch in the address space series: by Chandler Carruth · 13 years ago
- 2c39b15 Resubmit the changes to llvm core to update the functions to support different pointer sizes on a per address space basis. by Micah Villmow · 13 years ago
- fb384d6 Revert 165732 for further review. by Micah Villmow · 13 years ago
- f3840d2 Add in the first iteration of support for llvm/clang/lldb to allow variable per address space pointer sizes to be optimized correctly. by Micah Villmow · 13 years ago
- 6765834 Create enums for the different attributes. by Bill Wendling · 13 years ago
- 3574eca Move TargetData to DataLayout. by Micah Villmow · 13 years ago
- 2c18906 Remove the `hasFnAttr' method from Function. by Bill Wendling · 13 years ago
- ef99fe8 Make the 'get*AlignmentFromAttr' functions into member functions within the Attributes class. Now with fix. by Bill Wendling · 13 years ago
- 4aa1899 Revert r164308 to fix buildbots. by Bill Wendling · 13 years ago
- f2e89e0 Make the 'get*AlignmentFromAttr' functions into member functions within the Attributes class. by Bill Wendling · 13 years ago
- b720be6 Release build: guard dump functions with by Manman Ren · 13 years ago
- 77e300e Release build: guard dump functions with "ifndef NDEBUG" by Manman Ren · 13 years ago
- c05d306 Add a new optimization pass: Stack Coloring, that merges disjoint static allocations (allocas). Allocas are known to be by Nadav Rotem · 13 years ago
- 5932429 Stop casting away const qualifier needlessly. by Roman Divacky · 13 years ago
- 986d76d Tidy up a few more uses of MF.getFunction()->getName(). by David Blaikie · 13 years ago
- 96601ca 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. by Craig Topper · 13 years ago
- 0bcbd1d Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and by Bill Wendling · 13 years ago
- 0c1eac8 Tidy up. by Chad Rosier · 13 years ago
- 2531a64 Add an ensureMaxAlignment() function to MachineFrameInfo (analogous to by Chad Rosier · 13 years ago
- 95d594c Teach CodeGen's version of computeMaskedBits to understand the range metadata. by Rafael Espindola · 13 years ago
- 1f14168 Print SSA and liveness tracking flags in MF::print(). by Jakob Stoklund Olesen · 13 years ago
- 015f228 Use uint16_t to store registers in callee saved register tables to reduce size of static data. by Craig Topper · 14 years ago
- aae875c Move some llvm_unreachable's from r149849 out of switch statements to satisfy -Wcovered-switch-default by Craig Topper · 14 years ago
- 5e25ee8 Convert assert(0) to llvm_unreachable by Craig Topper · 14 years ago
- 6c2cf8b Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is by Akira Hatanaka · 14 years ago
- 6b27607 make sure the file's matching header is #include'd first. by Chris Lattner · 14 years ago
- 73858d1 Rewrite CanShareConstantPoolEntry to be implemented in terms of the by Chris Lattner · 14 years ago
- 6b0dc92 progress making the world safe to ConstantDataVector. While by Chris Lattner · 14 years ago
- 9421406 drop unneeded config.h includes by Dylan Noblesmith · 14 years ago
- 2d24e2a Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
- a7b0cb7 Remove all remaining uses of Value::getNameStr(). by Benjamin Kramer · 14 years ago
- 25ad1cc Twinify GraphWriter a little bit. by Benjamin Kramer · 14 years ago
- db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
- e837dea - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and by Evan Cheng · 14 years ago
- fc5d305 Make the logic for determining function alignment more explicit. No functionality change. by Eli Friedman · 14 years ago
- e2f669f Use the PrintReg adaptor to correctly print live-in registers in debug output. by Jakob Stoklund Olesen · 14 years ago
- 5567869 MachineConstantPoolValues are not uniqued, so they need to be freed if they by Cameron Zwarich · 15 years ago
- 68e6bee Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns." by Devang Patel · 15 years ago
- e9a7ea6 Keep track of incoming argument's location while emitting LiveIns. by Devang Patel · 15 years ago
- 16c29b5 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. by Anton Korobeynikov · 15 years ago
- 142b531 move the pic base symbol stuff up to MachineFunction by Chris Lattner · 15 years ago
- 7a5a3f7 Attach a GCModuleInfo to a MachineFunction. by Nicolas Geoffray · 15 years ago
- e5f4e9f Include MachineBasicBlock numbers in viewCFG() output. by Jakob Stoklund Olesen · 15 years ago
- f4a1e1a Teach MachineBasicBlock::print() to annotate instructions and blocks with by Jakob Stoklund Olesen · 15 years ago
- f96e4bd Make CodeGen TBAA-aware. by Dan Gohman · 15 years ago
- 93a95ae force clients of MachineFunction::getMachineMemOperand to provide a by Chris Lattner · 15 years ago
- da39c39 start pushing MachinePointerInfo out through the MachineMemOperand interface by Chris Lattner · 15 years ago
- dfc2c51 It's better to have the arrays, which would trigger the creation of stack by Bill Wendling · 15 years ago
- 734738d Remove too-strict assertion. We may want the vreg copy of the physical register by Jim Grosbach · 15 years ago
- 643fffe Fix debugging strings. by Dan Gohman · 15 years ago
- f2f4903 Infer alignments of fixed frame objects when they are constructed. This ensures remat'ed loads from fixed slots have the right alignments. by Evan Cheng · 15 years ago
- ed2ae13 Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill slots so it's always false. by Evan Cheng · 15 years ago
- 07d3177 Revert r107205 and r107207. by Bill Wendling · 15 years ago
- 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
- 3946043 Avoid adding duplicate function live-in's. by Evan Cheng · 15 years ago
- ae541aa Add more const qualifiers for LLVM IR pointers in CodeGen. by Dan Gohman · 15 years ago
- 46510a7 Add const qualifiers to CodeGen's use of LLVM IR constructs. by Dan Gohman · 15 years ago
- 820e55e enhance MachineFunction to have a MMI pointer. by Chris Lattner · 15 years ago
- 5c8aa95 by David Greene · 15 years ago
- de4845c Switch the code generator (except the JIT) onto the new DebugLoc by Chris Lattner · 15 years ago
- cf5862d Revert 100204. It broke a bunch of tests and apparently changed what passes are run during codegen. by Evan Cheng · 15 years ago
- 434bd85 by David Greene · 15 years ago
- 1d8f83d Revert r100143. by Eric Christopher · 15 years ago
- 8ef3acb by David Greene · 15 years ago
- 9b97a73 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 15 years ago
- 80d2370 Stop trying to merge identical jump tables. This had been inadvertently by Bob Wilson · 15 years ago
- 9553188 Define placement new wrappers for BumpPtrAllocator and by Dan Gohman · 15 years ago
- d1ec31d Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to by Bob Wilson · 15 years ago
- 11d53c1 rearrange MCContext ownership. Before LLVMTargetMachine created it by Chris Lattner · 15 years ago
- 95da605 Add a new jump table encoding to indicate jump tables entries by Richard Osborne · 15 years ago
- 98cdab5 set the temporary bit on MCSymbols correctly. by Chris Lattner · 15 years ago
- 5dfa267 Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254. by Charles Davis · 16 years ago
- f451cb8 Fix "the the" and similar typos. by Dan Gohman · 16 years ago
- de4c080 Silence GCC warnings with asserts turned off. No functionality change. by Chandler Carruth · 16 years ago
- 589c6f6 Move getJTISymbol from MachineJumpTableInfo to MachineFunction, by Chris Lattner · 16 years ago
- beeb93e add a new MachineJumpTableInfo::getJTISymbol method, by Chris Lattner · 16 years ago
- b84822f make MachineFunction keep track of its ID and make by Chris Lattner · 16 years ago
- 85fe078 Add support for target-specific 32-bit custom-lowered jump table entries. by Chris Lattner · 16 years ago
- 071c62f Rearrange handling of jump tables. Highlights: by Chris Lattner · 16 years ago
- c99fd87 Avoid including DebugInfo.h in AsmPrinter.h by Devang Patel · 16 years ago
- 6b61f58 Replace DebugLocTuple with DILocation. by Devang Patel · 16 years ago
- dc55481 by David Greene · 16 years ago
- 7896c9f improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 16 years ago
- 56f4ef3 Remove ShortNames from getNodeLabel in DOTGraphTraits by Tobias Grosser · 16 years ago
- a10d598 Instantiate DefaultDOTGraphTraits by Tobias Grosser · 16 years ago
- c04cae9 Do not merge jump tables this early. Branch folding will do any necessary by Jim Grosbach · 16 years ago