This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-04 10:46:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
AsmParser
History
Jay Foad
2f5fc8c67d
Make better use of ConstantExpr::getGetElementPtr's InBounds parameter.
...
llvm-svn: 135676
2011-07-21 15:15:37 +00:00
..
CMakeLists.txt
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
2010-09-13 23:59:48 +00:00
LLLexer.cpp
Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future ambiguity
2011-07-18 21:45:40 +00:00
LLLexer.h
Land the long talked about "type system rewrite" patch. This
2011-07-09 17:41:24 +00:00
LLParser.cpp
Make better use of ConstantExpr::getGetElementPtr's InBounds parameter.
2011-07-21 15:15:37 +00:00
LLParser.h
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
LLToken.h
remove asmparser support for the old getresult instruction, which has been subsumed by extractvalue.
2011-06-17 06:57:15 +00:00
Makefile
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
2010-01-24 20:43:08 +00:00
Parser.cpp
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm.
2010-12-16 03:29:14 +00:00