aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add registry hook for assembly text outputChe-Liang Chiou2010-11-081-1/+51
* typosRafael Espindola2010-11-071-4/+4
* Add method for checking if a path is a symbolic link.Rafael Espindola2010-11-071-0/+6
* Relax dwarf line fragments. This fixes a crash in the included testcase.Rafael Espindola2010-11-071-1/+11
* Prune includes.Benjamin Kramer2010-11-062-8/+3
* Reimplement BuildResultOperands to be in terms of the result instruction'sChris Lattner2010-11-061-3/+1
* Add '.code 32' assembler directive to MC streamers.Jim Grosbach2010-11-051-1/+2
* MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach2010-11-052-1/+6
* Trailing whitespace.Jim Grosbach2010-11-051-1/+1
* Allow targets to specify the MachO CPUType/CPUSubtype information.Jim Grosbach2010-11-051-1/+2
* Add v5 and v7 ARM CPU subtype values.Jim Grosbach2010-11-051-0/+2
* CrashRecoveryContext: Add RunSafelyOnThread helper function.Daniel Dunbar2010-11-051-0/+8
* Introduce DIBuilder. It is intended to be a front-end friendly interface to e...Devang Patel2010-11-041-0/+94
* Add getFile() to get DIFile of a DIType.Devang Patel2010-11-041-0/+1
* In the calling convention logic, ValVT is always a legal type,Duncan Sands2010-11-041-9/+9
* System: Add llvm_execute_on_thread, which does what it says.Daniel Dunbar2010-11-041-0/+14
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-031-6/+7
* Simplify uses of MVT and EVT. An MVT can be compared directlyDuncan Sands2010-11-033-23/+17
* Fix a comment typo.Duncan Sands2010-11-031-1/+1
* Inside the calling convention logic LocVT is always a simpleDuncan Sands2010-11-033-19/+30
* 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