index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mangler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use proper section suffix for COFF weak symbols
Nico Rieck
2013-07-29
1
-12
/
+17
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-15
/
+15
*
Don't reach into the middle of TargetMachine and cache one of its ivars.
Bill Wendling
2013-05-29
1
-1
/
+2
*
Do not mangle in MS-way the globals with magic \001 in the name.
Anton Korobeynikov
2013-04-19
1
-1
/
+6
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
1
-1
/
+1
*
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-17
1
-2
/
+1
*
Output UTF-8-encoded characters as identifier characters into assembly
Sean Hunt
2012-04-07
1
-4
/
+7
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-2
/
+2
*
Remove std::string version of getNameWithPrefix.
Rafael Espindola
2011-02-11
1
-10
/
+0
*
Create the new linker type "linker_private_weak_def_auto".
Bill Wendling
2010-08-20
1
-1
/
+2
*
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-07-01
1
-1
/
+1
*
Revert r107205 and r107207.
Bill Wendling
2010-06-29
1
-5
/
+0
*
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
1
-0
/
+5
*
Add support for assemblers that don't support periods in a name
Mon P Wang
2010-04-29
1
-5
/
+8
*
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-30
1
-4
/
+1
*
move fastcall/stdcall mangling up into Mangler.
Chris Lattner
2010-03-12
1
-9
/
+59
*
finally give Mangler a getSymbol method, which returns an MCSymbol
Chris Lattner
2010-03-12
1
-0
/
+13
*
make the mangler take an MCContext instead of an MAI.
Chris Lattner
2010-03-12
1
-4
/
+6
*
stop the CBE from using Mangler::appendMangledName, which is a private functi...
Chris Lattner
2010-01-17
1
-2
/
+2
*
Get MCSymbol out of the mangling business, and move all the logic
Chris Lattner
2010-01-17
1
-4
/
+95
*
factor this code better how that the string version of getNameWithPrefix
Chris Lattner
2010-01-17
1
-28
/
+8
*
now that mangler is in libtarget, it can use MCAsmInfo instead of clients
Chris Lattner
2010-01-17
1
-21
/
+25
*
move the mangler into libtarget from vmcore.
Chris Lattner
2010-01-16
1
-0
/
+104