| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make Program::Wait differentiate execution failure due to the file | Dan Gohman | 2010-10-29 | 1 | -2/+3 |
* | Simplify. | Devang Patel | 2010-10-29 | 1 | -22/+11 |
* | Print out the connected components in the verifier after complaining about their | Jakob Stoklund Olesen | 2010-10-29 | 1 | -3/+8 |
* | Fix indentation. | Devang Patel | 2010-10-28 | 1 | -5/+5 |
* | Backward compatibility. Gracefully handle older versions of debug info. | Devang Patel | 2010-10-28 | 1 | -0/+6 |
* | Do not work too hard to find type's file info. There is a special field to re... | Devang Patel | 2010-10-28 | 1 | -2/+8 |
* | Fix indentation. | Devang Patel | 2010-10-28 | 1 | -4/+4 |
* | 80-col violations. | Mikhail Glushenkov | 2010-10-28 | 1 | -5/+5 |
* | Do not rely on context to find file info. It is already provided as a separat... | Devang Patel | 2010-10-28 | 1 | -2/+8 |
* | Implement TLSLD. | Rafael Espindola | 2010-10-28 | 1 | -0/+1 |
* | Implement DTPOFF. | Rafael Espindola | 2010-10-28 | 1 | -0/+1 |
* | Implement TLSLDM. | Rafael Espindola | 2010-10-28 | 1 | -0/+1 |