projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
FunctionAttrs: Merge attributes once instead of doing it for every argument.
[oota-llvm.git]
/
lib
/
MC
/
2013-06-21
Kevin Enderby
Improve the time it takes to generating dwarf for assem...
tree
|
commitdiff
2013-06-21
Ulrich Weigand
[PowerPC] Support various tls-related modifiers
tree
|
commitdiff
2013-06-21
Ulrich Weigand
[PowerPC] Support @higher et.al. modifiers
tree
|
commitdiff
2013-06-21
Ulrich Weigand
[PowerPC] Support @toc@h modifier
tree
|
commitdiff
2013-06-21
Ulrich Weigand
[PowerPC] Support @h modifier
tree
|
commitdiff
2013-06-21
Ulrich Weigand
[PowerPC] Rename some more VK_PPC_ enums
tree
|
commitdiff
2013-06-20
Ulrich Weigand
[PowerPC] Clean up VK_PPC_TOC... names
tree
|
commitdiff
2013-06-20
Ulrich Weigand
[MC] Support @ variants with directional labels
tree
|
commitdiff
2013-06-19
Ulrich Weigand
[MC/DWARF] Generate multiple .debug_line entries for...
tree
|
commitdiff
2013-06-19
Ahmed Bougacha
Allow creation of single-byte MCAtoms.
tree
|
commitdiff
2013-06-18
Bill Wendling
Use pointers to the MCAsmInfo and MCRegInfo.
tree
|
commitdiff
2013-06-16
Benjamin Kramer
Silence warning in Release builds.
tree
|
commitdiff
2013-06-14
Rafael Espindola
Replace use of PathV1.h in MCContext.cpp.
tree
|
commitdiff
2013-06-13
Rafael Espindola
Don't use PathV1.h in Signals.h.
tree
|
commitdiff
2013-06-12
Ulrich Weigand
[MC/DWARF] Support .debug_frame / .debug_line code...
tree
|
commitdiff
2013-06-11
Rafael Espindola
Move PathV2.h to Path.h
tree
|
commitdiff
2013-05-31
Ahmed Bougacha
Make SubRegIndex size mandatory, following r183020.
tree
|
commitdiff
2013-05-31
Ahmed Bougacha
Add a way to define the bit range covered by a SubRegIndex.
tree
|
commitdiff
2013-05-30
Ahmed Bougacha
Remove debug print added in r182949.
tree
|
commitdiff
2013-05-30
Bill Wendling
Use the const_cast only where necessary.
tree
|
commitdiff
2013-05-30
Ahmed Bougacha
MCObjectSymbolizer: Switch from IntervalMap to sorted...
tree
|
commitdiff
2013-05-30
Rafael Espindola
Change how we iterate over relocations on ELF.
tree
|
commitdiff
2013-05-25
Cameron Zwarich
Add support for DWARF line number table entries for...
tree
|
commitdiff
2013-05-24
Quentin Colombet
Follow up of the introduction of MCSymbolizer.
tree
|
commitdiff
2013-05-24
Daniel Jasper
Fix unused warning in opt builds.
tree
|
commitdiff
2013-05-24
Ahmed Bougacha
MC: Disassembled CFG reconstruction.
tree
|
commitdiff
2013-05-24
Ahmed Bougacha
Add MCSymbolizer for symbolic/annotated disassembly.
tree
|
commitdiff
2013-05-23
Ulrich Weigand
[PowerPC] Clean up generation of ha16() / lo16() markers
tree
|
commitdiff
2013-05-23
Kevin Enderby
Missed removing one of the assert()'s from the LLVMCrea...
tree
|
commitdiff
2013-05-15
Rafael Espindola
Cleanup relocation sorting for ELF.
tree
|
commitdiff
2013-05-15
Ulrich Weigand
Remove MCELFObjectTargetWriter::adjustFixupOffset hack
tree
|
commitdiff
2013-05-14
Sylvestre Ledru
Fix two typo
tree
|
commitdiff
2013-05-13
Rafael Espindola
Remove the MachineMove class.
tree
|
commitdiff
2013-05-07
Kevin Enderby
Fix a bug in the MC asm parser evaluating expressions...
tree
|
commitdiff
2013-05-07
Charles Davis
MCStreamer: Also clear vector of W64UnwindInfos on...
tree
|
commitdiff
2013-05-07
Bob Wilson
Remove redundant check and use cached FrameArray values.
tree
|
commitdiff
2013-05-06
Ulrich Weigand
[SystemZ] Update non-pic DWARF encodings
tree
|
commitdiff
2013-05-06
Ulrich Weigand
[SystemZ] Define DWARF encoding
tree
|
commitdiff
2013-05-05
Dmitri Gribenko
Add ArrayRef constructor from None, and do the cleanups...
tree
|
commitdiff
2013-05-03
Ulrich Weigand
[PowerPC] Parse platform-specifc variant kinds in AsmParser
tree
|
commitdiff
2013-04-25
Rafael Espindola
Fix section relocation for SECTIONREL32 with immediate...
tree
|
commitdiff
2013-04-24
Bill Wendling
Align the __LD,__compact_unwind section.
tree
|
commitdiff
2013-04-22
Matt Arsenault
Remove unused DwarfSectionOffsetDirective string
tree
|
commitdiff
2013-04-22
Chad Rosier
[ms-inline asm] Get the OpDecl and remove a redundant...
tree
|
commitdiff
2013-04-22
Peter Collingbourne
COFF: Fix weak external aliases.
tree
|
commitdiff
2013-04-22
Chad Rosier
[ms-inline asm] Refactor/clean up the SemaLookup interf...
tree
|
commitdiff
2013-04-22
Craig Topper
Fix indentation. No functional change.
tree
|
commitdiff
2013-04-22
Craig Topper
Put 'else' on same line as preceding curly brace per...
tree
|
commitdiff
2013-04-22
Craig Topper
Remove an unreachable 'break' following a 'return'.
tree
|
commitdiff
2013-04-18
Bill Wendling
Relax this assert. It may not hold in all cases.
tree
|
commitdiff
2013-04-18
Bill Wendling
Assert if we're trying to generate a null compact unwin...
tree
|
commitdiff
2013-04-17
Peter Collingbourne
Add support for subsections to the ELF assembler. Fixes...
tree
|
commitdiff
2013-04-14
Nico Rieck
Use object file specific section type for initial text...
tree
|
commitdiff
2013-04-12
Chad Rosier
[ms-inline asm] Add the implementation for the AOK_Dele...
tree
|
commitdiff
2013-04-11
Chad Rosier
[ms-inline asm] Remove brackets from around a symbol...
tree
|
commitdiff
2013-04-10
Nico Rieck
MC: Support COFF image-relative MCSymbolRefs
tree
|
commitdiff
2013-04-10
Bill Wendling
No need to have this return a bool.
tree
|
commitdiff
2013-04-10
Bill Wendling
Track the compact unwind encoding for when we are unabl...
tree
|
commitdiff
2013-04-10
Chad Rosier
Reapply r179115, but use parsePrimaryExpression a littl...
tree
|
commitdiff
2013-04-10
Peter Collingbourne
Use a scheme closer to that of GNU as when deciding...
tree
|
commitdiff
2013-04-09
Rafael Espindola
Remove unused method and default values.
tree
|
commitdiff
2013-04-09
Chad Rosier
Revert r179115 as it looks to have killed the ASan...
tree
|
commitdiff
2013-04-09
Chad Rosier
[ms-inline asm] Use parsePrimaryExpr in lieu of parseEx...
tree
|
commitdiff
2013-04-09
Chad Rosier
[ms-inline asm] Maintain a StringRef to reference a...
tree
|
commitdiff
2013-04-08
Chad Rosier
[ms-inline asm] Add support for ImmDisp [ Symbol ]...
tree
|
commitdiff
2013-04-03
Rafael Espindola
Fix the fde encoding used by mips to match gas.
tree
|
commitdiff
2013-04-01
Jack Carter
Mips direct object exception handling regression
tree
|
commitdiff
2013-03-30
Benjamin Kramer
Change '@SECREL' suffix to GAS-compatible '@SECREL32'.
tree
|
commitdiff
2013-03-19
Chad Rosier
Dead code.
tree
|
commitdiff
2013-03-19
Chad Rosier
[ms-inline asm] Move the immediate asm rewrite into...
tree
|
commitdiff
2013-03-19
Chad Rosier
[ms-inline asm] Remove the brackets from X86Operand...
tree
|
commitdiff
2013-03-19
Chad Rosier
[ms-inline asm] Move the size directive asm rewrite...
tree
|
commitdiff
2013-03-18
Jakub Staszak
Change NULL to 0.
tree
|
commitdiff
2013-03-15
Rafael Espindola
Fix the FDE encoding to be relative on ELF.
tree
|
commitdiff
2013-03-12
Manman Ren
Debug Info: use SmallVector instead of std::vector...
tree
|
commitdiff
2013-03-12
Kevin Enderby
Remove the assert()'s from the LLVMCreateDisasmCPU...
tree
|
commitdiff
2013-03-09
Nick Lewycky
Commit the right files for r176762. Sigh.
tree
|
commitdiff
2013-03-09
Nick Lewycky
We need a shndx if the number of sections breaks SHN_LO...
tree
|
commitdiff
2013-03-07
Manman Ren
Debug Info: store the files and directories for each...
tree
|
commitdiff
2013-02-26
Jim Grosbach
AsmParser: More generic support for integer type suffices.
tree
|
commitdiff
2013-02-26
Bill Schmidt
Fix PR15359.
tree
|
commitdiff
2013-02-25
Matt Beaumont-Gay
'Hexadecimal' has two 'a's and only one 'i'.
tree
|
commitdiff
2013-02-20
Jim Grosbach
MCParser: Update method names per coding guidelines.
tree
|
commitdiff
2013-02-20
Pedro Artigas
clear new map and initialize new variable
tree
|
commitdiff
2013-02-19
Jack Carter
ELF symbol table field st_other support,
tree
|
commitdiff
2013-02-16
Benjamin Kramer
MCParser: Reject .balign with non-pow2 alignments.
tree
|
commitdiff
2013-02-16
Joerg Sonnenberger
Derive ELF section type from the name in some cases...
tree
|
commitdiff
2013-02-15
Matt Beaumont-Gay
Suppress a GCC -Wunused-variable warning in -Asserts...
tree
|
commitdiff
2013-02-15
Chad Rosier
c[ms-inline asm] It's possible to have a SizeDirective...
tree
|
commitdiff
2013-02-15
Derek Schuff
If bundle alignment is enabled, do not add data to...
tree
|
commitdiff
2013-02-15
Benjamin Kramer
AsmParser: Reformat the MS asm parser to reduce nesting.
tree
|
commitdiff
2013-02-15
Benjamin Kramer
Make helpers static. Add missing include so LLVMInitial...
tree
|
commitdiff
2013-02-14
Rafael Espindola
Revert r15266. This fixes llvm.org/pr15266.
tree
|
commitdiff
2013-02-13
Chad Rosier
[ms-inline asm] Add a comment about the determinism...
tree
|
commitdiff
2013-02-13
Chad Rosier
[ms-inline-asm] Use an array_pod_sort, rather than...
tree
|
commitdiff
2013-02-13
Chad Rosier
[ms-inline-asm] Make sure the AsmRewrite list is sorted...
tree
|
commitdiff
2013-02-12
Chad Rosier
[ms-inline-asm] Implement align directive (which is...
tree
|
commitdiff
2013-02-12
Jack Carter
This patch just fixes up various llvm formatting
tree
|
commitdiff
2013-02-12
Guy Benyei
Add static cast to unsigned char whenever a character...
tree
|
commitdiff
2013-02-12
Chad Rosier
[ms-inline asm] Pass the length of the IDVal, so we...
tree
|
commitdiff
next