2003-08-28 |
Chris Lattner | Convert C comments to C++ |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Chris Lattner | New wrapper around the terminate call. |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Chris Lattner | Squelch warning |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Chris Lattner | Be more typesafe |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Chris Lattner | Be more type-safe, add throw specs to all functions |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Chris Lattner | Add throw specs to the functions, remove (void) from... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Chris Lattner | Hack out libexception temporarily until the Sparc... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Chris Lattner | Move the testcase elsewhere |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Chris Lattner | Refactor code slightly. Make code compiled with llvmgc... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Misha Brukman | Spell `incompatible' correctly. |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Chris Lattner | New testcase. Unfortunately, native GCC gets this... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Tanya Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Tanya Lattner | Added/removed header file |
commit | commitdiff | tree | snapshot |
2003-08-27 |
John Criswell | Added an option to TableGen that allows users to specif... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Chris Lattner | New testcases, which WORK with LLVMG++ and the CBE. |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Chris Lattner | Fix several _killer_ bugs. This now actually WORKS... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Chris Lattner | C++ify, add new get_cxx_exception function to convert... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Chris Lattner | Remove Cisms. We love C++ |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Tanya Lattner | Cleaned up the code (spacing, not needed headers) and... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Tanya Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Chris Lattner | Fix bug: SCCP/2003-08-26-InvokeHandling.ll |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Chris Lattner | Add new __llvm_cxxeh_begin_catch_if_isa function, chang... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Tanya Lattner | SchedGraphCommon header file. Contains class definition... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Tanya Lattner | First version of SchedGraph common class and refactorin... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Chris Lattner | Remove copy-and-paste gunk |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Chris Lattner | Initial checking of C++ exception handling library |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Chris Lattner | As it turns out, things will be simpler than I first... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Chris Lattner | Remove special casing |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Brian Gaeke | Fix spelling error in comment. |
commit | commitdiff | tree | snapshot |
2003-08-25 |
John Criswell | Added autoconf code that verifies that the C compiler... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
John Criswell | Added code to check for python and qmtest. |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Mangle ALL letters that we do not allow, not just a... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Simplify code |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Add output |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Consult the target data, not the module, about how... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Remove some long-dead code |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Targets now configure themselves based on the source... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Targets now configure themselves with the module, not... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Targets should configure themselves based on a Module... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Targets should configure themselves based on the module... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Fix bug: Linker/2003-08-23-GlobalVarLinking.ll |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Implement: Linker/2003-08-24-InheritPtrSize.ll |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Implement: Jello/test-constantexpr.ll |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Implement SimplifyCFG/InvokeEliminate.ll |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Fix grammar |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Add preliminary support for "any" pointersize/endiannes... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Add support for modules with "any" pointersize/endianness |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Add support for 'any' pointer size and endianness |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Support new 'any' support for pointer size and endianness |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Allow modules to have 'any' pointer size and endianness... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Allow modules to have 'any' pointer size and endianness. |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Implement support for the unwind intrinsic in the CBE |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | Fix grep |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | New testcase directory |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | rethrow is really the language independent primitive... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Chris Lattner | rethrow is really the language independent primitive... |
commit | commitdiff | tree | snapshot |
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 |
next |