2011-07-09 |
Chris Lattner | stop using WriteTypeSymbolic.
|
commit | commitdiff | tree |
2011-07-09 |
Chris Lattner | remove the DerivedType which isn't adding value anymore.
|
commit | commitdiff | tree |
2011-07-09 |
Chris Lattner | Land the long talked about "type system rewrite" patch...
|
commit | commitdiff | tree |
2011-07-09 |
Chris Lattner | add a #include
|
commit | commitdiff | tree |
2011-07-09 |
Chris Lattner | fix a really bad bug that would cause nested cursors...
|
commit | commitdiff | tree |
2011-07-09 |
Chris Lattner | more tests not making the jump into the brave new world.
|
commit | commitdiff | tree |
2011-07-09 |
Chris Lattner | remove some crufy old tests that aren't adding much...
|
commit | commitdiff | tree |
2011-07-09 |
Chris Lattner | remove a test that doesn't make sense in the new world.
|
commit | commitdiff | tree |
2011-07-07 |
Chris Lattner | type can be null
|
commit | commitdiff | tree |
2011-07-07 |
Chris Lattner | use a more efficient check for 'is metadata'
|
commit | commitdiff | tree |
2011-06-21 |
Chris Lattner | use the MapEntryTy typedef instead of writing it out...
|
commit | commitdiff | tree |
2011-06-20 |
Chris Lattner | Revamp the "ConstantStruct::get" methods. Previously...
|
commit | commitdiff | tree |
2011-06-20 |
Chris Lattner | introduce an isLayoutIdentical() method, which is currently...
|
commit | commitdiff | tree |
2011-06-19 |
Chris Lattner | Remove support for parsing the "type i32" syntax for...
|
commit | commitdiff | tree |
2011-06-18 |
Chris Lattner | revert r133368, apparently I missed the tests to be...
|
commit | commitdiff | tree |
2011-06-18 |
Chris Lattner | Remove support for parsing the "type i32" syntax for...
|
commit | commitdiff | tree |
2011-06-18 |
Chris Lattner | fix the varargs version of StructType::get to not require...
|
commit | commitdiff | tree |
2011-06-18 |
Chris Lattner | eliminate some pointless virtual methods.
|
commit | commitdiff | tree |
2011-06-18 |
Chris Lattner | simplify some code.
|
commit | commitdiff | tree |
2011-06-18 |
Chris Lattner | now that Type::getDescription() is dead, the TypePrinting...
|
commit | commitdiff | tree |
2011-06-18 |
Chris Lattner | eliminate the Type::getDescription() method, using...
|
commit | commitdiff | tree |
2011-06-18 |
Chris Lattner | improve some comments.
|
commit | commitdiff | tree |
2011-06-18 |
Chris Lattner | remove an unreduced testcase.
|
commit | commitdiff | tree |
2011-06-18 |
Chris Lattner | rework the remaining autoupgrade logic to use a StringRef...
|
commit | commitdiff | tree |
2011-06-18 |
Chris Lattner | rip out a ton of intrinsic modernization logic from...
|
commit | commitdiff | tree |
2011-06-17 |
Chris Lattner | Drop the "2" suffix on some enums.
|
commit | commitdiff | tree |
2011-06-17 |
Chris Lattner | remove support for a bunch of obsolete instruction...
|
commit | commitdiff | tree |
2011-06-17 |
Chris Lattner | missed a file.
|
commit | commitdiff | tree |
2011-06-17 |
Chris Lattner | Remove some "2" suffixes from the metadata enums now...
|
commit | commitdiff | tree |
2011-06-17 |
Chris Lattner | remove bitcode reader support for LLVM 2.7 metadata...
|
commit | commitdiff | tree |
2011-06-17 |
Chris Lattner | remove another old and dead hunk of code.
|
commit | commitdiff | tree |
2011-06-17 |
Chris Lattner | Stop accepting and ignoring attributes in function...
|
commit | commitdiff | tree |
2011-06-17 |
Chris Lattner | make the asmparser reject function and type redefinitions...
|
commit | commitdiff | tree |
2011-06-17 |
Chris Lattner | remove asmparser support for the old getresult instruction...
|
commit | commitdiff | tree |
2011-06-17 |
Chris Lattner | remove parser support for the obsolete "multiple return...
|
commit | commitdiff | tree |
2011-06-17 |
Chris Lattner | stop accepting begin/end around function bodies in...
|
commit | commitdiff | tree |
2011-06-17 |
Chris Lattner | Remove support for using "foo" as symbols instead of...
|
commit | commitdiff | tree |
2011-06-17 |
Chris Lattner | Remove old backwards compatibility support from the...
|
commit | commitdiff | tree |
2011-06-17 |
Chris Lattner | manually upgrade a bunch of tests to modern syntax...
|
commit | commitdiff | tree |
2011-06-16 |
Chris Lattner | forward declare GraphTraits in Type.h instead of #includ...
|
commit | commitdiff | tree |
2011-06-16 |
Chris Lattner | change Type.h to forward declare ArrayRef instead of...
|
commit | commitdiff | tree |
2011-06-16 |
Chris Lattner | add some #includes that will soon be needed.
|
commit | commitdiff | tree |
2011-06-16 |
Chris Lattner | prune #includes.
|
commit | commitdiff | tree |
2011-06-16 |
Chris Lattner | move the address space into the subclass data field...
|
commit | commitdiff | tree |
2011-06-16 |
Chris Lattner | tidy up some comments, store the 'isvararg' bit for...
|
commit | commitdiff | tree |
2011-06-16 |
Chris Lattner | remove Type::getVAArgsPromotedType, which is dead,...
|
commit | commitdiff | tree |
2011-06-13 |
Chris Lattner | mention graph vis isn't available in Release builds.
|
commit | commitdiff | tree |
2011-06-09 |
Chris Lattner | add another sandybridge alias.
|
commit | commitdiff | tree |
2011-05-30 |
Chris Lattner | replace the intro tutorial from 2004 with a more recent...
|
commit | commitdiff | tree |
2011-05-23 |
Chris Lattner | clarify this, apparently it is confusing :)
|
commit | commitdiff | tree |
2011-05-23 |
Chris Lattner | fix a really nasty basicaa mod/ref calculation bug...
|
commit | commitdiff | tree |
2011-05-23 |
Chris Lattner | rearrange two transforms, since one subsumes the other...
|
commit | commitdiff | tree |
2011-05-23 |
Chris Lattner | Transform any logical shift of a power of two into...
|
commit | commitdiff | tree |
2011-05-23 |
Chris Lattner | use the valuetracking isPowerOfTwo function, which...
|
commit | commitdiff | tree |
2011-05-23 |
Chris Lattner | Teach valuetracking that byval arguments with a specified...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | add a helper method to get the byval alignment of an...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | Eliminate some temporary variables, and don't call...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | add test from PR9164
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | testcase for PR9378
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | add a missing alias to make us more bug compatible...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | document thiscall, PR9101
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | implement PR9315, constant folding exp2 in terms of...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | add a note.
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | add some random notes.
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | Carve out a place in instcombine to put transformations...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | Fix PR9815: I was trying to get out of "generating...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | another typo
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | fix comment typo
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | I missed a checking with my GVN change.
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | insertvalue takes a variable number of arguments, document...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | fix PR9856, an incorrectly conservative assertion:...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | fix PR9841 by having GVN not process dead loads. This was
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | remove a trivial test, make some other tests less trivial.
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | make this test less trivial.
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | initialize and finalize function passes, pointed out...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | fix a bug for hosts without round, PR8893.
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | move PR9408 here.
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | switch to using a smallvector to avoid allocations...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | tidy some things up.
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | Fix some minor typos and grammar.
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | random comment cleanups.
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | fix a file system case sensitivity issue.
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | remove StandardPasses, it has been replaced with PassManager...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | switch opt to using PassManagerBuilder.h
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | switch llvm-ld. It has a terrible mechanism that people...
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | switch bugpoint and liblto to PassManagerBuilder.
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | add support for LTO passes.
|
commit | commitdiff | tree |
2011-05-22 |
Chris Lattner | eliminate dependence on StandardPasses.h. The code...
|
commit | commitdiff | tree |
2011-05-21 |
Chris Lattner | add an extension point mechanism that allow plugins...
|
commit | commitdiff | tree |
2011-05-21 |
Chris Lattner | add a new PassManagerBuilder class to replace StandardPasses.h
|
commit | commitdiff | tree |
2011-05-21 |
Chris Lattner | add a copy ctor to TargetLibraryInfo.
|
commit | commitdiff | tree |
2011-05-17 |
Chris Lattner | add a note
|
commit | commitdiff | tree |
2011-05-01 |
Chris Lattner | enhance memcpyopt to obey -fno-builtin and friends...
|
commit | commitdiff | tree |
2011-04-29 |
Chris Lattner | clean up after Sean's r127646 patch.
|
commit | commitdiff | tree |
2011-04-29 |
Chris Lattner | use the MachineInstrBuilder operator-> to simplify...
|
commit | commitdiff | tree |
2011-04-29 |
Chris Lattner | add a missing operator that caused us to have to use...
|
commit | commitdiff | tree |
2011-04-28 |
Chris Lattner | improve comment.
|
commit | commitdiff | tree |
2011-04-28 |
Chris Lattner | final step needed to resolve PR6627, which allows us...
|
commit | commitdiff | tree |
2011-04-28 |
Chris Lattner | code cleanups only.
|
commit | commitdiff | tree |
2011-04-28 |
Chris Lattner | centralize "marking for deletion" into a helper function...
|
commit | commitdiff | tree |