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
/
include
/
llvm
/
Instructions.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the Attributes::get method which takes an AttrVal value directly to simpl...
Bill Wendling
2012-10-16
1
-33
/
+22
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
1
-11
/
+11
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-3
/
+29
*
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
1
-11
/
+11
*
Attributes Rewrite
Bill Wendling
2012-10-15
1
-11
/
+11
*
Remove unnecessary classof()'s
Sean Silva
2012-10-11
1
-38
/
+0
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-29
/
+3
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-3
/
+29
*
Remove unused argument.
Bill Wendling
2012-10-10
1
-1
/
+1
*
Use the attribute builder to add attributes to call/invoke instruction. No fu...
Bill Wendling
2012-10-09
1
-32
/
+43
*
Add in some interfaces that will allow easier access to the pointer address s...
Micah Villmow
2012-10-09
1
-2
/
+12
*
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
1
-25
/
+13
*
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
1
-18
/
+4
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-2
/
+2
*
Remove some dead methods.
Bill Wendling
2012-10-09
1
-16
/
+0
*
Remove a couple more 'hasAttrSomewhere' calls.
Bill Wendling
2012-10-09
1
-2
/
+8
*
Remove more uses of the attribute enums by supplying appropriate query method...
Bill Wendling
2012-10-09
1
-17
/
+35
*
Add method to query for NoCapture attribute.
Bill Wendling
2012-10-04
1
-0
/
+2
*
Add method to query for 'NoAlias' attribute on call/invoke instructions.
Bill Wendling
2012-10-04
1
-0
/
+2
*
Add methods which query for the specific attribute instead of using the
Bill Wendling
2012-10-03
1
-0
/
+16
*
Mark unimplemented operator new as LLVM_DELETED_FUNCTION.
Craig Topper
2012-09-18
1
-10
/
+10
*
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
1
-3
/
+3
*
add CallSite/CallInst/InvokeInst::hasFnAttr()
Nuno Lopes
2012-06-25
1
-11
/
+21
*
Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....
Stepan Dyatkovskiy
2012-06-23
1
-2
/
+1
*
Remove a variable that is unused when assertions aren't enabled.
Kaelyn Uhrain
2012-06-22
1
-2
/
+1
*
Fixed r158979.
Stepan Dyatkovskiy
2012-06-22
1
-33
/
+101
*
Revert commit 158979 (dyatkovskiy) since it is causing several buildbots to
Duncan Sands
2012-06-22
1
-99
/
+31
*
Performance optimizations:
Stepan Dyatkovskiy
2012-06-22
1
-31
/
+99
*
Remove 'static' from inline functions defined in header files.
Chandler Carruth
2012-06-20
1
-1
/
+1
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
1
-1
/
+1
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
1
-2
/
+2
*
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-29
1
-10
/
+10
*
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
1
-4
/
+9
*
SwitchInst: Due to bad readability case iterators definition was moved to the...
Stepan Dyatkovskiy
2012-05-28
1
-131
/
+139
*
SwitchInst cosmetics: renamed "Hash" method to "hash"
Stepan Dyatkovskiy
2012-05-14
1
-1
/
+1
*
Recommited r156374 with critical fixes in BitcodeReader/Writer:
Stepan Dyatkovskiy
2012-05-12
1
-4
/
+44
*
Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...
Stepan Dyatkovskiy
2012-05-08
1
-44
/
+4
*
Ordinary patch for PR1255.
Stepan Dyatkovskiy
2012-05-08
1
-4
/
+44
*
Fix accidentally constant conditions found by uncommitted improvements to -Wc...
David Blaikie
2012-04-09
1
-1
/
+2
*
Fixed comments for SwitchInst::addCase and for SwitchInst::removeCase.
Stepan Dyatkovskiy
2012-03-13
1
-3
/
+6
*
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-11
1
-12
/
+15
*
Fixing a compile warning triggered in MSVC about constant truncation.
Aaron Ballman
2012-03-10
1
-1
/
+2
*
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
1
-77
/
+158
*
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-06
1
-36
/
+0
*
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
1
-19
/
+66
*
eliminate the Constant::getVectorElements method. There are better (and
Chris Lattner
2012-01-26
1
-2
/
+10
*
add some helper methods to ShuffleVectorInst and enhance its
Chris Lattner
2012-01-25
1
-0
/
+15
*
Add support for vectors of pointers.
Nadav Rotem
2011-12-05
1
-13
/
+26
*
Add a routine to swap branch instruction operands, and update any
Chandler Carruth
2011-10-17
1
-0
/
+7
[next]