Age | Commit message (Expand) | Author |
2011-12-12 | Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file and | Chad Rosier |
2011-12-12 | Hexagon backend support | Tony Linthicum |
2011-12-12 | Revert r146363 to allow buildbots to make forward progress. | Chad Rosier |
2011-12-12 | Add support for gnu_indirect_function. | Roman Divacky |
2011-12-12 | Support/FileSystem: Implement bool equivalent(file_status A, file_status B); | Michael J. Spencer |
2011-12-12 | Support/FileSystem: Implement canonicalize. | Michael J. Spencer |
2011-12-12 | Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter which | Chandler Carruth |
2011-12-12 | ExecutionEngine: refactor interface | Dylan Noblesmith |
2011-12-10 | Minimize #include's and forward-declares in Target. | Nick Lewycky |
2011-12-10 | Fix typo, reported by Eitan Adler! | Nick Lewycky |
2011-12-09 | Add dump method for debugging. | Bill Wendling |
2011-12-09 | SplitBlockPredecessors uses ArrayRef instead of Data and Size. | Jakub Staszak |
2011-12-09 | [fast-isel] Add support for selecting insertvalue. | Chad Rosier |
2011-12-09 | The second part of support for generating dwarf for assembly source files. This | Kevin Enderby |
2011-12-09 | Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl... | Evan Cheng |
2011-12-09 | Add -unroll-runtime for unrolling loops with run-time trip counts. | Andrew Trick |
2011-12-08 | Support/FileSystem: Implement recursive_directory_iterator and make | Michael J. Spencer |
2011-12-08 | Remove reference to dead GEPSplitterPass. PR11506. | Eli Friedman |
2011-12-08 | Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can... | Owen Anderson |
2011-12-08 | Make MachineInstr instruction property queries more flexible. This change all | Evan Cheng |
2011-12-08 | Fix 80-column. | Chad Rosier |
2011-12-08 | Add Tsan annotations to the pass system. | Nick Lewycky |
2011-12-08 | Fix comments. | Chad Rosier |
2011-12-07 | EngineBuilder: support for custom TargetOptions. Fixes the | Peter Collingbourne |
2011-12-07 | Fix comments. | Chad Rosier |
2011-12-07 | Begin adding experimental support for preserving use-list ordering of bitcode | Chad Rosier |
2011-12-07 | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng |
2011-12-07 | Adding missing anchor to DATDeltaAlgorithm. | David Blaikie |
2011-12-07 | Add a few moreLocal/Global R_MIPS_GOT related fixups and | Bruno Cardoso Lopes |
2011-12-07 | Add MachineOperand IsInternalRead flag. | Jakob Stoklund Olesen |
2011-12-06 | Extend AsmMatcher token literal matching to allow aliasing. | Jim Grosbach |
2011-12-06 | First chunk of MachineInstr bundle support. | Evan Cheng |
2011-12-06 | use space star instead of star space | Sebastian Pop |
2011-12-06 | add missing point at the end of sentences | Sebastian Pop |
2011-12-06 | Push StringRefs through the metadata interface. | Benjamin Kramer |
2011-12-06 | allow TinyPtrVector to implicitly convert to ArrayRef. | Chris Lattner |
2011-12-06 | Kill off the LoopSplitter. It's not being used or maintained. | Lang Hames |
2011-12-06 | Use logarithmic units for basic block alignment. | Jakob Stoklund Olesen |
2011-12-06 | Fix unclear wording. | Jakob Stoklund Olesen |
2011-12-06 | Move target-specific logic out of generic MCAssembler. | Jim Grosbach |
2011-12-06 | Expose a switch for the new gcov format. | Nick Lewycky |
2011-12-06 | Tidy up. Hard tabs. | Jim Grosbach |
2011-12-06 | All these arguments are default anyways. | Nick Lewycky |
2011-12-06 | Tidy up. 80 columns. | Jim Grosbach |
2011-12-06 | Switch MCAssembler to method names starting w/ lower-case. | Jim Grosbach |
2011-12-05 | Silence tsan false-positives (tsan can't track things which are only safe due to | Nick Lewycky |
2011-12-05 | Change the Dominators recalculate() function to only rely on GraphTraits | Anna Zaks |
2011-12-05 | Add support for vectors of pointers. | Nadav Rotem |
2011-12-03 | Emit the ctors in the proper order on ARM/EABI. | Anton Korobeynikov |
2011-12-02 | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky |