This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
5ce9c5657c
llvm-project
/
llvm
/
lib
/
IR
History
Craig Topper
821d6af6c2
Remove extra blank line between closing curly brace and 'else'
...
llvm-svn: 174492
2013-02-06 06:50:38 +00:00
..
AsmWriter.cpp
Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_initialized.
2013-02-05 05:57:38 +00:00
AttributeImpl.h
Remove unused private field to suppress a build warning.
2013-02-06 06:48:10 +00:00
Attributes.cpp
Add a 'StringRef' version of hasAttribute.
2013-02-06 01:33:42 +00:00
AutoUpgrade.cpp
…
BasicBlock.cpp
…
CMakeLists.txt
Move TargetTransformInfo to live under the Analysis library. This no
2013-01-07 03:08:10 +00:00
ConstantFold.cpp
Fix ConstantFold's folding of icmp instructions to recognize that,
2013-01-31 00:01:45 +00:00
ConstantFold.h
…
Constants.cpp
Make APFloat constructor require explicit semantics.
2013-01-22 09:46:31 +00:00
ConstantsContext.h
…
Core.cpp
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
2013-01-30 23:40:31 +00:00
DIBuilder.cpp
[DebugInfo] remove more node indirection (this time from the subprogram's variable lists)
2013-02-04 05:56:36 +00:00
DataLayout.cpp
Clean up whitespace and indentation a bit
2013-01-30 19:24:23 +00:00
DebugInfo.cpp
[DebugInfo] remove more node indirection (this time from the subprogram's variable lists)
2013-02-04 05:56:36 +00:00
DebugLoc.cpp
…
Dominators.cpp
…
Function.cpp
Remove the last of uses that use the Attribute object as a collection of attributes.
2013-01-23 06:14:59 +00:00
GCOV.cpp
…
GVMaterializer.cpp
…
Globals.cpp
Added instance variable/initializers/getter/setters for new keyword externally initialized to GlobalVariable. No *TRUE* functionality change.
2013-02-03 21:54:38 +00:00
IRBuilder.cpp
…
InlineAsm.cpp
…
Instruction.cpp
…
Instructions.cpp
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
2013-01-23 00:45:55 +00:00
IntrinsicInst.cpp
…
LLVMBuild.txt
…
LLVMContext.cpp
…
LLVMContextImpl.cpp
Cleanup the AttributeSetNodes that we create.
2013-01-24 00:14:46 +00:00
LLVMContextImpl.h
Create a new class: AttributeSetNode.
2013-01-24 00:06:56 +00:00
LeakDetector.cpp
…
LeaksContext.h
…
Makefile
Actually update the CMake and Makefile builds correctly, and update the
2013-01-02 12:09:16 +00:00
Metadata.cpp
…
Module.cpp
…
Pass.cpp
…
PassManager.cpp
Remove extra blank line between closing curly brace and 'else'
2013-02-06 06:50:38 +00:00
PassRegistry.cpp
…
PrintModulePass.cpp
…
SymbolTableListTraitsImpl.h
…
Type.cpp
…
TypeFinder.cpp
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
2013-01-07 15:43:51 +00:00
Use.cpp
Fix Casting
2013-01-14 21:04:37 +00:00
User.cpp
…
Value.cpp
…
ValueSymbolTable.cpp
…
ValueTypes.cpp
…
Verifier.cpp
Make the AttrBuilder creation method of Attribute private so that people won't use it.
2013-01-31 01:51:27 +00:00