1. 637d89f Add support for ELF PLT references for ARM MC asm printing. Adding a by Jim Grosbach · 15 years ago
  2. 3472766 Convert some tab stops into spaces. by Duncan Sands · 15 years ago
  3. 96ac515 Start adding mach-o tls reloc support. by Eric Christopher · 15 years ago
  4. 18c1021 Add support for movi32 of global values to the new (MC) asm printer. by Rafael Espindola · 15 years ago
  5. 08a408a MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue. by Daniel Dunbar · 15 years ago
  6. 9b97a73 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 15 years ago
  7. e9cfd68 MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment address with a symbol address. by Daniel Dunbar · 15 years ago
  8. 207e06e MC: Direct all {fragment,section,symbol} address access through the MCAsmLayout object. by Daniel Dunbar · 15 years ago
  9. ff54784 MC: Sprinkle in some more interesting statistics. by Daniel Dunbar · 15 years ago
  10. ef6e96f llvm-mc: Fast path EvaluateAbsolute of constants. by Daniel Dunbar · 15 years ago
  11. 9a1d200 MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will need this for accessing to symbol modifiers. by Daniel Dunbar · 15 years ago
  12. 4e815f8 MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. by Daniel Dunbar · 15 years ago
  13. d3da362 MC: Fix a crash on invalid, attempting to evaluate undefined symbols. by Daniel Dunbar · 15 years ago
  14. a0e36d5 MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs... by Daniel Dunbar · 15 years ago
  15. 979ba5b MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the assembly time value of variables. by Daniel Dunbar · 15 years ago
  16. f82f449 MC: Sketch initial MCAsmLayout class, which encapsulates the current layout of an assembly file. The MCAsmLayout is also available for use by MCExpr::EvaluateAs{Absolute,Relocatable}, to allow target specific hooks and "absolutizing" of symbols. by Daniel Dunbar · 15 years ago
  17. 98cdab5 set the temporary bit on MCSymbols correctly. by Chris Lattner · 15 years ago
  18. 036c130 Document that MCExpr::Mod is actually remainder. by Dan Gohman · 16 years ago
  19. df9c438 don't make hte dtor private or we can't construct the class. by Chris Lattner · 16 years ago
  20. 5d917a8 add scaffolding for target-specific MCExprs. by Chris Lattner · 16 years ago
  21. 8cb9a3b remove the MAI argument to MCExpr::print and switch overthing to use << when printing them. by Chris Lattner · 16 years ago
  22. 10b318b now that MCSymbol::print doesn't use it's MAI argument, we can by Chris Lattner · 16 years ago
  23. 5d2bcb1 Change errs() to dbgs(). by David Greene · 16 years ago
  24. 2928c83 Pass StringRef by value. by Daniel Dunbar · 16 years ago
  25. e00b011 MC: Remove unneeded context argument to MCExpr::Evaluate*. by Daniel Dunbar · 16 years ago
  26. 7c3600d MC: Move assembler variable values from MCContext to MCSymbol. by Daniel Dunbar · 16 years ago
  27. e579849 MC: Switch MCContext value table to storing MCExprs. by Daniel Dunbar · 16 years ago
  28. 4f3e7aa add a helper method for creating MCSymbol and MCSymbolRefExpr at the same time. by Chris Lattner · 16 years ago
  29. d50c2b9 parenthesize symbol names that start with $, fixing X86/dollar-name.ll with by Chris Lattner · 16 years ago
  30. d19ceb9 Print "X-42" instead of "X+-42". by Chris Lattner · 16 years ago
  31. be73e8c make formatting of expressions more closely match the existing asmprinter. by Chris Lattner · 16 years ago
  32. 8b4ada2 tidy whitespace. by Chris Lattner · 16 years ago
  33. 684c593d Thread an MCAsmInfo pointer through the various MC printing APIs, by Chris Lattner · 16 years ago
  34. 87392fd llvm-mc: Add MCExpr::{dump,print}. by Daniel Dunbar · 16 years ago
  35. 9643ac5 llvm-mc: Switch MCExpr construction to using static member functions, and taking the MCContext (which now owns all MCExprs). by Daniel Dunbar · 16 years ago
  36. 28c251b llvm-mc: Move AsmExpr into MC lib (as MCExpr). by Daniel Dunbar · 16 years ago[Renamed (67%) from tools/llvm-mc/AsmExpr.cpp]
  37. d644c32 llvm-mc: Make MCValue take const MCSymbol*s. by Daniel Dunbar · 16 years ago
  38. b27a41b llvm-mc: Fix a crash on invalid due to a typo in relocatable expression by Daniel Dunbar · 16 years ago
  39. 80f62d0 Rename MCValue::isConstant to isAbsolute. by Daniel Dunbar · 16 years ago
  40. 374d8bd llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are by Daniel Dunbar · 16 years ago
  41. b79742c Suppress may-be-used-uninitialized warning. by Daniel Dunbar · 16 years ago
  42. 3597604 llvm-mc: Rewrite binary subtraction for relocatable expressions, we can't always by Daniel Dunbar · 16 years ago
  43. 15d1707 llvm-mc: Evaluation for relocatable expressions. by Daniel Dunbar · 16 years ago
  44. fc6877a MC: Improve expression parsing and implement evaluation of absolute expressions by Daniel Dunbar · 16 years ago