2003-07-22 |
Vikram S. Adve | (1) Pass 'VAR=string' arguments to gmake |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Vikram S. Adve | Fix comment. |
commit | commitdiff | tree | snapshot |
2003-07-21 |
John Criswell | Updated from the discussion on July 21, 2003. |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Misha Brukman | Fixed misspelling. |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Chris Lattner | Simplify code a bit |
commit | commitdiff | tree | snapshot |
2003-07-21 |
John Criswell | Added code that checks to see if a global variable... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
John Criswell | Regression test for the Instruction Combining optimiziz... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Chris Lattner | Remove unneccesary #ifdefs |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Chris Lattner | Fix warnings |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Chris Lattner | Remove instloops library |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Misha Brukman | Eliminated dead code. |
commit | commitdiff | tree | snapshot |
2003-07-20 |
Anand Shukla | Added special consideration for instrumentation strategy |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Misha Brukman | Initialize the target architecture based on compiler... |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Anand Shukla | Added check for inlinable function |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Brian Gaeke | Please, save your applause^H^H^H^H^H^H^H^Hflames for... |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Misha Brukman | Cleaned up the code which chooses the appropriate value... |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Misha Brukman | Added a DEBUG() guard to a debug information printout. |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Anand Shukla | Added pass to instrument backedges for lightweight... |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Anand Shukla | A pass to combine multiple backedges that go to same... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Brian Gaeke | Use getClassB for load and store; we don't want to... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Brian Gaeke | Fix typo in call to isUnresolvableFunc, which was break... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
John Criswell | Dinakar and I fixed a bug where we were trying to get... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Brian Gaeke | Added bits about MachineFunctionPass |
commit | commitdiff | tree | snapshot |
2003-07-16 |
Vikram S. Adve | Tests for globals with different kinds of behavior... |
commit | commitdiff | tree | snapshot |
2003-07-16 |
Vikram S. Adve | (1) Added DSGraph::cloneReachableSubgraph and DSGraph... |
commit | commitdiff | tree | snapshot |
2003-07-16 |
Vikram S. Adve | Rematerialize nodes from the globals graph into the... |
commit | commitdiff | tree | snapshot |
2003-07-16 |
Vikram S. Adve | (1) Rematerialize nodes from the globals graph into... |
commit | commitdiff | tree | snapshot |
2003-07-16 |
Vikram S. Adve | Implement 2 important changes: (1) rematerialization... |
commit | commitdiff | tree | snapshot |
2003-07-16 |
Vikram S. Adve | Factor out the test for unresolvable external functions... |
commit | commitdiff | tree | snapshot |
2003-07-16 |
Misha Brukman | Fixed the number translation scheme for the integer... |
commit | commitdiff | tree | snapshot |
2003-07-16 |
Misha Brukman | The name should really be `simm11' to follow the naming... |
commit | commitdiff | tree | snapshot |
2003-07-16 |
John Criswell | Marked some of the phony targets are PHONY. This will... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Misha Brukman | No need for a second immediate field if the class alrea... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Misha Brukman | Encode predict = 1 by default, because the Sparc assemb... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Misha Brukman | Fixed a bug: outputting name of variable instead of... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Misha Brukman | This optimization greatly enhances efficiency of creati... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Misha Brukman | Correctly handle calls to functions which are further... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Misha Brukman | Clean up my last checkin: code is easier to read and... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Misha Brukman | On Sparc/Solaris, the special handle RTLD_SELF is used... |
commit | commitdiff | tree | snapshot |
2003-07-14 |
Misha Brukman | * Added support for the %ccr register |
commit | commitdiff | tree | snapshot |
2003-07-14 |
Misha Brukman | The word `separate' only has one `e'. |
commit | commitdiff | tree | snapshot |
2003-07-14 |
Misha Brukman | The word `separate' only has one `e'. |
commit | commitdiff | tree | snapshot |
2003-07-14 |
Misha Brukman | Fixed: </pre</p> => </pre></p> |
commit | commitdiff | tree | snapshot |
2003-07-14 |
John Criswell | Merged in changes from PRE101 in the prerelease branch. |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Vikram S. Adve | Use uint32_t for table index and size: table will never... |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Vikram S. Adve | Trace loads and stores as they happen (stores were... |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Brian Gaeke | If we have a constant pointer reference to a function... |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Brian Gaeke | Fix some serious floating-point bugs (fixes test cases... |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Anand Shukla | Added functionality to instrmentation pass |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Misha Brukman | Fixed grammatical error. |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Vikram S. Adve | Several important bug fixes: |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Vikram S. Adve | Bug fix in creating constants: need 1U << 31, not 1... |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Vikram S. Adve | Fold cast-to-bool into not. Later, this should also... |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Vikram S. Adve | Values stored in CallArgsDescriptor cannot be const. |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Vikram S. Adve | isMarkedForSpill() should be const. |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Vikram S. Adve | Change interface to MachineInstr::substituteValue to... |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Vikram S. Adve | Print out all neighbors in interference graph, not... |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Vikram S. Adve | Several fixes to handling of int CC register: |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Vikram S. Adve | Several fixes to handling of int CC register: |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Vikram S. Adve | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Vikram S. Adve | Just documentation. |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Vikram S. Adve | Add phony target "bytecode" to ensure that it works... |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Misha Brukman | Lowercase versions of `occurrence' need to be spelled... |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Misha Brukman | Move the space separator to where it really belongs... |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Misha Brukman | `Occurrence' has no `a' and the `r' is doubled. |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Misha Brukman | Converted tabs to spaces. |
commit | commitdiff | tree | snapshot |
2003-07-09 |
Misha Brukman | Some beautification changes (tabs to spaces, removed... |
commit | commitdiff | tree | snapshot |
2003-07-08 |
Vikram S. Adve | Simplified DOTRACING flag. |
commit | commitdiff | tree | snapshot |
2003-07-08 |
John Criswell | Corrected the Table of Contents. |
commit | commitdiff | tree | snapshot |
2003-07-08 |
Vikram S. Adve | Pointer hash table reallocation code seems never to... |
commit | commitdiff | tree | snapshot |
2003-07-08 |
Vikram S. Adve | Native libraries (libinstr*.a) should not have been... |
commit | commitdiff | tree | snapshot |
2003-07-08 |
Vikram S. Adve | Use libinstr.$(ARCH).a instead of libinstr64.a |
commit | commitdiff | tree | snapshot |
2003-07-08 |
Vikram S. Adve | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-07-08 |
John Criswell | Removed size_t from the parameter list of the malloc... |
commit | commitdiff | tree | snapshot |
2003-07-07 |
Misha Brukman | Stop using the `Offset' variable, as we are cycling... |
commit | commitdiff | tree | snapshot |
2003-07-07 |
Misha Brukman | Fixed indentation. |
commit | commitdiff | tree | snapshot |
2003-07-07 |
Misha Brukman | Removed an extra slash that appears in the path name... |
commit | commitdiff | tree | snapshot |
2003-07-07 |
Misha Brukman | Elaborated assembly syntax of instructions in the comments. |
commit | commitdiff | tree | snapshot |
2003-07-07 |
Misha Brukman | Removed unnecessary assignment (it was taken care by... |
commit | commitdiff | tree | snapshot |
2003-07-07 |
Misha Brukman | * Made $Template refer to a path relative to the checke... |
commit | commitdiff | tree | snapshot |
2003-07-07 |
John Criswell | Fixed the directions for building the C front end. |
commit | commitdiff | tree | snapshot |
2003-07-07 |
John Criswell | Added information about how to unpack the distribution... |
commit | commitdiff | tree | snapshot |
2003-07-07 |
Brian Gaeke | Insert workaround for GAS bug in assembling FLD/FSTP... |
commit | commitdiff | tree | snapshot |
2003-07-07 |
Misha Brukman | Moved RegClassIDs enum to be next to the RegTypes enum. |
commit | commitdiff | tree | snapshot |
2003-07-06 |
Vikram S. Adve | Correction to last fix: Pointer types do not return... |
commit | commitdiff | tree | snapshot |
2003-07-06 |
Vikram S. Adve | Choose register instead of immediate for ConstantExpr... |
commit | commitdiff | tree | snapshot |
2003-07-06 |
Vikram S. Adve | Major bug fix though it happened rarely (only on a... |
commit | commitdiff | tree | snapshot |
2003-07-06 |
Vikram S. Adve | Regression test for bug in reg. allocation that was... |
commit | commitdiff | tree | snapshot |
2003-07-06 |
Vikram S. Adve | Make the RegClassID values public -- there is no other... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Brian Gaeke | Add -d option to trust the disassembler. |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Brian Gaeke | here little scriptie, nice scriptie... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Misha Brukman | Apparently, the "regType" and "regClass" used in the... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Sumant Kowshik | Added support for poolallocarray and poolmakeunfreeable... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
John Criswell | Fixed an error in the pathname to LLVMGCCDIR for the... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
John Criswell | Added information on software requirements for unpackin... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Misha Brukman | * Reworded a bit about JITs (I don't like acronyms... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
John Criswell | Added another remark on how building the C front end... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
John Criswell | Performed a major update for the pre-release. |
commit | commitdiff | tree | snapshot |
2003-07-03 |
John Criswell | Adding a web page on how to start a new LLVM Project. |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Chris Lattner | Reuse the values if they are constants: this is importa... |
commit | commitdiff | tree | snapshot |
next |