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
*
Remove unneeded sentence.
Bill Wendling
2011-08-17
1
-2
/
+1
*
...and make sure DynamicLibrary builds by removing "const" from the Invalid p...
Jordy Rose
2011-08-17
1
-1
/
+1
*
Don't use NULL to represent an invalid library; Cygwin uses this for RTLD_DEF...
Jordy Rose
2011-08-17
1
-2
/
+7
*
Allow the MCDisassembler to return a "soft fail" status code, indicating an i...
Owen Anderson
2011-08-17
1
-2
/
+33
*
Use DynamicLibrary instances as a way to get symbols from a specific library....
Jordy Rose
2011-08-17
1
-30
/
+40
*
Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...
Devang Patel
2011-08-16
2
-1
/
+24
*
Increment debug info version to accommodate upcoming change in debug info nod...
Devang Patel
2011-08-16
1
-1
/
+2
*
Add getFirstInsertionPt() method.
Bill Wendling
2011-08-16
1
-0
/
+9
*
Remove unused Target argument from AsmParser construction methods.
Jim Grosbach
2011-08-16
1
-2
/
+1
*
Remove unused forward declaration.
Jim Grosbach
2011-08-16
1
-1
/
+0
*
Tidy up. Trailing whitespace.
Jim Grosbach
2011-08-16
1
-45
/
+45
*
Add a mechanism for optimisation plugins to register passes that all front en...
David Chisnall
2011-08-16
1
-1
/
+14
*
Remove unimplemented method. Fixes PR10658.
Rafael Espindola
2011-08-16
1
-10
/
+0
*
MCTargetAsmParser target match predicate support.
Jim Grosbach
2011-08-15
1
-1
/
+9
*
Add a finalize() hook, that'll let DIBuilder construct compile unit lazily.
Devang Patel
2011-08-15
1
-0
/
+3
*
Move MatchResultTy enum into base class definition.
Jim Grosbach
2011-08-15
1
-0
/
+10
*
Refactor. Global variables are part of compile unit so let CompileUnit create...
Devang Patel
2011-08-15
1
-0
/
+7
*
Tidy up trailing whitespace.
Jim Grosbach
2011-08-15
1
-4
/
+4
*
Remove the last improper use of getGlobalContext() from LLVM.
Nick Lewycky
2011-08-13
1
-4
/
+22
*
Initial commit of the 'landingpad' instruction.
Bill Wendling
2011-08-12
7
-4
/
+143
*
Constify.
Devang Patel
2011-08-12
1
-1
/
+1
*
Use ArrayRef.
Devang Patel
2011-08-12
1
-1
/
+2
*
add ifdef's to let people easily remove these dead api for testing.
Chris Lattner
2011-08-12
1
-2
/
+3
*
add two missing function impls
Chris Lattner
2011-08-12
1
-1
/
+1
*
add new accessors to reflect new terminology in struct types.
Chris Lattner
2011-08-12
1
-18
/
+49
*
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-08-12
1
-0
/
+2
*
Fix an obscure bug in PointerUnion that would bite PointerUnion3/4. Basically,
Chris Lattner
2011-08-12
1
-1
/
+5
*
include/llvm/Config/config.h.cmake: Reorder to follow config.h.in, and import...
NAKAMURA Takumi
2011-08-12
1
-14
/
+38
*
CMake: Eliminate unused checks and #undef(s) as below;
NAKAMURA Takumi
2011-08-12
1
-45
/
+0
*
include/llvm/Config/llvm-config.h: Reorder and reword to follow (generated) c...
NAKAMURA Takumi
2011-08-12
2
-14
/
+14
*
configure: Update since r136721.
NAKAMURA Takumi
2011-08-12
1
-3
/
+3
*
A virtual destructor for the class with virtual methods!
Nick Lewycky
2011-08-12
1
-1
/
+1
*
Allow loop unrolling to get known trip counts from ScalarEvolution.
Andrew Trick
2011-08-11
1
-1
/
+14
*
DataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats -2147483648 as -(2147...
NAKAMURA Takumi
2011-08-11
1
-1
/
+2
*
Typo.
Chad Rosier
2011-08-11
1
-1
/
+1
*
Stay within 80 columns.
Devang Patel
2011-08-10
1
-2
/
+2
*
Reapplying r136844.
Andrew Trick
2011-08-10
1
-3
/
+13
*
Cleanup. Remove an extraneous GraphTraits specialization.
Andrew Trick
2011-08-10
1
-19
/
+5
*
Distinguish between two copies of one inlined variable. Take 2.
Devang Patel
2011-08-10
1
-0
/
+3
*
Provide utility to extract and use lexical scoping information from machine i...
Devang Patel
2011-08-10
1
-0
/
+247
*
Cleanup. Make ScalarEvolution an explicit argument of the
Andrew Trick
2011-08-10
1
-3
/
+3
*
Added a SimplifyIndVar utility to simplify induction variable users
Andrew Trick
2011-08-10
2
-0
/
+60
*
Cleanup. Added LoopBlocksDFS::perform for simple clients.
Andrew Trick
2011-08-10
1
-0
/
+3
*
Preserve the name for this variant of IRBuilder::CreateCall
Peter Collingbourne
2011-08-10
1
-1
/
+1
*
Cleanup. Avoid relying on specialization of std::distance.
Andrew Trick
2011-08-10
1
-2
/
+2
*
Fix the LoopUnroller to handle nontrivial loops and partial unrolling.
Andrew Trick
2011-08-10
1
-0
/
+5
*
Trim an unneeded header.
Jakob Stoklund Olesen
2011-08-09
2
-1
/
+1
*
Representation of 'atomic load' and 'atomic store' in IR.
Eli Friedman
2011-08-09
2
-23
/
+105
*
Add missing file.
Rafael Espindola
2011-08-09
1
-0
/
+90
*
Move CalculateRegClass to MRI::recomputeRegClass.
Jakob Stoklund Olesen
2011-08-09
2
-5
/
+11
[next]