index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
Age
Commit message (
Expand
)
Author
2011-10-19
Merging r142168:
Bill Wendling
2011-10-14
constify array itself, don't iterate multiple times.
Chris Lattner
2011-10-14
ocaml bindings: add getopcode for constant and instruction, and int64_of_const.
Torok Edwin
2011-10-14
bindings: tab and indentation fixes of my previous commits
Torok Edwin
2011-10-11
Spacing.
Eric Christopher
2011-10-07
Move default to top of switch
Matt Beaumont-Gay
2011-10-06
Remove the old atomic instrinsics. autoupgrade functionality is included wit...
Eli Friedman
2011-10-06
Fix -asserts build
Matt Beaumont-Gay
2011-10-06
Don't require C bindings opcode numbers to be kept in sync.
Torok Edwin
2011-10-06
ocaml/C bindings: type->isSized()
Torok Edwin
2011-10-06
add binding to read icmp predicate
Torok Edwin
2011-10-06
ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata too
Torok Edwin
2011-10-06
C/OCaml API to retrieve struct name.
Torok Edwin
2011-10-06
Build system infrastructure for multiple tblgens.
Peter Collingbourne
2011-10-05
Check for the returns_twice attribute in callsFunctionThatReturnsTwice. This
Rafael Espindola
2011-10-04
Unbreak CMake build.
Ted Kremenek
2011-10-04
Put GCOVFile and other related interface in a common header so that llvm-cov ...
Devang Patel
2011-10-03
Add C api for Instruction->eraseFromParent().
Devang Patel
2011-10-03
Add the returns_twice attribute to LLVM.
Rafael Espindola
2011-09-30
Tracing or debug-printing a newly formed instruction should not crash.
Andrew Trick
2011-09-30
whitespace
Andrew Trick
2011-09-29
Clean up uses of switch instructions so they are not dependent on the operand...
Eli Friedman
2011-09-29
Cosmetic changes, as per Nick's review.
Devang Patel
2011-09-27
Check that catch clauses have pointer type.
Duncan Sands
2011-09-27
Have the verifier check that all landingpad operands are constants.
Duncan Sands
2011-09-21
The last verification check for the new EH model.
Bill Wendling
2011-09-21
Change:
Richard Trieu
2011-09-13
Add a check to make sure schedulePass() has not deleted stale RequiredPass.
Devang Patel
2011-09-06
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-09-06
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-09-04
The insertion point for the loads is right before the llvm.eh.exception
Bill Wendling
2011-09-03
Don't reload the values that are already there. The llvm.eh.resume uses the same
Bill Wendling
2011-09-02
No need to get fancy inserting a PHI node when the values are stored in stack
Bill Wendling
2011-09-02
Return undef value (instead of arbitrary) for wrong or undef index in
Jakub Staszak
2011-09-02
ConstantVector returns arbitrary value for the wrong index.
Jakub Staszak
2011-09-02
Perform the upgrading of the old EH to the new EH in a more sane manner.
Bill Wendling
2011-09-01
Make isSafeToSpeculativelyExecute() return the right answer for some new inst...
Eli Friedman
2011-08-29
Fixes following the CR by Chris and Duncan:
Nadav Rotem
2011-08-29
Dump with dbgs() instead of printf.
Benjamin Kramer
2011-08-29
Make GCC happy by adding parens.
Benjamin Kramer
2011-08-29
Reapply r138695. Fix PassManager stack depths.
Andrew Trick
2011-08-27
Reverting r138695 to see if it fixes clang self host.
Andrew Trick
2011-08-27
Only delete instructions once.
Bill Wendling
2011-08-27
Fix PassManager stack depths.
Andrew Trick
2011-08-25
Initial check in that will auto-upgrade the old EH scheme to the new EH scheme.
Bill Wendling
2011-08-24
Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.
Nadav Rotem
2011-08-23
Add some useful accessors to c++ api that appear to be missing from the c api
Nate Begeman
2011-08-23
Revert "Address Duncan's CR request:"
Eric Christopher
2011-08-23
Address Duncan's CR request:
Nadav Rotem
2011-08-18
Rip out the old StructType APIs as warned about on llvmdev last week.
Chris Lattner
[next]