- Jul 17, 2009
-
-
Bob Wilson authored
being called so that Context was never initialized. I'm not sure if this is the right fix but at least it keeps opt from crashing. llvm-svn: 76220
-
Daniel Dunbar authored
llvm-svn: 76199
-
- Jul 16, 2009
-
-
Dan Gohman authored
llvm-svn: 76070
-
Owen Anderson authored
To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. This will let us to hardwire stuff to the global context in the short term while the API is sorted out. llvm-svn: 75846
-
- Jul 15, 2009
-
-
Dan Gohman authored
an existing file is considered an error. Convert several tools to use raw_fd_ostream instead of std::ostream, and to use this new option instead of doing a manual check. llvm-svn: 75801
-
- 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 03, 2009
-
-
Daniel Dunbar authored
- No functionality change, but please check if you don't believe me. llvm-svn: 72789
-
- Feb 18, 2009
-
-
Dan Gohman authored
llvm-svn: 64888
-
- Dec 31, 2008
-
-
Duncan Sands authored
to work out (in a very simplistic way) which function arguments (pointer arguments only) are only dereferenced and so do not escape. Mark such arguments 'nocapture'. llvm-svn: 61525
-
- Dec 04, 2008
-
-
Devang Patel authored
llvm-svn: 60555
-
- Nov 26, 2008
-
-
Devang Patel authored
llvm-svn: 60087
-
Zhongxing Xu authored
llvm-svn: 60081
-
- Nov 05, 2008
-
-
Nuno Lopes authored
fix memory leak in pass manager when adding an analysis pass that already existed. as pass manager takes ownership of the added passes, it has to delete the pass if it isnt added to the pass list tweak the opt tool so that it doesnt access a Pass after the ownership was taken by the pass manager llvm-svn: 58730
-
- Oct 22, 2008
-
-
Daniel Dunbar authored
llvm-svn: 57946
-
Daniel Dunbar authored
createPrintModulePass and createPrintFunctionPass. - So clients who compile w/o RTTI can use them. llvm-svn: 57933
-
- Sep 19, 2008
-
-
Duncan Sands authored
llvm-svn: 56345
-
- Sep 17, 2008
-
-
Devang Patel authored
llvm-svn: 56282
-
Devang Patel authored
llvm-svn: 56265
-
Devang Patel authored
llvm-svn: 56255
-
- Sep 15, 2008
-
-
Duncan Sands authored
llvm-svn: 56222
-
- Sep 12, 2008
-
-
Duncan Sands authored
I placed it just before GVN because that it is the pass most likely to benefit from it. Some quick and dirty testing confirms that this is a decent place for it. llvm-svn: 56144
-
- Aug 27, 2008
-
-
Devang Patel authored
llvm-svn: 55432
-
Devang Patel authored
llvm-svn: 55429
-
- Jul 15, 2008
-
-
Evan Cheng authored
llvm-svn: 53574
-
- Jul 13, 2008
-
-
Duncan Sands authored
llvm-svn: 53525
-
Chris Lattner authored
llvm-svn: 53523
-
- May 29, 2008
-
-
Owen Anderson authored
Dhrystone introduced by its removal. llvm-svn: 51669
-
- May 27, 2008
-
-
Owen Anderson authored
llvm-svn: 51581
-
- May 16, 2008
-
-
Evan Cheng authored
llvm-svn: 51184
-
- May 15, 2008
-
-
Evan Cheng authored
llvm-svn: 51139
-
- May 14, 2008
-
-
Devang Patel authored
llvm-svn: 51110
-
Devang Patel authored
llvm-svn: 51084
-
- May 10, 2008
-
-
Owen Anderson authored
llvm-svn: 50941
-
- May 07, 2008
-
-
Owen Anderson authored
llvm-svn: 50787
-
- May 06, 2008
-
-
Owen Anderson authored
llvm-svn: 50682
-
- May 03, 2008
-
-
Chris Lattner authored
llvm-svn: 50593
-
- Apr 21, 2008
-
-
Chris Lattner authored
and can significantly shrinkify some code, particularly from C++ land. llvm-svn: 50025
-
- Apr 17, 2008
-
-
Duncan Sands authored
the end. It is now run at the same moment as in llvm-gcc. Also, run StripDeadPrototypes at the end, just before running DeadTypeElimination. This may be useful when doing LTO. Note that llvm-gcc runs StripDeadPrototypes but not DeadTypeElimination. llvm-svn: 49848
-
- Apr 10, 2008
-
-
Evan Cheng authored
llvm-svn: 49457
-