2003-08-24 |
Chris Lattner | rethrow is really the language independent primitive... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Fix typeos and add descriptions |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Inline invoke instructions as well as call instructions |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | *** Implement inlining of Invoke instructions! |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Add versions of InlineFunction which work on Invoke... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Fix copy-and-paste-o |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | New testcases for inlining invoke instructions |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Initial support for recognizing LLVM exception handling... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Big diff for a small change: delete inlined functions... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Implement: Inline/cfg_preserve_test.ll |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Allow specifying the name for the newly split basic... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | New testcase, distilled from 176.gcc |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | new testcase distilled from 176.gcc |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5 |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Add a new switch folding testcase |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Add new label |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Add period |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Rename SwitchInst::dest_push_back -> addCase |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Rename SwitchInst::dest_push_back -> addCase |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Fix bug: LowerSwitch/2003-08-23-EmptySwitch.ll |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Do not consider any types that exist in the global... |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | New testcase, which causes the linker to segv. |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Ignore more |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Implement Linker/2003-08-23-GlobalVarLinking.ll, which... |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Test functions as well as globals |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Fix bug: TailDup/2003-08-23-InvalidatedPointers.ll |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Of course, the copy ctor really should copy the operand... |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Fix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | new testcase: we warn if we are merging together two... |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Add more methods to be more value-like |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Initial checkin of ValueHolder helper class |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Initial checkin of ValueHolder helper |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | Fix typeo |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Chris Lattner | New testcase, which is basically the problem with 176.gcc |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | Add missing #include |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | Fix typeo |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | add preliminary support for -export-dynamic |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | The process of linking types can cause their addresses... |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | Kill warning |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | Changes to work better with GCC3.4/LLVM G++ |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | Remove last remenants of cleandeps |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | Disable .d file generation for LLVM tests |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | Implement Linker/2003-08-20-OpaqueTypeResolve.ll |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | Accept double quoted strings everwhere we accept a... |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | If an "LLVM name" has wierd characters in it, print... |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | New testcase for non-simple variable and type names |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | Ugh, really fix it now... :( |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | Fix computation of LLVM_OBJ_ROOT for non-projects :( |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | Remove name, add body. Causes llvmg++ segfault! |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | add comment |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Misha Brukman | Squash the warning that `Result' may not be initialized... |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | Initial checkin |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | Initial checkin of ModuleMaker project |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | Include the top-level Makefile.config from the LLVM... |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | Projects no longer need to specify LLVM_OBJ_ROOT. ... |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | Remove commented out declaration |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Misha Brukman | The word `dependence' has no `a'. |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Misha Brukman | The word `dependent' has no `a'. |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | Fix spello |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Misha Brukman | The word `dependence' and its derivatives have no `a'. |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | Make the tags rule tolerate lack of one of the standard... |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | Only use :: rules for #included files |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | Simplify test |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | Minor cleanups: wrap at 80 lines. Convert file comment... |
commit | commitdiff | tree | snapshot |
2003-08-21 |
John Criswell | Regression test that verifies that the JIT passes the... |
commit | commitdiff | tree | snapshot |
2003-08-21 |
John Criswell | The JIT now passes the environment pointer to the main... |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | Remove unused file |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | * Remove cleandeps target |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | Change all #include'd files to be :: rules instead... |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Brian Gaeke | Reoptimizer has moved to reopt cvs module. |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Misha Brukman | Make build errors stand out by coloring them red. |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | Implement Assembler/2003-08-21-ConstantExprCast-Fold.llx |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Misha Brukman | Test case distilled from bash. |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | remove invalid test |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Misha Brukman | Test case distilled from `bash'. |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | Yet another testcase distilled from emacs by Misha! |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | New testcase, distilled from emacs by Misha |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | Fix warning on sparc build |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | Start testing SPEC as well as singlesource/multisource |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Chris Lattner | fix dependency |
commit | commitdiff | tree | snapshot |
2003-08-21 |
John Criswell | Adding a copyright notice to each file is unnecessary. |
commit | commitdiff | tree | snapshot |
2003-08-21 |
John Criswell | Further updates: |
commit | commitdiff | tree | snapshot |
2003-08-21 |
John Criswell | Added the ability to run the QMTests. It is currently... |
commit | commitdiff | tree | snapshot |
2003-08-21 |
John Criswell | Updated to reflect current work: |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Chris Lattner | Unless we CANNOT merge the arguments, do so |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Chris Lattner | Point to the RIGHT GCC library directory |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Chris Lattner | Point to the correct cc1/cc1plus binaries |
commit | commitdiff | tree | snapshot |
2003-08-20 |
John Criswell | Added #include <cassert>. In GCC 3.3, we don't get... |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Misha Brukman | Added dummy version of the `util' library. |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Misha Brukman | Added dummy library `libutempter' for non-privileged... |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Misha Brukman | Make the bytecode file executable as well for LLEE... |
commit | commitdiff | tree | snapshot |
next |