aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...Evan Cheng2010-11-031-18/+18
* Two sets of changes. Sorry they are intermingled.Evan Cheng2010-11-032-25/+41
* Factor code out of APInt to form a isUIntN helper function.Dan Gohman2010-11-032-1/+7
* Let the -inline-threshold command line argument take precedence over theJakob Stoklund Olesen2010-11-021-0/+2
* appendSuffix: don't append a dot when the suffix is empty.Mikhail Glushenkov2010-11-021-1/+2
* Do relaxations with FT_Org fragments. Fixes the FIXME:Rafael Espindola2010-11-021-1/+10
* FindExecutable: remove the executability check.Mikhail Glushenkov2010-11-021-4/+4
* Make FindProgramByName return paths with slashes unmodified on Windows.Mikhail Glushenkov2010-11-021-1/+2
* Path: Add GetEXESuffix() to complement GetDLLSuffix().Mikhail Glushenkov2010-11-021-0/+6
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-023-7/+57
* Fix comment typo.Duncan Sands2010-11-021-1/+1
* Add some comments explaining what MVT and EVT are, and how they differ.Duncan Sands2010-11-021-3/+10
* Remove trailing whitespace.Duncan Sands2010-11-021-10/+10
* Tweak to fix spelling and grammar in comment.Jim Grosbach2010-11-021-3/+3
* Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.Rafael Espindola2010-11-011-0/+4
* Implement .weakref.Rafael Espindola2010-11-013-4/+17
* eliminate the old InstFormatName which is always "AsmString",Chris Lattner2010-11-011-4/+0
* Add a specialization for 'long', a hole in the set of fundamentalChandler Carruth2010-10-311-0/+14
* Attach a GCModuleInfo to a MachineFunction.Nicolas Geoffray2010-10-311-1/+5
* sketch out the planned instruction alias mechanism, add some comments aboutChris Lattner2010-10-311-0/+12
* Explain the return value of CCAssignFn.Duncan Sands2010-10-311-1/+1
* Add support for files with more than 65280 sections. No testcase sinceRafael Espindola2010-10-311-0/+1
* Resolve a terrible hack in tblgen: instead of hardcodingChris Lattner2010-10-301-0/+12
* Implement (and document!) support for MnemonicAlias's to have Requires Chris Lattner2010-10-301-1/+8
* implement (and document!) the first kind of MC assembler alias, which Chris Lattner2010-10-301-0/+19
* 80 columns.Jim Grosbach2010-10-301-5/+5
* Rename alignof -> alignOf to avoid irritating C++'0x compilers,Chris Lattner2010-10-304-6/+6
* Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is neededJakob Stoklund Olesen2010-10-301-0/+5
* Mult-alt constraint incremental development step 3.John Thompson2010-10-292-5/+5
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-293-19/+37
* Make Program::Wait differentiate execution failure due to the fileDan Gohman2010-10-291-2/+3
* Simplify.Devang Patel2010-10-291-22/+11
* Print out the connected components in the verifier after complaining about theirJakob Stoklund Olesen2010-10-291-3/+8
* Fix indentation.Devang Patel2010-10-281-5/+5
* Backward compatibility. Gracefully handle older versions of debug info.Devang Patel2010-10-281-0/+6
* Do not work too hard to find type's file info. There is a special field to re...Devang Patel2010-10-281-2/+8
* Fix indentation.Devang Patel2010-10-281-4/+4
* 80-col violations.Mikhail Glushenkov2010-10-281-5/+5
* Do not rely on context to find file info. It is already provided as a separat...Devang Patel2010-10-281-2/+8
* Implement TLSLD.Rafael Espindola2010-10-281-0/+1
* Implement DTPOFF.Rafael Espindola2010-10-281-0/+1
* Implement TLSLDM.Rafael Espindola2010-10-281-0/+1
* Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.Rafael Espindola2010-10-281-0/+1
* Add support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TLS_IE and R_386_TLS_LE.Rafael Espindola2010-10-271-1/+26
* Give a name to nameless argument.Devang Patel2010-10-271-1/+1
* It is confusing to call a random-access iterator 'InputIterator'.Mikhail Glushenkov2010-10-272-141/+182
* Trailing whitespace.Mikhail Glushenkov2010-10-272-67/+67
* Use a MemIntrinsicSDNode for ISD::PREFETCH, which touchesDale Johannesen2010-10-261-2/+4
* Teach MachineBasicBlock::print() to annotate instructions and blocks withJakob Stoklund Olesen2010-10-262-2/+3
* Use instruction itinerary to determine what instructions are 'cheap'.Evan Cheng2010-10-261-0/+6