summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany2011-12-15
* Zap unnecessary semicolons.Eli Friedman2011-12-15
* Update DebugLoc while merging nodes at -O0.Devang Patel2011-12-15
* Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman2011-12-14
* Model ARM predicated write as read-mod-write. e.g.Evan Cheng2011-12-14
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-14
* Allow target to specify register output dependency. Still default to one.Evan Cheng2011-12-14
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-14
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-14
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-13
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-13
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-13
* Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file andChad Rosier2011-12-12
* Hexagon backend supportTony Linthicum2011-12-12
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-12
* Add support for gnu_indirect_function.Roman Divacky2011-12-12
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-12
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-12
* Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter whichChandler Carruth2011-12-12
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-12
* Minimize #include's and forward-declares in Target.Nick Lewycky2011-12-10
* Fix typo, reported by Eitan Adler!Nick Lewycky2011-12-10
* Add dump method for debugging.Bill Wendling2011-12-09
* SplitBlockPredecessors uses ArrayRef instead of Data and Size.Jakub Staszak2011-12-09
* [fast-isel] Add support for selecting insertvalue.Chad Rosier2011-12-09
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-09
* Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl...Evan Cheng2011-12-09
* Add -unroll-runtime for unrolling loops with run-time trip counts.Andrew Trick2011-12-09
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-08
* Remove reference to dead GEPSplitterPass. PR11506.Eli Friedman2011-12-08
* Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...Owen Anderson2011-12-08
* Make MachineInstr instruction property queries more flexible. This change allEvan Cheng2011-12-08
* Fix 80-column.Chad Rosier2011-12-08
* Add Tsan annotations to the pass system.Nick Lewycky2011-12-08
* Fix comments.Chad Rosier2011-12-08
* EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne2011-12-07
* Fix comments.Chad Rosier2011-12-07
* Begin adding experimental support for preserving use-list ordering of bitcodeChad Rosier2011-12-07
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Adding missing anchor to DATDeltaAlgorithm.David Blaikie2011-12-07
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-07
* Add MachineOperand IsInternalRead flag.Jakob Stoklund Olesen2011-12-07
* Extend AsmMatcher token literal matching to allow aliasing.Jim Grosbach2011-12-06
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-06
* use space star instead of star spaceSebastian Pop2011-12-06
* add missing point at the end of sentencesSebastian Pop2011-12-06
* Push StringRefs through the metadata interface.Benjamin Kramer2011-12-06
* allow TinyPtrVector to implicitly convert to ArrayRef.Chris Lattner2011-12-06
* Kill off the LoopSplitter. It's not being used or maintained.Lang Hames2011-12-06
* Use logarithmic units for basic block alignment.Jakob Stoklund Olesen2011-12-06