aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-12-08Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer
2011-12-08Remove reference to dead GEPSplitterPass. PR11506.Eli Friedman
2011-12-08Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...Owen Anderson
2011-12-08Make MachineInstr instruction property queries more flexible. This change allEvan Cheng
2011-12-08Fix 80-column.Chad Rosier
2011-12-08Add Tsan annotations to the pass system.Nick Lewycky
2011-12-08Fix comments.Chad Rosier
2011-12-07EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne
2011-12-07Fix comments.Chad Rosier
2011-12-07Begin adding experimental support for preserving use-list ordering of bitcodeChad Rosier
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-12-07Adding missing anchor to DATDeltaAlgorithm.David Blaikie
2011-12-07Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes
2011-12-07Add MachineOperand IsInternalRead flag.Jakob Stoklund Olesen
2011-12-06Extend AsmMatcher token literal matching to allow aliasing.Jim Grosbach
2011-12-06First chunk of MachineInstr bundle support.Evan Cheng
2011-12-06use space star instead of star spaceSebastian Pop
2011-12-06add missing point at the end of sentencesSebastian Pop
2011-12-06Push StringRefs through the metadata interface.Benjamin Kramer
2011-12-06allow TinyPtrVector to implicitly convert to ArrayRef.Chris Lattner
2011-12-06Kill off the LoopSplitter. It's not being used or maintained.Lang Hames
2011-12-06Use logarithmic units for basic block alignment.Jakob Stoklund Olesen
2011-12-06Fix unclear wording.Jakob Stoklund Olesen
2011-12-06Move target-specific logic out of generic MCAssembler.Jim Grosbach
2011-12-06Expose a switch for the new gcov format.Nick Lewycky
2011-12-06Tidy up. Hard tabs.Jim Grosbach
2011-12-06All these arguments are default anyways.Nick Lewycky
2011-12-06Tidy up. 80 columns.Jim Grosbach
2011-12-06Switch MCAssembler to method names starting w/ lower-case.Jim Grosbach
2011-12-05Silence tsan false-positives (tsan can't track things which are only safe due toNick Lewycky
2011-12-05Change the Dominators recalculate() function to only rely on GraphTraitsAnna Zaks
2011-12-05Add support for vectors of pointers.Nadav Rotem
2011-12-03Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-12-02TargetMachine: document unnamed bool argumentDylan Noblesmith
2011-12-02Fix a few more places where TargetData/TargetLibraryInfo is not being passed.Chad Rosier
2011-12-01ExecutionEngine: honor optimization levelDylan Noblesmith
2011-12-01Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta
2011-12-01Add a few more functions to TargetLibraryInfo. More of rdar://10500969.Chad Rosier
2011-12-01Add some missing anchors.David Blaikie
2011-12-01Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier
2011-11-30make asan work at -O0, llvm part. Patch by glider@google.comKostya Serebryany
2011-11-30Support for encoding all FMA4 instructions and tablegen patterns for allJan Sjödin
2011-11-30Add a few functions to TargetLibraryInfo.Chad Rosier
2011-11-30LSR: handle the expansion of phi operands that use postinc forms of the IV.Andrew Trick
2011-11-30Alphabetize TargetLibraryInfo enum and fix doxygen comments. No functionalChad Rosier
2011-11-29Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable Chad Rosier
2011-11-29If fast-isel fails, remove dead instructions generated during the failed Chad Rosier
2011-11-29MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer
2011-11-29Fixed ObjectFile functions:Danil Malyshev