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