oota-llvm.git
22 years agoFix libraries.
Vikram S. Adve [Mon, 18 Mar 2002 03:53:22 +0000 (03:53 +0000)]
Fix libraries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1912 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoMinor changes.
Vikram S. Adve [Mon, 18 Mar 2002 03:52:31 +0000 (03:52 +0000)]
Minor changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1911 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoFixed several problems with handling arguments to Phis.
Vikram S. Adve [Mon, 18 Mar 2002 03:47:26 +0000 (03:47 +0000)]
Fixed several problems with handling arguments to Phis.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1910 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoBig bug fix: killed uses were being inserted instead of erased!
Vikram S. Adve [Mon, 18 Mar 2002 03:45:41 +0000 (03:45 +0000)]
Big bug fix: killed uses were being inserted instead of erased!
Also added a set of debug options.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1909 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoJust a comment.
Vikram S. Adve [Mon, 18 Mar 2002 03:40:25 +0000 (03:40 +0000)]
Just a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1908 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoNew pass to decompose multi-dimensional array references into
Vikram S. Adve [Mon, 18 Mar 2002 03:39:09 +0000 (03:39 +0000)]
New pass to decompose multi-dimensional array references into
a sequence of 1-D references, using a sequence of getElementPtrs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1907 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoBig bug fix: getUsableUniRegAtMI needed to return values in arguments
Vikram S. Adve [Mon, 18 Mar 2002 03:37:19 +0000 (03:37 +0000)]
Big bug fix: getUsableUniRegAtMI needed to return values in arguments
but did not pass the arguments by reference!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1906 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoAdded function computeOffsetforLocalVar to check how big the
Vikram S. Adve [Mon, 18 Mar 2002 03:36:30 +0000 (03:36 +0000)]
Added function computeOffsetforLocalVar to check how big the
offset-from-FP will be before allocating space for a local variable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1905 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoBug fix in setting CC register.
Vikram S. Adve [Mon, 18 Mar 2002 03:35:24 +0000 (03:35 +0000)]
Bug fix in setting CC register.
Also use distinct names for the three types of SetMachineOperand
to avoid painful overloading problems and errors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1904 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoConstants are now added to the constant pool only when a load
Vikram S. Adve [Mon, 18 Mar 2002 03:33:43 +0000 (03:33 +0000)]
Constants are now added to the constant pool only when a load
instruction is actually generated for them.
Rename the different versions of SetMachineOperand.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1903 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoUse vector for machine instructions returned by GetInstructionsByRule.
Vikram S. Adve [Mon, 18 Mar 2002 03:31:54 +0000 (03:31 +0000)]
Use vector for machine instructions returned by GetInstructionsByRule.
Fix constants in instructions generated for Phi elimination.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1902 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoBig bug fix: getUsableUniRegAtMI needed to return values in arguments
Vikram S. Adve [Mon, 18 Mar 2002 03:26:48 +0000 (03:26 +0000)]
Big bug fix: getUsableUniRegAtMI needed to return values in arguments
but did not pass the arguments by reference!
Also added a function to get a register class by ID.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1901 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoAdded function computeOffsetforLocalVar to check how big the
Vikram S. Adve [Mon, 18 Mar 2002 03:23:29 +0000 (03:23 +0000)]
Added function computeOffsetforLocalVar to check how big the
offset-from-FP will be before allocating space for a local variable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1900 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoUse vector for machine instructions in GetInstructionsByRule.
Vikram S. Adve [Mon, 18 Mar 2002 03:20:46 +0000 (03:20 +0000)]
Use vector for machine instructions in GetInstructionsByRule.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1899 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoAdded machine-independent value for INVALID_MACHINE_OPCODE.
Vikram S. Adve [Mon, 18 Mar 2002 03:19:38 +0000 (03:19 +0000)]
Added machine-independent value for INVALID_MACHINE_OPCODE.
Just cosmetic changes otherwise.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1898 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoAdd function getRegClassIDOfType.
Vikram S. Adve [Mon, 18 Mar 2002 03:18:28 +0000 (03:18 +0000)]
Add function getRegClassIDOfType.
getRegClassIDOfValue is now just a wrapper around this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1897 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoAdd support for code generation for array references.
Vikram S. Adve [Mon, 18 Mar 2002 03:15:35 +0000 (03:15 +0000)]
Add support for code generation for array references.
Also, use distinct names for the three types of SetMachineOperand to
avoid painful overloading problems and errors.
Bug fix in converting-int-to-float.  Other minor stuff.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1896 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoBug fixes for not using unified reg. numbers, and for using the
Vikram S. Adve [Mon, 18 Mar 2002 03:12:16 +0000 (03:12 +0000)]
Bug fixes for not using unified reg. numbers, and for using the
wrong register class for saving CC registers.
Also, use distinct names for the three types of SetMachineOperand.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1895 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoBug fix in setting CC register.
Vikram S. Adve [Mon, 18 Mar 2002 03:10:17 +0000 (03:10 +0000)]
Bug fix in setting CC register.
Also use distinct names for the three types of SetMachineOperand
to avoid painful overloading problems and errors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1894 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoUse distinct names for the three types of SetMachineOperand to
Vikram S. Adve [Mon, 18 Mar 2002 03:09:15 +0000 (03:09 +0000)]
Use distinct names for the three types of SetMachineOperand to
avoid painful overloading problems and errors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1893 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoMinor fixes.
Vikram S. Adve [Mon, 18 Mar 2002 03:08:07 +0000 (03:08 +0000)]
Minor fixes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1892 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoHandling of global names was severely broken when converting to 2 passes.
Vikram S. Adve [Mon, 18 Mar 2002 03:07:26 +0000 (03:07 +0000)]
Handling of global names was severely broken when converting to 2 passes.
Different labels were generated for the same name in different passes.
Use an annotation to hold a fixed table of names.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1891 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoSeveral sundry bug fixes.
Vikram S. Adve [Mon, 18 Mar 2002 03:02:42 +0000 (03:02 +0000)]
Several sundry bug fixes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1890 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoConvert the top line of the header from .cpp style to .h style.
Chris Lattner [Sun, 17 Mar 2002 21:16:22 +0000 (21:16 +0000)]
Convert the top line of the header from .cpp style to .h style.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1884 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoMake an assertion provide a more helpful error message
Chris Lattner [Sun, 17 Mar 2002 21:16:01 +0000 (21:16 +0000)]
Make an assertion provide a more helpful error message

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1883 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoRegression tests for live-variable analysis on machine code
Vikram S. Adve [Sat, 16 Mar 2002 21:42:33 +0000 (21:42 +0000)]
Regression tests for live-variable analysis on machine code
generated by llc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1882 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoRemove code designed to compensate for a bug in GCC. The bug has since
Chris Lattner [Fri, 15 Mar 2002 20:35:21 +0000 (20:35 +0000)]
Remove code designed to compensate for a bug in GCC.  The bug has since
been fixed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1881 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoCheckin new test for problem anand ran into
Chris Lattner [Fri, 15 Mar 2002 20:25:09 +0000 (20:25 +0000)]
Checkin new test for problem anand ran into

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1880 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoCleanup error message output a bit
Chris Lattner [Fri, 15 Mar 2002 20:21:29 +0000 (20:21 +0000)]
Cleanup error message output a bit

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1879 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoExpose dead instruction elimination pass
Chris Lattner [Thu, 14 Mar 2002 22:36:15 +0000 (22:36 +0000)]
Expose dead instruction elimination pass

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1877 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoFix test/Regression/Other/2002-03-14-ValueToLarge.ll. Note that this
Chris Lattner [Thu, 14 Mar 2002 22:35:50 +0000 (22:35 +0000)]
Fix test/Regression/Other/2002-03-14-ValueToLarge.ll.  Note that this
fix could be better, but we don't have the infrastructure to find out what
size types are yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1876 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoTestcase for bug
Chris Lattner [Thu, 14 Mar 2002 22:30:39 +0000 (22:30 +0000)]
Testcase for bug

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1875 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoNew testcase
Chris Lattner [Thu, 14 Mar 2002 20:16:23 +0000 (20:16 +0000)]
New testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1874 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoNew test case for long standing bug that was fixed
Chris Lattner [Thu, 14 Mar 2002 19:40:44 +0000 (19:40 +0000)]
New test case for long standing bug that was fixed

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1873 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoForgot to check this in a long time ago
Chris Lattner [Thu, 14 Mar 2002 19:31:32 +0000 (19:31 +0000)]
Forgot to check this in a long time ago

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1872 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoNew testcase
Chris Lattner [Thu, 14 Mar 2002 19:27:43 +0000 (19:27 +0000)]
New testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1871 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoAdd a check to ensure that only PHI nodes are self referential. Code
Chris Lattner [Thu, 14 Mar 2002 16:53:48 +0000 (16:53 +0000)]
Add a check to ensure that only PHI nodes are self referential.  Code
input to instruction combination was broken, which caused it to explode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1870 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoFix bug: test/Regression/Other/2002-03-14-LevelRaiseHang.ll
Chris Lattner [Thu, 14 Mar 2002 16:37:04 +0000 (16:37 +0000)]
Fix bug: test/Regression/Other/2002-03-14-LevelRaiseHang.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1869 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoNew testcase for bugfx
Chris Lattner [Thu, 14 Mar 2002 16:35:50 +0000 (16:35 +0000)]
New testcase for bugfx

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1868 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoNew testcase
Chris Lattner [Tue, 12 Mar 2002 18:56:45 +0000 (18:56 +0000)]
New testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1867 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoNew testcase
Chris Lattner [Tue, 12 Mar 2002 17:45:36 +0000 (17:45 +0000)]
New testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1866 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoEcho the right tool name on error
Chris Lattner [Tue, 12 Mar 2002 15:41:36 +0000 (15:41 +0000)]
Echo the right tool name on error

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1865 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoFix bug: test/Regression/Other/2002-03-11-InstCombineHang.ll
Chris Lattner [Mon, 11 Mar 2002 23:28:45 +0000 (23:28 +0000)]
Fix bug: test/Regression/Other/2002-03-11-InstCombineHang.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1864 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoNew testcase
Chris Lattner [Mon, 11 Mar 2002 23:28:11 +0000 (23:28 +0000)]
New testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1863 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoupdate comments
Chris Lattner [Mon, 11 Mar 2002 22:21:04 +0000 (22:21 +0000)]
update comments

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1862 91177308-0d34-0410-b5e6-96231b3b80d8

22 years ago* Fix bug: test/Regression/Other/2002-03-11-LevelRaiseIterInvalidate.ll
Chris Lattner [Mon, 11 Mar 2002 22:19:48 +0000 (22:19 +0000)]
* Fix bug: test/Regression/Other/2002-03-11-LevelRaiseIterInvalidate.ll
* Use more concise form of ReplaceInstWithInst to make code simpler
* Output nicer message for dead code eliminated when debugging

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1861 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoNew testcase
Chris Lattner [Mon, 11 Mar 2002 22:14:26 +0000 (22:14 +0000)]
New testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1860 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoImplement TODO for better diagnostic output
Chris Lattner [Mon, 11 Mar 2002 22:12:39 +0000 (22:12 +0000)]
Implement TODO for better diagnostic output

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1859 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoFix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll
Chris Lattner [Mon, 11 Mar 2002 22:11:07 +0000 (22:11 +0000)]
Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1858 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoNew testcase for failure
Chris Lattner [Mon, 11 Mar 2002 22:09:43 +0000 (22:09 +0000)]
New testcase for failure

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1857 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoBugfix for test/Regression/Other/2002-03-11-ExprAssertion.ll
Chris Lattner [Mon, 11 Mar 2002 20:50:24 +0000 (20:50 +0000)]
Bugfix for test/Regression/Other/2002-03-11-ExprAssertion.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1856 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoTestcase that causes an assertion failure in lib/Analysis/Expressions.cpp
Chris Lattner [Mon, 11 Mar 2002 20:28:16 +0000 (20:28 +0000)]
Testcase that causes an assertion failure in lib/Analysis/Expressions.cpp

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1855 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoNew testcase for broken GCCism
Chris Lattner [Mon, 11 Mar 2002 19:03:41 +0000 (19:03 +0000)]
New testcase for broken GCCism

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1854 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoRemove runtime library in favor of users linking against real libraries.
Chris Lattner [Mon, 11 Mar 2002 17:57:13 +0000 (17:57 +0000)]
Remove runtime library in favor of users linking against real libraries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1853 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoDo not link in runtime library anymore, assume that user manually links in
Chris Lattner [Mon, 11 Mar 2002 17:52:43 +0000 (17:52 +0000)]
Do not link in runtime library anymore, assume that user manually links in
libraries.  Code should be generalized to allow lli to take -lc -lm arguments
in the future (todo)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1852 91177308-0d34-0410-b5e6-96231b3b80d8

22 years ago* Implement linking to libraries
Chris Lattner [Mon, 11 Mar 2002 17:49:53 +0000 (17:49 +0000)]
* Implement linking to libraries
* Pass arguments to program through shell script

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1851 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoAdd strcat function
Chris Lattner [Mon, 11 Mar 2002 17:46:50 +0000 (17:46 +0000)]
Add strcat function

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1847 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoAdd var to find GCCLD tool
Chris Lattner [Mon, 11 Mar 2002 17:46:34 +0000 (17:46 +0000)]
Add var to find GCCLD tool

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1846 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoFix bug: test/Regression/Other/2002-03-11-LevelRaiseCalls.ll
Chris Lattner [Mon, 11 Mar 2002 17:27:34 +0000 (17:27 +0000)]
Fix bug: test/Regression/Other/2002-03-11-LevelRaiseCalls.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1844 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoNew testcase for crashing bug
Chris Lattner [Mon, 11 Mar 2002 17:25:50 +0000 (17:25 +0000)]
New testcase for crashing bug

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1843 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoCheckin library infrastructure for building stuff to be linked with
Chris Lattner [Fri, 8 Mar 2002 23:20:52 +0000 (23:20 +0000)]
Checkin library infrastructure for building stuff to be linked with
gccld

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1842 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoImplement a bunch of new functions to support the SPECINT mcf
Chris Lattner [Fri, 8 Mar 2002 22:51:07 +0000 (22:51 +0000)]
Implement a bunch of new functions to support the SPECINT mcf
benchmark

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1841 91177308-0d34-0410-b5e6-96231b3b80d8

22 years ago* Add new method localLookup
Chris Lattner [Fri, 8 Mar 2002 20:26:17 +0000 (20:26 +0000)]
* Add new method localLookup
* SymbolTable::remove(Value *N) checks to see if we are internally
  inconsistent before looking for a type plane (caused a crash)
* insertEntry now does a local lookup instead of a global lookup, which was
  causing an infinite loop in the renamer logic.
* Added assertions to make sure stuff stays happy
* Now the linker correctly links the SPECINT2000 mcf benchmark

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1840 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoFix bug: test/Regression/2002-03-08-NameCollision2.ll
Chris Lattner [Fri, 8 Mar 2002 19:11:42 +0000 (19:11 +0000)]
Fix bug: test/Regression/2002-03-08-NameCollision2.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1839 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoNew testcase
Chris Lattner [Fri, 8 Mar 2002 19:10:09 +0000 (19:10 +0000)]
New testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1838 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoFix minor memory leak
Chris Lattner [Fri, 8 Mar 2002 18:57:56 +0000 (18:57 +0000)]
Fix minor memory leak

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1837 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoFix for: test/Regression/Assembler/2002-03-08-NameCollision.ll
Chris Lattner [Fri, 8 Mar 2002 18:41:32 +0000 (18:41 +0000)]
Fix for: test/Regression/Assembler/2002-03-08-NameCollision.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1836 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoNew testcase
Chris Lattner [Fri, 8 Mar 2002 18:41:11 +0000 (18:41 +0000)]
New testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1835 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoFix typo in comment
Chris Lattner [Fri, 8 Mar 2002 18:38:08 +0000 (18:38 +0000)]
Fix typo in comment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1834 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoWe were not correctly burrowing down multiple levels to get to a leaf. Fix this now
Chris Lattner [Thu, 7 Mar 2002 21:18:00 +0000 (21:18 +0000)]
We were not correctly burrowing down multiple levels to get to a leaf.  Fix this now

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1833 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoSupport changing the pointer type of a store for the case where we are
Chris Lattner [Thu, 7 Mar 2002 21:17:35 +0000 (21:17 +0000)]
Support changing the pointer type of a store for the case where we are
storing into the first element of the structure type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1832 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoInitial checkin
Chris Lattner [Thu, 7 Mar 2002 20:16:38 +0000 (20:16 +0000)]
Initial checkin

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1831 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoClean up call graph, add comments, and fix test/Regression/Other/2002-01-31-CallGraph.ll
Chris Lattner [Wed, 6 Mar 2002 20:19:35 +0000 (20:19 +0000)]
Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-CallGraph.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1828 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoPull interprocedural analyses out of Analysis library into their own lib
Chris Lattner [Wed, 6 Mar 2002 18:44:29 +0000 (18:44 +0000)]
Pull interprocedural analyses out of Analysis library into their own lib

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1827 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoDon't forget to build gccld!
Chris Lattner [Wed, 6 Mar 2002 18:05:02 +0000 (18:05 +0000)]
Don't forget to build gccld!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1826 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoMove call graph printing support out of Writer.h into Callgraph.h
Chris Lattner [Wed, 6 Mar 2002 18:00:49 +0000 (18:00 +0000)]
Move call graph printing support out of Writer.h into Callgraph.h
remove dead global function

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1825 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoMove callgraph printing out of writer.h into callgraph.h
Chris Lattner [Wed, 6 Mar 2002 17:59:45 +0000 (17:59 +0000)]
Move callgraph printing out of writer.h into callgraph.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1824 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoSince verifier and SlotCalculator are now in VMCore library, libanalysis is
Chris Lattner [Wed, 6 Mar 2002 17:41:18 +0000 (17:41 +0000)]
Since verifier and SlotCalculator are now in VMCore library, libanalysis is
no longer required

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1823 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoPull callgraph out of Cfg namespace
Chris Lattner [Wed, 6 Mar 2002 17:40:37 +0000 (17:40 +0000)]
Pull callgraph out of Cfg namespace

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1822 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoPull Callgraph out of the cfg namespace
Chris Lattner [Wed, 6 Mar 2002 17:39:28 +0000 (17:39 +0000)]
Pull Callgraph out of the cfg namespace

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1821 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoTake CallGraph out of the CFG namespace. It has nothing to do with CFGs
Chris Lattner [Wed, 6 Mar 2002 17:16:43 +0000 (17:16 +0000)]
Take CallGraph out of the CFG namespace.  It has nothing to do with CFGs

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1820 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoFix include error.
Vikram S. Adve [Sun, 3 Mar 2002 20:46:32 +0000 (20:46 +0000)]
Fix include error.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1819 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoAdd a clean target stub
Chris Lattner [Tue, 26 Feb 2002 21:48:24 +0000 (21:48 +0000)]
Add a clean target stub

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1818 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoChange to use new pass accessor functions
Chris Lattner [Tue, 26 Feb 2002 21:47:29 +0000 (21:47 +0000)]
Change to use new pass accessor functions

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1817 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoChange over to use new style pass mechanism, now passes only expose small
Chris Lattner [Tue, 26 Feb 2002 21:46:54 +0000 (21:46 +0000)]
Change over to use new style pass mechanism, now passes only expose small
creation functions in their public header file, unless they can help it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1816 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoExpose more entry points to the verifier
Chris Lattner [Tue, 26 Feb 2002 21:45:33 +0000 (21:45 +0000)]
Expose more entry points to the verifier

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1815 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoExpose verifier for method and module, and accept constant structures
Chris Lattner [Tue, 26 Feb 2002 21:38:48 +0000 (21:38 +0000)]
Expose verifier for method and module, and accept constant structures

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1814 91177308-0d34-0410-b5e6-96231b3b80d8

22 years ago* Make all command line arguments static
Chris Lattner [Tue, 26 Feb 2002 21:36:53 +0000 (21:36 +0000)]
* Make all command line arguments static
* Change -trace & -tracem options to use a 3 values enum option
* Change to use new style interface to passes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1813 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoMove ProfilePaths class into ProfilePaths library, only expose a creation function
Chris Lattner [Tue, 26 Feb 2002 20:04:59 +0000 (20:04 +0000)]
Move ProfilePaths class into ProfilePaths library, only expose a creation function

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1812 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoIncludes -paths option to trace paths in the program
Anand Shukla [Tue, 26 Feb 2002 19:57:59 +0000 (19:57 +0000)]
Includes -paths option to trace paths in the program

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1811 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoPass stuff by reference instead of by copy. Copying entire graphs seems like
Chris Lattner [Tue, 26 Feb 2002 19:49:45 +0000 (19:49 +0000)]
Pass stuff by reference instead of by copy.  Copying entire graphs seems like
a bad idea

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1810 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoMove processGraph down lower in the file so all of the forward declarations
Chris Lattner [Tue, 26 Feb 2002 19:43:49 +0000 (19:43 +0000)]
Move processGraph down lower in the file so all of the forward declarations
can be eliminated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1809 91177308-0d34-0410-b5e6-96231b3b80d8

22 years ago* Changes to compile successfully with GCC 3.0
Chris Lattner [Tue, 26 Feb 2002 19:40:28 +0000 (19:40 +0000)]
* Changes to compile successfully with GCC 3.0
* Eliminated memory leak in processGraph
* Pass vectors by const reference to moveDummyCode instead of by copy

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1808 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoMakefile for profile-paths
Anand Shukla [Tue, 26 Feb 2002 19:36:43 +0000 (19:36 +0000)]
Makefile for profile-paths

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1807 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoInitial checkin: functions on Graph used for path profile pass
Anand Shukla [Tue, 26 Feb 2002 19:02:16 +0000 (19:02 +0000)]
Initial checkin: functions on Graph used for path profile pass

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1806 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoInitial checkin: instrument code to get path execution frequency
Anand Shukla [Tue, 26 Feb 2002 19:00:48 +0000 (19:00 +0000)]
Initial checkin: instrument code to get path execution frequency

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1805 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoInitial checkin: helper file to insert instrumentation code along edges
Anand Shukla [Tue, 26 Feb 2002 18:59:46 +0000 (18:59 +0000)]
Initial checkin: helper file to insert instrumentation code along edges

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1804 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoInitial check in of graph.cpp: implements graph interface used in path profiles
Anand Shukla [Tue, 26 Feb 2002 18:58:39 +0000 (18:58 +0000)]
Initial check in of graph.cpp: implements graph interface used in path profiles

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1803 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoChange to make it build with GCC 2.95.3
Anand Shukla [Tue, 26 Feb 2002 18:57:15 +0000 (18:57 +0000)]
Change to make it build with GCC 2.95.3

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1802 91177308-0d34-0410-b5e6-96231b3b80d8

22 years agoInitial check in of header file for profile-paths pass
Anand Shukla [Tue, 26 Feb 2002 18:43:03 +0000 (18:43 +0000)]
Initial check in of header file for profile-paths pass

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1801 91177308-0d34-0410-b5e6-96231b3b80d8