- Oct 20, 2003
-
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
- Oct 01, 2003
-
-
Misha Brukman authored
llvm-svn: 8803
-
- Sep 01, 2003
-
-
Chris Lattner authored
llvm-svn: 8306
-
- Aug 06, 2003
-
-
Vikram S. Adve authored
this is not an optional transformation on SPARC and is now handled directly by instruction selection. llvm-svn: 7644
-
- Jul 02, 2003
-
-
Vikram S. Adve authored
deletes it, but we were merrily trying to fix the operands of that instruction anyway! Instead, fix the replacement instruction. (2) An Improvement: Check for and extract global values in all operands, not just in known pointer operands. For example, they can occur in call arguments, and probably other unforeseeable places as well. This also eliminates the special-case handling of Load and Store. llvm-svn: 7053
-
- Jun 05, 2003
-
-
Vikram S. Adve authored
Also, reorder a couple of functions for inlining. llvm-svn: 6635
-
- Jun 04, 2003
-
-
Chris Lattner authored
llvm-svn: 6591
-
- May 31, 2003
-
-
Vikram S. Adve authored
globals in some other places may not have been pulled out either; globals in phi operands were being put just before the phi instead of in the predecessor basic blocks. llvm-svn: 6466
-
- May 01, 2003
-
-
Chris Lattner authored
the Annotation classes with the noncopyable classes for no reason llvm-svn: 5973
-
- Apr 24, 2003
-
-
Chris Lattner authored
llvm-svn: 5899
-
- Apr 16, 2003
-
-
Chris Lattner authored
llvm-svn: 5786
-
- Jan 14, 2003
-
-
Chris Lattner authored
llvm-svn: 5272
-
Chris Lattner authored
llvm-svn: 5266
-
- Oct 27, 2002
-
-
Chris Lattner authored
llvm-svn: 4292
-
- Oct 13, 2002
-
-
Chris Lattner authored
reflect the fact that it's a range being defined. llvm-svn: 4147
-
Vikram S. Adve authored
instructions so that (a) constant folding is done automatically before code generation, and (b) selection does not have to deal with them. Also, check for ConstantPointerRefs in additional to GlobalValues when creating a GEP to load a global address. llvm-svn: 4126
-
- Sep 27, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3957
-
- Sep 20, 2002
-
-
Vikram S. Adve authored
Original logs for PreSelection.cpp: revision 1.2 date: 2002/09/17 23:50:32; author: lattner; state: Exp; lines: +1 -3 Don't put default parameter values into .cpp files, it breaks 3.x compilers revision 1.1 date: 2002/09/16 15:31:13; author: vadve; state: Exp; New preselection pass that specializes LLVM code for a target machine, while remaining in legal portable LLVM form and preserving type information and type safety. llvm-svn: 3838
-
- Sep 18, 2002
-
-
Chris Lattner authored
llvm-svn: 3799
-
- Sep 16, 2002
-
-
Vikram S. Adve authored
while remaining in legal portable LLVM form and preserving type information and type safety. llvm-svn: 3738
-