| Commit message (Expand) | Author | Age | Files | Lines |
* | Add registry hook for assembly text output | Che-Liang Chiou | 2010-11-08 | 1 | -1/+51 |
* | typos | Rafael Espindola | 2010-11-07 | 1 | -4/+4 |
* | Add method for checking if a path is a symbolic link. | Rafael Espindola | 2010-11-07 | 1 | -0/+6 |
* | Relax dwarf line fragments. This fixes a crash in the included testcase. | Rafael Espindola | 2010-11-07 | 1 | -1/+11 |
* | Prune includes. | Benjamin Kramer | 2010-11-06 | 2 | -8/+3 |
* | Reimplement BuildResultOperands to be in terms of the result instruction's | Chris Lattner | 2010-11-06 | 1 | -3/+1 |
* | Add '.code 32' assembler directive to MC streamers. | Jim Grosbach | 2010-11-05 | 1 | -1/+2 |
* | MC'ize the '.code 16' and '.thumb_func' ARM directives. | Jim Grosbach | 2010-11-05 | 2 | -1/+6 |
* | Trailing whitespace. | Jim Grosbach | 2010-11-05 | 1 | -1/+1 |
* | Allow targets to specify the MachO CPUType/CPUSubtype information. | Jim Grosbach | 2010-11-05 | 1 | -1/+2 |
* | Add v5 and v7 ARM CPU subtype values. | Jim Grosbach | 2010-11-05 | 1 | -0/+2 |
* | CrashRecoveryContext: Add RunSafelyOnThread helper function. | Daniel Dunbar | 2010-11-05 | 1 | -0/+8 |
* | Introduce DIBuilder. It is intended to be a front-end friendly interface to e... | Devang Patel | 2010-11-04 | 1 | -0/+94 |
* | Add getFile() to get DIFile of a DIType. | Devang Patel | 2010-11-04 | 1 | -0/+1 |
* | In the calling convention logic, ValVT is always a legal type, | Duncan Sands | 2010-11-04 | 1 | -9/+9 |
* | System: Add llvm_execute_on_thread, which does what it says. | Daniel Dunbar | 2010-11-04 | 1 | -0/+14 |
* | Rename FindExecutable to PrependMainExecutablePath. | Mikhail Glushenkov | 2010-11-03 | 1 | -6/+7 |
* | Simplify uses of MVT and EVT. An MVT can be compared directly | Duncan Sands | 2010-11-03 | 3 | -23/+17 |
* | Fix a comment typo. | Duncan Sands | 2010-11-03 | 1 | -1/+1 |
* | Inside the calling convention logic LocVT is always a simple | Duncan Sands | 2010-11-03 | 3 | -19/+30 |
* | Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten... | Evan Cheng | 2010-11-03 | 1 | -18/+18 |
* | Two sets of changes. Sorry they are intermingled. | Evan Cheng | 2010-11-03 | 2 | -25/+41 |
* | Factor code out of APInt to form a isUIntN helper function. | Dan Gohman | 2010-11-03 | 2 | -1/+7 |
* | Let the -inline-threshold command line argument take precedence over the | Jakob Stoklund Olesen | 2010-11-02 | 1 | -0/+2 |
* | appendSuffix: don't append a dot when the suffix is empty. | Mikhail Glushenkov | 2010-11-02 | 1 | -1/+2 |
* | Do relaxations with FT_Org fragments. Fixes the FIXME: | Rafael Espindola | 2010-11-02 | 1 | -1/+10 |
* | FindExecutable: remove the executability check. | Mikhail Glushenkov | 2010-11-02 | 1 | -4/+4 |
* | Make FindProgramByName return paths with slashes unmodified on Windows. | Mikhail Glushenkov | 2010-11-02 | 1 | -1/+2 |
* | Path: Add GetEXESuffix() to complement GetDLLSuffix(). | Mikhail Glushenkov | 2010-11-02 | 1 | -0/+6 |
* | Add support for expressions in .sleb/.uleb directives. | Rafael Espindola | 2010-11-02 | 3 | -7/+57 |
* | Fix comment typo. | Duncan Sands | 2010-11-02 | 1 | -1/+1 |
* | Add some comments explaining what MVT and EVT are, and how they differ. | Duncan Sands | 2010-11-02 | 1 | -3/+10 |
* | Remove trailing whitespace. | Duncan Sands | 2010-11-02 | 1 | -10/+10 |
* | Tweak to fix spelling and grammar in comment. | Jim Grosbach | 2010-11-02 | 1 | -3/+3 |
* | Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it. | Rafael Espindola | 2010-11-01 | 1 | -0/+4 |
* | Implement .weakref. | Rafael Espindola | 2010-11-01 | 3 | -4/+17 |
* | eliminate the old InstFormatName which is always "AsmString", | Chris Lattner | 2010-11-01 | 1 | -4/+0 |
* | Add a specialization for 'long', a hole in the set of fundamental | Chandler Carruth | 2010-10-31 | 1 | -0/+14 |
* | Attach a GCModuleInfo to a MachineFunction. | Nicolas Geoffray | 2010-10-31 | 1 | -1/+5 |
* | sketch out the planned instruction alias mechanism, add some comments about | Chris Lattner | 2010-10-31 | 1 | -0/+12 |
* | Explain the return value of CCAssignFn. | Duncan Sands | 2010-10-31 | 1 | -1/+1 |
* | Add support for files with more than 65280 sections. No testcase since | Rafael Espindola | 2010-10-31 | 1 | -0/+1 |
* | Resolve a terrible hack in tblgen: instead of hardcoding | Chris Lattner | 2010-10-30 | 1 | -0/+12 |
* | Implement (and document!) support for MnemonicAlias's to have Requires | Chris Lattner | 2010-10-30 | 1 | -1/+8 |
* | implement (and document!) the first kind of MC assembler alias, which | Chris Lattner | 2010-10-30 | 1 | -0/+19 |
* | 80 columns. | Jim Grosbach | 2010-10-30 | 1 | -5/+5 |
* | Rename alignof -> alignOf to avoid irritating C++'0x compilers, | Chris Lattner | 2010-10-30 | 4 | -6/+6 |
* | Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is needed | Jakob Stoklund Olesen | 2010-10-30 | 1 | -0/+5 |
* | Mult-alt constraint incremental development step 3. | John Thompson | 2010-10-29 | 2 | -5/+5 |
* | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson | 2010-10-29 | 3 | -19/+37 |