- Jun 17, 2003
-
-
Chris Lattner authored
llvm-svn: 6743
-
Chris Lattner authored
llvm-svn: 6742
-
Chris Lattner authored
llvm-svn: 6741
-
Chris Lattner authored
BasicAA/featuretest.ll:constexpr_test llvm-svn: 6740
-
Chris Lattner authored
llvm-svn: 6739
-
Chris Lattner authored
llvm-svn: 6738
-
Chris Lattner authored
Remove evil rcs tag :) llvm-svn: 6737
-
Chris Lattner authored
"yes, invoke instructions can have just three arguments" llvm-svn: 6736
-
Chris Lattner authored
llvm-svn: 6735
-
Chris Lattner authored
instead of a variable pointer and an alloca. All accesses to the variable then use the address-of operator to access it. This plays better with the internal GCC code generation phases, which bail early on functions which contain allocas. It also makes the code a bit easier to read. llvm-svn: 6734
-
Chris Lattner authored
not the worklist llvm-svn: 6733
-
Brian Gaeke authored
llvm-svn: 6732
-
Chris Lattner authored
impossible for scripts to find user tools like sed. llvm-svn: 6731
-
Chris Lattner authored
llvm-svn: 6729
-
Brian Gaeke authored
llvm-svn: 6728
-
Chris Lattner authored
optimized INTO an alloca llvm-svn: 6727
-
Chris Lattner authored
llvm-svn: 6726
-
Chris Lattner authored
Remove usage of alloca llvm-svn: 6725
-
Brian Gaeke authored
llvm-svn: 6724
-
- Jun 16, 2003
-
-
Brian Gaeke authored
so that we can easily change its use to be conditional on the result of an autoconf test later. llvm-svn: 6723
-
Brian Gaeke authored
llvm-svn: 6722
-
Brian Gaeke authored
llvm-svn: 6721
-
John Criswell authored
built by the LLVM build. Added a path for use with the TestRunner.sh script so that it can always find the LLVM tools without having the user place them in his or her path. llvm-svn: 6720
-
John Criswell authored
do the following: 1) Determine their default values without $HOME 2) Configure the default values as full absolute pathnames. This should help fix the nightly test builds. llvm-svn: 6719
-
Chris Lattner authored
llvm-svn: 6712
-
Chris Lattner authored
llvm-svn: 6711
-
Chris Lattner authored
llvm-svn: 6710
-
Chris Lattner authored
llvm-svn: 6709
-
Chris Lattner authored
llvm-svn: 6708
-
Chris Lattner authored
llvm-svn: 6707
-
Chris Lattner authored
llvm-svn: 6706
-
Chris Lattner authored
llvm-svn: 6705
-
Chris Lattner authored
llvm-svn: 6704
-
Chris Lattner authored
llvm-svn: 6703
-
Chris Lattner authored
llvm-svn: 6699
-
Chris Lattner authored
This was because we were deleting large chunks of functions without an exit block, because the post-dominance information was not useful. This broke crafty and twolf. llvm-svn: 6698
-
Chris Lattner authored
Fix bug: CBackend/2003-06-11-LiteralStringProblem.ll llvm-svn: 6697
-
Chris Lattner authored
llvm-svn: 6696
-
Chris Lattner authored
Remove bogus assertion: a node with no referrers could be collapsed if field-sensitivity was disabled llvm-svn: 6695
-
Chris Lattner authored
This implements: GCSE/2003-06-13-LoadStoreEliminate.ll llvm-svn: 6694
-