This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-24 21:05:23 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Bill Wendling
f2fff93263
Add an enum for the return and function indexes into the AttrListPtr object. This gets rid of some magic numbers.
...
llvm-svn: 165924
2012-10-15 07:29:08 +00:00
..
Analysis
fix warning
2012-10-12 02:04:32 +00:00
Archive
…
AsmParser
Add an enum for the return and function indexes into the AttrListPtr object. This gets rid of some magic numbers.
2012-10-15 07:29:08 +00:00
Bitcode
Attributes Rewrite
2012-10-15 04:46:55 +00:00
CodeGen
Remove the bitwise XOR operator from the Attributes class. Replace it with the equivalent from the builder class.
2012-10-14 06:56:13 +00:00
DebugInfo
Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION.
2012-09-18 02:01:41 +00:00
ExecutionEngine
Check section type rather than assuming it's code when emitting sections while processing relocations.
2012-10-12 23:53:16 +00:00
Linker
…
MC
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
2012-10-13 00:26:04 +00:00
Object
Cosmetic changes
2012-10-10 01:45:52 +00:00
Support
Add powerpc-ibm-aix to Triple. Patch by Kai.
2012-10-12 11:08:57 +00:00
TableGen
tblgen: Compile TableGen without RTTI.
2012-10-10 20:27:18 +00:00
Target
Attributes Rewrite
2012-10-15 04:46:55 +00:00
Transforms
Add an enum for the return and function indexes into the AttrListPtr object. This gets rid of some magic numbers.
2012-10-15 07:29:08 +00:00
VMCore
Add an enum for the return and function indexes into the AttrListPtr object. This gets rid of some magic numbers.
2012-10-15 07:29:08 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…