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
/
MCExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
[AIX] TOC pseudo expansion for 64bit large + 64bit small + 32bit large models
Xiangling Liao
2019-10-17
1
-0
/
+4
*
[MC] Delete an overload of MCExpr::evaluateKnownAbsolute and its associated hack
Fangrui Song
2019-08-20
1
-14
/
+7
*
[DebugInfo] Some fields do not need relocations even relax is enabled.
Hsiangkai Wang
2019-07-19
1
-2
/
+19
*
Changes to display code view debug info type records in hex format
Nilanjana Basu
2019-07-17
1
-5
/
+12
*
AMDGPU: Prepare for explicit absolute relocations in code generation
Nicolai Haehnle
2019-06-16
1
-0
/
+4
*
[WebAssembly] Add new explicit relocation types for PIC relocations
Sam Clegg
2019-04-04
1
-2
/
+6
*
[WebAssembly] Remove unneeded MCSymbolRefExpr variants
Sam Clegg
2019-02-22
1
-6
/
+0
*
[mips][micromips] Fix how values in .gcc_except_table are calculated
Petar Jovanovic
2019-02-07
1
-0
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-11-14
1
-0
/
+2
*
[mips][micromips] Fix how values in .gcc_except_table are calculated
Aleksandar Beserminji
2018-10-16
1
-0
/
+5
*
[WebAssembly] Fixed missing "global" symbol type in AsmParser.
Wouter van Oortmerssen
2018-10-04
1
-0
/
+1
*
[MC] Cleanup noop default case spelling. NFC.
Nirav Dave
2018-08-16
1
-1
/
+1
*
[MC][X86] Enhance X86 Register expression handling to more closely match GCC.
Nirav Dave
2018-08-16
1
-1
/
+15
*
[WebAssembly] Cleanup of the way globals and global flags are handled
Nicholas Wilson
2018-08-03
1
-0
/
+1
*
[PowerPC] Add support for high and higha symbol modifiers on tls modifers.
Sean Fertile
2018-06-15
1
-0
/
+8
*
[PPC64] Support "symbol@high" and "symbol@higha" symbol modifers.
Sean Fertile
2018-06-15
1
-0
/
+4
*
AMDGPU: Add 64-bit relative variant kind
Konstantin Zhuravlyov
2018-06-11
1
-0
/
+2
*
[RISCV] Add symbol diff relocation support for RISC-V
Alex Bradbury
2018-05-23
1
-2
/
+7
*
Correct compatibility with the GNU Assembler's handling of comparison ops
Bill Wendling
2018-05-14
1
-2
/
+20
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[MC] Change AsmParser to leverage Assembler during evaluation
Nirav Dave
2018-04-30
1
-1
/
+5
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[MC] Undo spurious commit added into r331052.
Nirav Dave
2018-04-27
1
-5
/
+1
*
[MC] Provide default value for IsResolved.
Nirav Dave
2018-04-27
1
-1
/
+5
*
[WebAssembly] Added initial AsmParser implementation.
Derek Schuff
2018-03-20
1
-0
/
+2
*
[MC] Don't crash on modulo by zero (PR35650)
Simon Pilgrim
2018-02-22
1
-2
/
+5
*
Revert and accidentally committed revert commit
Dylan McKay
2017-12-09
1
-0
/
+10
*
Revert "[AVR] Override ParseDirective"
Dylan McKay
2017-12-09
1
-10
/
+0
*
[AVR] Override ParseDirective
Leslie Zhai
2017-12-07
1
-0
/
+10
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[MachO] Fix codegen of alias of alias.
Evgeniy Stepanov
2017-06-08
1
-0
/
+4
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[Assembler] Add location info to unary expressions.
Sanne Wouda
2017-03-10
1
-2
/
+2
*
[WebAssembly] Basic support for Wasm object file encoding.
Dan Gohman
2017-02-24
1
-0
/
+1
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-07
1
-4
/
+11
*
MC: Introduce the ABS8 symbol modifier.
Peter Collingbourne
2017-01-31
1
-0
/
+2
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-0
/
+2
*
[Assembler] Improve error when unable to evaluate expression.
Chad Rosier
2017-01-19
1
-6
/
+7
*
[AMDGPU] Add 32-bit lo/hi got and pc relative variant kinds and emit appropri...
Konstantin Zhuravlyov
2016-10-14
1
-0
/
+8
*
[MC] Remove guard(s). NFCI.
Davide Italiano
2016-08-22
1
-2
/
+0
*
[MCExpr] avoid UB via negation of INT_MIN
Sanjay Patel
2016-05-20
1
-2
/
+5
*
[mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.
Daniel Sanders
2016-05-03
1
-28
/
+3
*
[MC] Rename TLSDESC as it's not ARM specific.
Davide Italiano
2016-03-15
1
-2
/
+2
*
[MC] Rename TLSCALL as it's not ARM specific.
Davide Italiano
2016-03-15
1
-2
/
+2
*
[MC] Merge VK_PPC_TPREL in to generic VK_TPREL.
Colin LeMahieu
2016-02-10
1
-8
/
+6
*
[MC] Adding GOTREL expression variant.
Colin LeMahieu
2016-02-09
1
-0
/
+2
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
[next]