It turns out that clang does use pointer-to-function types to
[oota-llvm.git] / include /
2011-12-14 Akira HatanakaAdd support for local dynamic TLS model in LowerGlobalT...
2011-12-14 Evan ChengAllow target to specify register output dependency...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-14 Chad RosierPer discussion on the list, remove BitcodeVerify pass...
2011-12-13 Michael J. SpencerSupport/FileSystem: Add file_magic and move a vew clien...
2011-12-13 Michael J. SpencerSupport/Program: Make Change<stream>ToBinary return...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-12-12 Chad RosierBegin sketching out a bitcode verifier pass. Idea...
2011-12-12 Tony LinthicumHexagon backend support
2011-12-12 Chad RosierRevert r146363 to allow buildbots to make forward progress.
2011-12-12 Roman DivackyAdd support for gnu_indirect_function.
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement bool equivalent(file_stat...
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement canonicalize.
2011-12-12 Chandler CarruthSwitch llvm.cttz and llvm.ctlz to accept a second i1...
2011-12-12 Dylan NoblesmithExecutionEngine: refactor interface
2011-12-10 Nick LewyckyMinimize #include's and forward-declares in Target.
2011-12-10 Nick LewyckyFix typo, reported by Eitan Adler!
2011-12-09 Bill WendlingAdd dump method for debugging.
2011-12-09 Jakub StaszakSplitBlockPredecessors uses ArrayRef instead of Data...
2011-12-09 Chad Rosier[fast-isel] Add support for selecting insertvalue.
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-12-09 Evan ChengMove isUnpredicatedTerminator() default implementation...
2011-12-09 Andrew TrickAdd -unroll-runtime for unrolling loops with run-time...
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-12-08 Eli FriedmanRemove reference to dead GEPSplitterPass. PR11506.
2011-12-08 Owen AndersonEnhance both TargetLibraryInfo and SelectionDAGBuilder...
2011-12-08 Evan ChengMake MachineInstr instruction property queries more...
2011-12-08 Chad RosierFix 80-column.
2011-12-08 Nick LewyckyAdd Tsan annotations to the pass system.
2011-12-08 Chad RosierFix comments.
2011-12-07 Peter CollingbourneEngineBuilder: support for custom TargetOptions. Fixes the
2011-12-07 Chad RosierFix comments.
2011-12-07 Chad RosierBegin adding experimental support for preserving use...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-07 David BlaikieAdding missing anchor to DATDeltaAlgorithm.
2011-12-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-12-07 Jakob Stoklund OlesenAdd MachineOperand IsInternalRead flag.
2011-12-06 Jim GrosbachExtend AsmMatcher token literal matching to allow aliasing.
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-12-06 Sebastian Popuse space star instead of star space
2011-12-06 Sebastian Popadd missing point at the end of sentences
2011-12-06 Benjamin KramerPush StringRefs through the metadata interface.
2011-12-06 Chris Lattnerallow TinyPtrVector to implicitly convert to ArrayRef.
2011-12-06 Lang HamesKill off the LoopSplitter. It's not being used or maint...
2011-12-06 Jakob Stoklund OlesenUse logarithmic units for basic block alignment.
2011-12-06 Jakob Stoklund OlesenFix unclear wording.
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-12-06 Nick LewyckyExpose a switch for the new gcov format.
2011-12-06 Jim GrosbachTidy up. Hard tabs.
2011-12-06 Nick LewyckyAll these arguments are default anyways.
2011-12-06 Jim GrosbachTidy up. 80 columns.
2011-12-06 Jim GrosbachSwitch MCAssembler to method names starting w/ lower...
2011-12-05 Nick LewyckySilence tsan false-positives (tsan can't track things...
2011-12-05 Anna ZaksChange the Dominators recalculate() function to only...
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-12-03 Anton KorobeynikovEmit the ctors in the proper order on ARM/EABI.
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-12-02 Dylan NoblesmithTargetMachine: document unnamed bool argument
2011-12-02 Chad RosierFix a few more places where TargetData/TargetLibraryInf...
2011-12-01 Dylan NoblesmithExecutionEngine: honor optimization level
2011-12-01 Anshuman DasguptaAdd a deterministic finite automaton based packetizer...
2011-12-01 Chad RosierAdd a few more functions to TargetLibraryInfo. More...
2011-12-01 David BlaikieAdd some missing anchors.
2011-12-01 Chad RosierPropagate TargetLibraryInfo throughout ConstantFolding...
2011-11-30 Kostya Serebryanymake asan work at -O0, llvm part. Patch by glider@googl...
2011-11-30 Jan SjödinSupport for encoding all FMA4 instructions and tablegen...
2011-11-30 Chad RosierAdd a few functions to TargetLibraryInfo.
2011-11-30 Andrew TrickLSR: handle the expansion of phi operands that use...
2011-11-30 Chad RosierAlphabetize TargetLibraryInfo enum and fix doxygen...
2011-11-29 Chad RosierAdd support for sqrt, sqrtl, and sqrtf in TargetLibrary...
2011-11-29 Chad RosierIf fast-isel fails, remove dead instructions generated...
2011-11-29 Michael J. SpencerMC/X86/COFF: Allow quotes in names when targeting MS...
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-11-29 Daniel Dunbarllvm-c: Add a few missing InitializeAll* functions.
2011-11-28 Bill WendlingRemove dead llvm.eh.sjlj.dispatchsetup intrinsic.
2011-11-28 Andrew TrickRemove the temporary flag -disable-unroll-scev and...
2011-11-28 Benjamin KramerHandle more cases in APInt::getLowBitsSet's fast path.
2011-11-28 NAKAMURA Takumiconfigure, config.h.in: Regenerate.
2011-11-28 Dylan Noblesmithuse llvm-config.h in public header
2011-11-28 Dylan Noblesmithrename ENABLE_THREADS to LLVM_ENABLE_THREADS
2011-11-28 Dylan Noblesmithupdate description of LLVM_DEFAULT_TARGET_TRIPLE
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-11-27 Chris Lattnerremove autoupgrade support for really old-style debug...
2011-11-27 Chris Lattnerremove autoupgrade support for LLVM 2.9 exception stuff...
2011-11-27 Chris Lattnerremove support for reading llvm 2.9 .bc files. LLVM...
2011-11-25 Bruno Cardoso LopesThis patch contains support for encoding FMA4 instructi...
2011-11-24 Benjamin KramerDevirtualize Pass::getPassID, overriding it isn't usefu...
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2011-11-22 Benjamin KramerAdd configure checking for pread(2) and use it to save...
2011-11-21 Sebastian Popfix typo in comment
2011-11-21 Nick LewyckyAdd virtual destructor. Whoops!
2011-11-20 Nick LewyckyLess template, more virtual! Refactoring suggested...
2011-11-20 Nick LewyckyRefactor code to use new attribute getters on CallSite...
2011-11-20 Chandler CarruthMake an obviously const interface actually be marked...
2011-11-17 Devang PatelDISubrange supports unsigned lower/upper array bounds...
2011-11-17 Ted KremenekFix bug in RefCountedBase/RefCountedBaseVPTR where...
2011-11-17 Eli FriedmanAdd support for custom names for library functions...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-16 Michael J. SpencerRemove extra ,.
next