aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Expose a switch for the new gcov format.Nick Lewycky2011-12-061-1/+2
* Tidy up. Hard tabs.Jim Grosbach2011-12-061-2/+2
* All these arguments are default anyways.Nick Lewycky2011-12-061-1/+1
* Tidy up. 80 columns.Jim Grosbach2011-12-061-1/+2
* Switch MCAssembler to method names starting w/ lower-case.Jim Grosbach2011-12-061-15/+15
* Silence tsan false-positives (tsan can't track things which are only safe due toNick Lewycky2011-12-051-0/+2
* Change the Dominators recalculate() function to only rely on GraphTraitsAnna Zaks2011-12-055-8/+20
* Add support for vectors of pointers.Nadav Rotem2011-12-055-17/+47
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-032-15/+16
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-025-136/+175
* TargetMachine: document unnamed bool argumentDylan Noblesmith2011-12-021-3/+3
* Fix a few more places where TargetData/TargetLibraryInfo is not being passed.Chad Rosier2011-12-021-3/+3
* ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-011-0/+1
* Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta2011-12-011-0/+78
* Add a few more functions to TargetLibraryInfo. More of rdar://10500969.Chad Rosier2011-12-011-0/+36
* Add some missing anchors.David Blaikie2011-12-013-0/+8
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-014-20/+62
* make asan work at -O0, llvm part. Patch by glider@google.comKostya Serebryany2011-11-301-1/+6
* Support for encoding all FMA4 instructions and tablegen patterns for allJan Sjödin2011-11-301-0/+128
* Add a few functions to TargetLibraryInfo.Chad Rosier2011-11-301-13/+98
* LSR: handle the expansion of phi operands that use postinc forms of the IV.Andrew Trick2011-11-301-0/+2
* Alphabetize TargetLibraryInfo enum and fix doxygen comments. No functionalChad Rosier2011-11-301-21/+21
* Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable Chad Rosier2011-11-291-0/+9
* If fast-isel fails, remove dead instructions generated during the failed Chad Rosier2011-11-291-0/+4
* MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer2011-11-291-0/+10
* Fixed ObjectFile functions:Danil Malyshev2011-11-294-7/+19
* llvm-c: Add a few missing InitializeAll* functions.Daniel Dunbar2011-11-291-0/+52
* Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.Bill Wendling2011-11-282-8/+0
* Remove the temporary flag -disable-unroll-scev and dead code.Andrew Trick2011-11-281-32/+0
* Handle more cases in APInt::getLowBitsSet's fast path.Benjamin Kramer2011-11-281-2/+2
* configure, config.h.in: Regenerate.NAKAMURA Takumi2011-11-282-3/+6
* use llvm-config.h in public headerDylan Noblesmith2011-11-281-1/+1
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-284-5/+11
* update description of LLVM_DEFAULT_TARGET_TRIPLEDylan Noblesmith2011-11-283-9/+9
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-274-19/+7
* Fixed ObjectFile functions:Danil Malyshev2011-11-274-7/+19
* remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner2011-11-271-4/+0
* remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supportsChris Lattner2011-11-271-4/+0
* remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner2011-11-271-10/+5
* This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes2011-11-251-0/+10
* Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a...Benjamin Kramer2011-11-241-2/+2
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-233-0/+21
* Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer2011-11-222-0/+6
* fix typo in commentSebastian Pop2011-11-211-2/+2
* Add virtual destructor. Whoops!Nick Lewycky2011-11-211-0/+2
* Less template, more virtual! Refactoring suggested by Chris in code review.Nick Lewycky2011-11-201-124/+23
* Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.Nick Lewycky2011-11-202-1/+11
* Make an obviously const interface actually be marked as const.Chandler Carruth2011-11-201-1/+1
* DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...Devang Patel2011-11-171-2/+2
* Fix bug in RefCountedBase/RefCountedBaseVPTR where the reference count was ac...Ted Kremenek2011-11-171-0/+3