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
/
Instruction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
FreeInst is trapping.
Dan Gohman
2009-07-14
1
-0
/
+1
*
Remove the vicmp and vfcmp instructions. Because we never had a release with
Nick Lewycky
2009-07-08
1
-2
/
+0
*
Give Instruction::isSameOperationAs a corresponding comment to note
Dan Gohman
2009-06-12
1
-2
/
+5
*
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-06-04
1
-10
/
+9
*
Allow readonly functions to unwind exceptions. Teach
Duncan Sands
2009-05-06
1
-0
/
+8
*
Simplify the logic of getting hold of a PHI predecessor block.
Gabor Greif
2009-01-23
1
-2
/
+1
*
add a new insertAfter method, patch by Tom Jablin!
Chris Lattner
2009-01-13
1
-0
/
+6
*
improve const correctness.
Chris Lattner
2008-11-27
1
-2
/
+2
*
Fix an obvious copy/pasto.
Nick Lewycky
2008-10-27
1
-4
/
+4
*
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
*
Enable first-class aggregates support.
Dan Gohman
2008-07-23
1
-1
/
+0
*
Add an insertBefore method for attaching previously unattached instructions,
Owen Anderson
2008-06-17
1
-0
/
+6
*
Let Instruction::getOpcodeName() return something useful for the new
Matthijs Kooijman
2008-05-30
1
-0
/
+2
*
Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef
Nate Begeman
2008-05-12
1
-0
/
+2
*
conservatively say that volatile stores read memory.
Chris Lattner
2008-05-08
1
-2
/
+3
*
store can't read from memory.
Chris Lattner
2008-05-08
1
-1
/
+0
*
add a new Instruction::mayReadFromMemory predicate, make
Chris Lattner
2008-05-08
1
-2
/
+19
*
add a handy helper method to instruction, useful for determining
Chris Lattner
2008-04-20
1
-0
/
+23
*
VAArg may trap.
Dan Gohman
2008-04-14
1
-0
/
+1
*
print getresult instruction.
Devang Patel
2008-02-21
1
-0
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Revert r44626, which turned off the use of readonly
Duncan Sands
2007-12-12
1
-3
/
+0
*
Reverting dtor devirtualization patch.
Gordon Henriksen
2007-12-10
1
-2
/
+2
*
Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!
Gordon Henriksen
2007-12-09
1
-2
/
+2
*
Commit 44487 broke bootstrap of llvm-gcc-4.2. It is
Duncan Sands
2007-12-05
1
-0
/
+3
*
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-12-03
1
-16
/
+3
*
Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDead
Dan Gohman
2007-07-26
1
-4
/
+12
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+277