Age | Commit message (Expand) | Author |
2012-02-24 | ARM Thumb symbol references in assembly need the low bit set. | Jim Grosbach |
2012-02-11 | Add support for implicit TLS model used with MS VC runtime. | Anton Korobeynikov |
2012-02-07 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-01-26 | Add support for the R_ARM_TARGET1 relocation, which should be given to reloca... | James Molloy |
2012-01-10 | Add 'llvm_unreachable' to passify GCC's understanding of the constraints | Chandler Carruth |
2012-01-10 | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie |
2011-12-22 | Local dynamic TLS model for direct object output. Create the correct TLS MIPS | Akira Hatanaka |
2011-11-15 | Remove function printMipsSymbolRef. | Akira Hatanaka |
2011-10-25 | This is the first of several patches for Mips direct object generation. | Bruno Cardoso Lopes |
2011-07-25 | Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA... | Evan Cheng |
2011-07-23 | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th... | Evan Cheng |
2011-06-09 | Fix emission of PPC64 assembler on non-darwin platforms by splitting | Roman Divacky |
2011-04-29 | MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semantics | Daniel Dunbar |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-03-21 | Add support for Thumb interworking addresses for symbol offsets that get cons... | Owen Anderson |
2011-01-23 | Add support for lowercase variants. | Rafael Espindola |
2011-01-13 | Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step | Evan Cheng |
2010-12-22 | Add r122359 back now that the bug in MCDwarfLineAddrFragment fragment has been | Rafael Espindola |
2010-12-22 | Revert r122359 while I debug PR8845. | Rafael Espindola |
2010-12-22 | Use references and simplify. | Rafael Espindola |
2010-12-21 | Simplify EvaluateAsAbsolute now that EvaluateAsRelocatableImpl does all | Rafael Espindola |
2010-12-19 | Fixed version of 122160 (the previous one would fold undefined symbols). | Rafael Espindola |
2010-12-19 | Revert 122160 while I debug it. | Rafael Espindola |
2010-12-19 | Move all folding to AttemptToFoldSymbolOffsetDifference. | Rafael Espindola |
2010-12-18 | Merge isAbsolute into IsSymbolRefDifferenceFullyResolved. | Rafael Espindola |
2010-12-18 | Remove the MCObjectFormat class. | Rafael Espindola |
2010-12-18 | Add a FIXME and explain a hack. | Rafael Espindola |
2010-12-18 | Fix the note. | Rafael Espindola |
2010-12-18 | Revert 122011, 122012, 122013, 122023 adding back an important optimization. | Rafael Espindola |
2010-12-17 | MC/Expr: Implemnt more aggressive folding during symbol evaluation using | Daniel Dunbar |
2010-12-17 | MC/Expr: Simplify. | Daniel Dunbar |
2010-12-17 | MC: Remove another dead MCAssembler argument, and update clients. | Daniel Dunbar |
2010-12-17 | MC: Remove dead MCAssembler argument -- Rafael, can you check the FIXME I added | Daniel Dunbar |
2010-12-17 | MC: Simplify (remove unnecessary MCAssembler argument, obsoleted by containment | Daniel Dunbar |
2010-12-17 | Write => in a more normal form. | Daniel Dunbar |
2010-12-17 | MC/Expr: Simplify (and add a FIXME). | Daniel Dunbar |
2010-12-16 | MC/Expr: Add a doxyment. | Daniel Dunbar |
2010-12-07 | Sorry for such a large commit. The summary is that only MachO cares about the | Rafael Espindola |
2010-12-06 | Use references to simplify the code a bit. | Rafael Espindola |
2010-12-06 | Simplify a bit. | Rafael Espindola |
2010-12-03 | Try to resolve symbol differences early, and if successful create a plain | Rafael Espindola |
2010-12-02 | Add a fast path to EvaluateSymbolicAdd. This avoids computing symbol addresses | Rafael Espindola |
2010-11-17 | Fix typo. | Jim Grosbach |
2010-11-15 | Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original | Rafael Espindola |
2010-11-15 | add targetoperand flags for jump tables, constant pool and block address | Chris Lattner |
2010-11-14 | reimplement ppc asmprinter "toc" handling to use a VariantKind | Chris Lattner |
2010-11-10 | Update ARMConstantPoolValue to not use a modifier string. Use an explicit | Jim Grosbach |
2010-10-28 | Implement TLSLD. | Rafael Espindola |
2010-10-28 | Implement DTPOFF. | Rafael Espindola |
2010-10-28 | Implement TLSLDM. | Rafael Espindola |