summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-01
* Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta2011-12-01
* Add a few more functions to TargetLibraryInfo. More of rdar://10500969.Chad Rosier2011-12-01
* Add some missing anchors.David Blaikie2011-12-01
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-01
* make asan work at -O0, llvm part. Patch by glider@google.comKostya Serebryany2011-11-30
* Support for encoding all FMA4 instructions and tablegen patterns for allJan Sjödin2011-11-30
* Add a few functions to TargetLibraryInfo.Chad Rosier2011-11-30
* LSR: handle the expansion of phi operands that use postinc forms of the IV.Andrew Trick2011-11-30
* Alphabetize TargetLibraryInfo enum and fix doxygen comments. No functionalChad Rosier2011-11-30
* Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable Chad Rosier2011-11-29
* If fast-isel fails, remove dead instructions generated during the failed Chad Rosier2011-11-29
* MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer2011-11-29
* Fixed ObjectFile functions:Danil Malyshev2011-11-29
* llvm-c: Add a few missing InitializeAll* functions.Daniel Dunbar2011-11-29
* Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.Bill Wendling2011-11-28
* Remove the temporary flag -disable-unroll-scev and dead code.Andrew Trick2011-11-28
* Handle more cases in APInt::getLowBitsSet's fast path.Benjamin Kramer2011-11-28
* configure, config.h.in: Regenerate.NAKAMURA Takumi2011-11-28
* use llvm-config.h in public headerDylan Noblesmith2011-11-28
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-28
* update description of LLVM_DEFAULT_TARGET_TRIPLEDylan Noblesmith2011-11-28
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-27
* Fixed ObjectFile functions:Danil Malyshev2011-11-27
* remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner2011-11-27
* remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supportsChris Lattner2011-11-27
* remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner2011-11-27
* This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes2011-11-25
* Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a...Benjamin Kramer2011-11-24
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-23
* Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer2011-11-22
* fix typo in commentSebastian Pop2011-11-21
* Add virtual destructor. Whoops!Nick Lewycky2011-11-21
* Less template, more virtual! Refactoring suggested by Chris in code review.Nick Lewycky2011-11-20
* Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.Nick Lewycky2011-11-20
* Make an obviously const interface actually be marked as const.Chandler Carruth2011-11-20
* DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...Devang Patel2011-11-17
* Fix bug in RefCountedBase/RefCountedBaseVPTR where the reference count was ac...Ted Kremenek2011-11-17
* Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman2011-11-17
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Remove extra ,.Michael J. Spencer2011-11-16
* AddressSanitizer, first commit (compiler module only)Kostya Serebryany2011-11-16
* Object/Archive: Give Child a operator < for map.Michael J. Spencer2011-11-16
* Support/COFF: Add structs and enums from the standard for image files.Michael J. Spencer2011-11-16
* Rename MVT::untyped to MVT::Untyped to match similar nomenclature.Owen Anderson2011-11-16
* StringRefize and simplify.Benjamin Kramer2011-11-15
* Remove Value::getNameStr. It has been deprecated for a while and provides no ...Benjamin Kramer2011-11-15
* Missed some users of Value::getNameStr.Benjamin Kramer2011-11-15
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-15