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
/
IR
/
Mangler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize on MSVC behavior for triples with no environment
Reid Kleckner
2019-07-08
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IR] Avoid the need to prefix MS C++ symbols with '\01'
Reid Kleckner
2018-03-16
1
-2
/
+10
*
CodeGen: handle llvm.used properly for COFF
Saleem Abdulrasool
2018-01-20
1
-0
/
+10
*
Move llvm::emitLinkerFlagsForGlobalCOFF() to Mangler.
Peter Collingbourne
2017-03-31
1
-0
/
+32
*
Remove the default constructor and count variable from the Mangler since
Eric Christopher
2016-09-29
1
-1
/
+1
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
Remove unused arguments and move ManglerPrefixTy to the implementation.
Rafael Espindola
2015-06-23
1
-13
/
+25
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
1
-18
/
+14
*
Use MCSymbols for FastISel.
Rafael Espindola
2015-06-23
1
-6
/
+14
*
Revert "Move dllimport name mangling to IR mangler."
Reid Kleckner
2015-06-11
1
-4
/
+0
*
Move dllimport name mangling to IR mangler.
Peter Collingbourne
2015-06-09
1
-0
/
+4
*
Revert "Address review comments"
David Majnemer
2015-03-17
1
-6
/
+4
*
Address review comments
David Majnemer
2015-03-17
1
-4
/
+6
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-3
/
+3
*
Silencing an "enumeral and non-enumeral type in conditional expression" warni...
Aaron Ballman
2014-10-28
1
-1
/
+2
*
X86: Implement the vectorcall calling convention
Reid Kleckner
2014-10-28
1
-34
/
+47
*
Revert "Don't count inreg params when mangling fastcall functions"
Reid Kleckner
2014-10-23
1
-3
/
+0
*
Don't count inreg params when mangling fastcall functions
Reid Kleckner
2014-08-06
1
-0
/
+3
*
[pr20127] Check for leading \1 in the Twine version of getNameWithPrefix.
Rafael Espindola
2014-08-01
1
-8
/
+8
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-1
/
+1
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
1
-3
/
+0
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
1
-6
/
+13
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
1
-13
/
+6
*
Fix PR18743.
Rafael Espindola
2014-02-18
1
-6
/
+13
*
Mark the methods in the Mangler const.
Rafael Espindola
2014-02-10
1
-5
/
+6
*
Implement inalloca codegen for x86 with the new inalloca design
Reid Kleckner
2014-01-31
1
-2
/
+2
*
Use a raw_stream to implement the mangler.
Rafael Espindola
2014-01-29
1
-61
/
+73
*
Fix fastcall mangling of dllimported symbols
Nico Rieck
2014-01-14
1
-7
/
+6
*
Remove vestigal bits of MC from the mangler. It no longer uses this, and
Chandler Carruth
2014-01-08
1
-1
/
+0
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-0
/
+129