- Sep 23, 2010
-
-
Jim Grosbach authored
new VariantKind to the MCSymbolExpr seems like overkill, but I'm not sure there's a more straightforward way to get the printing difference captured. (i.e., x86 uses @PLT, ARM uses (PLT)). llvm-svn: 114613
-
- Jul 12, 2010
-
-
Duncan Sands authored
llvm-svn: 108130
-
- May 26, 2010
-
-
Eric Christopher authored
llvm-svn: 104651
-
- May 12, 2010
-
-
Rafael Espindola authored
llvm-svn: 103576
-
- May 05, 2010
-
-
Daniel Dunbar authored
llvm-svn: 103095
-
- Mar 30, 2010
-
-
Chris Lattner authored
create symbols. It is extremely error prone and a source of a lot of the remaining integrated assembler bugs on x86-64. This fixes rdar://7807601. llvm-svn: 99902
-
- Mar 25, 2010
-
-
Daniel Dunbar authored
MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment address with a symbol address. - This fixes the integrated-as nightly test regressions. llvm-svn: 99466
-
- Mar 24, 2010
-
-
Daniel Dunbar authored
llvm-svn: 99380
-
Daniel Dunbar authored
llvm-svn: 99350
-
Daniel Dunbar authored
llvm-svn: 99348
-
- Mar 18, 2010
-
-
Daniel Dunbar authored
MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will need this for accessing to symbol modifiers. llvm-svn: 98791
-
- Mar 16, 2010
-
-
Daniel Dunbar authored
- Although it would be nice to allow this decoupling, the assembler needs to be able to reason about MCSymbolRefExprs in too many places to make this viable. We can use a target specific encoding of the variant if this becomes an issue. - This patch also extends llvm-mc to support parsing of the modifiers, as opposed to lumping them in with the symbol. llvm-svn: 98592
-
- Mar 14, 2010
-
-
Daniel Dunbar authored
llvm-svn: 98464
-
- Mar 12, 2010
-
-
Daniel Dunbar authored
llvm-svn: 98380
-
- Mar 11, 2010
-
-
Daniel Dunbar authored
MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the assembly time value of variables. llvm-svn: 98241
-
Daniel Dunbar authored
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. llvm-svn: 98227
-
- Mar 10, 2010
-
-
Chris Lattner authored
llvm-svn: 98124
-
- Feb 09, 2010
-
-
Dan Gohman authored
Document that MCExpr::Div, Mod, and the comparison operators are all signed operators. Document that the comparison operators' results are target-dependent. Document that the behavior of shr is target-dependent. llvm-svn: 95619
-
- Feb 08, 2010
-
-
Chris Lattner authored
llvm-svn: 95587
-
Chris Lattner authored
llvm-svn: 95559
-
- Jan 18, 2010
-
-
Chris Lattner authored
llvm-svn: 93699
-
- Jan 17, 2010
-
-
Chris Lattner authored
remove it and change all the code that prints MCSymbols to use << instead, which is much simpler and cleaner. llvm-svn: 93695
-
- Jan 05, 2010
-
-
David Greene authored
llvm-svn: 92630
-
- Nov 06, 2009
-
-
Daniel Dunbar authored
llvm-svn: 86251
-
- Oct 16, 2009
-
-
Daniel Dunbar authored
llvm-svn: 84233
-
Daniel Dunbar authored
llvm-svn: 84229
-
Daniel Dunbar authored
llvm-svn: 84228
-
- Sep 16, 2009
-
-
Chris Lattner authored
the same time. llvm-svn: 81984
-
- Sep 09, 2009
-
-
Chris Lattner authored
the new asmprinter. llvm-svn: 81269
-
- Sep 08, 2009
-
-
Chris Lattner authored
llvm-svn: 81203
-
Chris Lattner authored
llvm-svn: 81202
-
Chris Lattner authored
llvm-svn: 81201
-
- Sep 03, 2009
-
-
Chris Lattner authored
and fix a few things using << on MCSymbols to use ->print(). No functionality change other than unbreaking my previous patch. llvm-svn: 80890
-
- Aug 31, 2009
-
-
Daniel Dunbar authored
llvm-svn: 80570
-
Daniel Dunbar authored
llvm-mc: Switch MCExpr construction to using static member functions, and taking the MCContext (which now owns all MCExprs). llvm-svn: 80569
-
Daniel Dunbar authored
llvm-svn: 80567
-
- Aug 26, 2009
-
-
Daniel Dunbar authored
llvm-svn: 80078
-
- Aug 11, 2009
-
-
Daniel Dunbar authored
evaluation. llvm-svn: 78692
-
- Jul 01, 2009
-
-
Daniel Dunbar authored
llvm-svn: 74596
-
Daniel Dunbar authored
allowed to be undefined when the expression is seen, we cannot enforce the same-section requirement until the entire assembly file has been seen. llvm-svn: 74565
-