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
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix indentation.
Evan Cheng
2008-11-18
1
-23
/
+22
*
Add new helper pass that strips all symbol names except debugging information.
Devang Patel
2008-11-18
2
-0
/
+8
*
CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it was
Oscar Fuentes
2008-11-18
1
-3
/
+0
*
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-18
1
-3
/
+5
*
Make some methods const.
Dan Gohman
2008-11-18
1
-2
/
+2
*
Whitespace cleanups.
Dan Gohman
2008-11-18
1
-1
/
+1
*
Rename stackprotector_create intrinsic to stackprotector.
Bill Wendling
2008-11-18
1
-5
/
+5
*
Implement support for JIT exceptions on X86_64. Relative offsets are
Nicolas Geoffray
2008-11-18
1
-3
/
+10
*
Remove the stackprotector_check intrinsic. Use a volatile load instead.
Bill Wendling
2008-11-18
1
-5
/
+2
*
Change SUnit's dump method to take a ScheduleDAG* instead of
Dan Gohman
2008-11-18
1
-2
/
+3
*
There is no InstrStage class.
Dan Gohman
2008-11-18
1
-1
/
+0
*
Support dependencies between plugins by priority-sorting.
Mikhail Glushenkov
2008-11-17
2
-0
/
+10
*
Add a layer of indirection to make plugins more flexible.
Mikhail Glushenkov
2008-11-17
1
-10
/
+6
*
move partial template specialization to FoldingSet.h.
Zhongxing Xu
2008-11-17
2
-5
/
+6
*
Fix 80-col violation.
Zhongxing Xu
2008-11-16
1
-1
/
+1
*
add a new m_Specific pattern that matches only if we have a specific Value*.
Chris Lattner
2008-11-16
1
-0
/
+15
*
add a new template for matching a select between two constants.
Chris Lattner
2008-11-16
1
-0
/
+11
*
Add partial specialization of FoldingSetTrait for ImmutableList.
Zhongxing Xu
2008-11-16
1
-0
/
+5
*
Fix 80-column violation.
Zhongxing Xu
2008-11-16
1
-3
/
+3
*
Clean up some strange whitespace.
Nick Lewycky
2008-11-15
1
-7
/
+6
*
Add Profile method to ImmutableList.
Zhongxing Xu
2008-11-15
1
-0
/
+4
*
CMake: Adds header and TableGen files to Visual Studio solution. A new
Oscar Fuentes
2008-11-15
1
-0
/
+11
*
CMake: Moved generation of Intrinsics.gen to
Oscar Fuentes
2008-11-15
1
-0
/
+8
*
Add support for building a ScheduleDAG from MachineInstrs. This is currently
Dan Gohman
2008-11-14
1
-0
/
+5
*
Add XCore intrinsics for getid (returns thread id) and bitrev (reverses
Richard Osborne
2008-11-14
2
-0
/
+15
*
Add a version of NewSUnit for creating units with MachineInstrs.
Dan Gohman
2008-11-14
1
-0
/
+8
*
Initial support for carrying MachineInstrs in SUnits.
Dan Gohman
2008-11-14
1
-4
/
+39
*
Clarify the comment about NumPreds and NumSuccs to reflect that they only
Dan Gohman
2008-11-13
1
-2
/
+2
*
Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit
Dan Gohman
2008-11-13
2
-1
/
+9
*
Extend InlineAsm::C_Register to allow multiple specific registers
Dale Johannesen
2008-11-13
1
-2
/
+2
*
Make the Node member of SUnit private, and add accessors.
Dan Gohman
2008-11-13
1
-0
/
+8
*
Change ScheduleDAG's DAG member from a reference to a pointer, to prepare
Dan Gohman
2008-11-13
1
-2
/
+2
*
Modify the intrinsics pattern to separate out the "return" types from the
Bill Wendling
2008-11-13
6
-566
/
+585
*
Add Binary flag to raw_fd_ostream constructor.
Daniel Dunbar
2008-11-13
1
-1
/
+6
*
Implement stack protectors as function attributes: "ssp" and "sspreq".
Bill Wendling
2008-11-13
2
-13
/
+4
*
Revert the part of r59145 that changed the comment about
Dan Gohman
2008-11-12
1
-7
/
+10
*
Move the code that inserts X87 FP_REG_KILL instructions from a
Dan Gohman
2008-11-12
1
-1
/
+0
*
Update VarInfo's comments to reflect the current code. LiveVar
Dan Gohman
2008-11-12
1
-15
/
+12
*
Correct a function name in a comment.
Dan Gohman
2008-11-12
1
-1
/
+1
*
Add ptr annotation intrinsic.
Tanya Lattner
2008-11-12
1
-1
/
+4
*
Undo previous check-in.
Devang Patel
2008-11-11
2
-8
/
+0
*
Add utility pass to remove dbg info.
Devang Patel
2008-11-11
2
-0
/
+8
*
Change the scheduler accessor methods to accept an explicit TargetMachine
Dan Gohman
2008-11-11
3
-5
/
+11
*
Cleaned up and fix bugs in convert_rndsat node
Mon P Wang
2008-11-11
1
-3
/
+4
*
Add utility routines to remove dead debug info.
Devang Patel
2008-11-11
1
-0
/
+28
*
Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to
Mon P Wang
2008-11-10
3
-0
/
+77
*
Small cleanups. No functionality change intended!
Duncan Sands
2008-11-10
1
-0
/
+5
*
Work around PR1000.
Duncan Sands
2008-11-10
1
-1
/
+1
*
split out the functionality of utohexstr into a new utohex_buffer
Chris Lattner
2008-11-10
1
-7
/
+22
*
Move getCastToEmpty out of DIDescriptor into DIFactory. It is an
Chris Lattner
2008-11-10
1
-6
/
+6
[next]