index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
For ARM backend, fixed "byval" attribute support.
Stepan Dyatkovskiy
2013-05-05
1
-8
/
+89
*
PatternMatch: Fix documentation - 'function' not 'attribute'
Arnold Schwaighofer
2013-05-05
1
-4
/
+4
*
PatternMatch: Matcher for (un)ordered floating point min/max
Arnold Schwaighofer
2013-05-05
1
-11
/
+99
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
6
-22
/
+25
*
Allow host triple to be correctly overridden in CMake builds
Tim Northover
2013-05-04
4
-4
/
+4
*
Fix a performance bug in the Linker.
Rafael Espindola
2013-05-04
1
-0
/
+3
*
Last batch of cleanups to Linker.h.
Rafael Espindola
2013-05-04
1
-78
/
+18
*
Don't construct or delete a module on the Linker.
Rafael Espindola
2013-05-04
1
-7
/
+0
*
Don't store the context in the Linker.
Rafael Espindola
2013-05-04
1
-1
/
+0
*
Remove unused members and constructor arguments.
Rafael Espindola
2013-05-04
1
-8
/
+3
*
Delete dead code from the linker.
Rafael Espindola
2013-05-04
1
-33
/
+0
*
Revert r181009.
Amara Emerson
2013-05-03
2
-525
/
+0
*
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-05-03
2
-0
/
+525
*
[SystemZ] Add ELF relocation support
Richard Sandiford
2013-05-03
3
-0
/
+165
*
[SystemZ] Add llvm::Triple::systemz
Richard Sandiford
2013-05-03
1
-0
/
+1
*
[mips] Remove "Commutative" from property list of non-commutative intrinsics.
Akira Hatanaka
2013-05-03
1
-8
/
+8
*
In MC asm parsing, account for the possibility of whitespace within
John McCall
2013-05-03
1
-1
/
+2
*
Replaced usages of size_type with size_t to be more consistent.
Aaron Ballman
2013-05-02
1
-8
/
+8
*
Provide an API to temporarily suppress DebugLocations from being attached
Adrian Prantl
2013-05-02
1
-0
/
+21
*
This exposes more MCJIT options via the C API:
Filip Pizlo
2013-05-01
2
-11
/
+57
*
Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'.
Filip Pizlo
2013-05-01
1
-1
/
+1
*
Revert r180737. The companion patch was reverted, and this is not relevant ri...
Bill Wendling
2013-05-01
1
-1
/
+0
*
Fix file header comment.
Filip Pizlo
2013-05-01
1
-1
/
+1
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
13
-126
/
+141
*
get rid of windows warning:
Peng Cheng
2013-05-01
1
-1
/
+2
*
get rid of windows warning:
Peng Cheng
2013-05-01
1
-1
/
+1
*
replace reinterpret_cast by cast or remove reinterpret_cast to get rid of win...
Peng Cheng
2013-05-01
1
-9
/
+10
*
fix windows warning.
Peng Cheng
2013-05-01
1
-2
/
+2
*
use static_cast to get rid of windows warning.
Peng Cheng
2013-05-01
1
-1
/
+1
*
Now that the underlying issue is fixed, revert r180750 and r180722.
Rafael Espindola
2013-05-01
1
-2
/
+1
*
Correct comment: there is no numTys parameter any more now that this is using
Duncan Sands
2013-05-01
1
-6
/
+5
*
Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...
Adrian Prantl
2013-04-30
1
-45
/
+0
*
Change the informal convention of DBG_VALUE so that we can express a
Adrian Prantl
2013-04-30
1
-0
/
+45
*
Change getSlotIndex to return unsigned.
Rafael Espindola
2013-04-30
1
-1
/
+1
*
Fix Addend computation for non external relocations on Macho.
Rafael Espindola
2013-04-30
1
-0
/
+1
*
Emit the TLS initialization function pointers into the correct section.
Bill Wendling
2013-04-29
1
-0
/
+1
*
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-29
3
-0
/
+24
*
Remove unused method.
Rafael Espindola
2013-04-29
1
-3
/
+0
*
Revert "revert r179735, it has no testcases, and doesn't really make sense."
Reid Kleckner
2013-04-29
1
-1
/
+2
*
Exposing MCJIT through C API
Andrew Kaylor
2013-04-29
1
-0
/
+28
*
Regen.
Eric Christopher
2013-04-27
1
-3
/
+3
*
Only use cxxabi.h's demangler, if it is actually available.
Joerg Sonnenberger
2013-04-27
2
-0
/
+6
*
Generalize the MachineTraceMetrics public API.
Andrew Trick
2013-04-27
1
-2
/
+6
*
Add target flags to MachineMemOperands.
Andrew Trick
2013-04-27
1
-1
/
+7
*
whitespace
Andrew Trick
2013-04-27
1
-11
/
+11
*
Use the target triple from the target machine rather than the module
Eric Christopher
2013-04-27
1
-0
/
+3
*
Struct-path aware TBAA: change the format of TBAAStructType node.
Manman Ren
2013-04-27
1
-7
/
+7
*
Cleanup and document MachineLocation.
Adrian Prantl
2013-04-26
1
-1
/
+6
*
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-26
3
-289
/
+22
*
fix a typo that due to cu&paste quadrupled itself
Adrian Prantl
2013-04-26
1
-2
/
+2
[next]