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
*
Signal.h: Add <cstdio> for FILE*, since r171989.
NAKAMURA Takumi
2013-01-10
1
-0
/
+1
*
Fix a race condition in the lock-file manager: once the lock file is
Douglas Gregor
2013-01-10
1
-0
/
+1
*
Support headerless bundles in MachineInstr::hasProperty().
Jakob Stoklund Olesen
2013-01-10
1
-1
/
+1
*
Stack Alignment: throw error if we can't satisfy the minimal alignment
Manman Ren
2013-01-10
1
-3
/
+16
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
178
-371
/
+371
*
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...
Bill Wendling
2013-01-09
1
-3
/
+3
*
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
1
-0
/
+3
*
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-09
1
-0
/
+3
*
Don't require BUNDLE headers in MachineInstr::getBundleSize().
Jakob Stoklund Olesen
2013-01-09
1
-1
/
+5
*
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
1
-0
/
+1
*
add hexagon flags in ELF.h
Shankar Easwaran
2013-01-09
1
-2
/
+8
*
For some LLVM-as-library uses it is convenient to create a
David Tweed
2013-01-09
1
-4
/
+4
*
Refactor to expose RTLIB calls to targets.
Tim Northover
2013-01-09
1
-0
/
+11
*
Incrase the number of parameters for AlignedCharArrayUnion.
Manuel Klimek
2013-01-09
1
-10
/
+13
*
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
1
-2
/
+2
*
MIsched: add an ILP window property to machine model.
Andrew Trick
2013-01-09
3
-4
/
+19
*
[Object, DebugInfo] Make DWARFContext BE-aware.
NAKAMURA Takumi
2013-01-09
1
-2
/
+6
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
2
-5
/
+5
*
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-09
1
-0
/
+5
*
Add a getBundleEnd() function to go with the existing getBundleStart().
Jakob Stoklund Olesen
2013-01-09
2
-7
/
+22
*
Add the integer value of the ConstantInt instead of the Constant* value.
Bill Wendling
2013-01-09
1
-0
/
+399
*
Consider expression "0.0 - X" as the negation of X if
Shuxin Yang
2013-01-09
2
-1
/
+4
*
Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSize
Eli Bendersky
2013-01-08
1
-1
/
+0
*
Fix memory leak in YAML I/O.
Nick Kledzik
2013-01-08
1
-4
/
+11
*
Add fp128 rtlib function names to LLVM
Tim Northover
2013-01-08
1
-0
/
+46
*
Allow ELF64 relocation type to be more than 8 bits.
Tim Northover
2013-01-08
1
-8
/
+8
*
Sink a function that refers to the SelectionDAG into that library in the
Chandler Carruth
2013-01-08
1
-3
/
+0
*
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
2
-3
/
+5
*
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-08
2
-11
/
+16
*
Remove what appears to be a dead llvm-specific debug tag.
Eric Christopher
2013-01-08
1
-2
/
+2
*
Pack MachineOperand bitfields better.
Jakob Stoklund Olesen
2013-01-07
1
-21
/
+19
*
Pack MachineInstr fields better.
Jakob Stoklund Olesen
2013-01-07
1
-2
/
+3
*
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
4
-10
/
+32
*
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2013-01-07
2
-5
/
+7
*
Implement APFloat::isDenormal()
Shuxin Yang
2013-01-07
1
-0
/
+1
*
When code size is the priority (Oz, MinSize attribute), help llvm
Quentin Colombet
2013-01-07
1
-0
/
+19
*
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-07
1
-3
/
+3
*
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-07
2
-1
/
+1
*
Remove the long defunct 'DefaultPasses' header. We have a pass manager
Chandler Carruth
2013-01-07
1
-168
/
+0
*
Sink AddrMode back into TargetLowering, removing one of the most
Chandler Carruth
2013-01-07
2
-42
/
+16
*
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
2
-6
/
+4
*
CallingConvLower.h: Use bitfields like unsigned:1 instead of bool:1 .
NAKAMURA Takumi
2013-01-07
1
-2
/
+2
*
Rough out a new c'tor for the AttrBuilder class.
Bill Wendling
2013-01-07
1
-106
/
+120
*
PR14759: Debug info support for C++ member pointers.
David Blaikie
2013-01-07
2
-0
/
+10
*
Make SimplifyCFG simply depend upon TargetTransformInfo and pass it
Chandler Carruth
2013-01-07
1
-2
/
+2
*
Fix the enumerator names for ShuffleKind to match tho coding standards,
Chandler Carruth
2013-01-07
1
-4
/
+5
*
Make the popcnt support enums and methods have more clear names and
Chandler Carruth
2013-01-07
1
-12
/
+14
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
1
-4
/
+4
*
Simplify TableGen type-compatibility checks.
Sean Silva
2013-01-07
1
-68
/
+7
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
6
-286
/
+47
[next]