aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add IntervalMapOverlaps - An iterator for overlapping intervals in twoJakob Stoklund Olesen2010-12-161-0/+91
* Add MachineLoopRanges analysis.Jakob Stoklund Olesen2010-12-153-0/+90
* Typo.Rafael Espindola2010-12-151-1/+1
* Add Neon VCVT instructions for f32 <-> f16 conversions.Bob Wilson2010-12-151-0/+6
* Add SlotIndexes::getMBBRange() to get the range of a basic block in a singleJakob Stoklund Olesen2010-12-151-6/+10
* Adding target specific calling conventions to support the MBlaze GCC functionWesley Peck2010-12-151-1/+8
* Move Value::getUnderlyingObject to be a standaloneDan Gohman2010-12-152-10/+12
* Implement cleanups suggested by Daniel.Owen Anderson2010-12-151-2/+2
* Move Sub simplifications and additional Add simplifications out ofDuncan Sands2010-12-151-0/+5
* Relax alignment fragments.Rafael Espindola2010-12-152-14/+15
* Generalize an assert.Rafael Espindola2010-12-151-0/+6
* Introduce TargetRegisterInfo::getOverlaps(Reg), returning a list of allJakob Stoklund Olesen2010-12-141-9/+18
* Add TargetRegisterInfo::printReg() to pretty-print registers.Jakob Stoklund Olesen2010-12-141-0/+4
* ARM Fixups relative to thumb functions need to have the low bit of the valueJim Grosbach2010-12-141-0/+18
* remove the dead (and terrible) llvm::RemoveSuccessor function.Chris Lattner2010-12-141-9/+0
* Remove debugging code.Jakob Stoklund Olesen2010-12-141-66/+0
* Introduce a new PartialAlias response for AliasAnalysis. For mostDan Gohman2010-12-101-2/+3
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-108-23/+135
* Mach-O/ARM: Add relocation type enumeration.Daniel Dunbar2010-12-101-0/+12
* Mach-O: Tweak field name.Daniel Dunbar2010-12-101-1/+1
* Remove dead header.Nick Lewycky2010-12-101-59/+0
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-108-135/+23
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-098-23/+135
* Fix an issue in some Thumb fixups, where the effective PC address needs to be...Owen Anderson2010-12-091-1/+4
* Fix whitespace.Michael J. Spencer2010-12-091-1/+1
* Support: Move c_str from SmallVector back to SmallString and add a free standingMichael J. Spencer2010-12-092-7/+7
* Support/FileSystem: Change file_status predicate functions that cannot fail toMichael J. Spencer2010-12-091-31/+34
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-093-20/+27
* Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointi...Lang Hames2010-12-081-1/+2
* Add support to create debug info for functions and methods.Devang Patel2010-12-081-0/+52
* Add support to create class type.Devang Patel2010-12-082-2/+21
* Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick2010-12-081-19/+30
* Stub out RegAllocGreedy.Jakob Stoklund Olesen2010-12-082-0/+6
* Add support to create vector, array, enums etc...Devang Patel2010-12-081-1/+86
* Let target asm backends see assembler flags as they go by. Use that to handleJim Grosbach2010-12-081-0/+5
* Global variable does not need linkage name.Devang Patel2010-12-081-3/+1
* Add support to create local variable's debug info.Devang Patel2010-12-071-0/+19
* Layout each section independently. With the testcase in PR8711:Rafael Espindola2010-12-072-7/+2
* Add support to create variables, structs etc.. using DIBuilder.Devang Patel2010-12-072-5/+147
* Fix begin() and end() on const IntervalMap.Jakob Stoklund Olesen2010-12-071-4/+5
* Missed a spot removing Alarm.Michael J. Spencer2010-12-071-1/+0
* Support: Remove Alarm. It is unused (via local grep and google code search).Michael J. Spencer2010-12-071-51/+0
* Support/PathV2: Remove const from bool return types.Michael J. Spencer2010-12-071-10/+10
* Fix spelling.Michael J. Spencer2010-12-071-1/+1
* Support: Remove DynamicLinker.h. It is unused and unimplemented.Michael J. Spencer2010-12-071-40/+0
* Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer2010-12-071-46/+42
* PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad2010-12-072-16/+16
* Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer2010-12-071-81/+24
* Support/PathV2: Move make_absolute from path to fs.Michael J. Spencer2010-12-072-13/+13
* Support/PathV2: Clarify and correct documentation.Michael J. Spencer2010-12-071-3/+4