Chris Lattner
|
18f2992e5e
|
LevelRaise now gets target data from passmanager
llvm-svn: 5898
|
2003-04-24 18:26:03 +00:00 |
|
Chris Lattner
|
9c67ad476b
|
LevelRaise now gets TD from passmanager
llvm-svn: 5897
|
2003-04-24 18:25:42 +00:00 |
|
Chris Lattner
|
3dbf3f0ac1
|
Make the levelraise pass be well behaved w.r.t the TargetData that the current
PassMAnager provides.
llvm-svn: 5896
|
2003-04-24 18:25:27 +00:00 |
|
Chris Lattner
|
043b4a7621
|
Fix iterator invalidation problem
llvm-svn: 5895
|
2003-04-24 17:52:20 +00:00 |
|
Chris Lattner
|
f0c01a508b
|
Make sure that the cloned module retains the type symbol table entries!
llvm-svn: 5894
|
2003-04-24 17:15:33 +00:00 |
|
Chris Lattner
|
0b66fe7194
|
Implement support for bugpoint to identify which FUNCTION an optimization
is miscompiling.
llvm-svn: 5893
|
2003-04-24 17:02:17 +00:00 |
|
Chris Lattner
|
868b3316c9
|
Make sure to preserve endiannes and pointer size when cloning modules!
llvm-svn: 5892
|
2003-04-24 15:54:40 +00:00 |
|
Chris Lattner
|
343d952a53
|
Print where reference output goes
llvm-svn: 5891
|
2003-04-23 20:41:18 +00:00 |
|
Chris Lattner
|
ec21fdc5ce
|
Fix bug where pointers were assumed to always be 64 bits in size!
llvm-svn: 5890
|
2003-04-23 20:41:01 +00:00 |
|
Chris Lattner
|
14f89ddf52
|
The new CFrontend generates LOTs of basic blocks that just fall through and do
other funky stuff. Clean it up early.
llvm-svn: 5889
|
2003-04-23 20:40:42 +00:00 |
|
Chris Lattner
|
d44e355c9c
|
Allow specifying an input file for the program being executed
llvm-svn: 5888
|
2003-04-23 20:31:37 +00:00 |
|
Chris Lattner
|
84efc8b467
|
Add memcpy
llvm-svn: 5887
|
2003-04-23 20:23:16 +00:00 |
|
Chris Lattner
|
55a3471dab
|
Fix a problem with setcc instructions and pointers
llvm-svn: 5886
|
2003-04-23 19:55:35 +00:00 |
|
Chris Lattner
|
34be06fad1
|
Implement a bunch of new external functions
llvm-svn: 5885
|
2003-04-23 19:55:24 +00:00 |
|
Chris Lattner
|
90d0ad7683
|
Implement &|^ on bool values
llvm-svn: 5884
|
2003-04-23 19:21:00 +00:00 |
|
Chris Lattner
|
48e894f97b
|
Add support for _IO_getc function used on linux
llvm-svn: 5883
|
2003-04-23 19:20:50 +00:00 |
|
Chris Lattner
|
7054d8f1f1
|
Fix problem where labels were being incorrectly elided, and fix problem
where PHI copies where not emitted for the default label of switch insts
llvm-svn: 5882
|
2003-04-23 19:15:13 +00:00 |
|
Chris Lattner
|
1e44b1562a
|
Fix the super obnoxious "cast to pointer from integer of different size" warnings
llvm-svn: 5881
|
2003-04-23 19:09:22 +00:00 |
|
Chris Lattner
|
896c6970fa
|
* Implement access to external variables in LLI
* Implement GetElementPtr constant expressions when initializing global variables
llvm-svn: 5880
|
2003-04-23 19:01:49 +00:00 |
|
Chris Lattner
|
b6050c264d
|
Fix Bug: Linker/2003-04-23-LinkOnceLost.ll
llvm-svn: 5879
|
2003-04-23 18:38:39 +00:00 |
|
Chris Lattner
|
63edada457
|
New testcase
llvm-svn: 5878
|
2003-04-23 18:38:24 +00:00 |
|
Chris Lattner
|
af2f759bf9
|
Tweak testcases to use linkonce as appropriate
llvm-svn: 5877
|
2003-04-23 18:38:13 +00:00 |
|
Chris Lattner
|
6ae5107de6
|
Fix iterator invalidation problem with cast instructions
llvm-svn: 5876
|
2003-04-23 17:57:48 +00:00 |
|
Chris Lattner
|
c40d8cd8cd
|
Implement the constantexpr CAST instruction correctly
llvm-svn: 5875
|
2003-04-23 17:22:12 +00:00 |
|
Chris Lattner
|
9938a43aac
|
We now need to link libscalar to get the switch lowering pass
llvm-svn: 5874
|
2003-04-23 16:43:02 +00:00 |
|
Chris Lattner
|
796281cf86
|
Remove unnecessary &*
llvm-svn: 5873
|
2003-04-23 16:38:00 +00:00 |
|
Chris Lattner
|
db6b7ba364
|
Remove unnecesary &*'s
llvm-svn: 5872
|
2003-04-23 16:37:45 +00:00 |
|
Chris Lattner
|
3e687b8b65
|
Remove unneccesary &*
llvm-svn: 5871
|
2003-04-23 16:36:11 +00:00 |
|
Chris Lattner
|
a568a9261a
|
Kill unneccesary &*
llvm-svn: 5870
|
2003-04-23 16:35:30 +00:00 |
|
Chris Lattner
|
d162479916
|
Remove documented problem that is now fixed
llvm-svn: 5869
|
2003-04-23 16:26:15 +00:00 |
|
Chris Lattner
|
15a0515a9c
|
Properly convert some &'s to &'s
llvm-svn: 5868
|
2003-04-23 16:25:38 +00:00 |
|
Chris Lattner
|
ec5f9a7c4f
|
Add support for the Switch instruction by running the lowerSwitch pass first
llvm-svn: 5867
|
2003-04-23 16:24:55 +00:00 |
|
Chris Lattner
|
0a9913935f
|
Add stub to create lowerSwitches pass
llvm-svn: 5866
|
2003-04-23 16:24:19 +00:00 |
|
Chris Lattner
|
a9eaa10358
|
New pass to lower switch instructions to branch instructions
llvm-svn: 5865
|
2003-04-23 16:23:59 +00:00 |
|
Chris Lattner
|
d609c99c87
|
Minor cleanups
llvm-svn: 5863
|
2003-04-23 16:18:14 +00:00 |
|
Chris Lattner
|
d767c0847c
|
Allow autoconversion from ilist_iterator<T> to T* in a dyn_cast and friends
llvm-svn: 5862
|
2003-04-23 16:17:53 +00:00 |
|
Chris Lattner
|
e60fff42cc
|
Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type.
These things can be converted to a pointer, like ilist_iterators
llvm-svn: 5861
|
2003-04-23 16:17:28 +00:00 |
|
Misha Brukman
|
c881f68151
|
Fixed 'prevalent'.
llvm-svn: 5860
|
2003-04-23 02:59:05 +00:00 |
|
Misha Brukman
|
1d82003535
|
Just some code beautification changes I had sitting around in my tree.
llvm-svn: 5859
|
2003-04-22 23:00:08 +00:00 |
|
Chris Lattner
|
72a506d1f2
|
Fix bug: BasicAA/2003-04-22-GEPProblem.ll
llvm-svn: 5858
|
2003-04-22 22:00:27 +00:00 |
|
Chris Lattner
|
96557871c5
|
New testcase
llvm-svn: 5857
|
2003-04-22 22:00:15 +00:00 |
|
Chris Lattner
|
4ffd4c9cd8
|
Kill using declarations
Kill code for invalid operations on pointers
llvm-svn: 5856
|
2003-04-22 21:22:33 +00:00 |
|
Chris Lattner
|
56dc44e98a
|
Implement cast to bool
llvm-svn: 5855
|
2003-04-22 21:15:56 +00:00 |
|
Chris Lattner
|
bdfa086221
|
Get rid of extraneous arguments to implementation functions
llvm-svn: 5852
|
2003-04-22 20:37:39 +00:00 |
|
Chris Lattner
|
43d3c3666b
|
Add support to LLI for switch instruction
llvm-svn: 5851
|
2003-04-22 20:34:47 +00:00 |
|
Chris Lattner
|
839e486b99
|
Use a union to cast int to fp
llvm-svn: 5849
|
2003-04-22 20:20:28 +00:00 |
|
Misha Brukman
|
4147d10d28
|
It's "necessary"...
llvm-svn: 5848
|
2003-04-22 20:20:11 +00:00 |
|
Chris Lattner
|
8ca18dd9fa
|
Add support for the switch instruction to the CWriter
llvm-svn: 5847
|
2003-04-22 20:19:52 +00:00 |
|
Chris Lattner
|
cfeea04b3b
|
Update to add new keywords
llvm-svn: 5846
|
2003-04-22 19:31:55 +00:00 |
|
Chris Lattner
|
69b54208f4
|
Add warning when linking modules with disagreeing target properties
llvm-svn: 5845
|
2003-04-22 19:13:20 +00:00 |
|