index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCParser
/
AsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MC: Reject attempts to define a variable symbol.
Daniel Dunbar
2010-05-05
1
-1
/
+1
*
MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue.
Daniel Dunbar
2010-05-05
1
-3
/
+3
*
llvm-mc: Fix case were we would skip a line in the .s file after an instruction
Daniel Dunbar
2010-05-04
1
-26
/
+25
*
refactor .if handling code a bit.
Chris Lattner
2010-04-17
1
-52
/
+23
*
implement mc asmparser support for '.', which gets the
Chris Lattner
2010-04-14
1
-0
/
+12
*
move macho section uniquing from MCParser and TLOF to MCContext where
Chris Lattner
2010-04-08
1
-56
/
+17
*
Give AsmParser an option to control whether it finalizes
Chris Lattner
2010-04-05
1
-2
/
+4
*
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-30
1
-3
/
+1
*
MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.
Daniel Dunbar
2010-03-15
1
-2
/
+12
*
llvm-mc: Support -n, useful for comparing -integrated-as output since the
Daniel Dunbar
2010-03-13
1
-7
/
+6
*
Remove unneeded includes.
Daniel Dunbar
2010-03-10
1
-1
/
+0
*
eliminate MCContext::CreateSymbol and CreateTemporarySymbol.
Chris Lattner
2010-03-10
1
-6
/
+2
*
pass in more section kinds, enough to get the .align 0x90
Chris Lattner
2010-02-26
1
-5
/
+9
*
This is a patch to the assembler frontend to detect when aligning a text
Kevin Enderby
2010-02-25
1
-3
/
+9
*
MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ...
Daniel Dunbar
2010-02-13
1
-2
/
+10
*
wirte up .file and .file to the mc asmparser.
Chris Lattner
2010-01-25
1
-3
/
+7
*
fix a parsing problem on instructions like:
Chris Lattner
2010-01-24
1
-4
/
+3
*
move the various directive enums out of the MCStreamer class
Chris Lattner
2010-01-23
1
-14
/
+14
*
move some files out of the llvm-mc tool into the MCParser library so
Chris Lattner
2010-01-22
1
-0
/
+1781