aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Minimize #include's and forward-declares in Target.Nick Lewycky2011-12-102-9/+0
* Fix typo, reported by Eitan Adler!Nick Lewycky2011-12-101-1/+1
* Add dump method for debugging.Bill Wendling2011-12-091-0/+3
* SplitBlockPredecessors uses ArrayRef instead of Data and Size.Jakub Staszak2011-12-091-3/+2
* [fast-isel] Add support for selecting insertvalue.Chad Rosier2011-12-091-0/+2
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-093-0/+71
* Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl...Evan Cheng2011-12-091-1/+2
* Add -unroll-runtime for unrolling loops with run-time trip counts.Andrew Trick2011-12-091-1/+4
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-082-33/+136
* Remove reference to dead GEPSplitterPass. PR11506.Eli Friedman2011-12-081-6/+0
* Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...Owen Anderson2011-12-082-0/+26
* Make MachineInstr instruction property queries more flexible. This change allEvan Cheng2011-12-081-58/+63
* Fix 80-column.Chad Rosier2011-12-081-1/+3
* Add Tsan annotations to the pass system.Nick Lewycky2011-12-081-1/+6
* Fix comments.Chad Rosier2011-12-081-1/+1
* EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne2011-12-071-0/+11
* Fix comments.Chad Rosier2011-12-071-1/+1
* Begin adding experimental support for preserving use-list ordering of bitcodeChad Rosier2011-12-071-1/+7
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-072-93/+347
* Adding missing anchor to DATDeltaAlgorithm.David Blaikie2011-12-071-0/+1
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-072-0/+2
* Add MachineOperand IsInternalRead flag.Jakob Stoklund Olesen2011-12-071-1/+26
* Extend AsmMatcher token literal matching to allow aliasing.Jim Grosbach2011-12-061-1/+14
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-065-29/+249
* use space star instead of star spaceSebastian Pop2011-12-061-6/+6
* add missing point at the end of sentencesSebastian Pop2011-12-061-7/+7
* Push StringRefs through the metadata interface.Benjamin Kramer2011-12-061-3/+3
* allow TinyPtrVector to implicitly convert to ArrayRef.Chris Lattner2011-12-061-0/+9
* Kill off the LoopSplitter. It's not being used or maintained.Lang Hames2011-12-061-1/+0
* Use logarithmic units for basic block alignment.Jakob Stoklund Olesen2011-12-061-1/+4
* Fix unclear wording.Jakob Stoklund Olesen2011-12-061-1/+1
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-062-1/+10
* 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