- bff66a8 Move some data to the TargetWriter. by Rafael Espindola · 14 years ago
- b3127bb Support/PathV1: Deprecate getLast. by Michael J. Spencer · 14 years ago
- a479b23 Add support to CallbackVH to receive notification when a Value's use-list changes. by Owen Anderson · 14 years ago
- 89cab93 Pass a Banner argument to the machine code verifier both from by Jakob Stoklund Olesen · 14 years ago
- 8d12140 Avoid dereferencing end() in collectInterferingVRegs() when there is no by Jakob Stoklund Olesen · 14 years ago
- f428eb6 Enable loop splitting in RegAllocGreedy. by Jakob Stoklund Olesen · 14 years ago
- 976ef86 During local stack slot allocation, the materializeFrameBaseRegister function by Bill Wendling · 14 years ago
- d715e07 Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo sees by Jakob Stoklund Olesen · 14 years ago
- 5049ee5 It is allowed to call IntervalMap::const_iterator::advanceTo() with a key that by Jakob Stoklund Olesen · 14 years ago
- 48c166b Fix 80 col. by Michael J. Spencer · 14 years ago
- 965841c Support/Path: Deprecate PathV1::isAbsolute. by Michael J. Spencer · 14 years ago
- 4aec85a Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap. by Jakob Stoklund Olesen · 14 years ago
- d53f3c8 Pass StringRefs by value, for consistency. by Benjamin Kramer · 14 years ago
- 090100f Add MachineLoopRange comparators for sorting loop lists by number and by area. by Jakob Stoklund Olesen · 14 years ago
- 6024c97 Stub out explicit MCELFObjectTargetWriter interface. by Rafael Espindola · 14 years ago
- cc2a8fe Support: Rename Path.h to PathV1.h and add a new Path.h that includes both V1 and V2. by Michael J. Spencer · 14 years ago
- 285b3e5 Move createELFObjectWriter to its own header. by Rafael Espindola · 14 years ago
- e27db74 improve switch formation to handle small range by Chris Lattner · 14 years ago
- b874227 MC/Mach-O: On second thought, use a custom hook for enabling aggressive by Daniel Dunbar · 14 years ago
- 1f3662a MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format specific hook. by Daniel Dunbar · 14 years ago
- ff2e9b4 Provide LiveIntervalUnion::Query::checkLoopInterference. by Jakob Stoklund Olesen · 14 years ago
- 5d2477c MC/Assembler: Strip out object writer arguments, now that it is always available by Daniel Dunbar · 14 years ago
- feb7ba3 MC/Assembler: Make the MCObjectWriter available through the lifetime of the by Daniel Dunbar · 14 years ago
- 7b62afa MC/Target: Remove HasScatteredSymbols target hook variable, which has been by Daniel Dunbar · 14 years ago
- 8f714fe MC/Expr: Simplify. by Daniel Dunbar · 14 years ago
- 2d8e3e7 MC: Remove another dead MCAssembler argument, and update clients. by Daniel Dunbar · 14 years ago
- 92c66c7 MC: Remove dead MCAssembler argument -- Rafael, can you check the FIXME I added by Daniel Dunbar · 14 years ago
- f249e5d Fix 80-col viola. by Daniel Dunbar · 14 years ago
- 460ee0f Add basic test exposing many bugs. by Jakob Stoklund Olesen · 14 years ago
- 5d05d97 MC/Mach-O: Lift some MachObjectWriter arguments into the target specific by Daniel Dunbar · 14 years ago
- ae5abd5 MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface. by Daniel Dunbar · 14 years ago
- aa4b7dd MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h. by Daniel Dunbar · 14 years ago
- 3ff9563 MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 14 years ago
- 2761fc4 MC: Move target specific fixup info descriptors to TargetAsmBackend instead of by Daniel Dunbar · 14 years ago
- 745dacc MC: Make TargetAsmBackend available to the AsmStreamer. by Daniel Dunbar · 14 years ago
- 1d6547e MC: Split MCFixupKindInfo out into its own header. by Daniel Dunbar · 14 years ago
- 9754ab0 MC: Remove a FIXME I no longer agree with. by Daniel Dunbar · 14 years ago
- cb9e08f Add IntervalMapOverlaps - An iterator for overlapping intervals in two by Jakob Stoklund Olesen · 14 years ago
- ceadc01 Add MachineLoopRanges analysis. by Jakob Stoklund Olesen · 14 years ago
- c42a775 Typo. by Rafael Espindola · 14 years ago
- 0406356 Add Neon VCVT instructions for f32 <-> f16 conversions. by Bob Wilson · 14 years ago
- e69b4ab Add SlotIndexes::getMBBRange() to get the range of a basic block in a single by Jakob Stoklund Olesen · 14 years ago
- d364acd Adding target specific calling conventions to support the MBlaze GCC function by Wesley Peck · 14 years ago
- 5034dd3 Move Value::getUnderlyingObject to be a standalone by Dan Gohman · 14 years ago
- 47dbd42 Implement cleanups suggested by Daniel. by Owen Anderson · 14 years ago
- fea3b21 Move Sub simplifications and additional Add simplifications out of by Duncan Sands · 14 years ago
- 2bf6afc Relax alignment fragments. by Rafael Espindola · 14 years ago
- b35d56c Generalize an assert. by Rafael Espindola · 14 years ago
- b83ff84 Introduce TargetRegisterInfo::getOverlaps(Reg), returning a list of all by Jakob Stoklund Olesen · 14 years ago
- 414e502 Add TargetRegisterInfo::printReg() to pretty-print registers. by Jakob Stoklund Olesen · 14 years ago
- 4750020 ARM Fixups relative to thumb functions need to have the low bit of the value by Jim Grosbach · 14 years ago
- 2112bbc remove the dead (and terrible) llvm::RemoveSuccessor function. by Chris Lattner · 14 years ago
- 2ece4de Remove debugging code. by Jakob Stoklund Olesen · 14 years ago
- 4a34cbd Introduce a new PartialAlias response for AliasAnalysis. For most by Dan Gohman · 14 years ago
- 89b9372 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 14 years ago
- cdffa4f Mach-O/ARM: Add relocation type enumeration. by Daniel Dunbar · 14 years ago
- a87d7ec Mach-O: Tweak field name. by Daniel Dunbar · 14 years ago
- c79637c by Nick Lewycky · 14 years ago
- f7fd4aa Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 14 years ago
- 1c952b9 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 14 years ago
- 05018c2 Fix an issue in some Thumb fixups, where the effective PC address needs to be 4-byte aligned when calculating by Owen Anderson · 14 years ago
- 333ad3f Fix whitespace. by Michael J. Spencer · 14 years ago
- 58fe86d Support: Move c_str from SmallVector back to SmallString and add a free standing by Michael J. Spencer · 14 years ago
- 61187dd Support/FileSystem: Change file_status predicate functions that cannot fail to by Michael J. Spencer · 14 years ago
- 333fb04 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 14 years ago
- 35f4cf0 Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointing out this issue. by Lang Hames · 14 years ago
- 44498a6 Add support to create debug info for functions and methods. by Devang Patel · 14 years ago
- 0a2551d Add support to create class type. by Devang Patel · 14 years ago
- 6b12072 Generalize PostRAHazardRecognizer so it can be used in any pass for by Andrew Trick · 14 years ago
- cba2e06 Stub out RegAllocGreedy. by Jakob Stoklund Olesen · 14 years ago
- 43c249c Add support to create vector, array, enums etc... by Devang Patel · 14 years ago
- 5be6d2a Let target asm backends see assembler flags as they go by. Use that to handle by Jim Grosbach · 14 years ago
- 94541ef Global variable does not need linkage name. by Devang Patel · 14 years ago
- 48f17ba Add support to create local variable's debug info. by Devang Patel · 14 years ago
- 4f4363a Layout each section independently. With the testcase in PR8711: by Rafael Espindola · 14 years ago
- fe58f95 Add support to create variables, structs etc.. using DIBuilder. by Devang Patel · 14 years ago
- da2fdcb Fix begin() and end() on const IntervalMap. by Jakob Stoklund Olesen · 14 years ago
- 1ff6573 Missed a spot removing Alarm. by Michael J. Spencer · 14 years ago
- c20beb9 Support: Remove Alarm. It is unused (via local grep and google code search). by Michael J. Spencer · 14 years ago
- 12ccf67 Support/PathV2: Remove const from bool return types. by Michael J. Spencer · 14 years ago
- 6511988 Fix spelling. by Michael J. Spencer · 14 years ago
- a35c1b9 Support: Remove DynamicLinker.h. It is unused and unimplemented. by Michael J. Spencer · 14 years ago
- 5029159 Support/PathV2: Change most functions in the path namespace to return their work by Michael J. Spencer · 14 years ago
- 40f8f62 PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and by Jay Foad · 14 years ago
- 936671b Support/PathV2: Remove the error_code return type from all functions in the path by Michael J. Spencer · 14 years ago
- ee271d8 Support/PathV2: Move make_absolute from path to fs. by Michael J. Spencer · 14 years ago
- ad8a14f Support/PathV2: Clarify and correct documentation. by Michael J. Spencer · 14 years ago
- 1522fce Support/PathV2: Move current_path from path to fs and fix the Unix implementation. by Michael J. Spencer · 14 years ago
- 85f2ecc Sorry for such a large commit. The summary is that only MachO cares about the by Rafael Espindola · 14 years ago
- 22373b2 Use references to simplify the code a bit. by Rafael Espindola · 14 years ago
- 179821a Remove the instruction fragment to data fragment lowering since it was causing by Rafael Espindola · 14 years ago
- 0bbe0b4 Second try at making direct object emission produce the same results by Rafael Espindola · 14 years ago
- 6d86492 Revert previous two patches while I try to find out how to make both by Rafael Espindola · 14 years ago
- 2303c9d Add an EmitAbsValue helper method and use it in cases where we want to be sure by Rafael Espindola · 14 years ago
- 03a83a3 Fix clang warning: "extra ';' inside a class [-pedantic]". by Frits van Bommel · 14 years ago
- 753cbbb Support/FileSystem: Add directory_iterator implementation. by Michael J. Spencer · 14 years ago
- e99bbd9 Support/ADT: Move c_str() from SmallString to SmallVectorImpl. The Windows PathV2 by Michael J. Spencer · 14 years ago
- f8803fe Remove the getAddress getter, initialize Ordinal in the constructor and use by Rafael Espindola · 14 years ago
- ffd902b Add a getSymbolOffset method and use it in the ELF writer. by Rafael Espindola · 14 years ago
- cc10244 Fix PR8728, a miscompilation I recently introduced. When optimizing by Chris Lattner · 14 years ago