2010-11-14 |
Chris Lattner | hopefully fix cmake as well. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Chris Lattner | fix the autoconf script to detect "has asmprinter"ness... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Chris Lattner | move all the target's asmprinters into the main target... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Duncan Sands | If dom tree information is available, make it possible... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Chris Lattner | move PPCAsmPrinter into the main PPC library, like... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Chris Lattner | fix cmake |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Chris Lattner | no alpha jit support. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Chris Lattner | remove JIT support from the Alpha backend. The JIT... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Dale Johannesen | Segregate tests by target. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Chris Lattner | random acts of tidiness. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Duncan Sands | Teach InstructionSimplify about phi nodes. I chose... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Duncan Sands | Boost the power of phi node constant folding slightly... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
NAKAMURA Takumi | unittests/CMakeLists.txt: Add missing VMCore/ValueMapTe... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Duncan Sands | Strip trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Chris Lattner | rename test. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Chris Lattner | filecheckize, remove an old and useless test |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Chris Lattner | this test is pretty pointless and "propogation" isn... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Owen Anderson | Second attempt at providing correct encodings for Thumb... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Rafael Espindola | Handle a peculiar comdat case: Creating a section with... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
NAKAMURA Takumi | FileCheck: Eliminate DOSish \r from input file. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Rafael Espindola | Simplify getSymbolIndexInSymbolTable by setting the... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Rafael Espindola | Fix warning. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Duncan Sands | Testcase to go along with commit 118923 ("Have GVN... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Peter Collingbourne | Recognise 32-bit ror-based bswap implementation used... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Peter Collingbourne | Support ; as asm separator |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Duncan Sands | Generalize the reassociation transform in SimplifyCommu... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Duncan Sands | Fix typo pointed out by Trevor Harmon. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Bill Wendling | Comment out the defms until they're activated. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Bill Wendling | Add uses of the *_ldst_multi multiclasses. These aren... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Bill Wendling | Convert the modes to lower case. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Bill Wendling | Minor cleanups: |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Bill Wendling | Add *_ldst_mult multiclasses to the ARM back-end. These... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Daniel Dunbar | MC: Simplify Mach-O and ELF object writer implementations. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Wesley Peck | Fixed error and re-enabled MBlaze MC disassembler tests. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Evan Cheng | Conditional moves are slightly more expensive than... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Rafael Espindola | Fix warning and add support for printing gnu_unique_ob... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Rafael Espindola | Parse and record the gnu_unique_object type. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Jim Grosbach | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Dale Johannesen | This test stops after disassembling 1 instructions on |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Rafael Espindola | Parse and remember discriminators in .loc line. I try... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Wesley Peck | Add test cases that should have been committed with... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Daniel Dunbar | JIT: More nitty style tweakage, aka territory marking. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Daniel Dunbar | report_fatal_error: Simplify a possible ambiguity. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Daniel Dunbar | More style nittiness. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Daniel Dunbar | Clean up some doxyments/style. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Wesley Peck | 1. Adding test cases for MBlaze MC disassembler. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Evan Cheng | Add conditional move of large immediate. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Jim Grosbach | Swap multiclass operand order for consistency with... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Jim Grosbach | Continue ARM indexed load refactoring. Multiclass for... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Rafael Espindola | Fix the encoding of negative line deltas. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Daniel Dunbar | Fix some more 80-col violas. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Daniel Dunbar | Fix 80-col violation / non-sensicalness. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Jim Grosbach | More ARM load/store indexed refactoring. Also fix an... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Dan Gohman | Revert r118917, which is implicated in the llvm-gcc... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Daniel Dunbar | Update CMake. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Daniel Dunbar | lli: Switch to using ParseIRFile, for consistency with... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Evan Cheng | Fix an obvious typo which inverted an immediate. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Eric Christopher | This should be still failing, but is. Disable it with the |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Wesley Peck | 1. Adding missing immediate mode asm parser test cases. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Eric Christopher | Temporarily revert this. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Evan Cheng | For pre-v6t2 targets, only select MOVi32imm if the... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Wesley Peck | Fixing improperly encoded reverse subtract instructions... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Owen Anderson | Revert r118939 while I work out why it broke some build... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Wesley Peck | 1. Finishing MBlaze MC asm parser test cases |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Devang Patel | Remove DW_AT_start_scope support. It is incomplete... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Owen Anderson | Attemt to provide correct encodings for Thumb2 binary... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Evan Cheng | Eliminate ARM::MOVi2pieces. Just use MOVi32imm and... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Eric Christopher | Make this happen for ARM like x86. Don't entirely bail... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Evan Cheng | Add conditional mvn instructions. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Jim Grosbach | Zap a copy/paste-o bit of dead code. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Jim Grosbach | Refactor to parameterize some ARM load/store encoding... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Owen Anderson | First stab at providing correct Thumb2 encodings, start... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Duncan Sands | Have GVN simplify instructions as it goes. For example... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Evan Cheng | Add some missing isel predicates on def : pat patterns... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Jim Grosbach | Kill more unused stuff. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Benjamin Kramer | MCELF: Copy the symbol name only if we're going to... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Jim Grosbach | Remove unused class. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Rafael Espindola | Add --enable-docs. Patch by NAKAMURA Takumi. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Dan Gohman | When the definition of an address value is in a differe... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Chris Lattner | accept lret as an alias for lretl, fixing the reopened... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Rafael Espindola | Remove what looks like dead code in the production... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Andrew Trick | typo (4th checkin for one fix) |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Andrew Trick | Emacs auto-fill bug. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Jim Grosbach | Fill in the default predication bits for ARM unconditio... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Andrew Trick | Test case for PR8287: SD scheduling time. Fixed in... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Jim Grosbach | Encoding for ARM LDRSB instructions. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Andrew Trick | Fixes PR8287: SD scheduling time. The fix is a failsafe... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Chris Lattner | implement PR8592: empirically "lretq" is a "lret" with... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Chris Lattner | tidy up. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Rafael Espindola | gnu as support both % and @ before types, do the same. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Dan Gohman | Re-disable TBAA for now; it broke MultiSource/Applicati... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Kalle Raiskila | Fix memory access lowering on SPU, adding |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Eric Christopher | Fix up a few more spots of addrmode2 (or not) changes... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Dan Gohman | Enable TBAA. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Lang Hames | Fix some style issues in PBQP. Patch by David Blaikie. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Dan Gohman | Enhance DSE to handle the case where a free call makes... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Dan Gohman | Filecheckize. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Dale Johannesen | Remove possibly useful info from comment, per Chris. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Bruno Cardoso... | Enable mips32 mul instruction. Patch by Akira Hatanaka... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Chris Lattner | describe the preferred approach to silencing 'unused... |
commit | commitdiff | tree | snapshot |
next |