Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
75773ff00da79ecf65e8578cf6f013295a2069cf
/
lib
/
MC
/
MCExpr.cpp
7c3600d
MC: Move assembler variable values from MCContext to MCSymbol.
by Daniel Dunbar
· 15 years ago
e579849
MC: Switch MCContext value table to storing MCExprs.
by Daniel Dunbar
· 15 years ago
4f3e7aa
add a helper method for creating MCSymbol and MCSymbolRefExpr at the same time.
by Chris Lattner
· 15 years ago
d50c2b9
parenthesize symbol names that start with $, fixing X86/dollar-name.ll with
by Chris Lattner
· 15 years ago
d19ceb9
Print "X-42" instead of "X+-42".
by Chris Lattner
· 15 years ago
be73e8c
make formatting of expressions more closely match the existing asmprinter.
by Chris Lattner
· 15 years ago
8b4ada2
tidy whitespace.
by Chris Lattner
· 15 years ago
684c593d
Thread an MCAsmInfo pointer through the various MC printing APIs,
by Chris Lattner
· 15 years ago
87392fd
llvm-mc: Add MCExpr::{dump,print}.
by Daniel Dunbar
· 15 years ago
9643ac5
llvm-mc: Switch MCExpr construction to using static member functions, and taking the MCContext (which now owns all MCExprs).
by Daniel Dunbar
· 15 years ago
28c251b
llvm-mc: Move AsmExpr into MC lib (as MCExpr).
by Daniel Dunbar
· 15 years ago
[Renamed (67%) from tools/llvm-mc/AsmExpr.cpp]
d644c32
llvm-mc: Make MCValue take const MCSymbol*s.
by Daniel Dunbar
· 15 years ago
b27a41b
llvm-mc: Fix a crash on invalid due to a typo in relocatable expression
by Daniel Dunbar
· 15 years ago
80f62d0
Rename MCValue::isConstant to isAbsolute.
by Daniel Dunbar
· 15 years ago
374d8bd
llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are
by Daniel Dunbar
· 15 years ago
b79742c
Suppress may-be-used-uninitialized warning.
by Daniel Dunbar
· 15 years ago
3597604
llvm-mc: Rewrite binary subtraction for relocatable expressions, we can't always
by Daniel Dunbar
· 15 years ago
15d1707
llvm-mc: Evaluation for relocatable expressions.
by Daniel Dunbar
· 15 years ago
fc6877a
MC: Improve expression parsing and implement evaluation of absolute expressions
by Daniel Dunbar
· 15 years ago