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-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
2013-03-20
Use pre-inc, pre-dec when possible.
Jakub Staszak
2013-03-20
Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...
David Blaikie
2013-03-20
Remove unused field in DICompileUnit
David Blaikie
2013-03-20
Add std prefixes to fix the build with xlc.
Rafael Espindola
2013-03-20
Make sure TableGen exits with an error code after printing errors.
Jakob Stoklund Olesen
2013-03-20
Refactor file/directory path in namespace debug info to refer directly to the...
David Blaikie
2013-03-20
Remove blank line before block comment.
Eric Christopher
2013-03-20
DIBuilder: allow linkage name to be specified for global variables
David Blaikie
2013-03-20
Add timing of the IR parsing code with a new -time-ir-parsing flag
Eli Bendersky
2013-03-20
Reorder the DIFile parameter in DINameSpace
David Blaikie
[next]