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
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
reimplement Constant::ContainsRelocations as
Chris Lattner
2009-07-22
1
-23
/
+24
*
Permit the IntPtrTy argument to isEliminableCastPair to be null,
Dan Gohman
2009-07-21
1
-0
/
+4
*
Privatize the ConstantArray table.
Owen Anderson
2009-07-21
4
-126
/
+159
*
Privatize the first of the value maps.
Owen Anderson
2009-07-21
4
-46
/
+329
*
Rename getConstantInt{True|False} to get{True|False} at Chris' behest.
Owen Anderson
2009-07-21
3
-12
/
+12
*
Move a bit more state over to the LLVMContext.
Owen Anderson
2009-07-21
3
-25
/
+26
*
Assembly and Bitcode support for unsigned/signed overflow flags and
Dan Gohman
2009-07-20
1
-0
/
+18
*
Change the casting of linkage types into a map. This makes this much more robust
Bill Wendling
2009-07-20
1
-3
/
+88
*
Rename Mangler linkage enums to something less gross.
Bill Wendling
2009-07-20
1
-8
/
+8
*
Revert the addition of hasNoPointerOverflow to GEPOperator.
Dan Gohman
2009-07-20
3
-17
/
+2
*
Add plumbing for the `linker_private' linkage type. This type is meant for
Bill Wendling
2009-07-20
2
-23
/
+40
*
Make GetElementPtr ConstantExprs default to having no pointer overflow.
Dan Gohman
2009-07-18
1
-1
/
+5
*
Fix this accidentally inverted condition.
Dan Gohman
2009-07-18
1
-1
/
+1
*
Convert more code to use Operator instead of explicitly handling both
Dan Gohman
2009-07-17
1
-20
/
+9
*
Make BasicAliasAnalysis and Value::getUnderlyingObject use
Dan Gohman
2009-07-17
1
-8
/
+6
*
Add a GEPOperator class, and move the hasNoPointerOverflow
Dan Gohman
2009-07-17
1
-3
/
+5
*
Fix a typo that Duncan spotted.
Dan Gohman
2009-07-17
1
-1
/
+1
*
GetElementPtr instructions default to having no overflow.
Dan Gohman
2009-07-17
1
-0
/
+9
*
Fix compile warning.
Daniel Dunbar
2009-07-17
1
-0
/
+2
*
Add support for naked functions
Anton Korobeynikov
2009-07-17
1
-1
/
+3
*
Add a SubclassOptionalData field to Value. See the doxygen comment for
Dan Gohman
2009-07-17
1
-1
/
+2
*
Replace isTrapping with a new, similar method called
Eli Friedman
2009-07-17
1
-14
/
+48
*
Fix "no newline at end of file" warning from gcc.
Jeffrey Yasskin
2009-07-16
1
-1
/
+1
*
Privatize the MDNode uniquing table.
Owen Anderson
2009-07-16
4
-29
/
+45
*
Privatize the MDString uniquing table.
Owen Anderson
2009-07-16
4
-29
/
+36
*
Fix compiler warning (for -Asserts).
Daniel Dunbar
2009-07-16
1
-2
/
+2
*
Privatize the ConstantFP table. I'm on a roll!
Owen Anderson
2009-07-16
4
-72
/
+70
*
Update CMake file.
Ted Kremenek
2009-07-16
1
-0
/
+1
*
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
2009-07-16
4
-65
/
+100
*
Now that we have contexts on types, convert some more internals to use contexts.
Owen Anderson
2009-07-16
1
-8
/
+11
*
Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...
Owen Anderson
2009-07-15
1
-12
/
+8
*
Update the C bindings to keep the LLVMTypeKind up to date between the C/C++
Chris Lattner
2009-07-15
1
-1
/
+34
*
Move a few more convenience factory functions from Constant to LLVMContext.
Owen Anderson
2009-07-15
3
-12
/
+11
*
Lexically order files in CMakeLists.txt files.
Ted Kremenek
2009-07-15
1
-1
/
+1
*
Move the ConstantStruct factory methods over to LLVMContext.
Owen Anderson
2009-07-15
2
-11
/
+8
*
Revert 75798 to fix llvm build.
Rafael Espindola
2009-07-15
1
-0
/
+14
*
The static function TypeToFloatSemantics is now
Duncan Sands
2009-07-15
1
-14
/
+0
*
Remove the v3i32 and v3f32 value types: they are not
Duncan Sands
2009-07-15
1
-4
/
+0
*
eliminate the Mangler::PreserveAsmNames bit, the sole client of this
Chris Lattner
2009-07-15
1
-5
/
+1
*
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
3
-133
/
+63
*
Reapply my previous asmprinter changes now with more testing and two
Chris Lattner
2009-07-14
1
-11
/
+26
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Edwin Török
2009-07-14
12
-42
/
+42
*
Revert r75610 (and r75620, which was blocking the revert), in the hopes of
Daniel Dunbar
2009-07-14
1
-11
/
+3
*
Fix an obvious error.
Bob Wilson
2009-07-14
1
-3
/
+3
*
Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...
Chris Lattner
2009-07-14
1
-3
/
+11
*
Change the internal interface to makeNameProper to take a bool that
Chris Lattner
2009-07-14
1
-32
/
+17
*
FreeInst is trapping.
Dan Gohman
2009-07-14
1
-0
/
+1
*
Revert 75308.
Bob Wilson
2009-07-14
1
-33
/
+3
*
the mangler can never mangle intrinsics, don't allow this.
Chris Lattner
2009-07-14
1
-4
/
+2
*
rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more
Chris Lattner
2009-07-14
1
-20
/
+17
[prev]
[next]