index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix quadratic performance during debug compression due to sections x symbols ...
David Blaikie
2014-04-25
1
-12
/
+21
*
Spread some const around for non-mutating uses of MCSymbolData.
David Blaikie
2014-04-24
3
-5
/
+5
*
Fix memory leak of MCSymbolData in MCAsmStreamer.
David Blaikie
2014-04-24
1
-8
/
+10
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
9
-45
/
+45
*
MC: honour IMAGE_SCN_CNT_INITIALIZED_DATA
Saleem Abdulrasool
2014-04-23
1
-1
/
+2
*
Centralize handling of ELF_Other_ThumbFunc.
Rafael Espindola
2014-04-23
1
-3
/
+2
*
Create MCTargetOptions.
Evgeniy Stepanov
2014-04-23
2
-0
/
+17
*
Integrated assbemler, macros: added 'vararg' argument qualifier support.
Stepan Dyatkovskiy
2014-04-23
1
-8
/
+32
*
Change the prototype for MCContext::FatalError() so it can be called
Kevin Enderby
2014-04-22
1
-1
/
+1
*
Follow aliases when determining if a symbol is thumb.
Rafael Espindola
2014-04-22
1
-2
/
+1
*
Fix the assembler to print a better relocatable expression error
Kevin Enderby
2014-04-22
6
-10
/
+16
*
Remove DOS CRLF.
NAKAMURA Takumi
2014-04-22
1
-6
/
+6
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
4
-6
/
+8
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
2
-0
/
+4
*
Patch by Ray Donnelly to print register names instead of numbers.
Yaron Keren
2014-04-19
1
-4
/
+11
*
Add parens to appease GCC warning.
David Blaikie
2014-04-19
1
-4
/
+4
*
Compress debug sections only when beneficial.
David Blaikie
2014-04-18
1
-2
/
+6
*
Update the fragments of symbols in compressed sections.
David Blaikie
2014-04-18
1
-0
/
+21
*
Add range access to MCAssembler's symbol collection.
David Blaikie
2014-04-18
4
-45
/
+33
*
Revert r206565 (and r206566 which updated tests).
Chandler Carruth
2014-04-18
1
-11
/
+4
*
Patch by Ray Donnelly.
Yaron Keren
2014-04-18
1
-4
/
+11
*
MC: rework static_assert to be MSVC compatible
Saleem Abdulrasool
2014-04-17
1
-4
/
+2
*
AArch64/ARM64: port across stub handling for ELF C++ exceptions.
Tim Northover
2014-04-16
1
-2
/
+3
*
Simplify a static_assert so VS2013 can build it
Timur Iskhodzhanov
2014-04-16
1
-2
/
+4
*
COFF: fix an off by one error
Saleem Abdulrasool
2014-04-16
1
-1
/
+1
*
COFF: add support for .file symbols
Saleem Abdulrasool
2014-04-16
2
-2
/
+30
*
Use unique_ptr for section/segment ownership in WinCOFFObjectWriter
David Blaikie
2014-04-15
1
-41
/
+32
*
Use unique_ptr to own MCFunctions within MCModule.
David Blaikie
2014-04-15
3
-12
/
+12
*
Use std::unique_ptr to manage MCBasicBlocks in MCFunction.
David Blaikie
2014-04-15
2
-15
/
+10
*
[MC] Require an MCContext when constructing an MCDisassembler.
Lang Hames
2014-04-15
1
-1
/
+1
*
[MC] Emit an error if cfi_startproc is used before a symbol is defined.
Quentin Colombet
2014-04-15
1
-0
/
+4
*
Remove a variable from r206192 that is only used in an assert.
Kaelyn Takata
2014-04-14
1
-2
/
+2
*
Fix up MCFixup::getAccessVariant to handle unary expressions.
Kaelyn Takata
2014-04-14
1
-1
/
+6
*
MC: check machine magic when applying offset adjustments
Saleem Abdulrasool
2014-04-13
1
-2
/
+4
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-13
27
-131
/
+135
*
Retire llvm::array_endof in favor of non-member std::end.
Benjamin Kramer
2014-04-12
1
-0
/
+1
*
Pull out a named variable for the cached section names to aid readability.
David Blaikie
2014-04-11
1
-6
/
+8
*
Format fixes for r205990
David Blaikie
2014-04-11
1
-5
/
+12
*
Remove redundant symbolization support from MCDisassembler interface.
Lang Hames
2014-04-11
2
-16
/
+1
*
Don't lose the thumb bit by using relocations with sections.
Rafael Espindola
2014-04-11
1
-0
/
+7
*
Use value types instead of 'new'd objects to store dwarf labels for asm files
David Blaikie
2014-04-11
1
-22
/
+9
*
Remove lazy-initialization of section caches in MCContext
David Blaikie
2014-04-10
1
-52
/
+18
*
Reimplement debug info compression by compressing the whole section, rather t...
David Blaikie
2014-04-10
2
-0
/
+129
*
Revert debug info compression support.
David Blaikie
2014-04-10
3
-58
/
+1
*
YAMLIO: Allow scalars to dictate quotation rules
David Majnemer
2014-04-10
1
-0
/
+2
*
WinCOFF: Emit common symbols as specified in the COFF spec
David Majnemer
2014-04-08
3
-29
/
+35
*
Simplify compression API by compressing into a SmallVector rather than a Memo...
David Blaikie
2014-04-05
1
-10
/
+10
*
Implement getRelocationAddress for MachO and ET_REL elf files.
Rafael Espindola
2014-04-03
1
-32
/
+4
*
Work around gold bug http://sourceware.org/PR16794.
Rafael Espindola
2014-04-02
1
-0
/
+5
*
[ARM64][CollectLOH] Add some comments to explain how the LOHs
Quentin Colombet
2014-04-02
1
-0
/
+8
[next]