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
*
Modify the intrinsics pattern to separate out the "return" types from the
Bill Wendling
2008-11-13
1
-12
/
+27
*
Refactor the code that does the type checking for intrinsics.
Bill Wendling
2008-11-13
1
-115
/
+132
*
Implement stack protectors as function attributes: "ssp" and "sspreq".
Bill Wendling
2008-11-13
1
-0
/
+4
*
Added support for the following definition of shufflevector
Mon P Wang
2008-11-10
3
-25
/
+26
*
Use utohex_buffer instead of utohexstr to avoid creating a temporary
Chris Lattner
2008-11-10
1
-1
/
+2
*
Fix a use of an invalid iterator when -debug-pass=Details is used.
Dan Gohman
2008-11-06
1
-1
/
+1
*
Add comments to function.
Bill Wendling
2008-11-05
1
-0
/
+6
*
Silence unused variable warnings.
Devang Patel
2008-11-05
1
-1
/
+3
*
fix memory leak in pass manager when adding an analysis pass that already exi...
Nuno Lopes
2008-11-04
1
-1
/
+3
*
- Add a "getOrInsertGlobal" method to the Module class. This acts similarly to
Bill Wendling
2008-11-04
1
-0
/
+22
*
Duncan pointed out that the Extended case in getTypeForMVT could
Dan Gohman
2008-11-04
1
-7
/
+2
*
Add a return statement to suppress warnings in NDEBUG builds.
Dan Gohman
2008-11-04
1
-0
/
+1
*
Add some asserts to verify MVT invariant assumptions.
Dan Gohman
2008-11-04
1
-0
/
+2
*
Fix unused variable warnings.
Devang Patel
2008-11-03
2
-0
/
+13
*
Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel!
Dan Gohman
2008-11-03
1
-0
/
+26
*
Change how extended types are represented in MVTs. Instead of fiddling
Dan Gohman
2008-11-03
1
-0
/
+54
*
Reverting back 58505. Will commit it once I have the bc reader/writer/docs
Sanjiv Gupta
2008-11-01
1
-2
/
+1
*
For some targets pointer and int are 16-bits. Allow 16-bits as a valid index
Sanjiv Gupta
2008-10-31
1
-1
/
+2
*
Reuse PrintEscapedString for printing names in .ll
Daniel Dunbar
2008-10-28
1
-28
/
+21
*
Fix an obvious copy/pasto.
Nick Lewycky
2008-10-27
1
-4
/
+4
*
Fix type-o in ExprMapKeyType::operator ==(). The "&&" was missing.
Bill Wendling
2008-10-26
1
-1
/
+1
*
Related to PR2911, reject as invalid non-pointer GC roots.
Gordon Henriksen
2008-10-25
1
-2
/
+4
*
Move Print*Pass to use raw_ostream.
Daniel Dunbar
2008-10-22
1
-11
/
+16
*
CMake: Turned some libraries into partially linked objects. Corrected
Oscar Fuentes
2008-10-22
1
-1
/
+1
*
CMake: updated lib/VMCore/CMakeLists.txt
Oscar Fuentes
2008-10-21
1
-0
/
+1
*
Privatize PrintModulePass and PrintFunctionPass and add
Daniel Dunbar
2008-10-21
2
-8
/
+96
*
Keep track of *which* input constraint matches an output
Chris Lattner
2008-10-17
1
-2
/
+7
*
Introduce a typing refinenement on tagged data
Gabor Greif
2008-10-16
1
-5
/
+3
*
Verify prefetch arguments, PR2576.
Chris Lattner
2008-10-16
1
-0
/
+8
*
apply Eli's patch for PR2165 and provide a testcase.
Chris Lattner
2008-10-16
1
-0
/
+6
*
Fix Instruction::isIdenticalTo and isSameOperationAs to recognize
Dan Gohman
2008-10-16
1
-6
/
+57
*
Correct the name of isTrapping in comments.
Dan Gohman
2008-10-15
1
-1
/
+1
*
Fix a missing space after the return type in invoke statements.
Dan Gohman
2008-10-15
1
-3
/
+3
*
Prevent assert when using '"' in names (via hexadecimal).
Daniel Dunbar
2008-10-14
1
-2
/
+1
*
Change getLLVMName to use raw_ostream & PrintLLVMName.
Daniel Dunbar
2008-10-14
1
-59
/
+15
*
Unbreak DbgStopPointInst::getFileName().
Daniel Dunbar
2008-10-11
1
-1
/
+1
*
Add a "loses information" return value to APFloat::convert
Dale Johannesen
2008-10-09
3
-13
/
+23
*
Rename APFloat::convertToAPInt to bitcastToAPInt to
Dale Johannesen
2008-10-09
2
-3
/
+3
*
Add <cstdio> include where needed by gcc-4.4.
Duncan Sands
2008-10-08
1
-0
/
+1
*
Remove interfaces implemented by dead pass from the list of available passes.
Devang Patel
2008-10-06
1
-7
/
+17
*
fix an incorrect and extremely confusing error message
Chris Lattner
2008-10-05
1
-1
/
+1
*
Fix function attribute verification check.
Devang Patel
2008-10-03
1
-6
/
+5
*
Verify function attributes.
Devang Patel
2008-10-03
1
-1
/
+5
*
Remove redundant check.
Devang Patel
2008-10-02
1
-9
/
+0
*
Attributes noinline alwaysinline are incompatible
Devang Patel
2008-10-01
1
-0
/
+17
*
add a new form of Type::dump that takes a module for type names,
Chris Lattner
2008-10-01
1
-0
/
+8
*
Make some implicit conversions explicit, to avoid compiler warnings.
Dan Gohman
2008-10-01
1
-2
/
+2
*
Factorize code: remove variants of "strip off
Duncan Sands
2008-10-01
1
-8
/
+21
*
Don't prepend a space character for constants in Value::print.
Dan Gohman
2008-10-01
1
-1
/
+1
*
Support inreg, zext and sext as return value attributes.
Devang Patel
2008-09-29
1
-7
/
+9
[next]