index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a language parameter to the expression parser,
Sean Callanan
2011-11-07
9
-19
/
+92
*
Additional logging to track original versions of
Sean Callanan
2011-11-07
1
-1
/
+2
*
Remove duplicate and contradictory forward declaration.
Eric Christopher
2011-11-07
1
-1
/
+0
*
Fix the test suite failure. The particular line in the test case was there s...
Johnny Chen
2011-11-07
1
-1
/
+1
*
Fix test for Windows as well.
Jakob Stoklund Olesen
2011-11-07
1
-1
/
+0
*
Kill and collapse outstanding DomainValues.
Jakob Stoklund Olesen
2011-11-07
8
-28
/
+58
*
InstCombine now optimizes vector udiv by power of 2 to shifts
Pete Cooper
2011-11-07
2
-5
/
+24
*
this patch addresses several issues with "command script" subcommands:
Enrico Granata
2011-11-07
16
-56
/
+306
*
Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...
Eli Friedman
2011-11-07
2
-3
/
+33
*
Bumped Xcode project version for lldb-86 and debugserver-151
Greg Clayton
2011-11-07
3
-22
/
+22
*
There are some crazy cases that LookupMethodInReceiverType
John McCall
2011-11-07
2
-1
/
+17
*
Xcode project changes to install "lldb" into "/usr/bin" and have LLDB.framework
Greg Clayton
2011-11-07
2
-13
/
+56
*
[analyzer] Make sure scan-build catches all clang failures.
Anna Zaks
2011-11-07
1
-1
/
+7
*
constexpr: static data members declared constexpr are required to have an
Richard Smith
2011-11-07
6
-44
/
+25
*
Add all completed and named types to the dwarf type accelerator tables.
Eric Christopher
2011-11-07
2
-2
/
+7
*
Add ISPC to the external projects list.
Bill Wendling
2011-11-07
1
-0
/
+16
*
Use a reverse post order instead of a DFS order.
Jakob Stoklund Olesen
2011-11-07
1
-6
/
+5
*
Move the hash function to using and taking a StringRef.
Eric Christopher
2011-11-07
1
-4
/
+4
*
Simple destructor to delete the hash data we created earlier.
Eric Christopher
2011-11-07
2
-0
/
+6
*
Allow i1 to be promoted to i32 for ARM AAPCS and AAPCS-VFP calling convention...
Chad Rosier
2011-11-07
1
-1
/
+1
*
Extract two methods. No functional change.
Jakob Stoklund Olesen
2011-11-07
1
-18
/
+26
*
Various Mips64 floating point instruction patterns.
Akira Hatanaka
2011-11-07
1
-3
/
+18
*
Add definition of the base class for floating point comparison instructions
Akira Hatanaka
2011-11-07
1
-8
/
+8
*
Add code needed for copying between 64-bit integer and floating pointer
Akira Hatanaka
2011-11-07
1
-0
/
+6
*
Add definitions of 64-bit instructions which move data between integer and
Akira Hatanaka
2011-11-07
1
-0
/
+8
*
MBB doesn't need to be a class member.
Jakob Stoklund Olesen
2011-11-07
1
-6
/
+4
*
Fix pass name after the source was moved.
Jakob Stoklund Olesen
2011-11-07
1
-1
/
+1
*
Simplify some uses of utohexstr.
Benjamin Kramer
2011-11-07
11
-58
/
+56
*
Simplify code. No functionality change.
Benjamin Kramer
2011-11-07
1
-155
/
+91
*
When we notice that a member function is defined with "= delete" or "=
Douglas Gregor
2011-11-07
13
-40
/
+105
*
Fix test for Linux.
Jakob Stoklund Olesen
2011-11-07
1
-1
/
+1
*
Whitespace.
Chad Rosier
2011-11-07
1
-1
/
+1
*
Tablegenify -g options.
Chad Rosier
2011-11-07
2
-21
/
+9
*
Make sure we don't insert instructions before a landingpad instruction.
Bill Wendling
2011-11-07
1
-2
/
+2
*
Remove test with int128 printing since it breaks on some platforms.
Richard Trieu
2011-11-07
1
-8
/
+0
*
Expand V_SET0 to xorps by default.
Jakob Stoklund Olesen
2011-11-07
8
-11
/
+32
*
Add definition of 64-bit load upper immediate.
Akira Hatanaka
2011-11-07
2
-3
/
+4
*
Include RegSaveAreaSize in the computation of stack size.
Akira Hatanaka
2011-11-07
1
-0
/
+1
*
Define functions that get or set the size of area on callee's stack frame which
Akira Hatanaka
2011-11-07
1
-1
/
+10
*
Use array_lengthof to compute the number of iterations of a loop.
Akira Hatanaka
2011-11-07
1
-6
/
+6
*
Fix patterns for unaligned 32-bit load. DSLL32 or DSRL32 should be emitted
Akira Hatanaka
2011-11-07
1
-2
/
+2
*
Make the type of shift amount i32 in order to reduce the number of shift
Akira Hatanaka
2011-11-07
3
-5
/
+7
*
Add 64-bit to 32-bit trunc pattern.
Akira Hatanaka
2011-11-07
1
-0
/
+5
*
Add missing part of test
Douglas Gregor
2011-11-07
1
-0
/
+14
*
ASTConsumer::handleTopLevelDecl will end up getting called for
Douglas Gregor
2011-11-07
2
-1
/
+11
*
Use StringRef::startswith to do some string comparisons.
Eric Christopher
2011-11-07
1
-5
/
+2
*
[arcmt] Fix handling NSMakeCollectable inside an objc method.
Argyrios Kyrtzidis
2011-11-07
3
-1
/
+10
*
[arcmt] In GC, handle (assign) @properties.
Argyrios Kyrtzidis
2011-11-07
6
-130
/
+307
*
[arcmt] Map property decls to their GC attributes.
Argyrios Kyrtzidis
2011-11-07
3
-3
/
+12
*
Add support for printing integer literals of type short, unsigned short,
Richard Trieu
2011-11-07
2
-0
/
+28
[next]