- Oct 12, 2009
-
-
Chris Lattner authored
llvm-svn: 83821
-
- Sep 28, 2009
-
-
Dan Gohman authored
llvm-svn: 83021
-
- Sep 04, 2009
-
-
Dan Gohman authored
introduced regressions in the Ocaml bindings tests. llvm-svn: 80969
-
Dan Gohman authored
and exact flags. Because ConstantExprs are uniqued, creating an expression with this flag causes all expressions with the same operands to have the same flag, which may not be safe. Add, sub, mul, and sdiv ConstantExprs are usually folded anyway, so the main interesting flag here is inbounds, and the constant folder already knows how to set the inbounds flag automatically in most cases, so there isn't an urgent need for the API support. This can be reconsidered in the future, but for now just removing these API bits eliminates a source of potential trouble with little downside. llvm-svn: 80959
-
- Aug 31, 2009
-
-
Erick Tryzelaar authored
llvm-svn: 80525
-
- Aug 26, 2009
-
-
Dale Johannesen authored
code hints that it would be a good idea to inline a function ("inline" keyword). No functional change yet; FEs do not emit this and inliner does not use it. llvm-svn: 80063
-
- Aug 19, 2009
-
-
Erick Tryzelaar authored
llvm-svn: 79413
-
- Aug 18, 2009
-
-
Daniel Dunbar authored
LLVMInitializeNativeTarget to initialize target info. - Patch by Jose Fonseca. llvm-svn: 79307
-
- Aug 17, 2009
-
-
Erick Tryzelaar authored
llvm-svn: 79213
-
- Aug 16, 2009
-
-
Erick Tryzelaar authored
llvm-svn: 79163
-
Erick Tryzelaar authored
llvm-svn: 79160
-
Erick Tryzelaar authored
llvm-svn: 79159
-
- Aug 14, 2009
-
-
Erick Tryzelaar authored
llvm-svn: 78964
-
- Aug 11, 2009
-
-
Erick Tryzelaar authored
llvm-svn: 78656
-
- Jul 20, 2009
-
-
Bill Wendling authored
llvm-svn: 76447
-
Bill Wendling authored
"private" symbols which the assember shouldn't strip, but which the linker may remove after evaluation. This is mostly useful for Objective-C metadata. This is plumbing, so we don't have a use of it yet. More to come, etc. llvm-svn: 76385
-
- Jul 17, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 76216
-
Anton Korobeynikov authored
llvm-svn: 76214
-
Anton Korobeynikov authored
llvm-svn: 76198
-
- Jul 16, 2009
-
-
Chris Lattner authored
stuff. Patch by Zoltan Varga! llvm-svn: 75842
-
- Jul 15, 2009
-
-
Dan Gohman authored
several unwanted dependencies. llvm-svn: 75717
-
- Jul 13, 2009
-
-
Daniel Dunbar authored
llvm-svn: 75440
-
- Jul 10, 2009
-
-
Chris Lattner authored
llvm-svn: 75259
-
- Jul 08, 2009
-
-
Nick Lewycky authored
these instructions, no autoupgrade or backwards compatibility support is provided. llvm-svn: 74991
-
- Jul 06, 2009
-
-
Chris Lattner authored
llvm-svn: 74836
-
- Jul 02, 2009
-
-
Owen Anderson authored
default global context, while new *InContext() APIs have been added that take a LLVMContextRef parameter. Apologies to anyone affected by this breakage. llvm-svn: 74694
-
Owen Anderson authored
llvm-svn: 74678
-
Owen Anderson authored
llvm-svn: 74675
-
Owen Anderson authored
llvm-svn: 74663
-
- Jul 01, 2009
-
-
Owen Anderson authored
llvm-svn: 74640
-
Owen Anderson authored
Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot of the bitcode reader and ASM parser APIs, as well as supporting it in all of the tools. Patches for Clang and LLVM-GCC to follow. llvm-svn: 74614
-
- Jun 24, 2009
-
-
Bob Wilson authored
libraries instead of relinked objects, the interpreter, JIT, and native target libraries were not being linked in to an ocaml program using the ExecutionEngine. llvm-svn: 74117
-
Bob Wilson authored
C bindings. Change all the backend "Initialize" functions to have C linkage. Change the "llvm/Config/Targets.def" header to use C-style comments to avoid compile warnings. llvm-svn: 74026
-
- Jun 04, 2009
-
-
rdar://problem/6940611Nick Kledzik authored
Add lto_codegen_set_assembler_path() API which allows the linker to specify the path to the assembler tool to run. When assembler is used (instead of compiler) different command line options are used. Add LTO_API_VERSION #define so clients (linkers) can conditionalize use of new APIs. llvm-svn: 72823
-
- May 09, 2009
-
-
Duncan Sands authored
will make it more obvious what it represents, and stop it being confused with the StoreSize. llvm-svn: 71349
-
- May 06, 2009
-
-
Duncan Sands authored
Incomplete, but better than nothing. llvm-svn: 71081
-
- Apr 30, 2009
-
-
Nick Lewycky authored
llvm-svn: 70491
-
- Apr 29, 2009
-
-
Bill Wendling authored
an optimization level instead of a simple boolean telling it to generate code "fast" or the other type of "fast". llvm-svn: 70347
-
- Apr 24, 2009
-
-
Rafael Espindola authored
llvm-svn: 69972
-
- Apr 13, 2009
-
-
Chris Lattner authored
llvm-svn: 68942
-