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
2013-04-01
unindent the file to follow coding standards, change class doc comment
Chris Lattner
2013-04-01
Mips direct object exception handling regression
Jack Carter
2013-04-01
Add support for vector data types in the LLVM interpreter.
Nadav Rotem
2013-04-01
Whitespace cleanup
Joe Abbey
2013-03-30
Object: Turn a couple of degenerate for loops into while loops.
Benjamin Kramer
2013-03-29
SmallVector and SmallPtrSet allocations now power-of-two aligned.
Jean-Luc Duprat
2013-03-29
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...
Rafael Espindola
2013-03-29
Fix allocations of SmallVector and SmallPtrSet so they are more prone to
Jean-Luc Duprat
2013-03-28
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
Seciton 24.2.2 of the C++ standard, [iterator.iterators], Table 106
Howard Hinnant
2013-03-28
Revert "Updated ELF relocation test for .eh_frame section"
Michael Gottesman
2013-03-28
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-27
Updated ELF relocation test for .eh_frame section
Jack Carter
2013-03-27
Add a boolean parameter to the llvm::report_fatal_error() function to indicated
Chad Rosier
2013-03-27
Cleanup the simplify_type implementation.
Rafael Espindola
2013-03-27
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-26
Make DIBuilder::createClassType more type safe by returning DICompositeType r...
David Blaikie
2013-03-26
DebugInfo: more support for mutating DICompositeType to reduce magic number u...
David Blaikie
2013-03-26
Add a boolean parameter to the ExecuteAndWait static function to indicated
Chad Rosier
2013-03-26
Add XTEST codegen support
Michael Liao
2013-03-26
Debug Info: Provide a means to update the members of a composite type
David Blaikie
2013-03-26
Fix the register scavenger for targets that provide custom spilling
Hal Finkel
2013-03-26
Update PEI's virtual-register-based scavenging to support multiple simultaneo...
Hal Finkel
2013-03-26
PowerPC: Simplify handling of fixups.
Ulrich Weigand
2013-03-26
Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.
Andrew Trick
2013-03-26
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-03-26
Add a new watchdog timer interface. The interface does not permit handling ti...
Nick Lewycky
2013-03-25
[ELF] dont compute symbolname size in every loop
Shankar Easwaran
2013-03-25
reflect comment to the official reference
Shankar Easwaran
2013-03-25
[ELF] add elf_hash function to compute the hash value of a symbol in the dyna...
Shankar Easwaran
2013-03-25
Add a GC plugin for Erlang
Yiannis Tsiouris
2013-03-25
Refine fenv.h handling: check if the desired macros exist, before using
Joerg Sonnenberger
2013-03-22
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-22
Swap the DIFile in DILexicalBlockFile out for the raw name/directory pair
David Blaikie
2013-03-22
reorder the fields in DILexicalBlockFile to match the common prefix for DIScopes
David Blaikie
2013-03-22
Revert r177675. This is language-specific and shouldn't be in the API.
Bill Wendling
2013-03-22
Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...
David Blaikie
2013-03-22
InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...
Arnaud A. de Grandmaison
2013-03-22
Remove ScavengedRC from RegisterScavenging
Hal Finkel
2013-03-22
Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...
David Blaikie
2013-03-22
Introduce LLVM_STATIC_ASSERT macro, which expands to C/C++'s static_assert on...
Argyrios Kyrtzidis
2013-03-22
Revert r177543: Add timing of the IR parsing code with a new
Chandler Carruth
2013-03-21
Refactor the filename/directory information in DISubprogram to refer directly...
David Blaikie
2013-03-21
Add a query to tell if a landing pad has a catch-all.
Bill Wendling
2013-03-21
Move the DIFile in DISubprogram to the beginning to be a common prefix along ...
David Blaikie
2013-03-21
Remove unused field in DISubprogram
David Blaikie
2013-03-21
Hoist the definition of getTypeSizeInBits to be inlinable and in the
Chandler Carruth
2013-03-21
Removing unused DISubprogram::getFile
David Blaikie
2013-03-20
Debug info: refactor the first field of DICompileUnit to be a raw file/direct...
David Blaikie
[next]