- 5337521 Initial checking of C++ exception handling library by Chris Lattner · 22 years ago
- bfa9646 As it turns out, things will be simpler than I first expected. We no longer by Chris Lattner · 22 years ago
- f30862f Remove special casing by Chris Lattner · 22 years ago
- 4dee6d7 Fix spelling error in comment. by Brian Gaeke · 22 years ago
- 6dbc588 Added autoconf code that verifies that the C compiler is at the minimum by John Criswell · 22 years ago
- de00db2 Added code to check for python and qmtest. by John Criswell · 22 years ago
- aa8a847 Mangle ALL letters that we do not allow, not just a few. by Chris Lattner · 22 years ago
- 5864da0 Simplify code by Chris Lattner · 22 years ago
- cf0e11e New testcase by Chris Lattner · 22 years ago
- f6c3fc3 Add output by Chris Lattner · 22 years ago
- c879e8f Consult the target data, not the module, about how large the current pointer by Chris Lattner · 22 years ago
- 0c8c0e8 Remove some long-dead code by Chris Lattner · 22 years ago
- 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 22 years ago
- 62c720a Targets now configure themselves with the module, not flags by Chris Lattner · 22 years ago
- bb144a8 Targets should configure themselves based on a Module, not some wierd flags by Chris Lattner · 22 years ago
- e3ac756 Targets should configure themselves based on the module, not some wierd flags by Chris Lattner · 22 years ago
- 77c5f73 Fix bug: Linker/2003-08-23-GlobalVarLinking.ll by Chris Lattner · 22 years ago
- 873c5e7 Implement: Linker/2003-08-24-InheritPtrSize.ll by Chris Lattner · 22 years ago
- f687ada New testcase by Chris Lattner · 22 years ago
- 58c41fe Implement: Jello/test-constantexpr.ll by Chris Lattner · 22 years ago
- dc3602b Implement SimplifyCFG/InvokeEliminate.ll by Chris Lattner · 22 years ago
- cd98c72 New testcase by Chris Lattner · 22 years ago
- 390e3c3 Fix grammar by Chris Lattner · 22 years ago
- 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 22 years ago
- bb43350 Add support for modules with "any" pointersize/endianness by Chris Lattner · 22 years ago
- 030574f Add support for 'any' pointer size and endianness by Chris Lattner · 22 years ago
- eb5d3a1 Support new 'any' support for pointer size and endianness by Chris Lattner · 22 years ago
- d445c6b Allow modules to have 'any' pointer size and endianness. Luckily, we had by Chris Lattner · 22 years ago
- a7a35a8 Allow modules to have 'any' pointer size and endianness. by Chris Lattner · 22 years ago
- e55497c Implement support for the unwind intrinsic in the CBE by Chris Lattner · 22 years ago
- 93ee3f6 Fix grep by Chris Lattner · 22 years ago
- 0cbe8a7 New testcase by Chris Lattner · 22 years ago
- a182d2f New testcase directory by Chris Lattner · 22 years ago
- 657fbe6 rethrow is really the language independent primitive here. "throw" can be written by Chris Lattner · 22 years ago
- 101d400 rethrow is really the language independent primitive here. "throw" can be written by Chris Lattner · 22 years ago
- 6270f36 rethrow is really the language independent primitive here. "throw" can be written by Chris Lattner · 22 years ago
- 71f74b3 Fix typeos and add descriptions by Chris Lattner · 22 years ago
- e544533 Inline invoke instructions as well as call instructions by Chris Lattner · 22 years ago
- 80a38d2 *** Implement inlining of Invoke instructions! by Chris Lattner · 22 years ago
- 9d3a1b2 Add versions of InlineFunction which work on Invoke instructions and general call sites by Chris Lattner · 22 years ago
- 7f736c9 Fix copy-and-paste-o by Chris Lattner · 22 years ago
- 8a376a5 New testcases for inlining invoke instructions by Chris Lattner · 22 years ago
- 9dd7d1c Initial support for recognizing LLVM exception handling intrinsics by Chris Lattner · 22 years ago
- 6a67393 Big diff for a small change: delete inlined functions if all callees have by Chris Lattner · 22 years ago
- 66197a9 New testcase by Chris Lattner · 22 years ago
- 7152c23 Implement: Inline/cfg_preserve_test.ll by Chris Lattner · 22 years ago
- 7bf617a new testcase by Chris Lattner · 22 years ago
- 4bd4aa5 Allow specifying the name for the newly split basic block by Chris Lattner · 22 years ago
- f3f062e New testcase, distilled from 176.gcc by Chris Lattner · 22 years ago
- 41822c7 Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll by Chris Lattner · 22 years ago
- ae1c1ff new testcase distilled from 176.gcc by Chris Lattner · 22 years ago
- 7d6c24c Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5 by Chris Lattner · 22 years ago
- 2231d58 Add a new switch folding testcase by Chris Lattner · 22 years ago
- f959c33 Add new label by Chris Lattner · 22 years ago
- 3acbd5d Add period by Chris Lattner · 22 years ago
- 4354f56 Rename SwitchInst::dest_push_back -> addCase by Chris Lattner · 22 years ago
- 131d19f Rename SwitchInst::dest_push_back -> addCase Add new removeCase method by Chris Lattner · 22 years ago
- 44bb541 Fix bug: LowerSwitch/2003-08-23-EmptySwitch.ll by Chris Lattner · 22 years ago
- 4d34ada New testcase by Chris Lattner · 22 years ago
- 47ddea2 New testcase by Chris Lattner · 22 years ago
- f44c605 Do not consider any types that exist in the global symbol table! by Chris Lattner · 22 years ago
- e3092c9 Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll by Chris Lattner · 22 years ago
- 8d8523b New testcase, which causes the linker to segv. by Chris Lattner · 22 years ago
- c07ae39 Ignore more by Chris Lattner · 22 years ago
- fcd0234 Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gcc by Chris Lattner · 22 years ago
- 6f2ff7e Test functions as well as globals by Chris Lattner · 22 years ago
- 086cb00 Fix bug: TailDup/2003-08-23-InvalidatedPointers.ll by Chris Lattner · 22 years ago
- 2d710ff Of course, the copy ctor really should copy the operand as well by Chris Lattner · 22 years ago
- a0f85e5 Fix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll by Chris Lattner · 22 years ago
- c4d360d new testcase: we warn if we are merging together two functions whose argument by Chris Lattner · 22 years ago
- 8518e74 Add more methods to be more value-like by Chris Lattner · 22 years ago
- 88e1eef Initial checkin of ValueHolder helper class by Chris Lattner · 22 years ago
- f7c4ace Initial checkin of ValueHolder helper by Chris Lattner · 22 years ago
- 59bc1a7 New testcase by Chris Lattner · 22 years ago
- 72987ee Fix typeo by Chris Lattner · 22 years ago
- 2fa6c35 New testcase, which is basically the problem with 176.gcc by Chris Lattner · 22 years ago
- b274d4a Add missing #include by Chris Lattner · 22 years ago
- 9732be7 Fix typeo by Chris Lattner · 22 years ago
- a2b2dc9 add preliminary support for -export-dynamic by Chris Lattner · 22 years ago
- 43f4ba8 The process of linking types can cause their addresses to become invalid. For this reason, we must use TypeHandles! by Chris Lattner · 22 years ago
- c28c1d3 Kill warning by Chris Lattner · 22 years ago
- 31a6db0 Changes to work better with GCC3.4/LLVM G++ by Chris Lattner · 22 years ago
- 33ad24a Remove last remenants of cleandeps by Chris Lattner · 22 years ago
- b8586b7 Disable .d file generation for LLVM tests by Chris Lattner · 22 years ago
- e76c57a Implement Linker/2003-08-20-OpaqueTypeResolve.ll by Chris Lattner · 22 years ago
- 6c23f57 Accept double quoted strings everwhere we accept a %ABC variable name. by Chris Lattner · 22 years ago
- 24b8a5d If an "LLVM name" has wierd characters in it, print it out in double quotes instead of prefixing it with % by Chris Lattner · 22 years ago
- bcaf286 New testcase for non-simple variable and type names by Chris Lattner · 22 years ago
- 7d4d892 Ugh, really fix it now... :( by Chris Lattner · 22 years ago
- f0f463e Fix computation of LLVM_OBJ_ROOT for non-projects :( by Chris Lattner · 22 years ago
- da228ef Remove name, add body. Causes llvmg++ segfault! by Chris Lattner · 22 years ago
- 3bb49fb add comment by Chris Lattner · 22 years ago
- d60770d new testcase by Chris Lattner · 22 years ago
- 79063d6 Squash the warning that `Result' may not be initialized on all code paths. by Misha Brukman · 22 years ago
- 9534acb Initial checkin by Chris Lattner · 22 years ago
- 8ca0eeb Initial checkin of ModuleMaker project by Chris Lattner · 22 years ago
- 56e4fa4 Include the top-level Makefile.config from the LLVM tree for projects by Chris Lattner · 22 years ago
- e430a1e Projects no longer need to specify LLVM_OBJ_ROOT. Also, for the prdirs target, don't let make print out all of the echo commands before the echos get echo'd by Chris Lattner · 22 years ago
- c137b30 Remove commented out declaration by Chris Lattner · 22 years ago
- 318efde The word `dependence' has no `a'. by Misha Brukman · 22 years ago