2002-09-24 |
Chris Lattner | Add new BreakCriticalEdges pass |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | Add new BreakCriticalEdges pass |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | There are no implicit gep forms of load and store anymore |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | Make users of FindUsedTypes not have problems with... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | Make users of FindUsedTypes not have problems with... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | Convert to using long indexes instead of uint |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | Optimize away cases like: |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | Add some more testcases for things to get optimized... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | Fix: ConstantMerge/2002-09-23-CPR-Update.ll |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | New testcase distilled from SPEC vortex benchmark |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | Run constantmerge tests too |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Nick Hildenbrandt | Parenthesis are now added to casts of type array. |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | * Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | Fix testcase to accurately expose bug |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | New testcase distilled from SPEC MCF benchmark |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | Insert resolved constants into the global map so they... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | Group #includes better |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Vikram S. Adve | Allow LLC to be executed on Linux; only the LLC output... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Vikram S. Adve | C tests are run via Makefile.singlesrc so don't run... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Vikram S. Adve | Put intermediate source files in a subdirectory here... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Vikram S. Adve | Disable reassociation pass in LLC until it is fixed. |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Chris Lattner | 'whoami' doesn't exist on solaris |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Chris Lattner | Update url |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Chris Lattner | Add information about the DEBUG() macro and the Statist... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Chris Lattner | * Remove the -stopraise option, which is no longer... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Chris Lattner | Don't insert a PHI node to merge "returns" from an... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Chris Lattner | * Minor fixes to support C files. |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Chris Lattner | Clean up dead rules |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Chris Lattner | Fix tons of warnings, convert burg to use Makefile... |
commit | commitdiff | tree | snapshot |
2002-09-21 |
Anand Shukla | Changed codegen to add 2 empty slots at the top of... |
commit | commitdiff | tree | snapshot |
2002-09-21 |
Anand Shukla | Initial version: it adds 2 empty slots at the top of... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Chris Lattner | Fix cwriter to not output FP constants in ascii, output... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Chris Lattner | Fix bug: 2002-09-20-VarArgPrototypes.ll |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Chris Lattner | Build with $(CC), not gcc explicitly |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Chris Lattner | New testcase for cbe |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Nick Hildenbrandt | New testcase for broken type printing for the cwriter |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Anand Shukla | Changed uchar to unsigned char in function ParseBytecod... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Fix yet another profile linking issue. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Anand Shukla | Added checking threshold |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Peephole optimization pass on final machine code. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Fix link error for profile version. Also, build Burg... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Build burg separately for different architectures. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Chris Lattner | Fix output of typedefs to avoid syntax errors. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Chris Lattner | * Add a couple of comments to the output c code |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Chris Lattner | Another change that doesn't affect functionality. ... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Chris Lattner | Make the StructPrinted set only take memory when it... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Chris Lattner | No functionality changes, primarily just changing tab... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Chris Lattner | Checkin old testcase |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | The ENABLE_PROFILING flag now builds the profiled libra... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Let CC invoke gcc and not cc. The latter doesn't work... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Include our config and system-specific Makefiles to... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Fix data types header file and declarations to work... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Fix to avoid addition on pointers, which is no longer... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Add erase() method for a single element. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Add method IGNode::getCombinedDegree to count the sum... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Add PostOpts/ and rename PreSelection/ to PreOpts/. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Add peephole optimization pass at the end of code gener... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Added class MachineOptInfo as interface to target-specific |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Interface to target-specific routines that support... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Add method MachineInstr::replace to rewrite a machine... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Allow copy coalescing in more cases: if sum of node... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Renamed library preselect to preopts. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Peephole optimization pass on final machine code. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Files moved to CodeGen/PreOpts. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Moving these files from Code/PreSelection to here. |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | Reenable these options because they break testing on... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | Native CC compiler has the same problem as CXX compiler. |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | Don't run llc tests on linux, they won't work. |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | Workaround for bug in GCC 3.1.1 iostreams library on... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | Minor non-functionality changing changes. |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | Reorder options to be sorted basically by how important... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | * Burg is no longer configured in Makefile.config |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | Platform specific makefiles specify where to find the... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | * Move the burg option into Makefile.common, since... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | Move the burg option out of Makefile.config into Makefi... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | Point gccld to the correct library directory. |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | Add an optimization to support the most common access... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | Switch over to using the x86 version of the C frontend... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | It turns out that the cannonical name for the llvm... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Vikram S. Adve | Avoid Solaris-specific defines. |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | New testcase that breaks the CFE. |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | Make sure that we abort if an error happens as early... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | Indent a comment right, add a new one |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Vikram S. Adve | Add support for passing in arbitrary flags to gmake... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Chris Lattner | New testcase for a bug fixed in the GCC SSA constructio... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Chris Lattner | Avoid deleting the ostream more than once. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Vikram S. Adve | Fix to work in new location (utils/) and to use gmake... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Chris Lattner | Change Makefile.config to support building on the group... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Vikram S. Adve | KEEP_SYMBOLS by default. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Vikram S. Adve | Strip tools/Debug/ executables by default. Define... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Chris Lattner | Clean up tags, link to the right .h file |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Anand Shukla | corrected small bug, to handle when DIRS is not defined. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Anand Shukla | split retracing into a separate file |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Chris Lattner | Compile sub-directories in parallel, because they don... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Chris Lattner | Add support for the new PARALLEL_DIRS option |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Joel Stanley | Finished instruction replacement section, etc. Need... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Misha Brukman | Fixed grammar. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Misha Brukman | Fixed grammar (User's -> Users). |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Vikram S. Adve | gcc3.1.1 seems much more selective about what it loads... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Misha Brukman | Removed unnecessary #includes. |
commit | commitdiff | tree | snapshot |
next |