Misha Brukman
|
63b38bd2ed
|
Fix #includes of i*.h => Instructions.h as per PR403.
llvm-svn: 15334
|
2004-07-29 17:30:56 +00:00 |
Chris Lattner
|
2af517281d
|
Start using the nicer terminator auto-insertion API
llvm-svn: 10111
|
2003-11-20 18:25:24 +00:00 |
Brian Gaeke
|
960707c335
|
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
2003-11-11 22:41:34 +00:00 |
John Criswell
|
482202a601
|
Added LLVM project notice to the top of every C++ source file.
Header files will be on the way.
llvm-svn: 9298
|
2003-10-20 19:43:21 +00:00 |
Brian Gaeke
|
cc31fddf13
|
Don't include Config/stdio.h or <stdio.h>.
llvm-svn: 9031
|
2003-10-10 18:46:29 +00:00 |
Chris Lattner
|
ea27751e4b
|
Use the new interface, simplifies code
Delete a bunch of commented out code
llvm-svn: 8240
|
2003-08-31 00:21:05 +00:00 |
John Criswell
|
3ef61afb76
|
Merged in autoconf branch. This provides configuration via the autoconf
system.
llvm-svn: 7014
|
2003-06-30 21:59:07 +00:00 |
Anand Shukla
|
2fd8edd659
|
Fixed a bug so initialization code is always inserted in main
llvm-svn: 6622
|
2003-06-05 06:02:46 +00:00 |
Chris Lattner
|
889f620841
|
Remove unnecesary &*'s
llvm-svn: 5872
|
2003-04-23 16:37:45 +00:00 |
Anand Shukla
|
f8c09ee341
|
Changes to runtime framework
llvm-svn: 5572
|
2003-02-14 20:41:53 +00:00 |
Chris Lattner
|
2f04a0da4e
|
Clean up #includes
Move graph.h into local directory
llvm-svn: 5276
|
2003-01-14 22:33:56 +00:00 |
Anand Shukla
|
77dca14403
|
Added checking threshold
llvm-svn: 3864
|
2002-09-20 16:44:35 +00:00 |
Anand Shukla
|
f94ad68e56
|
Incorporated changes in alloca and getElementPointer instruction
llvm-svn: 3733
|
2002-09-16 05:26:51 +00:00 |
Chris Lattner
|
154cf64436
|
Fix bug I introduced
llvm-svn: 3719
|
2002-09-14 19:33:16 +00:00 |
Chris Lattner
|
b9d9e0ff8d
|
- Change getelementptr instruction to use long indexes instead of uint
indexes for sequential types.
llvm-svn: 3681
|
2002-09-11 01:21:29 +00:00 |
Chris Lattner
|
5c447863d5
|
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
of instruction constructors.
llvm-svn: 3655
|
2002-09-10 17:03:06 +00:00 |
Chris Lattner
|
e49f299041
|
Do not generate loads/stores with indexing
llvm-svn: 3422
|
2002-08-21 22:11:33 +00:00 |
Anand Shukla
|
2a78633b4a
|
comeented out debug printing
llvm-svn: 2980
|
2002-07-21 09:41:18 +00:00 |
Anand Shukla
|
fd61c60864
|
minor corrections
llvm-svn: 2971
|
2002-07-18 20:56:47 +00:00 |
Anand Shukla
|
ff72c798ac
|
small corrections
llvm-svn: 2816
|
2002-07-08 19:36:39 +00:00 |
Anand Shukla
|
21906891d7
|
additions and bug fixes
llvm-svn: 2794
|
2002-06-25 21:14:58 +00:00 |
Chris Lattner
|
7076ff29ed
|
MEGAPATCH checkin.
For details, See: docs/2002-06-25-MegaPatchInfo.txt
llvm-svn: 2778
|
2002-06-25 16:13:21 +00:00 |
Chris Lattner
|
e1fc2d965f
|
Convert code to use the DEBUG macro so that debug code can simply be
enabled with the -debug command line option.
llvm-svn: 2721
|
2002-05-22 21:56:32 +00:00 |
Chris Lattner
|
ca14237696
|
Split ConstantVals.h into Constant.h and Constants.h
llvm-svn: 2378
|
2002-04-28 19:55:58 +00:00 |
Chris Lattner
|
d92b01c385
|
Add #includes to make up for #includes pruned out of header files.
llvm-svn: 2207
|
2002-04-09 18:37:46 +00:00 |
Chris Lattner
|
f8e4dc33ab
|
s/Method/Function
Remove extraneous #includes of llvm/Assembly/Writer
llvm-svn: 2178
|
2002-04-08 22:03:00 +00:00 |
Chris Lattner
|
4e8c4877aa
|
Rename Method to Function
llvm-svn: 1957
|
2002-03-23 22:51:58 +00:00 |
Anand Shukla
|
d0f8c88e91
|
Initial checkin: helper file to insert instrumentation code along edges
llvm-svn: 1804
|
2002-02-26 18:59:46 +00:00 |