index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
IR
/
Core.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."
Andrew Trick
2013-09-19
1
-1
/
+0
*
Encapsulate PassManager debug flags to avoid static init and cxa_exit.
Andrew Trick
2013-09-18
1
-0
/
+1
*
whitespace
Andrew Trick
2013-09-18
1
-19
/
+19
*
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
2013-05-22
1
-0
/
+4
*
Roll out r182407 and r182408 because they broke builds.
Filip Pizlo
2013-05-21
1
-4
/
+0
*
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
2013-05-21
1
-0
/
+4
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-1
/
+2
*
Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.
Carlo Kok
2013-04-23
1
-0
/
+36
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-0
/
+1
*
C API: Fix coding style
Tom Stellard
2013-04-18
1
-1
/
+1
*
Appease a gcc warning about an overflow in a constant conversion.
Bill Wendling
2013-04-17
1
-1
/
+2
*
Don't store AttributeSet::FunctionIndex as an int.
Benjamin Kramer
2013-04-17
1
-1
/
+1
*
C API: Add LLVMGetBufferSize()
Tom Stellard
2013-04-16
1
-0
/
+4
*
C API: Add LLVMGetBufferStart()
Tom Stellard
2013-04-16
1
-0
/
+3
*
C API: Add LLVMAddTargetDependentFunctionAttr()
Tom Stellard
2013-04-16
1
-0
/
+11
*
Add four new functions and one new enum to the C API:
Hans Wennborg
2013-04-16
1
-0
/
+47
*
Add multithreading functions and shutdown to the C API. Patch by Moritz
Duncan Sands
2013-02-17
1
-0
/
+20
*
s/bool/LLVMBool/
Bill Wendling
2013-02-14
1
-1
/
+1
*
Add two new functions to the C API:
Bill Wendling
2013-02-14
1
-0
/
+23
*
Enable *BasicBlockPass::createPrinterPass()
Sergei Larin
2013-02-08
1
-0
/
+1
*
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
Bill Wendling
2013-01-30
1
-3
/
+3
*
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
1
-4
/
+4
*
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
Bill Wendling
2013-01-23
1
-5
/
+7
*
More encapsulation work.
Bill Wendling
2013-01-22
1
-6
/
+10
*
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...
Bill Wendling
2013-01-09
1
-2
/
+2
*
Move the initialization to the Analysis library as well as the pass.
Chandler Carruth
2013-01-07
1
-1
/
+0
*
Convert the TargetTransformInfo from an immutable pass with dynamic
Chandler Carruth
2013-01-05
1
-0
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-10
/
+10
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+2408