index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
AsmParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix the asmparser so that the target is responsible for skipping to
Chris Lattner
2010-09-11
1
-4
/
+11
*
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-10
1
-0
/
+6
*
change the MC "ParseInstruction" interface to make it the
Chris Lattner
2010-09-08
1
-0
/
+5
*
in the case where an instruction only has one implementation
Chris Lattner
2010-09-06
1
-1
/
+2
*
change MatchInstructionImpl to return an enum instead of bool.
Chris Lattner
2010-09-06
1
-1
/
+1
*
have AsmMatcherEmitter.cpp produce the hunk of code that gets included
Chris Lattner
2010-09-06
1
-5
/
+4
*
zap dead code.
Chris Lattner
2010-09-01
1
-2
/
+2
*
MC/AsmParser: Push the burdon of emitting diagnostics about unmatched
Daniel Dunbar
2010-08-12
1
-2
/
+9
*
tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',
Daniel Dunbar
2010-08-12
1
-2
/
+8
*
MC/ARM: Add basic support for handling predication by parsing it out of the m...
Daniel Dunbar
2010-08-11
1
-1
/
+44
*
MC/ARM: Split mnemonic on '.' characters.
Daniel Dunbar
2010-08-11
1
-3
/
+16
*
MC/ARM: Fill in ARMOperand::dump a bit.
Daniel Dunbar
2010-08-11
1
-1
/
+21
*
MCAsmParser: Add dump() hook to MCParsedAsmOperand.
Daniel Dunbar
2010-08-11
1
-0
/
+2
*
MC/ARM: Add an ARMOperand class for condition codes.
Daniel Dunbar
2010-08-11
1
-4
/
+24
*
MC/ARM: Switch to using the generated match functions instead of stub impleme...
Daniel Dunbar
2010-08-11
1
-81
/
+30
*
Target: Give the TargetAsmParser access to the TargetMachine.
Daniel Dunbar
2010-07-19
1
-2
/
+3
*
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-14
1
-7
/
+7
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
1
-2
/
+2
*
Remove unused variable Loc and pointless variables unified_syntax
Duncan Sands
2010-06-29
1
-15
/
+4
*
Update CMake build.
Ted Kremenek
2010-04-07
1
-0
/
+1
*
Added an AsmLexer for the ARM target, which uses
Sean Callanan
2010-04-07
2
-0
/
+143
*
Added support for reporting operand token ranges
Sean Callanan
2010-04-02
1
-71
/
+151
*
Fix LLVM build when the user specifies CPPFLAGS on the make command line.
Jeffrey Yasskin
2010-03-12
1
-1
/
+1
*
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-24
1
-1
/
+0
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
1
-0
/
+1
*
create a new MCParser library and move some stuff into it.
Chris Lattner
2010-01-22
1
-7
/
+7
*
Promoted the getTok() method to MCAsmParser so that
Sean Callanan
2010-01-19
1
-29
/
+29
*
Propagated the parser-side Lex function's declaration to
Sean Callanan
2010-01-19
1
-32
/
+32
*
Generalize mcasmstreamer data emission APIs to take an address space
Chris Lattner
2010-01-19
1
-1
/
+1
*
Split the TargetAsmParser "ParseInstruction" interface in half:
Chris Lattner
2010-01-14
1
-20
/
+14
*
prune #includes in TargetAsmParser.h
Chris Lattner
2010-01-14
1
-2
/
+4
*
introduce MCParsedAsmOperand
Chris Lattner
2010-01-14
1
-1
/
+2
*
Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which are
Bill Wendling
2009-12-28
1
-1
/
+2
*
Every anonymous namespace is different. Caught by clang++.
John McCall
2009-12-16
1
-4
/
+0
*
Fix ARMAsmParser::ParseMemoryOffsetReg() where the parameter OffsetRegNum should
Kevin Enderby
2009-11-02
1
-2
/
+2
*
Updates to the ARM target assembler for llvm-mc per review comments from
Kevin Enderby
2009-10-30
1
-135
/
+134
*
Wire up the ARM MCInst printer, for llvm-mc.
Daniel Dunbar
2009-10-20
1
-1
/
+10
*
Fix ARM memory operand parsing of post indexing with just a base register, that
Kevin Enderby
2009-10-15
1
-36
/
+41
*
More bits of the ARM target assembler for llvm-mc, code added to parse labels
Kevin Enderby
2009-10-15
1
-16
/
+130
*
Correct comment about ARM immediates using '#' not '$' and TODO for modifiers.
Kevin Enderby
2009-10-13
1
-1
/
+2
*
More bits of the ARM target assembler for llvm-mc to parse immediates.
Kevin Enderby
2009-10-13
1
-4
/
+28
*
Fix two warnings about unused variables that are only used in assert() calls.
Kevin Enderby
2009-10-12
1
-4
/
+4
*
Fix a problem in the code where ARMAsmParser::ParseShift() second argument
Kevin Enderby
2009-10-12
1
-2
/
+2
*
Added another bit of the ARM target assembler to llvm-mc to parse register
Kevin Enderby
2009-10-09
1
-21
/
+104
*
Add another bit of the ARM target assembler to llvm-mc to parse registers
Kevin Enderby
2009-10-07
1
-3
/
+17
*
Added bits of the ARM target assembler to llvm-mc to parse some load instruction
Kevin Enderby
2009-10-06
1
-1
/
+404
*
Remove invalid add_dependencies line to unbreak the CMake build.
Ted Kremenek
2009-09-15
1
-1
/
+1
*
Added the first bits of the ARM target assembler to llvm-mc. For now it only
Kevin Enderby
2009-09-15
3
-0
/
+114