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
*
Add an option for evaluating past symbols.
Rafael Espindola
2014-04-28
2
-19
/
+28
*
Simplify ELFObjectWriter::ExecutePostLayoutBinding.
Rafael Espindola
2014-04-28
1
-3
/
+6
*
Simplify isLocal().
Rafael Espindola
2014-04-28
1
-11
/
+6
*
Don't include an invalid symbol in the symbol table.
Rafael Espindola
2014-04-28
1
-8
/
+10
*
Produce an error instead of a crash in an expr we cannot represent.
Rafael Espindola
2014-04-28
1
-1
/
+6
*
MC: range-loopify
Saleem Abdulrasool
2014-04-28
1
-62
/
+49
*
Make getOrCreateSymbolData non virtual.
Rafael Espindola
2014-04-27
3
-13
/
+0
*
Avoid using MCSymbolData on the asm streamer.
Rafael Espindola
2014-04-27
1
-14
/
+0
*
MC: restore behaviour of defaulting to ELF
Saleem Abdulrasool
2014-04-27
1
-4
/
+3
*
Add WoA object file emission support
Saleem Abdulrasool
2014-04-27
2
-2
/
+42
*
MC: create X86WinCOFFStreamer for target specific behaviour
Saleem Abdulrasool
2014-04-27
1
-15
/
+1
*
MC: rename WinCOFFStreamer and move declaration out-of-line
Saleem Abdulrasool
2014-04-27
1
-90
/
+57
*
MC: style tweaks to WinCOFFStreamer
Saleem Abdulrasool
2014-04-27
1
-65
/
+57
*
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
[next]