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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compute a full cost value even when a setjmp call is found.
Dan Gohman
2009-10-13
1
-3
/
+1
*
Split code not specific to Function inlining out into a separate class,
Dan Gohman
2009-10-13
2
-61
/
+72
*
Add debugging output.
David Goodwin
2009-10-13
1
-2
/
+12
*
Provide a mode for ImmutableMap/ImmutableSet to not automatically canonicaliz...
Ted Kremenek
2009-10-13
2
-12
/
+20
*
Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton Korobeynikov.
Sandeep Patel
2009-10-13
4
-0
/
+129
*
Update CMake file (lexically order files).
Ted Kremenek
2009-10-13
1
-1
/
+1
*
Do not write empty METADATA_ATTACHMENT record.
Devang Patel
2009-10-13
1
-5
/
+7
*
Remove unnecessary assert.
Devang Patel
2009-10-13
1
-3
/
+0
*
Update the other CMake file.
Benjamin Kramer
2009-10-13
1
-0
/
+1
*
Parse GEP with attached custom metadata. This happens during libprofile_rt.bc...
Devang Patel
2009-10-13
1
-0
/
+4
*
Update CMake file.
Ted Kremenek
2009-10-13
1
-1
/
+0
*
Refactor some code. No functionality changes.
Evan Cheng
2009-10-13
1
-105
/
+119
*
Commit the removal of this file, which is now moved to lib/Analysis.
Dan Gohman
2009-10-13
1
-337
/
+0
*
Move the InlineCost code from Transforms/Utils to Analysis.
Dan Gohman
2009-10-13
6
-6
/
+343
*
Start refactoring the inline cost estimation code so that it can be used
Dan Gohman
2009-10-13
2
-79
/
+87
*
change simplifycfg to not duplicate 'unwind' instructions. Hopefully
Chris Lattner
2009-10-13
2
-15
/
+23
*
convert to filecheck
Chris Lattner
2009-10-13
1
-5
/
+5
*
rename test
Chris Lattner
2009-10-13
1
-0
/
+0
*
Make LoopUnswitch's cost estimation count Instructions, rather than
Dan Gohman
2009-10-13
1
-19
/
+7
*
rename ReleaseNotes-2.6.html -> ReleaseNotes.html
Chris Lattner
2009-10-13
2
-1681
/
+717
*
add Zero
Chris Lattner
2009-10-13
1
-1
/
+18
*
Make the ExecutionEngine automatically remove global mappings on when their
Jeffrey Yasskin
2009-10-13
3
-51
/
+104
*
don't use dead loads as tests.
Chris Lattner
2009-10-13
1
-3
/
+4
*
"there is not any instruction with attached debug info in this module" does n...
Devang Patel
2009-10-13
1
-11
/
+11
*
Add some ARM instruction encoding bits.
Bob Wilson
2009-10-13
1
-0
/
+5
*
Fix regression introduced by r83894.
Bob Wilson
2009-10-13
1
-1
/
+2
*
Copy metadata when value is RAUW'd. It is debatable whether this is the right...
Devang Patel
2009-10-13
3
-0
/
+17
*
Disable this test for now.
Devang Patel
2009-10-13
1
-1
/
+0
*
Fix a tab. Thanks to Johnny Chen for pointing it out.
Bob Wilson
2009-10-13
1
-1
/
+1
*
The eh.exception intrinsic only reads from memory, it doesn't
Duncan Sands
2009-10-13
1
-1
/
+1
*
Pacify the compiler (signed with unsigned comparison) by making
Duncan Sands
2009-10-13
1
-6
/
+6
*
Force memory use markers to have a ConstantInt for the size argument.
Nick Lewycky
2009-10-13
2
-8
/
+23
*
Teach BasicAA a little something about the atomic intrinsics: they can only
Nick Lewycky
2009-10-13
2
-0
/
+37
*
Add new "memory use marker" intrinsics. These indicate lifetimes and invariant
Nick Lewycky
2009-10-13
3
-0
/
+183
*
Fix a -Asserts warning.
Daniel Dunbar
2009-10-13
1
-2
/
+3
*
remove dead header.
Chris Lattner
2009-10-13
1
-40
/
+0
*
remove notcast, it is now dead!
Chris Lattner
2009-10-13
1
-16
/
+0
*
remove two old and nearly useless tests.
Chris Lattner
2009-10-13
2
-34
/
+0
*
XFAIL these tests for now.
Devang Patel
2009-10-13
5
-1
/
+5
*
Add a ceilLogBase2 function to APInt.
Dan Gohman
2009-10-13
2
-0
/
+16
*
Memory dependence analysis was incorrectly stopping to scan for stores to a p...
Victor Hernandez
2009-10-13
2
-10
/
+20
*
Regenerate configure for rev. 83823 putback.
Edward O'Callaghan
2009-10-13
2
-45
/
+68
*
Enable "debug info attached to an instruction" mode.
Devang Patel
2009-10-12
2
-0
/
+4
*
Find enclosing subprogram info.
Devang Patel
2009-10-12
1
-1
/
+19
*
Set default location for a function if it is not set.
Devang Patel
2009-10-12
1
-0
/
+2
*
Fix two warnings about unused variables that are only used in assert() calls.
Kevin Enderby
2009-10-12
1
-4
/
+4
*
Delete a comment that makes no sense to me. The statement that moving a CPE
Bob Wilson
2009-10-12
1
-2
/
+1
*
Fix a problem in the code where ARMAsmParser::ParseShift() second argument
Kevin Enderby
2009-10-12
1
-2
/
+2
*
Make licm debug message readable.
Evan Cheng
2009-10-12
1
-1
/
+2
*
Change CreateNewWater method to return NewMBB by reference.
Bob Wilson
2009-10-12
1
-8
/
+8
[next]