aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-1/+1
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-15/+15
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-1/+2
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-2/+2
* Provide dbgs(), a circular-buffering debug output stream. By default itDavid Greene2009-12-231-3/+18
* Add circular_raw_ostream, which buffers its output in a circular queueDavid Greene2009-12-231-0/+171
* Update objectsize intrinsic and associated dependencies. FixEric Christopher2009-12-231-1/+1
* Restore snprintf weirdness for VCPP onlyAnton Korobeynikov2009-12-221-0/+8
* don't run GVN at -O1, GCC doesn't do it's equivalent at that optimization level.Chris Lattner2009-12-221-1/+2
* The phi translated pointer can be computed when returning a partially cached ...Chris Lattner2009-12-221-14/+30
* Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling2009-12-221-1/+1
* fix unit test that I broke.Chris Lattner2009-12-221-1/+1
* types don't need atomic inc/dec, they are local to an llvmcontext.Chris Lattner2009-12-221-6/+3
* comment fix: weakvh -> tracking vhChris Lattner2009-12-221-2/+2
* Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.Lang Hames2009-12-221-1/+1
* - Add a bit more plumbing assigning an order to SDNodes.Bill Wendling2009-12-211-0/+3
* Remove uber-gross hack. The define _snprintf to snprintf is invalid due to tw...Anton Korobeynikov2009-12-211-3/+0
* Place SDNodeOrdering.h in the directory it's used.Bill Wendling2009-12-211-57/+0
* Fix setting and default setting of code model for jit. Do thisEric Christopher2009-12-211-0/+7
* improve compatibility with SWIG, patch by James Knight!Chris Lattner2009-12-211-1/+5
* add a helper ctor.Chris Lattner2009-12-211-1/+7
* Change StringRef::startswith and StringRef::endswith to versions which are aEli Friedman2009-12-211-2/+4
* Fixed use of phi param in SlotIndex constructors.Lang Hames2009-12-191-2/+2
* Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor2009-12-191-1/+1
* Remove spurious semicolon. Thanks, ClangDouglas Gregor2009-12-191-1/+1
* Delete unused code.Dan Gohman2009-12-191-14/+0
* Make some methods const. The only interesting change here is thatChris Lattner2009-12-193-11/+11
* Forgot forward declaration.Bill Wendling2009-12-191-0/+2
* Eliminate unnecessary LLVMContexts.Dan Gohman2009-12-184-8/+2
* Changes from review:Bill Wendling2009-12-183-50/+71
* Formalize MDNode's function-localness:Victor Hernandez2009-12-181-6/+18
* Add utility routines for NSW multiply.Dan Gohman2009-12-186-0/+37
* Add utility routines for creating integer negation operators with NSW set.Dan Gohman2009-12-186-0/+19
* Preserve NSW information in more places.Dan Gohman2009-12-181-1/+1
* Add Loop contains utility methods for testing whether a loopDan Gohman2009-12-181-1/+17
* Reapply LoopStrengthReduce and IVUsers cleanups, excluding the partDan Gohman2009-12-182-8/+1
* Sundry dependent-name fixes flagged by clang++.John McCall2009-12-171-2/+2
* tabs -> spaces.Chris Lattner2009-12-171-3/+3
* Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin2009-12-171-23/+24
* Fix Windows build breakage...Steve Naroff2009-12-171-4/+4
* Introduce EVT::getHalfSizedIntegerVT() for use in ExpandUnalignedStore() inKen Dyck2009-12-171-1/+19
* This fixes a memory leak in OpaqueType found by Google's internal heapchecker.Jeffrey Yasskin2009-12-171-3/+1
* Fix unused variable warning.Eric Christopher2009-12-171-1/+1
* Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int...Evan Cheng2009-12-172-1/+8
* Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov2009-12-171-0/+1
* BIT_CONVERT nodes are used for vector types, too.Bob Wilson2009-12-171-6/+7
* Reapply r91392, it was only unmasking the bug, and since TOT is still broken ...Daniel Dunbar2009-12-161-0/+50
* Add @earlyclobber TableGen constraintJim Grosbach2009-12-161-2/+3
* Fix one more missing this-> to placate that picky clang++.Daniel Dunbar2009-12-161-1/+1
* Revert "Initial work on disabling the scheduler. This is a work in progress, andDaniel Dunbar2009-12-161-50/+0