- Aug 15, 2006
-
-
Reid Spencer authored
llvm-svn: 29693
-
Reid Spencer authored
llvm-svn: 29692
-
Reid Spencer authored
shouldn't, and add a better example for one of the questions. Thanks to Chris Lattner for these suggestions. llvm-svn: 29691
-
Chris Lattner authored
llvm-svn: 29690
-
Chris Lattner authored
llvm-svn: 29689
-
Chris Lattner authored
llvm-svn: 29688
-
Chris Lattner authored
llvm-svn: 29687
-
Devang Patel authored
llvm-svn: 29686
-
Chris Lattner authored
of value-type nodes. This avoids having to do mallocs for std::vectors of valuetypes when a node returns more than one type. llvm-svn: 29685
-
Devang Patel authored
llvm-svn: 29684
-
Reid Spencer authored
Fix problem setting the USE_{program} variable. It should be set to a Makefile variable definition line, not just "1". Problem noted by Kenneth Hoste. llvm-svn: 29682
-
Reid Spencer authored
Fix problem noticed by Kenneth Hoste. The wrong name for a variable was being set and subsequently uses of the correct name were empty. llvm-svn: 29681
-
Devang Patel authored
Now, LLVMSymbol keeps symbol original name and mangled name. llvm-svn: 29679
-
Reid Spencer authored
llvm-svn: 29678
-
Chris Lattner authored
llvm-svn: 29677
-
Chris Lattner authored
kimwitu, but seems like a good idea from a "avoid performance cliffs" standpoint :) llvm-svn: 29675
-
- Aug 14, 2006
-
-
Chris Lattner authored
llvm-svn: 29674
-
Chris Lattner authored
Transforms/CondProp/2006-08-14-SingleEntryPhiCrash.ll llvm-svn: 29673
-
Chris Lattner authored
llvm-svn: 29672
-
Chris Lattner authored
llvm-svn: 29671
-
Chris Lattner authored
llvm-svn: 29670
-
Chris Lattner authored
Rafael Espindola for pointing this out. llvm-svn: 29669
-
Chris Lattner authored
llvm-svn: 29668
-
Reid Spencer authored
llvm-svn: 29667
-
Reid Spencer authored
llvm-svn: 29665
-
Rafael Espindola authored
ldr rx, [ry, #offset] llvm-svn: 29664
-
Reid Spencer authored
source dir for LLVM to be specified explicitly. This removes the dependency on the llvm-config script. If the option is not given, then the scripts use llvm-config which should be both built and in the PATH. This arrangement provides a useful default for most developers but also allows the nightly tester to execute countloc.sh before llvm-config is built and without altering the PATH. llvm-svn: 29663
-
Devang Patel authored
llvm-svn: 29662
-
Devang Patel authored
llvm-svn: 29661
-
Devang Patel authored
llvm-svn: 29660
-
Devang Patel authored
llvm-svn: 29659
-
Patrick Jenkins authored
llvm-svn: 29658
-
- Aug 13, 2006
-
-
Reid Spencer authored
llvm-svn: 29656
-
Reid Spencer authored
2. make use of the -code-only option on llvmdo 3. Add some debug print statements to find #1 llvm-svn: 29655
-
Reid Spencer authored
nightly test graph. And, documentation is important. llvm-svn: 29654
-
Reid Spencer authored
are considered to be code. This will give a drop in the LOC count on the nightly testers, but it is more accurate than previous estimates. llvm-svn: 29653
-
Reid Spencer authored
files that are considered to be code. Documentation is excluded. llvm-svn: 29652
-
Reid Spencer authored
1. Remove tabs 2. Wrap to 80 columns 3. Put spaces between "if" or "elsif" and expression 4. Put { on same line as if statement. 5. Make indentation be 2 spaces. Functionality change: Run utils/countloc.sh after the build is done. This is necessary because that script now uses llvm-config to find the top src directory. llvm-svn: 29651
-
- Aug 12, 2006
-
-
Nate Begeman authored
the number of relocations in object files, shrinkifying them. llvm-svn: 29650
-
Chris Lattner authored
llvm-svn: 29649
-