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-20 04:11:13 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Benjamin Kramer
495f26b796
Emit TableGen's header comment with C-style comments, so it can be used from C89 code.
...
Should silence warnings when compiling the X86 disassembler. llvm-svn: 158723
2012-06-19 17:04:16 +00:00
..
Analysis
…
Archive
…
AsmParser
…
Bitcode
…
CodeGen
Move the support for using .init_array from ARM to the generic
2012-06-19 00:48:28 +00:00
DebugInfo
…
ExecutionEngine
Disable the right instance of TheJIT, this one is only used in asserts.
2012-06-16 21:55:52 +00:00
Linker
…
MC
…
Object
Added accessors for getting coff_relocation info
2012-06-18 19:47:16 +00:00
Support
[Support/PathV2] Fix out of bounds access in identify_magic when the file is empty.
2012-06-19 05:29:57 +00:00
TableGen
Emit TableGen's header comment with C-style comments, so it can be used from C89 code.
2012-06-19 17:04:16 +00:00
Target
Have ARM ELF use correct reloc for "b" instr.
2012-06-19 16:03:02 +00:00
Transforms
Now that SROA can form alloca's for dynamic vector accesses, further improve it to be able to replace operations on these vector alloca's with insert/extract element insts
2012-06-17 03:58:26 +00:00
VMCore
revert r158660, since Chris has some issues with this patch (namely using code to reprent information only used by the compiler)
2012-06-18 23:34:26 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…