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
*
Provide better messages in llvm_unreachable.
David Blaikie
2012-01-17
1
-1
/
+1
*
Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...
David Blaikie
2012-01-17
3
-5
/
+1
*
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-16
1
-2
/
+1
*
Added MVT::v2f16
Pete Cooper
2012-01-12
1
-0
/
+2
*
Don't try to create a GEP when the pointee type is unsized (such GEPs
Duncan Sands
2012-01-11
1
-1
/
+2
*
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
1
-0
/
+1
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
3
-7
/
+0
*
generalize LLVMContext::emitError to take a twine instead of a StringRef.
Chris Lattner
2012-01-03
1
-3
/
+3
*
Type: replaced usage of ID with getTypeID().
Stepan Dyatkovskiy
2012-01-03
1
-11
/
+12
*
VMCore: add assert for miscompile
Dylan Noblesmith
2011-12-31
1
-0
/
+5
*
Using Inst->setMetadata(..., NULL) should be safe to remove metadata even when
Nick Lewycky
2011-12-27
1
-2
/
+4
*
Give string constants generated by IRBuilder private linkage.
Benjamin Kramer
2011-12-22
1
-1
/
+1
*
Add support to add named metadata operand.
Devang Patel
2011-12-20
1
-0
/
+11
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
6
-1
/
+49
*
Add basic generic CodeGen support for half.
Dan Gohman
2011-12-20
1
-0
/
+3
*
The powers that be have decided that LLVM IR should now support 16-bit
Dan Gohman
2011-12-17
7
-27
/
+67
*
Make constant folding for GEPs a bit more aggressive.
Eli Friedman
2011-12-15
1
-1
/
+1
*
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-14
1
-53
/
+0
*
Fix unused value warning for value used only in assert.
Nick Lewycky
2011-12-12
1
-5
/
+2
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+0
*
Don't rely in there being one argument before we've actually identified
Chandler Carruth
2011-12-12
1
-3
/
+4
*
Teach the verifier to reject all non-constant arguments to the second
Chandler Carruth
2011-12-12
1
-0
/
+6
*
Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter which
Chandler Carruth
2011-12-12
1
-6
/
+33
*
Add dump method for debugging.
Bill Wendling
2011-12-09
1
-0
/
+3
*
Push StringRefs through the metadata interface.
Benjamin Kramer
2011-12-06
1
-2
/
+2
*
Add a little heuristic to Value::isUsedInBasicBlock to speed it up for small ...
Benjamin Kramer
2011-12-05
1
-0
/
+13
*
Add support for vectors of pointers.
Nadav Rotem
2011-12-05
4
-20
/
+112
*
Add some missing anchors.
David Blaikie
2011-12-01
2
-0
/
+4
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-2
/
+0
*
Eli managed to kill off llvm.membarrier in llvm 3.0 also, this means
Chris Lattner
2011-11-27
1
-34
/
+8
*
The llvm.atomic intrinsics *were* removed in LLVM 3.0 (in r141333), remove the
Chris Lattner
2011-11-27
1
-68
/
+1
*
remove autoupgrade support for old forms of llvm.prefetch and the old
Chris Lattner
2011-11-27
1
-101
/
+1
*
remove autoupgrade support for really old-style debug info intrinsics.
Chris Lattner
2011-11-27
1
-42
/
+0
*
remove some old autoupgrade logic
Chris Lattner
2011-11-27
1
-80
/
+1
*
remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports
Chris Lattner
2011-11-27
1
-246
/
+0
*
Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a...
Benjamin Kramer
2011-11-24
1
-2
/
+0
*
Fixing a comment
Joe Abbey
2011-11-21
1
-1
/
+1
*
Rename MVT::untyped to MVT::Untyped to match similar nomenclature.
Owen Anderson
2011-11-16
1
-1
/
+1
*
Remove Value::getNameStr. It has been deprecated for a while and provides no ...
Benjamin Kramer
2011-11-15
1
-4
/
+0
*
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-15
1
-4
/
+4
*
Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplif...
Benjamin Kramer
2011-11-14
1
-22
/
+4
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
1
-0
/
+23
*
Don't print two 0x prefixes when printing an address.
Benjamin Kramer
2011-11-02
1
-1
/
+1
*
Add a pinned metadata name for fpaccuracy, and document it
Peter Collingbourne
2011-10-27
1
-0
/
+5
*
The bitcode reader can create an shuffle with a place holder mask which it will
Mon P Wang
2011-10-26
1
-3
/
+10
*
Refactor code from inlining and globalopt that checks whether a function defi...
Eli Friedman
2011-10-20
1
-0
/
+15
*
Use a SmallVector for intrinsic argument types.
Benjamin Kramer
2011-10-17
1
-1
/
+1
*
Correct over-zealous removal of hack.
Bill Wendling
2011-10-17
1
-0
/
+15
*
Now that we have the ReturnsTwice function attribute, this method is
Bill Wendling
2011-10-17
1
-40
/
+0
*
Add a routine to swap branch instruction operands, and update any
Chandler Carruth
2011-10-17
1
-0
/
+21
[next]