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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge with LLVM upstream r160668 (Jul 24th 2012)
Shih-wei Liao
2012-08-03
3
-57
/
+504
|
\
|
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
|
*
Remove tabs.
Bill Wendling
2012-07-19
1
-2
/
+2
|
*
Enable target dependent directive parsing to hook before standard parser in
Akira Hatanaka
2012-07-05
1
-3
/
+5
|
*
Implement irpc. Extracted from a patch by the PaX team. I just added the test.
Rafael Espindola
2012-06-16
1
-0
/
+57
|
*
Factor macro argument parsing into helper methods and add support for .irp.
Rafael Espindola
2012-06-15
1
-30
/
+115
|
*
Represent .rept as an anonymous macro. This removes the need for the ActiveRept
Rafael Espindola
2012-06-03
1
-55
/
+88
|
*
Add a typedef to simplify the code a bit. Not functionality change.
Rafael Espindola
2012-06-03
1
-7
/
+9
|
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
|
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-0
/
+42
|
*
Fix spacing after if.
Benjamin Kramer
2012-05-12
1
-6
/
+5
|
*
Add support for the .rept directive. Patch by Vladmir Sorokin. I added support
Rafael Espindola
2012-05-12
1
-0
/
+91
|
*
ELF: Add support for the asm .version directive.
Benjamin Kramer
2012-05-12
1
-0
/
+28
|
*
AsmParser: Add support for the .purgem directive.
Benjamin Kramer
2012-05-12
1
-0
/
+23
|
*
AsmParser: Give a nice error message for .code16gcc, which is currently unsup...
Benjamin Kramer
2012-05-12
1
-1
/
+1
|
*
AsmParser: ignore the .extern directive.
Benjamin Kramer
2012-05-12
1
-0
/
+4
|
*
AsmParser: Add support for .ifc and .ifnc directives.
Benjamin Kramer
2012-05-12
1
-0
/
+54
|
*
AsmParser: Add support for .ifb and .ifnb directives.
Benjamin Kramer
2012-05-12
1
-0
/
+29
|
*
MC: Unknown assembler directives are now hard errors.
Jim Grosbach
2012-05-01
1
-1
/
+1
|
*
MC: Remove errant EatToEndOfStatement() in asm parser.
Jim Grosbach
2012-05-01
1
-3
/
+1
*
|
Merge with LLVM upstream r155090.
Shih-wei Liao
2012-04-24
1
-6
/
+5
|
\
\
|
|
/
|
*
MC assembly parser handling for trailing comma in macro instantiation.
Jim Grosbach
2012-04-16
1
-5
/
+5
|
*
Prune some includes
Craig Topper
2012-03-27
1
-1
/
+0
*
|
Merge branch 'upstream' into sliao_d
Shih-wei Liao
2012-03-24
1
-0
/
+7
|
\
\
|
|
/
|
*
Assembler should accept redefinitions of unused variable symbols.
Jim Grosbach
2012-03-20
1
-0
/
+2
|
*
MC asm parser macro argument count was wrong when empty.
Jim Grosbach
2012-03-17
1
-0
/
+5
*
|
Merge branch 'upstream' into merge-20120305
Stephen Hines
2012-03-05
2
-25
/
+124
|
\
\
|
|
/
|
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-2
/
+1
|
*
Add assembler dialect attribute in asm parser which lets target specific asm ...
Devang Patel
2012-01-31
1
-2
/
+14
|
*
Silence GCC's -Wreturn-type warning.
Benjamin Kramer
2012-01-28
1
-0
/
+3
|
*
Small improvement to the recursion detection logic from the previous commit.
Rafael Espindola
2012-01-28
1
-1
/
+3
|
*
Handle recursive variable definitions directly. This gives us better error
Rafael Espindola
2012-01-28
1
-11
/
+15
|
*
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-27
1
-3
/
+6
|
*
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-23
1
-0
/
+16
|
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
|
*
The error check for using -g with a .s file already containing dwarf .file
Kevin Enderby
2012-01-11
1
-4
/
+4
|
*
Let asm parser query asm syntax dialect.
Devang Patel
2012-01-10
1
-0
/
+1
|
*
This is the matching change for the data structure name changes for the
Kevin Enderby
2012-01-10
1
-3
/
+3
|
*
Implement cfi_restore. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
1
-0
/
+16
|
*
Implement .cfi_escape. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
1
-0
/
+27
|
*
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
1
-0
/
+17
*
|
Merge with LLVM upstream r146714 (Dec 16th 2011)
Logan Chien
2011-12-16
4
-6
/
+56
|
\
\
|
|
/
|
*
Another improvement to the implementation of .incbin directive by avoiding a
Kevin Enderby
2011-12-15
1
-5
/
+2
|
*
Improve the implementation of .incbin directive by replacing a loop by using
Kevin Enderby
2011-12-14
1
-4
/
+4
|
*
Add the .incbin directive which takes the binary data from a file and emits
Kevin Enderby
2011-12-14
1
-0
/
+49
|
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+0
|
*
Add support for gnu_indirect_function.
Roman Divacky
2011-12-12
1
-0
/
+1
|
*
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-12-09
1
-0
/
+9
|
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-5
/
+0
|
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
1
-0
/
+23
[next]