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-17 17:26:00 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Craig Topper
528004fc78
Use a switch statement instead of a bunch of if-else checks and pull out the common function call.
...
llvm-svn: 162428
2012-08-23 04:57:36 +00:00
..
Analysis
Reduce duplicated hash map lookups.
2012-08-22 15:37:57 +00:00
Archive
Remove references to compression in llvm-ar. It has been a long time since we
2012-08-10 01:57:52 +00:00
AsmParser
Change the
linker_private_weak_def_auto' linkage to
linkonce_odr_auto_hide' to
2012-08-17 18:33:14 +00:00
Bitcode
Change the
linker_private_weak_def_auto' linkage to
linkonce_odr_auto_hide' to
2012-08-17 18:33:14 +00:00
CodeGen
Simplify the computeOperandLatency API.
2012-08-23 00:39:43 +00:00
DebugInfo
80-col.
2012-08-23 00:52:51 +00:00
ExecutionEngine
Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed.
2012-08-22 06:07:19 +00:00
Linker
…
MC
Reduce duplicated hash map lookups.
2012-08-22 15:37:57 +00:00
Object
…
Support
Reduce alignment of SmallVector<T> to the required amount, rather than forcing 16-byte alignment. This fixes misaligned SmallVector accesses via ExtractValueInst's SmallVector data member.
2012-08-22 00:11:07 +00:00
TableGen
Print out the location of expanded multiclass defs in TableGen errors.
2012-08-22 23:33:58 +00:00
Target
Use a switch statement instead of a bunch of if-else checks and pull out the common function call.
2012-08-23 04:57:36 +00:00
Transforms
SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.
2012-08-22 19:39:15 +00:00
VMCore
Make atomic load and store of pointers work. Tighten verification of atomic operations
2012-08-17 23:24:29 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…