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
*
Added support to have TableGen provide information if an intrinsic (core
Mon P Wang
2009-02-24
1
-0
/
+10
*
Extension of GEP in constant folder was broken (apparently this code
Daniel Dunbar
2009-02-24
1
-1
/
+1
*
add proper asmwriter and asmparser support for anonymous functions.
Chris Lattner
2009-02-18
1
-8
/
+2
*
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-18
1
-4
/
+4
*
Reapply r64301. These uses of "inline" can cause strange
Duncan Sands
2009-02-13
1
-8
/
+8
*
Add suppport for ConstantExprs of shufflevectors whose result type is not equ...
Nate Begeman
2009-02-12
1
-2
/
+9
*
Revert r64300 and r64301. These were causing the following errors respectively:
Bill Wendling
2009-02-11
1
-8
/
+8
*
These uses of "inline" can cause strange link-time
Duncan Sands
2009-02-11
1
-8
/
+8
*
Don't print extra spaces in vector and array constants. This makes
Dan Gohman
2009-02-11
1
-4
/
+2
*
make sure that BranchInst::getSuccessor() does not assert in cast<>
Gabor Greif
2009-02-09
1
-4
/
+5
*
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-05
4
-8
/
+28
*
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
4
-28
/
+8
*
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-02-04
4
-8
/
+28
*
Allow the inverse transform x86_fp80 -> i80 (also
Duncan Sands
2009-02-04
1
-9
/
+4
*
Fix PR3468: a crash when constant folding a bitcast of
Duncan Sands
2009-02-04
1
-6
/
+5
*
reject things like: zext <4 x i32> %tmp to i256
Chris Lattner
2009-02-02
1
-0
/
+10
*
back out my previous change, it exposes a latent bug. investigating
Gabor Greif
2009-01-31
1
-5
/
+4
*
use precise accessors
Gabor Greif
2009-01-31
1
-4
/
+5
*
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-28
2
-5
/
+5
*
Simplify the logic of getting hold of a PHI predecessor block.
Gabor Greif
2009-01-23
1
-2
/
+1
*
Do not use host floating point types when emitting
Dale Johannesen
2009-01-21
1
-2
/
+12
*
Make special cases (0 inf nan) work for frem.
Dale Johannesen
2009-01-21
1
-10
/
+0
*
div/rem by zero and div/rem overflow are both undefined according to
Chris Lattner
2009-01-19
1
-11
/
+11
*
Verify Intrinsic::dbg_declare.
Devang Patel
2009-01-19
1
-0
/
+5
*
Add the private linkage.
Rafael Espindola
2009-01-15
4
-11
/
+17
*
add comment to explain my previous commit, as asked by Chris
Nuno Lopes
2009-01-15
1
-0
/
+2
*
fix crash in the case when some arg is null
Nuno Lopes
2009-01-14
1
-1
/
+1
*
add a new insertAfter method, patch by Tom Jablin!
Chris Lattner
2009-01-13
1
-0
/
+6
*
Remove some dead code from the days llvm had type planes.
Rafael Espindola
2009-01-12
1
-46
/
+1
*
make tblgen emit the entire Intrinsic::getAttributes method,
Chris Lattner
2009-01-12
1
-10
/
+1
*
simplify CallSite helper class to not consult the Instruction's
Gabor Greif
2009-01-11
1
-59
/
+33
*
Use the spiffy new getAlignmentFromAttrs function.
Nick Lewycky
2009-01-11
1
-1
/
+1
*
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-09
1
-2
/
+2
*
Use mayBeOverridden here, in anticipation of the
Duncan Sands
2009-01-08
1
-2
/
+2
*
Fix failure messages in Verifier::PerformTypeCheck. The argument numbers
Bob Wilson
2009-01-08
1
-47
/
+42
*
CMake: removed lib/VMCore/DebugInfoBuilder.cpp.
Oscar Fuentes
2009-01-08
1
-1
/
+0
*
Assert that VectorType::getTruncatedElementVectorType is not used with
Bob Wilson
2009-01-07
1
-4
/
+10
*
remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.h
Chris Lattner
2009-01-07
1
-274
/
+0
*
Improve support for type-generic vector intrinsics by teaching TableGen how
Bob Wilson
2009-01-07
1
-1
/
+27
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-1
/
+0
*
another fix to my previous commit:
Gabor Greif
2009-01-05
1
-2
/
+5
*
eliminate tabs from my previous commit
Gabor Greif
2009-01-05
1
-4
/
+4
*
Get rid of the tagging functions and use PointerIntPair.
Gabor Greif
2009-01-05
1
-10
/
+13
*
tighten up return type check
Chris Lattner
2009-01-05
1
-4
/
+2
*
Add a mechanism to specify attributes in getOrInsertFunction.
Nick Lewycky
2009-01-04
1
-2
/
+29
*
Reimplement the old and horrible bison parser for .ll files with a nice
Chris Lattner
2009-01-02
1
-3
/
+2
*
Don't analyze arguments already marked 'nocapture'.
Duncan Sands
2008-12-31
1
-0
/
+7
*
Make stripPointerCasts and getUnderlyingObject
Duncan Sands
2008-12-29
1
-26
/
+39
*
select constant exprs should have the same constraints as select instructions,
Chris Lattner
2008-12-29
1
-3
/
+1
*
move select validation logic into a shared place where the select ctor,
Chris Lattner
2008-12-29
2
-17
/
+31
[next]