| Commit message (Expand) | Author | Age | Files | Lines |
* | Reflow to fit 80-col. | Mike Stump | 2009-05-14 | 1 | -2/+2 |
* | Reflow to fit 80-col. | Mike Stump | 2009-05-14 | 1 | -2/+2 |
* | More MSVC fixes -- class/struct conflicts. | Bill Wendling | 2009-05-12 | 1 | -1/+1 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 2 | -3/+3 |
* | Fix compilation for some targets other than x86. | Argiris Kirtzidis | 2009-04-30 | 2 | -2/+0 |
* | Make DebugLoc independent of DwarfWriter. | Argiris Kirtzidis | 2009-04-30 | 2 | -0/+2 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 3 | -3/+6 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 3 | -9/+11 |
* | Properly print 'P' modifier on inline asm memory operands. | Anton Korobeynikov | 2009-04-28 | 2 | -8/+9 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 3 | -11/+9 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 3 | -9/+11 |
* | Add support for printing MO_ExternalSymbol operands in | Dan Gohman | 2009-04-23 | 1 | -2/+4 |
* | X86-64 TLS support for local exec and initial exec. | Rafael Espindola | 2009-04-13 | 1 | -4/+6 |
* | Re-apply 68552. | Rafael Espindola | 2009-04-08 | 4 | -9/+47 |
* | Temporarily revert r68552. This was causing a failure in the self-hosting LLVM | Bill Wendling | 2009-04-07 | 4 | -47/+9 |
* | Reduce code duplication on the TLS implementation. | Rafael Espindola | 2009-04-07 | 4 | -9/+47 |
* | Reapply 68073, with fixes. EH Landing-pad basic blocks are not | Dan Gohman | 2009-03-31 | 1 | -1/+4 |
* | Really temporarily revert r68073. | Bill Wendling | 2009-03-31 | 1 | -6/+1 |
* | Oy! When reverting r68073, I added in experimental code. Sorry... | Bill Wendling | 2009-03-31 | 1 | -1/+6 |
* | Revert r68073. It's causing a failure in the Apple-style builds. | Bill Wendling | 2009-03-31 | 1 | -6/+1 |
* | Except in asm-verbose mode, avoid printing labels for blocks that are | Dan Gohman | 2009-03-30 | 1 | -1/+6 |
* | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 3 | -7/+7 |
* | Don't print global names twice with -asm-verbose. | Evan Cheng | 2009-03-25 | 2 | -3/+3 |
* | Do not emit comments unless -asm-verbose. | Evan Cheng | 2009-03-24 | 2 | -10/+21 |
* | Use %rip-relative addressing on x86-64 whenever practical, as | Dan Gohman | 2009-03-14 | 1 | -9/+10 |
* | Re-apply 66024 with fixes: 1. Fixed indirect call to immediate address assemb... | Evan Cheng | 2009-03-12 | 1 | -2/+3 |
* | Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and the | Dan Gohman | 2009-03-11 | 1 | -3/+1 |
* | It makes no sense to have a ODR version of common | Duncan Sands | 2009-03-11 | 2 | -4/+2 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 2 | -12/+19 |
* | Fix PR3666: isel calls to constant addresses. | Evan Cheng | 2009-03-04 | 1 | -1/+3 |
* | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 1 | -1/+1 |
* | Refactor TLS code and add some tests. The tests and expected results are: | Rafael Espindola | 2009-02-27 | 1 | -6/+23 |
* | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling | 2009-02-24 | 4 | -11/+11 |
* | Drop bunch of half-working stuff in the ext_weak linkage support. | Anton Korobeynikov | 2009-02-21 | 1 | -6/+19 |
* | Put code that generates debug labels into TableGen so that it can be used by | Bill Wendling | 2009-02-18 | 2 | -17/+2 |
* | GV with null value initializer shouldn't go to BSS if it's meant for a mergea... | Evan Cheng | 2009-02-18 | 1 | -1/+3 |
* | --- Merging (from foreign repository) r64714 into '.': | Bill Wendling | 2009-02-17 | 1 | -7/+12 |
* | Record debug location information in the Dwarf writer. | Bill Wendling | 2009-02-06 | 2 | -2/+16 |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 1 | -5/+5 |
* | hopefully address PR3379 by making the P modifier work in x86 inline asm. | Chris Lattner | 2009-01-23 | 1 | -0/+3 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 2 | -5/+8 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 2 | -3/+3 |
* | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 1 | -3/+3 |
* | Convert DwarfWriter into a pass. | Devang Patel | 2009-01-08 | 2 | -13/+13 |
* | Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are... | Evan Cheng | 2008-12-05 | 2 | -3/+27 |
* | Temporarily revert r60519. It was causing a bootstrap failure: | Bill Wendling | 2008-12-04 | 1 | -2/+0 |
* | Visibility hidden GVs do not require extra load of symbol address from the GO... | Evan Cheng | 2008-12-04 | 1 | -0/+2 |
* | Make a convenient helper for printing offsets. | Anton Korobeynikov | 2008-11-22 | 2 | -20/+4 |
* | Adds extern "C" ints to the .cpp files that use RegisterTarget, as | Oscar Fuentes | 2008-11-15 | 1 | -0/+3 |
* | Temporary revert my last commit: it seems it's triggering some subtle bug in ... | asl | 2008-11-08 | 2 | -4/+20 |