- Oct 24, 2003
-
-
Chris Lattner authored
llvm-svn: 9496
-
Brian Gaeke authored
ExecutionEngine::create no longer takes a TraceMode argument. llvm-svn: 9495
-
Brian Gaeke authored
llvm-svn: 9494
-
Brian Gaeke authored
CurFrame, TraceMode, and the CachedWriter are history. The ExecutionAnnotations (SlotNumber, InstNumber, and FunctionInfo) are history. ExecutionContext now keeps Values for each stack frame in a std::map. printValue() and print() are history. executeInstruction() is now part of run(). llvm-svn: 9493
-
Brian Gaeke authored
CurFrame, TraceMode, and the CachedWriter are history. llvm-svn: 9492
-
Misha Brukman authored
* Close <a>, <li>, and <p> tags * This isn't quite HTML 4.01 Strict-compliant, but it's almost there. llvm-svn: 9491
-
Brian Gaeke authored
llvm-svn: 9490
-
Brian Gaeke authored
CurFrame, TraceMode, and the CachedWriter are history. ArrayChecksEnabled and non-QuietMode are history. The ExecutionAnnotations (SlotNumber, InstNumber, and FunctionInfo) are history. ExecutionContext now keeps Values for each stack frame in a std::map. Stop pre-initializing Values on the stack to 42. Remove some dead variables, excess whitespace and commented-out code. executeInstruction() is now part of run(). printValue() and print() are history. llvm-svn: 9489
-
Brian Gaeke authored
llvm-svn: 9488
-
Misha Brukman authored
llvm-svn: 9487
-
Chris Lattner authored
llvm-svn: 9477
-
Misha Brukman authored
llvm-svn: 9475
-
Misha Brukman authored
* Stop using UTF-8, the webserver sends out iso-8859-1 anyway * Use style sheets and <div>s instead of <font> tags * Stop using <ul> for layout llvm-svn: 9474
-
Misha Brukman authored
llvm-svn: 9473
-
Misha Brukman authored
* Added document subsubsection styles for usage in documentation llvm-svn: 9472
-
Chris Lattner authored
llvm-svn: 9467
-
Chris Lattner authored
llvm-svn: 9460
-
Brian Gaeke authored
recompile and relink. This keeps it from failing an assertion when it goes and tries to construct a new MachineFunction for that Function. llvm-svn: 9459
-
Vikram S. Adve authored
Mailing Lists. The first two are ""Getting Started" and "Getting Help." llvm-svn: 9457
-
- Oct 23, 2003
-
-
Brian Gaeke authored
llvm-svn: 9452
-
Brian Gaeke authored
Make FnAllocState contain vectors of AllocInfo, instead of LLVM Constants. Give doFinalization a method comment, and let it do the work of converting AllocInfos to LLVM Constants. llvm-svn: 9451
-
Brian Gaeke authored
llvm-svn: 9450
-
Brian Gaeke authored
llvm-svn: 9449
-
Chris Lattner authored
llvm-svn: 9445
-
Chris Lattner authored
llvm-svn: 9444
-
Chris Lattner authored
llvm-svn: 9443
-
Chris Lattner authored
llvm-svn: 9442
-
Chris Lattner authored
llvm-svn: 9441
-
Chris Lattner authored
llvm-svn: 9440
-
John Criswell authored
llvm-svn: 9438
-
Chris Lattner authored
llvm-svn: 9437
-
Chris Lattner authored
llvm-svn: 9436
-
Chris Lattner authored
llvm-svn: 9435
-
Brian Gaeke authored
llvm-svn: 9434
-
Misha Brukman authored
* Fix order of #includes * Make code layout more consistent * Eliminate extraneous whitespace and comment-lines llvm-svn: 9433
-
Misha Brukman authored
* Doxygen-ify method comments llvm-svn: 9432
-
Misha Brukman authored
* Doxygen-ify comments * Make code layout more consistent llvm-svn: 9431
-
Misha Brukman authored
* Make file description more readable * Make code layout more consistent, include comment in assert so it's visible during execution if it hits llvm-svn: 9430
-
Misha Brukman authored
* Order #includes as per style guide llvm-svn: 9429
-
Chris Lattner authored
* Add a work around for bug PR56, gross but necessary for now. llvm-svn: 9428
-