index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
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
2011-12-02
TargetMachine: document unnamed bool argument
Dylan Noblesmith
2011-12-02
Fix a few more places where TargetData/TargetLibraryInfo is not being passed.
Chad Rosier
2011-12-01
ExecutionEngine: honor optimization level
Dylan Noblesmith
2011-12-01
Add a deterministic finite automaton based packetizer for VLIW architectures
Anshuman Dasgupta
2011-12-01
Add a few more functions to TargetLibraryInfo. More of rdar://10500969.
Chad Rosier
2011-12-01
Add some missing anchors.
David Blaikie
2011-12-01
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-11-30
make asan work at -O0, llvm part. Patch by glider@google.com
Kostya Serebryany
2011-11-30
Support for encoding all FMA4 instructions and tablegen patterns for all
Jan Sjödin
2011-11-30
Add a few functions to TargetLibraryInfo.
Chad Rosier
2011-11-30
LSR: handle the expansion of phi operands that use postinc forms of the IV.
Andrew Trick
2011-11-30
Alphabetize TargetLibraryInfo enum and fix doxygen comments. No functional
Chad Rosier
2011-11-29
Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable
Chad Rosier
2011-11-29
If fast-isel fails, remove dead instructions generated during the failed
Chad Rosier
2011-11-29
MC/X86/COFF: Allow quotes in names when targeting MS/Windows,
Michael J. Spencer
2011-11-29
Fixed ObjectFile functions:
Danil Malyshev
[next]