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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...
Benjamin Kramer
2012-05-29
2
-2
/
+28
*
Clear the entering, exiting and internal ranges of a bundle before collecting
Lang Hames
2012-05-29
1
-0
/
+3
*
Update CPPBackend to new API for AttrListPtr::get.
Nicolas Geoffray
2012-05-29
1
-1
/
+1
*
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-29
9
-33
/
+33
*
Add llvm.fabs intrinsic.
Peter Collingbourne
2012-05-28
1
-0
/
+5
*
Fix suspicous hasOneUse() check, found by PVS Studio (PR12357).
Benjamin Kramer
2012-05-28
1
-1
/
+1
*
InstCombine: Fix infinite loop when encountering switch on trivial icmp.
Benjamin Kramer
2012-05-28
1
-1
/
+1
*
Remove unused variable.
David Blaikie
2012-05-28
1
-2
/
+0
*
PR12696: Attribute bits above 1<<30 are not encoded in bitcode
Meador Inge
2012-05-28
2
-26
/
+3
*
Random BitcodeReader cleanups.
Benjamin Kramer
2012-05-28
1
-49
/
+25
*
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
8
-15
/
+34
*
Implement the indirect counter increment code in a better way. Instead of
Bill Wendling
2012-05-28
1
-53
/
+72
*
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-28
7
-46
/
+38
*
simplify code.
Chris Lattner
2012-05-28
1
-3
/
+2
*
PR12967: Don't crash when trying to fold a shift that's larger than the type'...
Benjamin Kramer
2012-05-27
1
-1
/
+1
*
Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...
Chris Lattner
2012-05-27
2
-266
/
+107
*
Have getOrCreateSubprogramDIE store the DIE for a subprogram
Peter Collingbourne
2012-05-27
1
-5
/
+5
*
move some code around so that Verifier.cpp can get access to the intrinsic in...
Chris Lattner
2012-05-27
1
-46
/
+182
*
enhance the intrinsic info table to encode what *kind* of Any argument
Chris Lattner
2012-05-27
1
-1
/
+1
*
Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to...
NAKAMURA Takumi
2012-05-27
1
-1
/
+3
*
Missed parens.
Benjamin Kramer
2012-05-27
1
-1
/
+1
*
r157525 didn't work, just disable iterator checking.
Benjamin Kramer
2012-05-27
1
-1
/
+1
*
SDAGBuilder: Avoid iterator invalidation harder.
Benjamin Kramer
2012-05-27
1
-1
/
+1
*
SDAGBuilder: Don't create an invalid iterator when there is only one switch c...
Benjamin Kramer
2012-05-26
1
-2
/
+2
*
SelectionDAGBuilder: When emitting small compare chains for switches order th...
Benjamin Kramer
2012-05-26
1
-3
/
+18
*
Since commit 157467, if reassociate isn't actually going to change an expression
Duncan Sands
2012-05-26
1
-17
/
+20
*
SimplifyCFG: Turn the ad-hoc std::pair that represents switch cases into an e...
Benjamin Kramer
2012-05-26
1
-39
/
+54
*
Add support for branch weight metadata to MDBuilder and use it in various pla...
Benjamin Kramer
2012-05-26
2
-32
/
+23
*
ScoreboardHazardRecognizer: Remove dead conditional in debug code.
Benjamin Kramer
2012-05-26
1
-2
/
+1
*
Move this debug statement earlier so it is easy to see the order in
Duncan Sands
2012-05-26
1
-2
/
+2
*
The llvm_gcda_increment_indirect_counter function writes to the arguments that
Bill Wendling
2012-05-25
1
-17
/
+57
*
Fix predicate HasStandardEncoding in MipsInstrInfo.td per suggestion of
Akira Hatanaka
2012-05-25
1
-3
/
+2
*
bounds checking: add support for byval arguments
Nuno Lopes
2012-05-25
1
-1
/
+9
*
Delete MipsExpandPseudo.cpp.
Akira Hatanaka
2012-05-25
1
-117
/
+0
*
Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo.
Akira Hatanaka
2012-05-25
5
-9
/
+53
*
Remove the code that expands MIPS' .cpload directive.
Akira Hatanaka
2012-05-25
2
-24
/
+0
*
Remove the code that emits MIPS' .cprestore directive.
Akira Hatanaka
2012-05-25
3
-50
/
+0
*
Remove pseudo instructions that are no longer used.
Akira Hatanaka
2012-05-25
2
-29
/
+0
*
boundschecking:
Nuno Lopes
2012-05-25
1
-50
/
+104
*
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
29
-271
/
+275
*
Make the reassociation pass more powerful so that it can handle expressions
Duncan Sands
2012-05-25
1
-255
/
+405
*
misched: trace formatting
Andrew Trick
2012-05-25
2
-7
/
+7
*
Compress MCRegisterInfo register name tables.
Jakob Stoklund Olesen
2012-05-25
1
-1
/
+1
*
Simplify code for calling a function where CanLowerReturn fails, fixing a sma...
Eli Friedman
2012-05-25
3
-37
/
+12
*
Silence unused variable warnings from when assertions are disabled.
Kaelyn Uhrain
2012-05-24
1
-0
/
+2
*
misched: Use the same scheduling heuristics with -misched-topdown/bottomup.
Andrew Trick
2012-05-24
1
-2
/
+16
*
Shrink.
Jakob Stoklund Olesen
2012-05-24
1
-7145
/
+18
*
Add support for range expressions in TableGen foreach loops.
Jakob Stoklund Olesen
2012-05-24
1
-15
/
+50
*
Don't put TGParser scratch results in the output.
Jakob Stoklund Olesen
2012-05-24
1
-2
/
+2
*
Simplify TGParser::ProcessForEachDefs.
Jakob Stoklund Olesen
2012-05-24
2
-103
/
+72
[next]