summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer
2010-12-16MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar
2010-12-16MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar
2010-12-16MC: Split MCFixupKindInfo out into its own header.Daniel Dunbar
2010-12-16MC: Remove a FIXME I no longer agree with.Daniel Dunbar
2010-12-16Add IntervalMapOverlaps - An iterator for overlapping intervals in twoJakob Stoklund Olesen
2010-12-15Add MachineLoopRanges analysis.Jakob Stoklund Olesen
2010-12-15Typo.Rafael Espindola
2010-12-15Add Neon VCVT instructions for f32 <-> f16 conversions.Bob Wilson
2010-12-15Add SlotIndexes::getMBBRange() to get the range of a basic block in a singleJakob Stoklund Olesen
2010-12-15Adding target specific calling conventions to support the MBlaze GCC functionWesley Peck
2010-12-15Move Value::getUnderlyingObject to be a standaloneDan Gohman
2010-12-15Implement cleanups suggested by Daniel.Owen Anderson
2010-12-15Move Sub simplifications and additional Add simplifications out ofDuncan Sands
2010-12-15Relax alignment fragments.Rafael Espindola
2010-12-15Generalize an assert.Rafael Espindola
2010-12-14Introduce TargetRegisterInfo::getOverlaps(Reg), returning a list of allJakob Stoklund Olesen
2010-12-14Add TargetRegisterInfo::printReg() to pretty-print registers.Jakob Stoklund Olesen
2010-12-14ARM Fixups relative to thumb functions need to have the low bit of the valueJim Grosbach
2010-12-14remove the dead (and terrible) llvm::RemoveSuccessor function.Chris Lattner
2010-12-14Remove debugging code.Jakob Stoklund Olesen
2010-12-10Introduce a new PartialAlias response for AliasAnalysis. For mostDan Gohman
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola
2010-12-10Mach-O/ARM: Add relocation type enumeration.Daniel Dunbar
2010-12-10Mach-O: Tweak field name.Daniel Dunbar
2010-12-10Remove dead header.Nick Lewycky
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola
2010-12-09Fix an issue in some Thumb fixups, where the effective PC address needs to be...Owen Anderson
2010-12-09Fix whitespace.Michael J. Spencer
2010-12-09Support: Move c_str from SmallVector back to SmallString and add a free standingMichael J. Spencer
2010-12-09Support/FileSystem: Change file_status predicate functions that cannot fail toMichael J. Spencer
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer
2010-12-08Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointi...Lang Hames
2010-12-08Add support to create debug info for functions and methods.Devang Patel
2010-12-08Add support to create class type.Devang Patel
2010-12-08Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick
2010-12-08Stub out RegAllocGreedy.Jakob Stoklund Olesen
2010-12-08Add support to create vector, array, enums etc...Devang Patel
2010-12-08Let target asm backends see assembler flags as they go by. Use that to handleJim Grosbach
2010-12-08Global variable does not need linkage name.Devang Patel
2010-12-07Add support to create local variable's debug info.Devang Patel
2010-12-07Layout each section independently. With the testcase in PR8711:Rafael Espindola
2010-12-07Add support to create variables, structs etc.. using DIBuilder.Devang Patel
2010-12-07Fix begin() and end() on const IntervalMap.Jakob Stoklund Olesen
2010-12-07Missed a spot removing Alarm.Michael J. Spencer
2010-12-07Support: Remove Alarm. It is unused (via local grep and google code search).Michael J. Spencer
2010-12-07Support/PathV2: Remove const from bool return types.Michael J. Spencer
2010-12-07Fix spelling.Michael J. Spencer
2010-12-07Support: Remove DynamicLinker.h. It is unused and unimplemented.Michael J. Spencer