oota-llvm.git
2003-08-25 John CriswellAdded autoconf code that verifies that the C compiler...
2003-08-25 John CriswellAdded code to check for python and qmtest.
2003-08-24 Chris LattnerMangle ALL letters that we do not allow, not just a...
2003-08-24 Chris LattnerSimplify code
2003-08-24 Chris LattnerNew testcase
2003-08-24 Chris LattnerAdd output
2003-08-24 Chris LattnerConsult the target data, not the module, about how...
2003-08-24 Chris LattnerRemove some long-dead code
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-24 Chris LattnerTargets now configure themselves with the module, not...
2003-08-24 Chris LattnerTargets should configure themselves based on a Module...
2003-08-24 Chris LattnerTargets should configure themselves based on the module...
2003-08-24 Chris LattnerFix bug: Linker/2003-08-23-GlobalVarLinking.ll
2003-08-24 Chris LattnerImplement: Linker/2003-08-24-InheritPtrSize.ll
2003-08-24 Chris LattnerNew testcase
2003-08-24 Chris LattnerImplement: Jello/test-constantexpr.ll
2003-08-24 Chris LattnerImplement SimplifyCFG/InvokeEliminate.ll
2003-08-24 Chris LattnerNew testcase
2003-08-24 Chris LattnerFix grammar
2003-08-24 Chris LattnerAdd preliminary support for "any" pointersize/endiannes...
2003-08-24 Chris LattnerAdd support for modules with "any" pointersize/endianness
2003-08-24 Chris LattnerAdd support for 'any' pointer size and endianness
2003-08-24 Chris LattnerSupport new 'any' support for pointer size and endianness
2003-08-24 Chris LattnerAllow modules to have 'any' pointer size and endianness...
2003-08-24 Chris LattnerAllow modules to have 'any' pointer size and endianness.
2003-08-24 Chris LattnerImplement support for the unwind intrinsic in the CBE
2003-08-24 Chris LattnerFix grep
2003-08-24 Chris LattnerNew testcase
2003-08-24 Chris LattnerNew testcase directory
2003-08-24 Chris Lattnerrethrow is really the language independent primitive...
2003-08-24 Chris Lattnerrethrow is really the language independent primitive...
2003-08-24 Chris Lattnerrethrow is really the language independent primitive...
2003-08-24 Chris LattnerFix typeos and add descriptions
2003-08-24 Chris LattnerInline invoke instructions as well as call instructions
2003-08-24 Chris Lattner*** Implement inlining of Invoke instructions!
2003-08-24 Chris LattnerAdd versions of InlineFunction which work on Invoke...
2003-08-24 Chris LattnerFix copy-and-paste-o
2003-08-24 Chris LattnerNew testcases for inlining invoke instructions
2003-08-24 Chris LattnerInitial support for recognizing LLVM exception handling...
2003-08-24 Chris LattnerBig diff for a small change: delete inlined functions...
2003-08-24 Chris LattnerNew testcase
2003-08-24 Chris LattnerImplement: Inline/cfg_preserve_test.ll
2003-08-24 Chris Lattnernew testcase
2003-08-24 Chris LattnerAllow specifying the name for the newly split basic...
2003-08-24 Chris LattnerNew testcase, distilled from 176.gcc
2003-08-23 Chris LattnerFix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll
2003-08-23 Chris Lattnernew testcase distilled from 176.gcc
2003-08-23 Chris LattnerImplement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5
2003-08-23 Chris LattnerAdd a new switch folding testcase
2003-08-23 Chris LattnerAdd new label
2003-08-23 Chris LattnerAdd period
2003-08-23 Chris LattnerRename SwitchInst::dest_push_back -> addCase
2003-08-23 Chris LattnerRename SwitchInst::dest_push_back -> addCase
2003-08-23 Chris LattnerFix bug: LowerSwitch/2003-08-23-EmptySwitch.ll
2003-08-23 Chris LattnerNew testcase
2003-08-23 Chris LattnerNew testcase
2003-08-23 Chris LattnerDo not consider any types that exist in the global...
2003-08-23 Chris LattnerFix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
2003-08-23 Chris LattnerNew testcase, which causes the linker to segv.
2003-08-23 Chris LattnerIgnore more
2003-08-23 Chris LattnerImplement Linker/2003-08-23-GlobalVarLinking.ll, which...
2003-08-23 Chris LattnerTest functions as well as globals
2003-08-23 Chris LattnerFix bug: TailDup/2003-08-23-InvalidatedPointers.ll
2003-08-23 Chris LattnerOf course, the copy ctor really should copy the operand...
2003-08-23 Chris LattnerFix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll
2003-08-23 Chris Lattnernew testcase: we warn if we are merging together two...
2003-08-23 Chris LattnerAdd more methods to be more value-like
2003-08-23 Chris LattnerInitial checkin of ValueHolder helper class
2003-08-23 Chris LattnerInitial checkin of ValueHolder helper
2003-08-23 Chris LattnerNew testcase
2003-08-23 Chris LattnerFix typeo
2003-08-23 Chris LattnerNew testcase, which is basically the problem with 176.gcc
2003-08-22 Chris LattnerAdd missing #include
2003-08-22 Chris LattnerFix typeo
2003-08-22 Chris Lattneradd preliminary support for -export-dynamic
2003-08-22 Chris LattnerThe process of linking types can cause their addresses...
2003-08-22 Chris LattnerKill warning
2003-08-22 Chris LattnerChanges to work better with GCC3.4/LLVM G++
2003-08-22 Chris LattnerRemove last remenants of cleandeps
2003-08-22 Chris LattnerDisable .d file generation for LLVM tests
2003-08-22 Chris LattnerImplement Linker/2003-08-20-OpaqueTypeResolve.ll
2003-08-22 Chris LattnerAccept double quoted strings everwhere we accept a...
2003-08-22 Chris LattnerIf an "LLVM name" has wierd characters in it, print...
2003-08-22 Chris LattnerNew testcase for non-simple variable and type names
2003-08-22 Chris LattnerUgh, really fix it now... :(
2003-08-22 Chris LattnerFix computation of LLVM_OBJ_ROOT for non-projects :(
2003-08-22 Chris LattnerRemove name, add body. Causes llvmg++ segfault!
2003-08-22 Chris Lattneradd comment
2003-08-22 Chris Lattnernew testcase
2003-08-22 Misha BrukmanSquash the warning that `Result' may not be initialized...
2003-08-21 Chris LattnerInitial checkin
2003-08-21 Chris LattnerInitial checkin of ModuleMaker project
2003-08-21 Chris LattnerInclude the top-level Makefile.config from the LLVM...
2003-08-21 Chris LattnerProjects no longer need to specify LLVM_OBJ_ROOT. ...
2003-08-21 Chris LattnerRemove commented out declaration
2003-08-21 Misha BrukmanThe word `dependence' has no `a'.
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-21 Chris LattnerFix spello
2003-08-21 Misha BrukmanThe word `dependence' and its derivatives have no `a'.
2003-08-21 Chris LattnerMake the tags rule tolerate lack of one of the standard...
next