| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an atomic lowering pass | Peter Collingbourne | 2010-08-03 | 2 | -0/+161 |
* | Use unary + instead of a separate local variable for working | Dan Gohman | 2010-08-03 | 1 | -2/+1 |
* | MC: Fix symbol fragment offsets in COFF. | Michael J. Spencer | 2010-08-03 | 1 | -1/+2 |
* | Revert "MC: Fix symbol fragment offsets in COFF." | Michael J. Spencer | 2010-08-03 | 1 | -2/+1 |
* | MC: Add time travel support to COFF. | Michael J. Spencer | 2010-08-03 | 1 | -0/+4 |
* | MC: Fix symbol fragment offsets in COFF. | Michael J. Spencer | 2010-08-03 | 1 | -1/+2 |
* | Fix CMake build | Michael J. Spencer | 2010-08-03 | 1 | -0/+1 |
* | Introduce a symbolic constant for ~0u for use with AliasAnalysis. | Dan Gohman | 2010-08-03 | 2 | -9/+10 |
* | Add a convenient form of AliasAnalysis::alias for the case where the sizes | Dan Gohman | 2010-08-03 | 2 | -6/+3 |
* | Make SCEVUnknown a CallbackVH, so that it can be notified directly | Dan Gohman | 2010-08-02 | 1 | -47/+46 |
* | Sketch up a preliminary Type-Based Alias Analysis implementation. | Dan Gohman | 2010-08-02 | 1 | -0/+191 |
* | Fix visitInvokeInst to call visitTerminatorInst, and remove | Dan Gohman | 2010-08-02 | 1 | -4/+1 |
* | Add Verifier logic for indirectbr. | Dan Gohman | 2010-08-02 | 1 | -0/+11 |
* | Add a lint check for indirectbr with no successors. | Dan Gohman | 2010-08-02 | 1 | -0/+3 |
* | Add explicit constructors. Patch by Renato Golin. | Devang Patel | 2010-08-02 | 1 | -0/+15 |
* | Early exit and reduce indentation. No functionality change. | Bill Wendling | 2010-08-02 | 1 | -105/+106 |
* | Fix namespace polution. | Dan Gohman | 2010-08-02 | 2 | -2/+6 |
* | Free DbgScope created for dead functions. | Devang Patel | 2010-08-02 | 1 | -0/+4 |
* | More SPU v2f32 stuff added: insertelement and shuffle. | Kalle Raiskila | 2010-08-02 | 2 | -0/+9 |
* | Add preliminary v2f32 support for SPU. Like with v2i32, we just | Kalle Raiskila | 2010-08-02 | 4 | -69/+81 |
* | Re-apply the infamous r108614, with a fix pointed out by Dirk Steinke. | Owen Anderson | 2010-08-02 | 1 | -5/+38 |
* | Add preliminary v2i32 support for SPU backend. As there are no | Kalle Raiskila | 2010-08-02 | 4 | -6/+49 |
* | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes | 2010-08-02 | 8 | -16/+16 |
* | Fix a -Wreorder warning. | Daniel Dunbar | 2010-08-02 | 1 | -1/+1 |
* | Work in progress. | Nick Lewycky | 2010-08-02 | 1 | -129/+164 |
* | PR7586: Make sure we don't claim that unknown bits are actually known in the | Eli Friedman | 2010-08-02 | 1 | -3/+2 |
* | PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR. | Eli Friedman | 2010-08-02 | 1 | -3/+3 |
* | PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actually | Eli Friedman | 2010-08-01 | 1 | -2/+2 |
* | Preallocate vector, avoid unnecessary vector growth. | Benjamin Kramer | 2010-08-01 | 1 | -0/+1 |
* | Reference the personalities. Don't copy them into a new vector. | Bill Wendling | 2010-08-01 | 1 | -1/+1 |
* | Silence some -Asserts uninitialized variable warnings. | Daniel Dunbar | 2010-07-31 | 2 | -2/+3 |
* | Speculatively revert r108614, "Another attempt at getting the clang self-host to | Daniel Dunbar | 2010-07-31 | 1 | -32/+0 |
* | MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend. | Michael J. Spencer | 2010-07-31 | 1 | -1/+0 |
* | Move newlines before inline jumptables from the asm strings in .td files to | Bob Wilson | 2010-07-31 | 4 | -9/+9 |
* | Add relax all support to the COFF object streamer. | Michael J. Spencer | 2010-07-31 | 2 | -3/+6 |
* | Add support for disassembling VMVN (immediate) instructions. PR7747. | Bob Wilson | 2010-07-31 | 1 | -0/+4 |
* | The BlockExtractorPass() constructor was not reading the BlockFile and that was | Rafael Espindola | 2010-07-31 | 1 | -5/+3 |
* | Add an initial implementation of PHI translation for LazyValueInfo. This inv... | Owen Anderson | 2010-07-30 | 1 | -35/+72 |
* | Add -disable-shifter-op to disable isel of shifter ops. On Cortex-a9 the shif... | Evan Cheng | 2010-07-30 | 1 | -0/+11 |
* | Add a check in the ARM disassembler for NEON instructions that would | Bob Wilson | 2010-07-30 | 1 | -5/+9 |
* | PPC doesn't supported VLA with large alignment. This was | Dale Johannesen | 2010-07-30 | 1 | -2/+2 |
* | Move MaximumAlignment to be a member of the Value class. | Dan Gohman | 2010-07-30 | 2 | -2/+3 |
* | Revert my last two patches to LVI, which recent changes have exposed a miscom... | Owen Anderson | 2010-07-30 | 1 | -56/+94 |
* | Add missing newline to debug statement. | Nick Lewycky | 2010-07-30 | 1 | -1/+1 |
* | Add the __TEXT,__StaticInit section to the list of sections emitted at the | Bob Wilson | 2010-07-30 | 1 | -0/+6 |
* | Support all 128-bit AVX vector intrinsics. Most part of them I already | Bruno Cardoso Lopes | 2010-07-30 | 3 | -232/+240 |
* | Fix typo! | Bruno Cardoso Lopes | 2010-07-30 | 1 | -8/+8 |
* | MC: Initialize MCFragment::Offset, noticed by Cameron Esfahani. | Daniel Dunbar | 2010-07-30 | 1 | -1/+2 |
* | Fix -Wmissing-field-initializers warnings. | Daniel Dunbar | 2010-07-30 | 1 | -15/+5 |
* | Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctly | Eli Friedman | 2010-07-30 | 1 | -6/+3 |