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-02-09 05:47:13 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Owen Anderson
476adb2e49
Privatize the MDString uniquing table.
...
llvm-svn: 76113
2009-07-16 22:11:26 +00:00
..
Analysis
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a number of issues in
2009-07-16 18:04:31 +00:00
Archive
…
AsmParser
Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst.
2009-07-15 23:53:25 +00:00
Bitcode
Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst.
2009-07-15 23:53:25 +00:00
CodeGen
Fix inverted preprocessor conditional.
2009-07-16 22:08:25 +00:00
CompilerDriver
…
Debugger
…
ExecutionEngine
Add line numbers to OProfile. To do this, I added a processDebugLoc()
2009-07-16 21:07:26 +00:00
Linker
…
MC
Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic
2009-07-16 17:56:39 +00:00
Support
Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output.
2009-07-16 21:17:53 +00:00
System
Lexically order files in CMakeLists.txt files.
2009-07-15 21:08:16 +00:00
Target
Silence warning in Linux builds:
2009-07-16 21:24:13 +00:00
Transforms
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a number of issues in
2009-07-16 18:04:31 +00:00
VMCore
Privatize the MDString uniquing table.
2009-07-16 22:11:26 +00:00
Makefile
…