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
Kostya Serebryany
06dbe5559a
[asan] insert crash basic blocks inline as opposed to inserting them at the end of the function. This doesn't seem to fix or break anything, but is considered to be more friendly to downstream passes
...
llvm-svn: 161870
2012-08-14 14:04:51 +00:00
..
Analysis
MemoryDependenceAnalysis attempts to find the first memory dependency for function calls.
2012-08-13 23:03:43 +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
[ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.
2012-08-10 00:00:22 +00:00
Bitcode
…
CodeGen
Fix undefined behavior: binding null pointer to reference. No functionality change.
2012-08-14 05:31:26 +00:00
DebugInfo
Fix the representation of debug line table in DebugInfo LLVM library,
2012-08-07 11:46:57 +00:00
ExecutionEngine
Enable lazy compilation in MCJIT
2012-08-07 18:33:00 +00:00
Linker
Move the "findUsedStructTypes" functionality outside of the Module class.
2012-08-03 00:30:35 +00:00
MC
When emitting the PC range in an FDE, use the same data encoding for both ends
2012-08-12 08:09:45 +00:00
Object
…
Support
Add a roundToIntegral method to APFloat, which can be parameterized over various rounding modes. Use this to implement SelectionDAG constant folding of FFLOOR, FCEIL, and FTRUNC.
2012-08-13 23:32:49 +00:00
TableGen
TableGen: Allow use of #NAME# outside of 'def' names.
2012-08-02 18:46:42 +00:00
Target
Factor duplicate calls to getUNDEF in several functions.
2012-08-14 08:18:43 +00:00
Transforms
[asan] insert crash basic blocks inline as opposed to inserting them at the end of the function. This doesn't seem to fix or break anything, but is considered to be more friendly to downstream passes
2012-08-14 14:04:51 +00:00
VMCore
Typo.
2012-08-14 01:09:10 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…