2006-07-30 |
Chris Lattner | Testcase for GCC bug28417, ensuring that we don't start... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Andrew Lenharth | fix externals |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Chris Lattner | Instead of blindly looking past constantexpr casts... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Chris Lattner | New testcase for PR853 |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Remove a redundant syscall. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Evan Cheng | Split each select function for a particular opcode... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Reid Spencer | Fix the --with-extra-options to use the correct variable. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Modify setStatusInfoOnDisk to not throw an exception. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Update win32 for Path::getStatusInfo |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Modify Path::eraseFromDisk to not throw an exception. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Finegrainify namespacification, minor cleanups |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Update comments. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | WriteBytecodeToFile actually can't throw. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | formatting cleanups |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Change Path::getStatusInfo to return a boolean and... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | libsupport still throws. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Exceptions are thrown by and through this library. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | WriteBytecodeToFile throws, so this needs EH info. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Fix handling of asm specifiers for external globals... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Make functions with an "asm" name propagate that asm... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
John Criswell | Reverted previous commit. Thanks, Chris. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
John Criswell | Added in the LGPL text and copyright information. ... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Patrick Jenkins | Updating the comments above SplitFunctionsOutOfModule... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Fix some ppc64 issues with vector code. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Evan Cheng | Can't spell. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Evan Cheng | Some clean up. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Reid Spencer | For PR848: |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | The smallvector dtor should destroy the elements. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Patrick Jenkins | This commit improves bugpoints speed. On my G4 this... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Evan Cheng | Clean up. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Patrick Jenkins | Removed some unneccesary printing from the nightly... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Evan Cheng | Rename IsFoldableBy to CanBeFoldedleBy |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Evan Cheng | Node selected into address mode cannot be folded. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Evan Cheng | Remove InFlightSet hack. No longer needed. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Print empty inline asms as a blank line instead of: |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Evan Cheng | Another duh. Determine topological order before any... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Brain cramp.. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Reid Spencer | Undo last commit, which was committed accidentally. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Reid Spencer | Changes to support cross-compiling LLVM. The GenLibDeps... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Allocating too large an array for ReachibilityMatrix. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Calculate the portion of reachbility matrix on demand. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | isNonImmUse is replaced by IsFoldableBy |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Patrick Jenkins | Removed some unneccesary print statemnts |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Patrick Jenkins | ChangeDir now returns the correct value |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Jim Laskey | Working toward registration of register allocators. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Remove dead code. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Patrick Jenkins | Fixed a stupid error where changedir returned false... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Patrick Jenkins | Added more descriptive output to singlesource,multisour... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Patrick Jenkins | Removed some clutter that was left over from development. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Resolve BB references with relocation. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Chris Lattner | Pass -fstrict-aliasing to the compiler when building... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Add basic block machine relocation. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | synchronizeICache removeed from TargetJITInfo. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Nate Begeman | Code cleanups, per review |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Use reachbility information to determine whether a... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Jim Laskey | Fixed a typo in Evan's submisson. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Rafael Espindola | emit global constants |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | AssignNodeIds should return unsigned. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Reid Spencer | Correct a misunderstanding about cross-compiling. Anton... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Remove NodeDepth |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | AssignNodeIds assign each node in the DAG an unique id. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Remove NodeDepth; Add NodeId which is a unique id per... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Let each target specific isel provide routine to check... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Move synchronizeICache from TargetJITInfo into a static... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Reid Spencer | Fix section title to use lower case. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Reid Spencer | Add instructions for building a cross-compiler. Patch... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Reid Spencer | Reduce the padding on the doc_notes style. It was set... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Chris Lattner | Bump version # |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Chris Lattner | Add some advice |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Chris Lattner | Use std::copy instead of custom loops to take advantage... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Jim Laskey | Use the predicate. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Patrick Jenkins | I made a stupid mistake when adding support for -use... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Patrick Jenkins | added support for the -use-gmake option. This will... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Nate Begeman | Support jump tables when in PIC relocation model |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Jim Laskey | Prevent creation of MachineDebugInfo for intel unless... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Patrick Jenkins | This change will allow support for SunOS to the testing... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Chris Lattner | Fix warning on linux |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Fix a case where LegalizeAllNodesNotLeadingTo could... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Evan Cheng | Fix for bug 840. Only use noinline attribute if gcc... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Evan Cheng | New entry. |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Reid Spencer | For PR814: |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Avoid a "scary" make warning for the 1.8 release. ... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Rename RelocModel::PIC to PIC_, to avoid conflicts... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Reid Spencer | Remove an extraneous use of ${ac_exeext}. Patch by... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Reid Spencer | For PR814: |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | allow this to pass on non-x86 machines |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Fix the build on win32 |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Don't test an example |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Reduce work done for directory traversal in srcdir... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Add llvm2cpp to DIRs list |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Revamp this to use filter-out, which makes the logic... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Reid Spencer | Make changes necessary for stopping the build if a... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Reid Spencer | Build llvm-config to identify library cycles earlier... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Reid Spencer | For PR780: |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Reid Spencer | For PR780: |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Jim Laskey | No Need to live in the past. |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Chris Lattner | Add a new llvm::SmallVector template, which is similar... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Jim Laskey | Moving this function to a permanent home to prevent... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Reid Spencer | Initialize some variables the compiler warns about. |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Evan Cheng | - Refactor the code that resolve basic block references... |
commit | commitdiff | tree | snapshot |
next |