aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* BranchProbability::print returns void now.Jakub Staszak2011-07-251-2/+1
* Add BlockFrequency class.Jakub Staszak2011-07-252-0/+121
* switch Triple to take twines instead of stringrefs.Chris Lattner2011-07-241-5/+0
* Add Twine support for characters, and switch twine to use a union internallyChris Lattner2011-07-241-27/+33
* Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth2011-07-222-123/+0
* Move the registered target printing in version strings completely out ofChandler Carruth2011-07-221-7/+2
* Move the logic for printing the registered targets into a staticChandler Carruth2011-07-222-26/+35
* Add an extension point to the CommandLine library where clients canChandler Carruth2011-07-221-3/+22
* lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack.NAKAMURA Takumi2011-07-221-0/+2
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-211-5/+4
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-182-13/+21
* Simplify & microoptimize code. No intended functionality change.Benjamin Kramer2011-07-181-4/+2
* In Twine::str(), if the Twine stores only a std::string, just return a direct...Frits van Bommel2011-07-151-3/+8
* Explicitly cast the second argument to unsigned in order to select theChandler Carruth2011-07-151-1/+1
* Add an APFloat::convertToInt(APSInt) function that automatically manages theJeffrey Yasskin2011-07-151-0/+18
* Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers!NAKAMURA Takumi2011-07-092-3/+3
* Update comments for SandyBridge CPU identifiers.Bob Wilson2011-07-081-2/+6
* Recognize Intel CPUs with Family=6 and Model=44.Bob Wilson2011-07-081-0/+1
* Recognize mipseb as alias for mips for symmetry with mipsel.Joerg Sonnenberger2011-07-071-1/+2
* Fix missing triple support for RTEMS target.Eli Friedman2011-07-061-0/+2
* By default mkstemp() creates a temporary file with mode 0600, but the modeChad Rosier2011-07-051-0/+3
* Revert previous commit. It seems that whether casting to voidDuncan Sands2011-07-021-1/+1
* Supress gcc-4.5 warning about the result not being used.Duncan Sands2011-07-021-1/+1
* Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor2011-07-011-0/+1
* Fix the implementation of ConstantRange::sub(ConstantRange). Patch by Xi Wang!Nick Lewycky2011-06-221-2/+2
* add option for literal formatting to APInt::toString()Ted Kremenek2011-06-151-3/+34
* Aliased flag options should be directed to stdout, not stderr to be consisten...Evan Cheng2011-06-131-2/+2
* Branch profiling: floating-point avoidance.Andrew Trick2011-06-112-0/+45
* add another sandybridge alias.Chris Lattner2011-06-091-0/+1
* singed int causes signed extension, which contradicts the intention to pick upZhongxing Xu2011-06-031-1/+1
* Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger2011-06-011-4/+6
* ...this is not a good commit day for me.John McCall2011-05-291-7/+0
* On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.John McCall2011-05-291-0/+7
* fix a bug for hosts without round, PR8893.Chris Lattner2011-05-221-1/+1
* random comment cleanups.Chris Lattner2011-05-221-4/+4
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-213-14/+13
* Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.Benjamin Kramer2011-05-201-1/+1
* Revert my previous patch. The cmake build had already been fixed.Rafael Espindola2011-05-191-1/+0
* Fix the cmake build.Rafael Espindola2011-05-181-0/+1
* Shuffle StandardPasses.cpp into VMCore; add it to CMake.Eli Friedman2011-05-181-247/+0
* Third pass at allowing plugins to modify default passes. This time with a tw...Eli Friedman2011-05-181-0/+247
* Revert r131556; it's breaking buildbots/clang tests.Eli Friedman2011-05-181-247/+0
* Second pass at allowing plugins to modify default passes. This time without ...David Chisnall2011-05-181-0/+247
* Don't include information about the build into the information returned byRafael Espindola2011-05-171-29/+0
* Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel2011-05-121-1/+1
* Let Objective-C front-end identify class extension, in dwarf output, using an...Devang Patel2011-05-121-0/+1
* Typo and missing checkin from r131186.Andrew Trick2011-05-111-1/+2
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-112-4/+8
* In option typo correction, consider -foo=VALUE flags as two distinct parts. TheNick Lewycky2011-05-021-5/+12
* Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi2011-05-011-31/+2