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
*
constify array itself, don't iterate multiple times.
Chris Lattner
2011-10-14
1
-2
/
+2
*
ocaml bindings: add getopcode for constant and instruction, and int64_of_const.
Torok Edwin
2011-10-14
1
-0
/
+6
*
bindings: tab and indentation fixes of my previous commits
Torok Edwin
2011-10-14
1
-25
/
+25
*
Spacing.
Eric Christopher
2011-10-11
1
-1
/
+1
*
Move default to top of switch
Matt Beaumont-Gay
2011-10-07
1
-6
/
+4
*
Remove the old atomic instrinsics. autoupgrade functionality is included wit...
Eli Friedman
2011-10-06
1
-0
/
+91
*
Fix -asserts build
Matt Beaumont-Gay
2011-10-06
1
-0
/
+2
*
Don't require C bindings opcode numbers to be kept in sync.
Torok Edwin
2011-10-06
1
-3
/
+28
*
ocaml/C bindings: type->isSized()
Torok Edwin
2011-10-06
1
-0
/
+5
*
add binding to read icmp predicate
Torok Edwin
2011-10-06
1
-0
/
+9
*
ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata too
Torok Edwin
2011-10-06
1
-2
/
+34
*
C/OCaml API to retrieve struct name.
Torok Edwin
2011-10-06
1
-0
/
+8
*
Build system infrastructure for multiple tblgens.
Peter Collingbourne
2011-10-06
1
-2
/
+2
*
Check for the returns_twice attribute in callsFunctionThatReturnsTwice. This
Rafael Espindola
2011-10-05
1
-10
/
+19
*
Unbreak CMake build.
Ted Kremenek
2011-10-04
1
-1
/
+2
*
Put GCOVFile and other related interface in a common header so that llvm-cov ...
Devang Patel
2011-10-04
1
-0
/
+281
*
Add C api for Instruction->eraseFromParent().
Devang Patel
2011-10-03
1
-0
/
+4
*
Add the returns_twice attribute to LLVM.
Rafael Espindola
2011-10-03
1
-2
/
+2
*
Tracing or debug-printing a newly formed instruction should not crash.
Andrew Trick
2011-09-30
1
-1
/
+2
*
whitespace
Andrew Trick
2011-09-30
1
-38
/
+38
*
Clean up uses of switch instructions so they are not dependent on the operand...
Eli Friedman
2011-09-29
1
-6
/
+8
*
Cosmetic changes, as per Nick's review.
Devang Patel
2011-09-29
1
-0
/
+1
*
Check that catch clauses have pointer type.
Duncan Sands
2011-09-27
1
-2
/
+7
*
Have the verifier check that all landingpad operands are constants.
Duncan Sands
2011-09-27
1
-0
/
+11
*
The last verification check for the new EH model.
Bill Wendling
2011-09-21
1
-0
/
+6
*
Change:
Richard Trieu
2011-09-21
2
-13
/
+13
*
Add a check to make sure schedulePass() has not deleted stale RequiredPass.
Devang Patel
2011-09-13
1
-3
/
+5
*
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-09-06
1
-0
/
+6
*
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-09-06
1
-0
/
+46
*
The insertion point for the loads is right before the llvm.eh.exception
Bill Wendling
2011-09-04
1
-1
/
+1
*
Don't reload the values that are already there. The llvm.eh.resume uses the same
Bill Wendling
2011-09-03
1
-7
/
+4
*
No need to get fancy inserting a PHI node when the values are stored in stack
Bill Wendling
2011-09-02
1
-43
/
+15
*
Return undef value (instead of arbitrary) for wrong or undef index in
Jakub Staszak
2011-09-02
1
-4
/
+4
*
ConstantVector returns arbitrary value for the wrong index.
Jakub Staszak
2011-09-02
1
-0
/
+4
*
Perform the upgrading of the old EH to the new EH in a more sane manner.
Bill Wendling
2011-09-02
1
-34
/
+113
*
Make isSafeToSpeculativelyExecute() return the right answer for some new inst...
Eli Friedman
2011-09-01
1
-0
/
+4
*
Fixes following the CR by Chris and Duncan:
Nadav Rotem
2011-08-29
1
-8
/
+11
*
Dump with dbgs() instead of printf.
Benjamin Kramer
2011-08-29
1
-5
/
+4
*
Make GCC happy by adding parens.
Benjamin Kramer
2011-08-29
1
-2
/
+2
*
Reapply r138695. Fix PassManager stack depths.
Andrew Trick
2011-08-29
1
-15
/
+25
*
Reverting r138695 to see if it fixes clang self host.
Andrew Trick
2011-08-27
1
-25
/
+15
*
Only delete instructions once.
Bill Wendling
2011-08-27
1
-5
/
+6
*
Fix PassManager stack depths.
Andrew Trick
2011-08-27
1
-15
/
+25
*
Initial check in that will auto-upgrade the old EH scheme to the new EH scheme.
Bill Wendling
2011-08-25
1
-0
/
+201
*
Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.
Nadav Rotem
2011-08-24
1
-3
/
+21
*
Add some useful accessors to c++ api that appear to be missing from the c api
Nate Begeman
2011-08-23
1
-0
/
+14
*
Revert "Address Duncan's CR request:"
Eric Christopher
2011-08-23
1
-21
/
+3
*
Address Duncan's CR request:
Nadav Rotem
2011-08-23
1
-3
/
+21
*
Rip out the old StructType APIs as warned about on llvmdev last week.
Chris Lattner
2011-08-18
1
-38
/
+0
*
Revert r137655. There is some question about whether the 'landingpad'
Bill Wendling
2011-08-17
1
-2
/
+0
[next]