aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-12-12Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file andChad Rosier
2011-12-12Hexagon backend supportTony Linthicum
2011-12-12Revert r146363 to allow buildbots to make forward progress.Chad Rosier
2011-12-12Add support for gnu_indirect_function.Roman Divacky
2011-12-12Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer
2011-12-12Support/FileSystem: Implement canonicalize.Michael J. Spencer
2011-12-12Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter whichChandler Carruth
2011-12-12ExecutionEngine: refactor interfaceDylan Noblesmith
2011-12-10Minimize #include's and forward-declares in Target.Nick Lewycky
2011-12-10Fix typo, reported by Eitan Adler!Nick Lewycky
2011-12-09Add dump method for debugging.Bill Wendling
2011-12-09SplitBlockPredecessors uses ArrayRef instead of Data and Size.Jakub Staszak
2011-12-09[fast-isel] Add support for selecting insertvalue.Chad Rosier
2011-12-09The second part of support for generating dwarf for assembly source files. ThisKevin Enderby
2011-12-09Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl...Evan Cheng
2011-12-09Add -unroll-runtime for unrolling loops with run-time trip counts.Andrew Trick
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